+ 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 [Mon May 25 14:33:53 2026] *** compiled with version: 13.3.0 on 22 May 2026 05:17:01 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-7646d7dffc-h6b6t 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fd09320b668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-25 14:33:58.489 7 INFO neutron.common.config [-] Logging enabled! 2026-05-25 14:33:58.489 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev8 2026-05-25 14:33:58.697 8 INFO neutron.common.config [-] Logging enabled! 2026-05-25 14:33:58.698 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev8 2026-05-25 14:33:58.940 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-25 14:33:59.160 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-25 14:34:00.534 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 14:34:00.537 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-25 14:34:00.541 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-25 14:34:00.542 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 14:34:00.542 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-25 14:34:00.542 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-25 14:34:00.542 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 14:34:00.550 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 14:34:00.550 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 14:34:00.550 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 14:34:00.572 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-25 14:34:00.573 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 14:34:00.573 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-25 14:34:00.604 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-25 14:34:00.604 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-25 14:34:00.604 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-25 14:34:00.604 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-25 14:34:00.790 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 14:34:00.793 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-25 14:34:00.796 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-25 14:34:00.797 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 14:34:00.797 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-25 14:34:00.798 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-25 14:34:00.798 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 14:34:00.805 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 14:34:00.805 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 14:34:00.806 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 14:34:00.827 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-25 14:34:00.829 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 14:34:00.829 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-25 14:34:00.857 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-25 14:34:00.857 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-25 14:34:00.857 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-25 14:34:00.857 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-25 14:34:00.886 7 INFO neutron.plugins.ml2.managers [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] Initializing driver for type 'vlan' 2026-05-25 14:34:01.147 8 INFO neutron.plugins.ml2.managers [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] Initializing driver for type 'vlan' 2026-05-25 14:34:01.212 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] VlanTypeDriver initialization complete 2026-05-25 14:34:01.213 7 INFO neutron.plugins.ml2.managers [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] Initializing driver for type 'vxlan' 2026-05-25 14:34:01.213 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-25 14:34:01.226 7 INFO neutron.plugins.ml2.managers [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-25 14:34:01.227 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-25 14:34:01.227 7 INFO neutron.plugins.ml2.managers [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] Initializing extension driver 'port_security' 2026-05-25 14:34:01.227 7 INFO neutron.plugins.ml2.extensions.port_security [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-25 14:34:01.227 7 INFO neutron.plugins.ml2.managers [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] Initializing extension driver 'qos' 2026-05-25 14:34:01.227 7 INFO neutron.plugins.ml2.managers [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-25 14:34:01.227 7 INFO neutron.plugins.ml2.managers [None req-0411f552-5221-4828-9b5c-af992c45571c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-25 14:34:01.242 7 INFO neutron.quota [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded quota_driver: . 2026-05-25 14:34:01.243 7 INFO neutron.plugins.ml2.plugin [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Modular L2 Plugin initialization complete 2026-05-25 14:34:01.243 7 INFO neutron.plugins.ml2.managers [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-25 14:34:01.243 7 INFO neutron.plugins.ml2.managers [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-25 14:34:01.243 7 INFO neutron.plugins.ml2.managers [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-25 14:34:01.244 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: qos 2026-05-25 14:34:01.256 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: router 2026-05-25 14:34:01.297 7 INFO neutron.services.service_base [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-25 14:34:01.297 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: segments 2026-05-25 14:34:01.396 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: trunk 2026-05-25 14:34:01.412 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: vpnaas 2026-05-25 14:34:01.450 7 WARNING stevedore.named [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-25 14:34:01.476 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] VlanTypeDriver initialization complete 2026-05-25 14:34:01.476 8 INFO neutron.plugins.ml2.managers [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] Initializing driver for type 'vxlan' 2026-05-25 14:34:01.476 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-25 14:34:01.490 8 INFO neutron.plugins.ml2.managers [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-25 14:34:01.490 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-25 14:34:01.490 8 INFO neutron.plugins.ml2.managers [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] Initializing extension driver 'port_security' 2026-05-25 14:34:01.490 8 INFO neutron.plugins.ml2.extensions.port_security [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-25 14:34:01.490 8 INFO neutron.plugins.ml2.managers [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] Initializing extension driver 'qos' 2026-05-25 14:34:01.490 8 INFO neutron.plugins.ml2.managers [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-25 14:34:01.491 8 INFO neutron.plugins.ml2.managers [None req-3a5f7233-ed76-4f8f-9843-679652bf09a3 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-25 14:34:01.503 8 INFO neutron.quota [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded quota_driver: . 2026-05-25 14:34:01.504 8 INFO neutron.plugins.ml2.plugin [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Modular L2 Plugin initialization complete 2026-05-25 14:34:01.504 8 INFO neutron.plugins.ml2.managers [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-25 14:34:01.504 8 INFO neutron.plugins.ml2.managers [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-25 14:34:01.504 8 INFO neutron.plugins.ml2.managers [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-25 14:34:01.504 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: qos 2026-05-25 14:34:01.517 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: router 2026-05-25 14:34:01.519 7 INFO neutron_vpnaas.services.vpn.plugin [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-25 14:34:01.519 7 INFO neutron.common.utils [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-25 14:34:01.519 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: taas 2026-05-25 14:34:01.544 7 WARNING stevedore.named [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 14:34:01.558 8 INFO neutron.services.service_base [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-25 14:34:01.558 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: segments 2026-05-25 14:34:01.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-25 14:34:01.569 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: tapmirror 2026-05-25 14:34:01.582 7 WARNING stevedore.named [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 14:34:01.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-25 14:34:01.598 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: auto_allocate 2026-05-25 14:34:01.606 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: tag 2026-05-25 14:34:01.614 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: timestamp 2026-05-25 14:34:01.617 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: network_ip_availability 2026-05-25 14:34:01.621 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: flavors 2026-05-25 14:34:01.625 7 INFO neutron.manager [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loading Plugin: revisions 2026-05-25 14:34:01.629 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Initializing extension manager. 2026-05-25 14:34:01.630 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: address-group 2026-05-25 14:34:01.631 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: address-scope 2026-05-25 14:34:01.631 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-25 14:34:01.632 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: agent 2026-05-25 14:34:01.633 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: agent-resources-synced 2026-05-25 14:34:01.634 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-25 14:34:01.635 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-25 14:34:01.636 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: availability_zone 2026-05-25 14:34:01.636 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: availability_zone_filter 2026-05-25 14:34:01.637 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-25 14:34:01.637 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: default-subnetpools 2026-05-25 14:34:01.639 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-25 14:34:01.639 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: dns-integration 2026-05-25 14:34:01.640 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: dns-domain-ports 2026-05-25 14:34:01.640 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-25 14:34:01.641 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: dvr 2026-05-25 14:34:01.642 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-25 14:34:01.642 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: empty-string-filtering 2026-05-25 14:34:01.643 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 14:34:01.643 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-25 14:34:01.644 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: external-net 2026-05-25 14:34:01.644 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-25 14:34:01.645 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: extraroute 2026-05-25 14:34:01.645 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: extraroute-atomic 2026-05-25 14:34:01.646 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-25 14:34:01.647 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-25 14:34:01.647 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-25 14:34:01.648 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-25 14:34:01.648 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: fip-port-details 2026-05-25 14:34:01.649 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: flavors 2026-05-25 14:34:01.651 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-25 14:34:01.652 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: floatingip-pools 2026-05-25 14:34:01.652 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: ip_allocation 2026-05-25 14:34:01.653 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-25 14:34:01.653 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: l2_adjacency 2026-05-25 14:34:01.654 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: trunk 2026-05-25 14:34:01.655 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: router 2026-05-25 14:34:01.657 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 14:34:01.657 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-25 14:34:01.658 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-25 14:34:01.658 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: ext-gw-mode 2026-05-25 14:34:01.659 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: l3-ha 2026-05-25 14:34:01.659 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-25 14:34:01.660 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-25 14:34:01.660 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: l3-flavors 2026-05-25 14:34:01.661 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-25 14:34:01.662 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-25 14:34:01.664 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-25 14:34:01.665 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-25 14:34:01.666 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-25 14:34:01.667 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-25 14:34:01.669 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: vpnaas 2026-05-25 14:34:01.670 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-25 14:34:01.670 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: multi-provider 2026-05-25 14:34:01.671 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: net-mtu 2026-05-25 14:34:01.671 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: net-mtu-writable 2026-05-25 14:34:01.672 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: network_availability_zone 2026-05-25 14:34:01.673 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: network_ha 2026-05-25 14:34:01.673 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: network-ip-availability 2026-05-25 14:34:01.674 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-25 14:34:01.675 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: pagination 2026-05-25 14:34:01.676 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-device-profile 2026-05-25 14:34:01.676 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-25 14:34:01.677 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-25 14:34:01.677 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-25 14:34:01.678 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-mac-override 2026-05-25 14:34:01.678 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-25 14:34:01.679 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-25 14:34:01.679 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-25 14:34:01.680 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-resource-request 2026-05-25 14:34:01.680 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-25 14:34:01.681 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-25 14:34:01.681 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: binding 2026-05-25 14:34:01.682 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: binding-extended 2026-05-25 14:34:01.683 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-security 2026-05-25 14:34:01.683 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: project-id 2026-05-25 14:34:01.684 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: provider 2026-05-25 14:34:01.684 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-25 14:34:01.686 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos 2026-05-25 14:34:01.687 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-25 14:34:01.688 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-25 14:34:01.688 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-default 2026-05-25 14:34:01.689 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-fip 2026-05-25 14:34:01.689 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-25 14:34:01.690 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-25 14:34:01.690 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-25 14:34:01.691 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-25 14:34:01.691 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-25 14:34:01.692 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-pps 2026-05-25 14:34:01.693 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-25 14:34:01.693 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-25 14:34:01.694 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: qos-rules-alias 2026-05-25 14:34:01.694 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: quota-check-limit 2026-05-25 14:34:01.695 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-25 14:34:01.697 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: quotas 2026-05-25 14:34:01.698 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: quota_details 2026-05-25 14:34:01.700 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: rbac-policies 2026-05-25 14:34:01.700 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: rbac-address-group 2026-05-25 14:34:01.701 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: rbac-address-scope 2026-05-25 14:34:01.701 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: rbac-security-groups 2026-05-25 14:34:01.702 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-25 14:34:01.702 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: revision-if-match 2026-05-25 14:34:01.703 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-25 14:34:01.703 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: router_availability_zone 2026-05-25 14:34:01.704 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-25 14:34:01.706 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-25 14:34:01.706 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-25 14:34:01.706 8 WARNING stevedore.named [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-25 14:34:01.707 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-25 14:34:01.707 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-25 14:34:01.708 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-25 14:34:01.708 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-25 14:34:01.713 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: security-group 2026-05-25 14:34:01.714 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: segment 2026-05-25 14:34:01.714 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-25 14:34:01.715 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: service-type 2026-05-25 14:34:01.716 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: sorting 2026-05-25 14:34:01.716 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: standard-attr-segment 2026-05-25 14:34:01.717 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: standard-attr-description 2026-05-25 14:34:01.717 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: stateful-security-group 2026-05-25 14:34:01.718 7 WARNING neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-25 14:34:01.718 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-25 14:34:01.719 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: subnet-external-network 2026-05-25 14:34:01.719 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: subnet_onboard 2026-05-25 14:34:01.720 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-25 14:34:01.721 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: subnet-service-types 2026-05-25 14:34:01.721 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: subnet_allocation 2026-05-25 14:34:01.722 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-25 14:34:01.723 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: tag-creation 2026-05-25 14:34:01.723 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-25 14:34:01.727 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: standard-attr-tag 2026-05-25 14:34:01.728 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-25 14:34:01.729 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: trunk 2026-05-25 14:34:01.729 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: trunk-details 2026-05-25 14:34:01.730 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-25 14:34:01.730 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-25 14:34:01.731 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-25 14:34:01.732 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-25 14:34:01.734 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-25 14:34:01.734 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-25 14:34:01.735 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: vpn-flavors 2026-05-25 14:34:01.737 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: vpnaas 2026-05-25 14:34:01.738 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: taas 2026-05-25 14:34:01.739 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: tap-mirror 2026-05-25 14:34:01.739 7 INFO neutron.api.extensions [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-25 14:34:01.742 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-25 14:34:01.742 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-25 14:34:01.742 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:01.743 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-25 14:34:01.748 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 14:34:01.748 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 14:34:01.753 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 14:34:01.754 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 14:34:01.754 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 14:34:01.755 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:01.755 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] subnetpool is already registered 2026-05-25 14:34:01.756 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:01.756 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] subnetpool is already registered 2026-05-25 14:34:01.756 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 14:34:01.757 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:01.757 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:01.757 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 14:34:01.758 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 14:34:01.758 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 14:34:01.759 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:01.759 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] ipsecpolicy is already registered 2026-05-25 14:34:01.759 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:01.759 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] ikepolicy is already registered 2026-05-25 14:34:01.764 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 14:34:01.764 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] router is already registered 2026-05-25 14:34:01.764 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 14:34:01.765 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] floatingip is already registered 2026-05-25 14:34:01.768 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 14:34:01.768 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] rbac_policy is already registered 2026-05-25 14:34:01.769 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 14:34:01.769 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] security_group is already registered 2026-05-25 14:34:01.769 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 14:34:01.770 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] security_group_rule is already registered 2026-05-25 14:34:01.770 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:01.770 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] subnetpool is already registered 2026-05-25 14:34:01.771 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:01.771 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] subnetpool is already registered 2026-05-25 14:34:01.771 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 14:34:01.772 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] trunk is already registered 2026-05-25 14:34:01.772 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:01.772 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] ikepolicy is already registered 2026-05-25 14:34:01.772 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:01.773 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] ipsecpolicy is already registered 2026-05-25 14:34:01.773 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 14:34:01.773 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] endpoint_group is already registered 2026-05-25 14:34:01.773 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 14:34:01.774 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] vpnservice is already registered 2026-05-25 14:34:01.774 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 14:34:01.774 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] ipsec_site_connection is already registered 2026-05-25 14:34:01.774 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:01.775 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] ipsecpolicy is already registered 2026-05-25 14:34:01.775 7 INFO neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:01.775 7 WARNING neutron.quota.resource_registry [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] ikepolicy is already registered 2026-05-25 14:34:01.776 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-25 14:34:01.776 8 INFO neutron.common.utils [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-25 14:34:01.777 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: taas 2026-05-25 14:34:01.801 8 WARNING stevedore.named [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 14:34:01.813 7 WARNING keystonemiddleware._common.config [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-25 14:34:01.820 7 WARNING oslo_config.cfg [None req-143b5623-1817-4e39-8aee-ea9f07e60f73 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-25 14:34:01.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-25 14:34:01.821 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: tapmirror WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fd09320b668 pid: 7 (default app) 2026-05-25 14:34:01.834 8 WARNING stevedore.named [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 14:34:01.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-25 14:34:01.856 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: auto_allocate 2026-05-25 14:34:01.863 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: tag 2026-05-25 14:34:01.879 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: timestamp 2026-05-25 14:34:01.882 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: network_ip_availability 2026-05-25 14:34:01.887 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: flavors 2026-05-25 14:34:01.894 8 INFO neutron.manager [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loading Plugin: revisions 2026-05-25 14:34:01.897 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Initializing extension manager. 2026-05-25 14:34:01.899 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: address-group 2026-05-25 14:34:01.900 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: address-scope 2026-05-25 14:34:01.901 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-25 14:34:01.902 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: agent 2026-05-25 14:34:01.903 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: agent-resources-synced 2026-05-25 14:34:01.905 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-25 14:34:01.906 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-25 14:34:01.909 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: availability_zone 2026-05-25 14:34:01.909 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: availability_zone_filter 2026-05-25 14:34:01.910 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-25 14:34:01.911 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: default-subnetpools 2026-05-25 14:34:01.914 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-25 14:34:01.915 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: dns-integration 2026-05-25 14:34:01.915 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: dns-domain-ports 2026-05-25 14:34:01.916 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-25 14:34:01.917 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: dvr 2026-05-25 14:34:01.918 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-25 14:34:01.919 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: empty-string-filtering 2026-05-25 14:34:01.920 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 14:34:01.920 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-25 14:34:01.921 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: external-net 2026-05-25 14:34:01.922 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-25 14:34:01.923 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: extraroute 2026-05-25 14:34:01.924 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: extraroute-atomic 2026-05-25 14:34:01.925 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-25 14:34:01.926 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-25 14:34:01.926 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-25 14:34:01.927 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-25 14:34:01.928 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: fip-port-details 2026-05-25 14:34:01.929 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: flavors 2026-05-25 14:34:01.930 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-25 14:34:01.931 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: floatingip-pools 2026-05-25 14:34:01.931 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: ip_allocation 2026-05-25 14:34:01.932 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-25 14:34:01.932 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: l2_adjacency 2026-05-25 14:34:01.933 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: router 2026-05-25 14:34:01.936 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 14:34:01.936 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-25 14:34:01.937 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-25 14:34:01.938 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: ext-gw-mode 2026-05-25 14:34:01.939 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: l3-ha 2026-05-25 14:34:01.939 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-25 14:34:01.940 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-25 14:34:01.940 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: l3-flavors 2026-05-25 14:34:01.941 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-25 14:34:01.942 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-25 14:34:01.944 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-25 14:34:01.946 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-25 14:34:01.947 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-25 14:34:01.948 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-25 14:34:01.949 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-25 14:34:01.949 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: multi-provider 2026-05-25 14:34:01.950 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: net-mtu 2026-05-25 14:34:01.950 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: net-mtu-writable 2026-05-25 14:34:01.951 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: network_availability_zone 2026-05-25 14:34:01.952 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: network_ha 2026-05-25 14:34:01.952 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: network-ip-availability 2026-05-25 14:34:01.953 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-25 14:34:01.954 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: pagination 2026-05-25 14:34:01.957 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-device-profile 2026-05-25 14:34:01.957 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-25 14:34:01.958 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-25 14:34:01.958 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-25 14:34:01.959 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-mac-override 2026-05-25 14:34:01.959 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-25 14:34:01.960 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-25 14:34:01.960 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-25 14:34:01.961 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-resource-request 2026-05-25 14:34:01.961 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-25 14:34:01.962 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-25 14:34:01.962 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: binding 2026-05-25 14:34:01.963 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: binding-extended 2026-05-25 14:34:01.963 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-security 2026-05-25 14:34:01.964 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: project-id 2026-05-25 14:34:01.964 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: provider 2026-05-25 14:34:01.965 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-25 14:34:01.968 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos 2026-05-25 14:34:01.968 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-25 14:34:01.969 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-25 14:34:01.969 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-default 2026-05-25 14:34:01.970 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-fip 2026-05-25 14:34:01.970 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-25 14:34:01.971 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-25 14:34:01.971 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-25 14:34:01.972 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-25 14:34:01.972 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-25 14:34:01.973 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-pps 2026-05-25 14:34:01.974 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-25 14:34:01.974 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-25 14:34:01.975 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: qos-rules-alias 2026-05-25 14:34:01.975 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: quota-check-limit 2026-05-25 14:34:01.976 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-25 14:34:01.978 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: quotas 2026-05-25 14:34:01.979 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: quota_details 2026-05-25 14:34:01.981 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: rbac-policies 2026-05-25 14:34:01.981 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: rbac-address-group 2026-05-25 14:34:01.982 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: rbac-address-scope 2026-05-25 14:34:01.982 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: rbac-security-groups 2026-05-25 14:34:01.983 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-25 14:34:01.983 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: revision-if-match 2026-05-25 14:34:01.984 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-25 14:34:01.984 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: router_availability_zone 2026-05-25 14:34:01.985 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-25 14:34:01.987 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-25 14:34:01.987 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-25 14:34:01.988 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-25 14:34:01.988 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-25 14:34:01.989 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-25 14:34:01.989 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-25 14:34:01.994 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: security-group 2026-05-25 14:34:01.995 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: segment 2026-05-25 14:34:01.995 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-25 14:34:01.996 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: service-type 2026-05-25 14:34:01.996 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: sorting 2026-05-25 14:34:01.997 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: standard-attr-segment 2026-05-25 14:34:01.998 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: standard-attr-description 2026-05-25 14:34:01.998 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: stateful-security-group 2026-05-25 14:34:01.998 8 WARNING neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-25 14:34:01.999 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-25 14:34:01.999 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: subnet-external-network 2026-05-25 14:34:02.000 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: subnet_onboard 2026-05-25 14:34:02.001 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-25 14:34:02.001 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: subnet-service-types 2026-05-25 14:34:02.002 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: subnet_allocation 2026-05-25 14:34:02.003 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-25 14:34:02.004 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: tag-creation 2026-05-25 14:34:02.004 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-25 14:34:02.008 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: standard-attr-tag 2026-05-25 14:34:02.009 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-25 14:34:02.009 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: trunk 2026-05-25 14:34:02.010 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: trunk-details 2026-05-25 14:34:02.010 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-25 14:34:02.011 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-25 14:34:02.011 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-25 14:34:02.012 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-25 14:34:02.014 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-25 14:34:02.015 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-25 14:34:02.015 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: vpn-flavors 2026-05-25 14:34:02.017 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: vpnaas 2026-05-25 14:34:02.018 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: taas 2026-05-25 14:34:02.019 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: tap-mirror 2026-05-25 14:34:02.020 8 INFO neutron.api.extensions [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-25 14:34:02.022 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-25 14:34:02.023 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-25 14:34:02.023 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:02.023 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-25 14:34:02.027 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 14:34:02.027 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 14:34:02.032 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 14:34:02.033 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 14:34:02.033 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 14:34:02.034 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:02.034 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] subnetpool is already registered 2026-05-25 14:34:02.035 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:02.035 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] subnetpool is already registered 2026-05-25 14:34:02.035 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 14:34:02.036 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:02.036 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:02.037 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 14:34:02.037 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 14:34:02.037 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 14:34:02.038 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:02.038 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] ipsecpolicy is already registered 2026-05-25 14:34:02.038 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:02.038 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] ikepolicy is already registered 2026-05-25 14:34:02.043 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 14:34:02.044 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] router is already registered 2026-05-25 14:34:02.044 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 14:34:02.044 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] floatingip is already registered 2026-05-25 14:34:02.048 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 14:34:02.048 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] rbac_policy is already registered 2026-05-25 14:34:02.049 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 14:34:02.049 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] security_group is already registered 2026-05-25 14:34:02.049 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 14:34:02.052 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] security_group_rule is already registered 2026-05-25 14:34:02.054 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:02.054 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] subnetpool is already registered 2026-05-25 14:34:02.055 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 14:34:02.056 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] subnetpool is already registered 2026-05-25 14:34:02.057 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 14:34:02.057 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] trunk is already registered 2026-05-25 14:34:02.058 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:02.058 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] ikepolicy is already registered 2026-05-25 14:34:02.059 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:02.060 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] ipsecpolicy is already registered 2026-05-25 14:34:02.061 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 14:34:02.061 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] endpoint_group is already registered 2026-05-25 14:34:02.061 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 14:34:02.062 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] vpnservice is already registered 2026-05-25 14:34:02.062 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 14:34:02.062 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] ipsec_site_connection is already registered 2026-05-25 14:34:02.063 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 14:34:02.063 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] ipsecpolicy is already registered 2026-05-25 14:34:02.064 8 INFO neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 14:34:02.064 8 WARNING neutron.quota.resource_registry [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] ikepolicy is already registered 2026-05-25 14:34:02.104 8 WARNING keystonemiddleware._common.config [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-25 14:34:02.113 8 WARNING oslo_config.cfg [None req-5ce41789-158a-49c6-8dda-ee624740db60 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fd09320b668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 14:34:06.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1571ddaf-0b18-4a30-9a31-f0c6f74e6d2d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:05 2026] GET /v2.0/networks/public => generated 108 bytes in 881 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:34:07.393 7 WARNING neutron.services.revisions.revision_plugin [None req-c76ee92d-f075-481f-ab82-a2bee4ac1556 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Could not find related network for resource to bump revision. 2026-05-25 14:34:07.413 7 INFO neutron.db.segments_db [None req-c76ee92d-f075-481f-ab82-a2bee4ac1556 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 6cfcadd4-ad36-45d8-aa46-951a565d71ec of type flat for network f6e372ec-4c98-463e-9761-1804bdb95f7d 2026-05-25 14:34:07.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c76ee92d-f075-481f-ab82-a2bee4ac1556 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.89 () {48 vars in 964 bytes} [Mon May 25 14:34:06 2026] POST /v2.0/networks => generated 124 bytes in 503 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 14:34:13.327 7 INFO neutron.pecan_wsgi.hooks.translation [None req-758e6860-b4b9-401c-841c-411f397a9056 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:13 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:34:13.388 7 WARNING neutron.services.revisions.revision_plugin [None req-1e2949d8-a210-4034-8522-bb765d6c8f26 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Could not find related network for resource to bump revision. 2026-05-25 14:34:13.400 7 INFO neutron.db.segments_db [None req-1e2949d8-a210-4034-8522-bb765d6c8f26 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 3803eda8-64b9-43b7-813c-e459cce48264 of type flat for network 21e67b11-a183-4876-80f6-86611f357c31 2026-05-25 14:34:13.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e2949d8-a210-4034-8522-bb765d6c8f26 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.89 () {48 vars in 964 bytes} [Mon May 25 14:34:13 2026] POST /v2.0/networks => generated 124 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 14:34:19.676 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12407ab9-d6f2-460b-96db-4d8e8e88b6c2 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:19 2026] GET /v2.0/networks/public => generated 108 bytes in 420 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:34:19.952 8 WARNING neutron.services.revisions.revision_plugin [None req-ffcfda47-425d-49f4-8bad-23b5a39d4006 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Could not find related network for resource to bump revision. 2026-05-25 14:34:19.978 8 INFO neutron.db.segments_db [None req-ffcfda47-425d-49f4-8bad-23b5a39d4006 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 88144523-f87d-4d02-a962-e0f3c0ecc289 of type flat for network 4e61b608-61ea-42df-9f8a-73b94ecb5959 2026-05-25 14:34:20.030 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffcfda47-425d-49f4-8bad-23b5a39d4006 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.89 () {48 vars in 964 bytes} [Mon May 25 14:34:19 2026] POST /v2.0/networks => generated 124 bytes in 337 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 14:34:25.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8942f159-59bc-422c-b817-7530118be91a bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:25 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: 7|app: 0|req: 9/15] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:34:26.021 8 WARNING neutron.services.revisions.revision_plugin [None req-0a204870-5210-4725-98c5-f816673c778c bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Could not find related network for resource to bump revision. 2026-05-25 14:34:26.052 8 INFO neutron.db.segments_db [None req-0a204870-5210-4725-98c5-f816673c778c bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 8634780d-66a0-42b7-84dd-7049c09e7ff8 of type flat for network 1bc8be91-9de3-40e0-939a-9a6527ca222c 2026-05-25 14:34:26.087 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a204870-5210-4725-98c5-f816673c778c bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.89 () {48 vars in 964 bytes} [Mon May 25 14:34:25 2026] POST /v2.0/networks => generated 124 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 14:34:32.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e13f9b2-6c88-40ab-8b9d-a17b0388b37b bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:31 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:34:32.078 7 WARNING neutron.services.revisions.revision_plugin [None req-6cc064a4-f5f3-4483-b3cd-2f0111c9f0e6 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Could not find related network for resource to bump revision. 2026-05-25 14:34:32.093 7 INFO neutron.db.segments_db [None req-6cc064a4-f5f3-4483-b3cd-2f0111c9f0e6 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment ccea54f1-59ca-4ab8-918e-5c404d6b4377 of type flat for network 7aa0e64f-b3b9-4d96-ba9d-b642a8010af4 2026-05-25 14:34:32.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cc064a4-f5f3-4483-b3cd-2f0111c9f0e6 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.89 () {48 vars in 964 bytes} [Mon May 25 14:34:32 2026] POST /v2.0/networks => generated 124 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 14:34:37.992 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0f22cc9-4dac-4e82-b647-eed15150ddf4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:37 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:34:38.066 7 WARNING neutron.services.revisions.revision_plugin [None req-0c77198a-1515-4c43-85c2-441e5acf4f72 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Could not find related network for resource to bump revision. 2026-05-25 14:34:38.085 7 INFO neutron.db.segments_db [None req-0c77198a-1515-4c43-85c2-441e5acf4f72 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 0a71632d-77cb-424a-b533-e4f9d24c537e of type flat for network 82590c8e-2e0c-40bb-bada-2c9a951c4f00 2026-05-25 14:34:38.109 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c77198a-1515-4c43-85c2-441e5acf4f72 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.89 () {48 vars in 964 bytes} [Mon May 25 14:34:38 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 14:34:43.982 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7d06873-e2e5-46d2-a526-4d8eaea7df2f bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:43 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: 14/25] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:34:44.053 8 WARNING neutron.services.revisions.revision_plugin [None req-b627cdd4-8120-40cc-91b8-1222dd43801c bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Could not find related network for resource to bump revision. 2026-05-25 14:34:44.071 8 INFO neutron.db.segments_db [None req-b627cdd4-8120-40cc-91b8-1222dd43801c bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 3de48304-44d4-4c69-867f-5a1e5fd9b736 of type flat for network 2299726e-94e8-483b-ab1d-7fe318578c98 [pid: 8|app: 0|req: 12/26] 199.204.45.89 () {48 vars in 964 bytes} [Mon May 25 14:34:44 2026] POST /v2.0/networks => generated 706 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 14:34:45.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d8ed40d-96e3-4d87-8dcf-916dd30107c0 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 14:34:45 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 14:34:45 2026] GET /v2.0/networks?name=public => generated 709 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 14:34:45.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0a1c9f3-ced9-41a1-967e-bab909ce9fbc bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.89 () {44 vars in 1031 bytes} [Mon May 25 14:34:45 2026] GET /v2.0/subnets/public-subnet?network_id=2299726e-94e8-483b-ab1d-7fe318578c98 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.89 () {44 vars in 1054 bytes} [Mon May 25 14:34:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=2299726e-94e8-483b-ab1d-7fe318578c98 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.89 () {48 vars in 962 bytes} [Mon May 25 14:34:45 2026] POST /v2.0/subnets => generated 664 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 14:39:41.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8027e212-78b3-496b-830e-9c830bb605b4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/71] 199.204.45.89 () {44 vars in 934 bytes} [Mon May 25 14:39:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.89 () {44 vars in 956 bytes} [Mon May 25 14:39:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:39:41.500 8 INFO neutron.db.segments_db [None req-11fef8c4-a286-41e4-8a1b-149081bee3c7 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 9062abb7-85f2-46e2-83bb-2e78098543e4 of type vxlan for network 36aff56c-11d2-4bc0-9c9c-9a8b655314a7 [pid: 8|app: 0|req: 36/73] 199.204.45.89 () {48 vars in 963 bytes} [Mon May 25 14:39:41 2026] POST /v2.0/networks => generated 707 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 14:39:42.558 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96c16465-79c1-4c60-b953-3eee91971fa8 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/74] 199.204.45.89 () {44 vars in 934 bytes} [Mon May 25 14:39:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.89 () {44 vars in 956 bytes} [Mon May 25 14:39:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 14:39:42.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4862a6db-e101-45b6-9529-6614f18efcf2 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/76] 199.204.45.89 () {44 vars in 1033 bytes} [Mon May 25 14:39:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.89 () {44 vars in 1056 bytes} [Mon May 25 14:39:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.89 () {48 vars in 962 bytes} [Mon May 25 14:39:42 2026] POST /v2.0/subnets => generated 651 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 14:39:44.114 8 INFO neutron.api.v2.resource [None req-b038425d-9198-4a15-a80e-e6413df02eb9 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/79] 199.204.45.89 () {44 vars in 968 bytes} [Mon May 25 14:39:44 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.89 () {44 vars in 990 bytes} [Mon May 25 14:39:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.89 () {48 vars in 977 bytes} [Mon May 25 14:39:44 2026] POST /v2.0/security-groups => generated 1616 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:45 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 1616 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:45 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:45 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:39:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:46 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:46 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => 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: 45/88] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:46 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:39:46 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: 7|app: 0|req: 46/90] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:47 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 2846 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:47 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:47 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:39:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:48 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 3462 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:48 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:48 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:39:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:49 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:49 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:49 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => 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: 50/101] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:39:49 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: 7|app: 0|req: 52/102] 199.204.45.89 () {44 vars in 984 bytes} [Mon May 25 14:39:51 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 14:39:51.464 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c89a0c1-1421-42fa-ac9c-4574efe3e300 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/103] 199.204.45.89 () {44 vars in 1073 bytes} [Mon May 25 14:39:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/104] 199.204.45.89 () {44 vars in 1096 bytes} [Mon May 25 14:39:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:51 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.204.45.89 () {48 vars in 958 bytes} [Mon May 25 14:39:51 2026] POST /v2.0/ports => generated 1096 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 14:39:59.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79e3ccc5-8864-4dde-b2bc-4262e2c2e3ac bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/109] 199.204.45.89 () {44 vars in 976 bytes} [Mon May 25 14:39:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 56/110] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:39:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.89 () {48 vars in 1028 bytes} [Mon May 25 14:40:00 2026] PUT /v2.0/ports/a6c4eb7e-f94d-47c6-bc78-7b5ef397d1a6 => generated 1245 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.89 () {44 vars in 917 bytes} [Mon May 25 14:40:02 2026] GET /v2.0/ports => generated 3726 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 14:40:03.724 8 INFO neutron.api.v2.resource [None req-9ece7f91-68a4-430b-aa41-36a730cf852c bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/113] 199.204.45.89 () {44 vars in 956 bytes} [Mon May 25 14:40:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.89 () {44 vars in 978 bytes} [Mon May 25 14:40:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.89 () {48 vars in 977 bytes} [Mon May 25 14:40:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:40:04 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 1610 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:40:04 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:40:04 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:40:04 2026] POST /v2.0/security-group-rules => generated 621 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:40:05 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 2244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/121] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:40:05 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 2244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:40:05 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/123] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:40:05 2026] POST /v2.0/security-group-rules => generated 625 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/134] 199.204.45.89 () {44 vars in 972 bytes} [Mon May 25 14:41:13 2026] GET /v2.0/quotas/109d5071d11a44f1a1485995ac15c820 => 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: 68/135] 199.204.45.89 () {48 vars in 1024 bytes} [Mon May 25 14:41:13 2026] PUT /v2.0/quotas/109d5071d11a44f1a1485995ac15c820 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 14:43:35.066 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73661999-ec18-4b26-af67-ab50d801e55a bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/154] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 14:43:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 297 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 77/155] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 14:43:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 14:43:37.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a328aeef-df99-4d62-85f8-f4bf23ba6828 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/156] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 14:43:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/157] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 14:43:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 14:49:32.215 7 INFO neutron.api.v2.resource [None req-7ed70dbf-e259-48e0-83ca-ec449b7dee63 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/206] 199.204.45.89 () {44 vars in 1071 bytes} [Mon May 25 14:49:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 139 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.89 () {44 vars in 1094 bytes} [Mon May 25 14:49:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c7ce345038b24dacba9a84e7678639d1 => generated 23 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.89 () {48 vars in 978 bytes} [Mon May 25 14:49:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:33 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 1624 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:49:33 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:33 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:49:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:34 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:49:34 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:34 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:49:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:36 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 2846 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:49:36 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:36 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:49:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:37 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 14:49:37 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => 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: 111/223] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 14:49:37 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.204.45.89 () {48 vars in 988 bytes} [Mon May 25 14:49: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: 123/245] 199.204.45.89 () {30 vars in 739 bytes} [Mon May 25 14:51:55 2026] GET /v2.0/networks?tenant_id=c7ce345038b24dacba9a84e7678639d1&shared=False => generated 15 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 14:51:55.810 7 INFO neutron.db.segments_db [None req-56761f09-e621-404b-a100-96661083fafa 07599ae3a9c24620808c58493b4b34af c7ce345038b24dacba9a84e7678639d1 - - cffe8a6cf8ff4d28a8f253c17b78da4e cffe8a6cf8ff4d28a8f253c17b78da4e] Added segment f6956cdb-3113-4458-8686-ddb99087591c of type vxlan for network 13a37c15-73b6-4a04-8ad4-515abe25aaea [pid: 7|app: 0|req: 123/246] 199.204.45.89 () {34 vars in 681 bytes} [Mon May 25 14:51:55 2026] POST /v2.0/networks => generated 718 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.204.45.89 () {30 vars in 721 bytes} [Mon May 25 14:51:55 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 199.204.45.89 () {30 vars in 632 bytes} [Mon May 25 14:51:55 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: 125/249] 199.204.45.89 () {34 vars in 676 bytes} [Mon May 25 14:51:56 2026] POST /v2.0/ports => generated 999 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/250] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 14:51:56 2026] GET /v2.0/networks/13a37c15-73b6-4a04-8ad4-515abe25aaea => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 199.204.45.89 () {30 vars in 721 bytes} [Mon May 25 14:51:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 14:51:58 2026] GET /v2.0/networks/13a37c15-73b6-4a04-8ad4-515abe25aaea => generated 705 bytes in 34 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.89 () {44 vars in 972 bytes} [Mon May 25 14:52:11 2026] GET /v2.0/quotas/c7ce345038b24dacba9a84e7678639d1 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/256] 199.204.45.89 () {48 vars in 1024 bytes} [Mon May 25 14:52:12 2026] PUT /v2.0/quotas/c7ce345038b24dacba9a84e7678639d1 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:04:24.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebac93d7-ddf1-467f-bacf-196361de8519 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/355] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 15:04:24 2026] GET /v2.0/networks/public => generated 108 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/356] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 15:04:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:04:26.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7cee937-d3a2-49db-8bfd-585d016e9077 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/357] 199.204.45.89 () {44 vars in 924 bytes} [Mon May 25 15:04:26 2026] GET /v2.0/networks/public => generated 108 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/358] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 15:04:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:04:26.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff38642d-dde9-4b27-be0d-285513cfe6f9 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/359] 199.204.45.89 () {44 vars in 1031 bytes} [Mon May 25 15:04:26 2026] GET /v2.0/subnets/public-subnet?network_id=2299726e-94e8-483b-ab1d-7fe318578c98 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/360] 199.204.45.89 () {44 vars in 1054 bytes} [Mon May 25 15:04:26 2026] GET /v2.0/subnets?name=public-subnet&network_id=2299726e-94e8-483b-ab1d-7fe318578c98 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:04:55.082 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ca73e1f-538d-4a0a-9690-903952fa0dab bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/365] 199.204.45.89 () {44 vars in 934 bytes} [Mon May 25 15:04:55 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: 8|app: 0|req: 183/366] 199.204.45.89 () {44 vars in 956 bytes} [Mon May 25 15:04:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:04:56.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-220a84e1-765d-4e5e-93df-bd36dddb1604 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/367] 199.204.45.89 () {44 vars in 934 bytes} [Mon May 25 15:04:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/368] 199.204.45.89 () {44 vars in 956 bytes} [Mon May 25 15:04:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:04:56.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f325973f-d7a8-40e1-9496-3ba150252788 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/369] 199.204.45.89 () {44 vars in 1033 bytes} [Mon May 25 15:04:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/370] 199.204.45.89 () {44 vars in 1056 bytes} [Mon May 25 15:04:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:04:57.319 7 INFO neutron.api.v2.resource [None req-74f70d82-1014-4f41-93cb-d1c4931905da bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/371] 199.204.45.89 () {44 vars in 968 bytes} [Mon May 25 15:04:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/372] 199.204.45.89 () {44 vars in 990 bytes} [Mon May 25 15:04:57 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: 7|app: 0|req: 187/373] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:04:58 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/374] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:04:58 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => 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: 188/375] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:04:58 2026] GET /v2.0/security-group-rules/a7913605-2a06-44a1-b9a9-89e7cb5346ac => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:04:59 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:04:59 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:04:59 2026] GET /v2.0/security-group-rules/c5a86e61-3d70-4d50-aa9c-81a84d69cea1 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:00 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:00 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:05:00 2026] GET /v2.0/security-group-rules/6f8e273f-293a-4bec-983d-af68dd27adfe => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:01 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => 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: 192/383] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:01 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/384] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:05:01 2026] GET /v2.0/security-group-rules/6784aacb-1ae6-4477-8b8e-0e2aff02b69b => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:02 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:02 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:05:02 2026] GET /v2.0/security-group-rules/b6bcef9b-c561-4f46-8cf8-3dabd0ecfc51 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.89 () {44 vars in 984 bytes} [Mon May 25 15:05:03 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 732 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:05:03.637 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3940794a-4170-462e-92de-0b3a04f0b635 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/389] 199.204.45.89 () {44 vars in 1073 bytes} [Mon May 25 15:05:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/390] 199.204.45.89 () {44 vars in 1096 bytes} [Mon May 25 15:05:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 1250 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:03 2026] GET /v2.0/security-groups/32f15822-7191-4fb8-aa9e-52406bd53496 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:05:11.642 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcbc7d67-6483-430d-9806-2cac35215182 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/394] 199.204.45.89 () {44 vars in 976 bytes} [Mon May 25 15:05:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.89 () {44 vars in 917 bytes} [Mon May 25 15:05:13 2026] GET /v2.0/ports => generated 4721 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:05:14.586 8 INFO neutron.api.v2.resource [None req-2b95be48-e0ec-499e-a46d-2f79c9d2da75 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/397] 199.204.45.89 () {44 vars in 956 bytes} [Mon May 25 15:05:14 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.89 () {44 vars in 978 bytes} [Mon May 25 15:05:14 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:15 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 2882 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:15 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:05:15 2026] GET /v2.0/security-group-rules/2d360dd7-df8a-43b0-9412-d156f5855b52 => generated 621 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:16 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 2882 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:05:16 2026] GET /v2.0/security-groups/f269b4e1-12c7-4d55-a057-4f2719eadba7 => generated 2882 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:05:16 2026] GET /v2.0/security-group-rules/82ff03d2-3b22-41be-8c6a-7e0953d139dc => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.89 () {44 vars in 972 bytes} [Mon May 25 15:05:29 2026] GET /v2.0/quotas/109d5071d11a44f1a1485995ac15c820 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:06:27.757 8 INFO neutron.api.v2.resource [None req-0ff21a7e-bb63-43b8-97a5-a1910a064d42 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/416] 199.204.45.89 () {44 vars in 1071 bytes} [Mon May 25 15:06:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 139 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.204.45.89 () {44 vars in 1094 bytes} [Mon May 25 15:06:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c7ce345038b24dacba9a84e7678639d1 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/418] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 15:06:28 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 4075 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/419] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:06:28 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:06:28 2026] GET /v2.0/security-group-rules/7d3974e8-9f5b-4422-9605-d01b597d5756 => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/421] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 15:06:29 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/422] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:06:29 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/423] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:06:29 2026] GET /v2.0/security-group-rules/5f75e80a-9035-4bd3-b6d1-d22ca33f6102 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 15:06:30 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/425] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:06:30 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/426] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:06:30 2026] GET /v2.0/security-group-rules/e1dc648e-6084-42d3-ae37-dab182ebe6db => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/427] 199.204.45.89 () {44 vars in 1085 bytes} [Mon May 25 15:06:31 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805?project_id=c7ce345038b24dacba9a84e7678639d1 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/428] 199.204.45.89 () {44 vars in 998 bytes} [Mon May 25 15:06:31 2026] GET /v2.0/security-groups/415494c8-50ad-4ad5-a3e6-280381412805 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/429] 199.204.45.89 () {44 vars in 1008 bytes} [Mon May 25 15:06:32 2026] GET /v2.0/security-group-rules/c2c09d82-73ad-4a75-b8ed-d6bbc1093a37 => 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: 216/432] 199.204.45.89 () {44 vars in 972 bytes} [Mon May 25 15:06:39 2026] GET /v2.0/quotas/c7ce345038b24dacba9a84e7678639d1 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/439] 199.204.45.89 () {44 vars in 946 bytes} [Mon May 25 15:07:32 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:08:11 2026] GET /v2.0/networks => generated 2168 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/447] 10.0.0.26 () {32 vars in 654 bytes} [Mon May 25 15:08:12 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/448] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:08:12 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:08:12 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:08:12 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:08:12 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: 226/452] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:08:12 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.26 () {32 vars in 654 bytes} [Mon May 25 15:08:12 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) 2026-05-25 15:08:24.192 7 INFO neutron.db.segments_db [None req-9c0e605e-af7d-4bb9-bb4c-d7c616c88057 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment c078feb5-8120-42d3-9360-2d82f0a4c916 of type vxlan for network 60170145-3025-4bd9-8fe8-f1855329d1e5 2026-05-25 15:08:24.229 8 INFO neutron.db.segments_db [None req-7ffd96bf-42e1-457d-b10d-affe4516f13f bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment f8c38a9b-81b4-41f7-a47c-065564da5795 of type vxlan for network b75e1889-1bc8-4a80-8423-c88ca1a94cea [pid: 7|app: 0|req: 229/456] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:08:23 2026] POST /v2.0/networks => generated 744 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:08:24 2026] POST /v2.0/networks => generated 752 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/458] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:24 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:08:24.532 7 INFO neutron.db.segments_db [None req-5ea046a6-f3c2-48e8-b7aa-793149e9a1ac bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 74e4a5b8-f627-4e4b-a5ec-57e0bdaefbaf of type vxlan for network 08973f9a-5e72-410d-9e31-44bb339591e2 [pid: 7|app: 0|req: 230/459] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:08:24 2026] POST /v2.0/networks => generated 749 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:08:24.682 7 INFO neutron.db.segments_db [None req-aecaf850-d69f-468b-a97e-6f277c32bd15 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment a2e44663-6c9f-4283-a7ad-2a1b70536ce0 of type vxlan for network 3dbbe411-06d1-479c-b827-959e613dd7e7 [pid: 8|app: 0|req: 230/460] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:24 2026] POST /v2.0/subnets => generated 699 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:24 2026] GET /v2.0/security-groups?tenant_id=d535e25009164b0ca8cf1b08b4c35a6f&name=default => generated 2921 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:08:24.940 7 INFO neutron.db.l3_hamode_db [None req-aecaf850-d69f-468b-a97e-6f277c32bd15 bd83e85f9b664566af908d3f2868a642 21de9b0ade1643deb367ca56005925aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/462] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:24 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-05-25 15:08:25.114 8 INFO neutron.db.segments_db [None req-2d2a3933-9ae0-49f9-9889-de7ccd5748a7 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment cdc5dba9-328f-41d6-b8df-03aa5b4ba10b of type vxlan for network fe08ef81-46f6-434d-adce-675743922ecc 2026-05-25 15:08:25.366 8 INFO neutron.db.l3_hamode_db [None req-2d2a3933-9ae0-49f9-9889-de7ccd5748a7 bd83e85f9b664566af908d3f2868a642 e24e6932bad447669f7538062a13eb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:25.840 7 INFO neutron.db.l3_hamode_db [None req-aecaf850-d69f-468b-a97e-6f277c32bd15 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:26.504 8 INFO neutron.db.l3_hamode_db [None req-2d2a3933-9ae0-49f9-9889-de7ccd5748a7 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/463] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:24 2026] POST /v2.0/routers => generated 731 bytes in 2767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:25 2026] POST /v2.0/routers => generated 739 bytes in 2362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:08:27.489 8 INFO neutron.db.segments_db [None req-4c7051b0-0343-48e8-9daf-fb23299c0c83 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 21ff77a0-d881-4026-a6a8-cd87b796c5dc of type vxlan for network 61227ee0-ff14-4b36-ab70-0fef0076001f [pid: 7|app: 0|req: 232/465] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:27 2026] DELETE /v2.0/security-groups/591e879f-af98-47e5-953a-dfee4d3561b7 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:08:27.781 8 INFO neutron.db.l3_hamode_db [None req-4c7051b0-0343-48e8-9daf-fb23299c0c83 bd83e85f9b664566af908d3f2868a642 c85b181dccab44d6a6498f865758addd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:28.493 8 INFO neutron.db.l3_hamode_db [None req-4c7051b0-0343-48e8-9daf-fb23299c0c83 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/466] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:27 2026] PUT /v2.0/routers/ec3f8ec2-0987-4c8f-a66f-d172b333a490/add_router_interface => generated 309 bytes in 1184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:27 2026] POST /v2.0/routers => generated 736 bytes in 1865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/468] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:28 2026] PUT /v2.0/routers/bae7f1af-ee85-4940-b905-fa6eec74afd0/add_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/469] 10.0.0.107 () {38 vars in 971 bytes} [Mon May 25 15:08:29 2026] POST /v2.0/security-groups => generated 1682 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/470] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:29 2026] PUT /v2.0/routers/015a4fc0-3839-437d-8bfa-e04f6b6a3854/add_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/471] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/security-groups => generated 1660 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:30 2026] GET /v2.0/security-groups?tenant_id=17e5b43f04cc43ad9c978cdc62b0c34b&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/473] 10.0.0.107 () {38 vars in 971 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/security-groups => generated 1680 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/474] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:30 2026] DELETE /v2.0/security-groups/c8aec6e6-5784-48ea-aef8-8051ea148116 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/476] 10.0.0.107 () {38 vars in 971 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/security-groups => generated 1682 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/477] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/478] 10.0.0.107 () {38 vars in 971 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/security-groups => generated 1683 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/479] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:08:30 2026] GET /v2.0/security-groups?tenant_id=21de9b0ade1643deb367ca56005925aa => generated 7905 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/480] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:30 2026] GET /v2.0/security-groups/f33e6d97-862c-4e93-b581-cd53fecfd3fb => generated 1683 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:30 2026] GET /v2.0/security-groups/70f884f0-e729-4487-bce1-9fe50cbaada5 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/482] 10.0.0.107 () {38 vars in 981 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/483] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/70f884f0-e729-4487-bce1-9fe50cbaada5 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/484] 10.0.0.107 () {38 vars in 971 bytes} [Mon May 25 15:08:31 2026] POST /v2.0/security-groups => generated 1685 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/485] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/7b26e674-cf27-485a-8c01-b6ec03f18597 => generated 1682 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/486] 10.0.0.107 () {36 vars in 1013 bytes} [Mon May 25 15:08:31 2026] DELETE /v2.0/security-groups/7b26e674-cf27-485a-8c01-b6ec03f18597 => 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: 248/487] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/d7f00c0f-a100-4e19-9600-527c61aa6551 => generated 1685 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:08:31.314 8 INFO neutron.api.v2.resource [req-987a322b-4ee5-462b-9244-a3e7b76110e7 req-00f17829-51c1-4cf9-a2d9-99934087caf8 b8a410726a7849b098bd20fcff0348db 21de9b0ade1643deb367ca56005925aa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/488] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/7b26e674-cf27-485a-8c01-b6ec03f18597 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/489] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:08:30 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/490] 10.0.0.107 () {38 vars in 981 bytes} [Mon May 25 15:08:31 2026] POST /v2.0/security-group-rules => generated 614 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/491] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/45a46d78-413a-433a-9bd8-d56a2561b11f => generated 1680 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/492] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/d7f00c0f-a100-4e19-9600-527c61aa6551 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/493] 10.0.0.107 () {36 vars in 1013 bytes} [Mon May 25 15:08:31 2026] DELETE /v2.0/security-groups/45a46d78-413a-433a-9bd8-d56a2561b11f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:08:31.532 8 INFO neutron.api.v2.resource [req-e205ea57-956d-4dce-bc91-f02eefb79edc req-717c0541-ea6f-43a0-b4c1-5bd51ef5e303 b8a410726a7849b098bd20fcff0348db 21de9b0ade1643deb367ca56005925aa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/494] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/45a46d78-413a-433a-9bd8-d56a2561b11f => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/495] 10.0.0.107 () {38 vars in 981 bytes} [Mon May 25 15:08:31 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: 253/496] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/771ed4d0-deed-401a-9957-620d7d5e3b55 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/497] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/d7f00c0f-a100-4e19-9600-527c61aa6551 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/498] 10.0.0.107 () {34 vars in 1001 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-group-rules/d92f0d95-a18d-4e3b-be2d-5a9f400c7090 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/499] 10.0.0.107 () {36 vars in 1013 bytes} [Mon May 25 15:08:31 2026] DELETE /v2.0/security-groups/771ed4d0-deed-401a-9957-620d7d5e3b55 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:08:31.710 7 INFO neutron.api.v2.resource [req-9ff22581-c72d-4d6a-a61d-e1f6d13b7739 req-cac7a002-5c74-40bd-9355-b138984160ea b8a410726a7849b098bd20fcff0348db 21de9b0ade1643deb367ca56005925aa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/500] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/771ed4d0-deed-401a-9957-620d7d5e3b55 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/501] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/d7f00c0f-a100-4e19-9600-527c61aa6551 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/502] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups?tenant_id=21de9b0ade1643deb367ca56005925aa => generated 2921 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/503] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/70f884f0-e729-4487-bce1-9fe50cbaada5 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/504] 10.0.0.107 () {36 vars in 1023 bytes} [Mon May 25 15:08:31 2026] DELETE /v2.0/security-group-rules/d92f0d95-a18d-4e3b-be2d-5a9f400c7090 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/505] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/70f884f0-e729-4487-bce1-9fe50cbaada5 => 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: 247/506] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/d7f00c0f-a100-4e19-9600-527c61aa6551 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/507] 10.0.0.107 () {34 vars in 1100 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1820313143&fields=id&tenant_id=e24e6932bad447669f7538062a13eb33 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/508] 10.0.0.107 () {36 vars in 1013 bytes} [Mon May 25 15:08:31 2026] DELETE /v2.0/security-groups/d7f00c0f-a100-4e19-9600-527c61aa6551 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:08:31.965 8 INFO neutron.api.v2.resource [req-893590ab-8762-4fb4-a752-19d3bfe5bc0d req-3d8baffb-f4da-4579-8f82-7d9123cb2a35 b8a410726a7849b098bd20fcff0348db 21de9b0ade1643deb367ca56005925aa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/509] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/771ed4d0-deed-401a-9957-620d7d5e3b55 => 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: 249/510] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/networks?id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/511] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/quotas/e24e6932bad447669f7538062a13eb33 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/512] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:31 2026] GET /v2.0/security-groups/f33e6d97-862c-4e93-b581-cd53fecfd3fb => generated 2308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/513] 10.0.0.107 () {36 vars in 1013 bytes} [Mon May 25 15:08:32 2026] DELETE /v2.0/security-groups/f33e6d97-862c-4e93-b581-cd53fecfd3fb => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/514] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:08:32 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&fields=id => generated 57 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:08:32.127 7 INFO neutron.api.v2.resource [req-7b7425f1-7bec-4ee1-ab59-49caf46e5034 req-b8c76b49-e990-4c93-826e-18116c04d048 b8a410726a7849b098bd20fcff0348db 21de9b0ade1643deb367ca56005925aa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/515] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:32 2026] GET /v2.0/security-groups/45a46d78-413a-433a-9bd8-d56a2561b11f => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:08:32.161 7 INFO neutron.api.v2.resource [req-25148638-28f8-45de-8dd9-fb4c4bba6469 req-964946de-a299-4cb2-9141-0e95e008a57e b8a410726a7849b098bd20fcff0348db 21de9b0ade1643deb367ca56005925aa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/516] 10.0.0.107 () {34 vars in 991 bytes} [Mon May 25 15:08:32 2026] GET /v2.0/security-groups/7b26e674-cf27-485a-8c01-b6ec03f18597 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:08:32.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-8088b9ad-226c-4985-9642-35b879ca0f51 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 680bfef1-7f31-49b8-8df2-c99b6f4739e3 2026-05-25 15:08:32.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8088b9ad-226c-4985-9642-35b879ca0f51 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 680bfef1-7f31-49b8-8df2-c99b6f4739e3 2026-05-25 15:08:32.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe511595-f50c-4d92-a3d4-53bd0e20ca42 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 700eadb3-0c46-4af4-abdf-12ad016a9472 2026-05-25 15:08:32.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe511595-f50c-4d92-a3d4-53bd0e20ca42 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 700eadb3-0c46-4af4-abdf-12ad016a9472 [pid: 8|app: 0|req: 264/517] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:08:32 2026] PUT /v2.0/routers/015a4fc0-3839-437d-8bfa-e04f6b6a3854/remove_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/518] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:08:32 2026] PUT /v2.0/routers/ec3f8ec2-0987-4c8f-a66f-d172b333a490/remove_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/519] 10.0.0.107 () {34 vars in 907 bytes} [Mon May 25 15:08:33 2026] GET /v2.0/extensions => generated 21537 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-25 15:08:33.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec101bdd-4c2b-4155-a665-4ec93ff910cd bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 29f6ab09-6d16-4c2d-8223-743a03b49919 2026-05-25 15:08:33.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec101bdd-4c2b-4155-a665-4ec93ff910cd bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 29f6ab09-6d16-4c2d-8223-743a03b49919 2026-05-25 15:08:33.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcc20ad8-5310-4145-8625-2ec564a77c84 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: ae06c4e9-1de8-40e8-a981-9d408d618c5b 2026-05-25 15:08:33.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcc20ad8-5310-4145-8625-2ec564a77c84 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: ae06c4e9-1de8-40e8-a981-9d408d618c5b 2026-05-25 15:08:33.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec101bdd-4c2b-4155-a665-4ec93ff910cd bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 631d500f-74c0-41ea-8b49-0a94d8d5c6c3 2026-05-25 15:08:33.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec101bdd-4c2b-4155-a665-4ec93ff910cd bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 631d500f-74c0-41ea-8b49-0a94d8d5c6c3 2026-05-25 15:08:34.055 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ec101bdd-4c2b-4155-a665-4ec93ff910cd bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-25 15:08:34.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcc20ad8-5310-4145-8625-2ec564a77c84 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 12d8dff8-8c71-4d6b-ac86-ea31b77d7f6f 2026-05-25 15:08:34.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcc20ad8-5310-4145-8625-2ec564a77c84 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 12d8dff8-8c71-4d6b-ac86-ea31b77d7f6f 2026-05-25 15:08:34.184 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-fcc20ad8-5310-4145-8625-2ec564a77c84 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-25 15:08:34.484 7 INFO neutron.db.l3_hamode_db [None req-ec101bdd-4c2b-4155-a665-4ec93ff910cd bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 61227ee0-ff14-4b36-ab70-0fef0076001f was deleted as no HA routers are present in tenant c85b181dccab44d6a6498f865758addd. [pid: 7|app: 0|req: 255/520] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:33 2026] DELETE /v2.0/routers/015a4fc0-3839-437d-8bfa-e04f6b6a3854 => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/521] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:08:34 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:08:34.592 8 INFO neutron.db.l3_hamode_db [None req-fcc20ad8-5310-4145-8625-2ec564a77c84 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 3dbbe411-06d1-479c-b827-959e613dd7e7 was deleted as no HA routers are present in tenant 21de9b0ade1643deb367ca56005925aa. [pid: 8|app: 0|req: 266/522] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:33 2026] DELETE /v2.0/routers/ec3f8ec2-0987-4c8f-a66f-d172b333a490 => generated 0 bytes in 1013 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/523] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:08:34 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 257/524] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:34 2026] DELETE /v2.0/subnets/cbd9907b-c000-4de5-b56f-775464cb5b79 => 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: 268/525] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:34 2026] DELETE /v2.0/subnets/a5c8ce80-dbac-4b58-b8bc-82876f1e1855 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/526] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:08:34 2026] DELETE /v2.0/networks/08973f9a-5e72-410d-9e31-44bb339591e2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/527] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:34 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:08:34.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-a642b573-9f1f-43f2-8f35-c0ac041567b4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 45bb5018-f4a5-4ab1-99eb-f63626ae1957 2026-05-25 15:08:34.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a642b573-9f1f-43f2-8f35-c0ac041567b4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 45bb5018-f4a5-4ab1-99eb-f63626ae1957 [pid: 8|app: 0|req: 269/528] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:34 2026] GET /v2.0/security-groups?tenant_id=5f897ad324df431fa265051cb78b556c&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/529] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:35 2026] GET /v2.0/security-groups?tenant_id=c85b181dccab44d6a6498f865758addd&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/530] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:08:34 2026] DELETE /v2.0/networks/60170145-3025-4bd9-8fe8-f1855329d1e5 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:08:35.185 8 INFO neutron.services.segments.plugin [-] Segment a2e44663-6c9f-4283-a7ad-2a1b70536ce0 resource provider aggregate not found [pid: 8|app: 0|req: 271/531] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:35 2026] DELETE /v2.0/security-groups/c16e5d79-afbe-412e-8064-fcd56badb50c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:08:35.218 7 INFO neutron.services.segments.plugin [-] Segment 21ff77a0-d881-4026-a6a8-cd87b796c5dc resource provider aggregate not found [pid: 7|app: 0|req: 261/532] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:35 2026] DELETE /v2.0/security-groups/6c09a1dd-4a81-4ab3-abde-e596d783216e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:08:35.247 7 INFO neutron.services.segments.plugin [-] Segment 21ff77a0-d881-4026-a6a8-cd87b796c5dc resource provider aggregate not found 2026-05-25 15:08:35.262 8 INFO neutron.services.segments.plugin [-] Segment a2e44663-6c9f-4283-a7ad-2a1b70536ce0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e44663-6c9f-4283-a7ad-2a1b70536ce0 found for delete ", "request_id": "req-4644ae83-3f1e-4038-a381-278d19b10f07"}]} 2026-05-25 15:08:35.264 8 INFO neutron.services.segments.plugin [-] Segment a2e44663-6c9f-4283-a7ad-2a1b70536ce0 resource provider aggregate not found 2026-05-25 15:08:35.267 7 INFO neutron.services.segments.plugin [-] Segment 21ff77a0-d881-4026-a6a8-cd87b796c5dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ff77a0-d881-4026-a6a8-cd87b796c5dc found for delete ", "request_id": "req-b697154c-6a03-4782-b034-88b97349cdbe"}]} 2026-05-25 15:08:35.271 7 INFO neutron.services.segments.plugin [-] Segment 21ff77a0-d881-4026-a6a8-cd87b796c5dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ff77a0-d881-4026-a6a8-cd87b796c5dc found for delete ", "request_id": "req-4f1bfe70-5523-4f66-ad8a-39af3de7734f"}]} 2026-05-25 15:08:35.276 8 INFO neutron.services.segments.plugin [-] Segment a2e44663-6c9f-4283-a7ad-2a1b70536ce0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e44663-6c9f-4283-a7ad-2a1b70536ce0 found for delete ", "request_id": "req-f7d95645-9c28-4bc7-a672-22dfeea6393b"}]} [pid: 8|app: 0|req: 272/533] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:35 2026] GET /v2.0/security-groups?tenant_id=21de9b0ade1643deb367ca56005925aa&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/534] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:35 2026] DELETE /v2.0/security-groups/70f884f0-e729-4487-bce1-9fe50cbaada5 => 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: 262/535] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:35 2026] GET /v2.0/security-groups?tenant_id=929d7b64daf5421b8fcce5a38e8e2f4a&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/536] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:35 2026] DELETE /v2.0/security-groups/e78dfc0b-2512-44c1-aa49-b80402ed71ad => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/537] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:35 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 275/538] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:37 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:08:37.294 7 INFO neutron.services.segments.plugin [-] Segment 74e4a5b8-f627-4e4b-a5ec-57e0bdaefbaf resource provider aggregate not found 2026-05-25 15:08:37.297 7 INFO neutron.services.segments.plugin [-] Segment 74e4a5b8-f627-4e4b-a5ec-57e0bdaefbaf resource provider aggregate not found 2026-05-25 15:08:37.320 7 INFO neutron.services.segments.plugin [-] Segment 74e4a5b8-f627-4e4b-a5ec-57e0bdaefbaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e4a5b8-f627-4e4b-a5ec-57e0bdaefbaf found for delete ", "request_id": "req-4d8a21d5-32c5-4838-88dd-540762e22b1c"}]} 2026-05-25 15:08:37.329 7 INFO neutron.services.segments.plugin [-] Segment 74e4a5b8-f627-4e4b-a5ec-57e0bdaefbaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e4a5b8-f627-4e4b-a5ec-57e0bdaefbaf found for delete ", "request_id": "req-a5f3338c-85ef-41cd-9b8b-b9c29a60fe4d"}]} 2026-05-25 15:08:37.352 7 INFO neutron.services.segments.plugin [-] Segment c078feb5-8120-42d3-9360-2d82f0a4c916 resource provider aggregate not found 2026-05-25 15:08:37.361 7 INFO neutron.services.segments.plugin [-] Segment c078feb5-8120-42d3-9360-2d82f0a4c916 resource provider aggregate not found 2026-05-25 15:08:37.392 7 INFO neutron.services.segments.plugin [-] Segment c078feb5-8120-42d3-9360-2d82f0a4c916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c078feb5-8120-42d3-9360-2d82f0a4c916 found for delete ", "request_id": "req-a86f2b2d-de34-4b82-bb81-0ede7f6ee8d0"}]} 2026-05-25 15:08:37.401 7 INFO neutron.services.segments.plugin [-] Segment c078feb5-8120-42d3-9360-2d82f0a4c916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c078feb5-8120-42d3-9360-2d82f0a4c916 found for delete ", "request_id": "req-02862d6e-0355-4091-b63a-efc47303c448"}]} 2026-05-25 15:08:37.497 8 INFO neutron.db.segments_db [None req-95edf22b-657c-45c8-acb9-d9e64ae853ab bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 79d51ea1-8f4f-4f6a-9acc-5173c2a7bbe1 of type vxlan for network 8210fc38-3719-4545-94db-2eca390c655d 2026-05-25 15:08:37.537 7 INFO neutron.db.segments_db [None req-adddb0d9-b606-4211-b065-69020c84d753 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 985e5334-ff76-4119-bdbe-23ad9ffa1bdf of type vxlan for network 402e35ce-472c-4186-9aec-8a580792c89d [pid: 8|app: 0|req: 276/539] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:08:37 2026] POST /v2.0/networks => generated 737 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/540] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:08:37 2026] POST /v2.0/networks => generated 746 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/543] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:37 2026] POST /v2.0/subnets => generated 684 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:08:37.816 8 INFO neutron.db.segments_db [None req-9c9ef567-91bf-4331-96a6-cab216cd805e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment f804dfcb-840d-41a8-8702-cdaf17e1ff10 of type vxlan for network 5ea34635-9b8b-4384-9e82-6eba143b7c6a [pid: 7|app: 0|req: 267/544] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:37 2026] POST /v2.0/subnets => generated 694 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:08:37.884 7 INFO neutron.db.segments_db [None req-d19b0f67-bf62-4ee0-8145-f6e41f8c4a17 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 83f0e832-7795-47a1-9c7d-be14838eff98 of type vxlan for network 15030a68-16b3-46e9-a290-b3363ad7125b 2026-05-25 15:08:37.996 8 INFO neutron.db.l3_hamode_db [None req-9c9ef567-91bf-4331-96a6-cab216cd805e bd83e85f9b664566af908d3f2868a642 d0ce4024d8924d7eada4aac2867296ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:38.110 7 INFO neutron.db.l3_hamode_db [None req-d19b0f67-bf62-4ee0-8145-f6e41f8c4a17 bd83e85f9b664566af908d3f2868a642 0dffe133aabc436cb573ffdfc6c90f3e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:38.698 8 INFO neutron.db.l3_hamode_db [None req-9c9ef567-91bf-4331-96a6-cab216cd805e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:38.777 7 INFO neutron.db.l3_hamode_db [None req-d19b0f67-bf62-4ee0-8145-f6e41f8c4a17 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 278/545] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:37 2026] POST /v2.0/routers => generated 724 bytes in 1879 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/546] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:37 2026] POST /v2.0/routers => generated 734 bytes in 1867 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/547] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:39 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 279/548] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:39 2026] GET /v2.0/security-groups?tenant_id=dbbc3829707040b193e6aaf8da08d375&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/549] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:39 2026] PUT /v2.0/routers/774f37a7-cd13-4f28-9121-4db0739bd482/add_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/550] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:40 2026] DELETE /v2.0/security-groups/9d69ecb8-d654-47b2-97d2-1253ff9d60ba => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/551] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:08:40 2026] GET /v2.0/networks?id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 684 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/552] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:40 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 274/553] 199.204.45.89 () {34 vars in 910 bytes} [Mon May 25 15:08:40 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/554] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:08:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e24e6932bad447669f7538062a13eb33 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/555] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:39 2026] PUT /v2.0/routers/ea1bce52-a664-456b-9a2f-f63d41199d17/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/556] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:08:41 2026] POST /v2.0/security-groups => generated 1661 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/557] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:08:40 2026] POST /v2.0/ports => generated 958 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/558] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:08:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 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: 277/559] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:08:41 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) [pid: 8|app: 0|req: 283/560] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:08:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/561] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:08:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/562] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:08:41 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/563] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:08:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/564] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/565] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:08:41 2026] PUT /v2.0/ports/d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 1239 bytes in 577 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: 286/566] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&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: 287/567] 10.0.0.26 () {32 vars in 652 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions => generated 21537 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/568] 10.0.0.107 () {34 vars in 1100 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1491789032&fields=id&tenant_id=d0ce4024d8924d7eada4aac2867296ae => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/569] 10.0.0.26 () {32 vars in 680 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/570] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/networks?id=8210fc38-3719-4545-94db-2eca390c655d => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/571] 10.0.0.26 () {32 vars in 680 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/572] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/quotas/d0ce4024d8924d7eada4aac2867296ae => 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: 293/573] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/574] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:08:42 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/575] 10.0.0.26 () {32 vars in 664 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/576] 10.0.0.26 () {32 vars in 698 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/577] 10.0.0.26 () {32 vars in 696 bytes} [Mon May 25 15:08: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: 285/578] 10.0.0.26 () {32 vars in 700 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/579] 10.0.0.26 () {32 vars in 688 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/580] 10.0.0.26 () {32 vars in 702 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/581] 10.0.0.26 () {32 vars in 692 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/582] 10.0.0.26 () {32 vars in 694 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:42.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e501a9fa-135d-4a15-89e8-85a6855aed56'] response: {'name': 'network-changed', 'server_uuid': '1737b7f9-ceaf-4470-bd90-f463bca7bc58', 'tag': 'd3983da5-cea6-454c-b820-17b0ac7383f8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 290/583] 10.0.0.26 () {32 vars in 684 bytes} [Mon May 25 15:08:42 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: 291/584] 10.0.0.26 () {32 vars in 686 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/585] 10.0.0.26 () {32 vars in 660 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/586] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/ports?tenant_id=d0ce4024d8924d7eada4aac2867296ae&fields=id => generated 57 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/587] 10.0.0.26 () {32 vars in 698 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/588] 10.0.0.26 () {32 vars in 678 bytes} [Mon May 25 15:08:42 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: 294/589] 10.0.0.26 () {32 vars in 682 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/590] 10.0.0.26 () {32 vars in 674 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/591] 10.0.0.26 () {32 vars in 688 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/592] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/593] 10.0.0.26 () {32 vars in 686 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/594] 10.0.0.26 () {32 vars in 668 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/595] 10.0.0.26 () {32 vars in 686 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/596] 10.0.0.26 () {32 vars in 680 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/597] 10.0.0.26 () {32 vars in 698 bytes} [Mon May 25 15:08:42 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/598] 10.0.0.26 () {32 vars in 678 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/599] 10.0.0.26 () {32 vars in 666 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/600] 10.0.0.26 () {32 vars in 676 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/601] 10.0.0.26 () {32 vars in 664 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/l3-ha => 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: 302/602] 10.0.0.26 () {32 vars in 674 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/603] 10.0.0.26 () {32 vars in 712 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/604] 10.0.0.26 () {32 vars in 690 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/605] 10.0.0.26 () {32 vars in 682 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/606] 10.0.0.26 () {32 vars in 668 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/607] 10.0.0.26 () {32 vars in 686 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/608] 10.0.0.26 () {32 vars in 704 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/609] 10.0.0.26 () {32 vars in 674 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/610] 10.0.0.26 () {32 vars in 700 bytes} [Mon May 25 15:08: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: 305/611] 10.0.0.26 () {32 vars in 674 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/612] 10.0.0.26 () {32 vars in 692 bytes} [Mon May 25 15:08: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: 306/613] 10.0.0.26 () {32 vars in 688 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 308/614] 10.0.0.26 () {32 vars in 708 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/port-mac-address-regenerate => 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: 307/615] 10.0.0.26 () {32 vars in 704 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/616] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:08: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: 308/617] 10.0.0.26 () {32 vars in 696 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/618] 10.0.0.26 () {32 vars in 710 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/619] 10.0.0.26 () {32 vars in 668 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/620] 10.0.0.26 () {32 vars in 686 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/621] 10.0.0.26 () {32 vars in 680 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/622] 10.0.0.26 () {32 vars in 674 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/623] 10.0.0.26 () {32 vars in 670 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/624] 10.0.0.26 () {32 vars in 660 bytes} [Mon May 25 15:08:43 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: 315/625] 10.0.0.26 () {32 vars in 698 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/626] 10.0.0.26 () {32 vars in 698 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/627] 10.0.0.107 () {34 vars in 907 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions => generated 21537 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/628] 10.0.0.26 () {32 vars in 676 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/629] 10.0.0.26 () {32 vars in 668 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/630] 10.0.0.26 () {32 vars in 682 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/631] 10.0.0.26 () {32 vars in 700 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/632] 10.0.0.26 () {32 vars in 684 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/633] 10.0.0.26 () {32 vars in 706 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 317/634] 10.0.0.26 () {32 vars in 668 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 318/635] 10.0.0.26 () {32 vars in 696 bytes} [Mon May 25 15:08: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: 318/636] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/networks/8210fc38-3719-4545-94db-2eca390c655d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/637] 10.0.0.26 () {32 vars in 694 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/638] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/networks/8210fc38-3719-4545-94db-2eca390c655d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/639] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/640] 10.0.0.26 () {32 vars in 684 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/641] 10.0.0.26 () {32 vars in 688 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/642] 10.0.0.26 () {32 vars in 704 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/643] 10.0.0.26 () {32 vars in 666 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/644] 10.0.0.26 () {32 vars in 680 bytes} [Mon May 25 15:08: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: 326/645] 10.0.0.26 () {32 vars in 680 bytes} [Mon May 25 15:08: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: 320/646] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/networks?tenant_id=e24e6932bad447669f7538062a13eb33&shared=False => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/647] 10.0.0.26 () {32 vars in 690 bytes} [Mon May 25 15:08: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: 7|app: 0|req: 322/648] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:08:43 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: 327/649] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/650] 10.0.0.26 () {32 vars in 690 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 328/651] 10.0.0.26 () {32 vars in 694 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/652] 10.0.0.26 () {32 vars in 684 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 330/653] 10.0.0.26 () {32 vars in 688 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/654] 10.0.0.26 () {32 vars in 700 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 332/655] 10.0.0.26 () {32 vars in 702 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/656] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/657] 10.0.0.26 () {32 vars in 712 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/658] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/659] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 327/660] 10.0.0.26 () {32 vars in 714 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/661] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/662] 10.0.0.26 () {32 vars in 740 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/663] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/664] 10.0.0.26 () {32 vars in 682 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/665] 10.0.0.26 () {32 vars in 668 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/666] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/667] 10.0.0.26 () {32 vars in 678 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/668] 10.0.0.26 () {32 vars in 668 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/669] 10.0.0.26 () {32 vars in 696 bytes} [Mon May 25 15:08: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: 7|app: 0|req: 332/670] 10.0.0.26 () {32 vars in 704 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 339/671] 10.0.0.26 () {32 vars in 700 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/672] 10.0.0.26 () {32 vars in 700 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 340/673] 10.0.0.26 () {32 vars in 682 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/674] 10.0.0.26 () {32 vars in 704 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/675] 10.0.0.26 () {32 vars in 694 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/676] 10.0.0.26 () {32 vars in 688 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 342/677] 10.0.0.26 () {32 vars in 696 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/678] 10.0.0.26 () {32 vars in 678 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/679] 10.0.0.26 () {32 vars in 688 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/680] 10.0.0.26 () {32 vars in 700 bytes} [Mon May 25 15:08: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: 8|app: 0|req: 344/681] 10.0.0.26 () {32 vars in 664 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/682] 10.0.0.26 () {32 vars in 680 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/683] 10.0.0.26 () {32 vars in 676 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/684] 10.0.0.26 () {32 vars in 692 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/685] 10.0.0.26 () {32 vars in 676 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/686] 10.0.0.26 () {32 vars in 666 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/687] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:08: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: 341/688] 10.0.0.26 () {32 vars in 674 bytes} [Mon May 25 15:08:43 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/689] 10.0.0.26 () {32 vars in 686 bytes} [Mon May 25 15:08: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: 349/690] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/691] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/692] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/693] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/security-groups?tenant_id=d620dde7e847400d876b52dbdc4bf89e&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: 352/694] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/subnets?id=5529cf0c-6550-4efa-bdbf-18ba136d16e4 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/695] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 353/696] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/697] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/ports?network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/698] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:08:44 2026] DELETE /v2.0/security-groups/88151ffc-b122-477e-b750-119535ddacf8 => 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: 355/699] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 345/700] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:08:44 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 356/701] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:45 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 346/702] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:45 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/703] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:45 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&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: 358/704] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:46 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:08:47.022 7 INFO neutron.db.segments_db [None req-df16b8ac-3606-4524-b19e-ce38c81f26e8 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment e77be615-3675-4b97-ba49-a230a23f5e64 of type vxlan for network 346224b6-fe07-49aa-9743-b04d28a495ad [pid: 8|app: 0|req: 359/705] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:47 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/706] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:47 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&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: 347/707] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:08:46 2026] POST /v2.0/networks => generated 634 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:08:47.234 8 INFO neutron.db.segments_db [None req-51097114-14fc-4883-95f8-5203224904b6 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment 44b8d33e-4353-41e3-922b-8381a065ac4f of type vxlan for network dc1edd52-2195-4a2b-81a8-7b47e9021671 [pid: 8|app: 0|req: 361/708] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:08:47 2026] POST /v2.0/networks => generated 634 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/709] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:47 2026] POST /v2.0/subnets => generated 646 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/710] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:47 2026] POST /v2.0/subnets => generated 655 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:08:48.028 7 INFO neutron.db.segments_db [None req-0524c8a3-973b-42cf-8260-8616f5bc6326 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment 2bb3cfe1-6472-4b55-96b7-f6798cd7b560 of type vxlan for network 57ab1399-0b7e-4087-af7b-7bd86e397320 [pid: 8|app: 0|req: 363/711] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:08:48 2026] GET /v2.0/networks?id=8210fc38-3719-4545-94db-2eca390c655d => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/712] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:48 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 365/713] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:08:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d0ce4024d8924d7eada4aac2867296ae => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:48.300 7 INFO neutron.db.l3_hamode_db [None req-0524c8a3-973b-42cf-8260-8616f5bc6326 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:48.438 7 INFO neutron.db.l3_hamode_db [None req-0524c8a3-973b-42cf-8260-8616f5bc6326 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 366/714] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:08:48 2026] POST /v2.0/ports => generated 954 bytes in 760 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: 367/715] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:48 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/716] 10.0.0.107 () {34 vars in 1098 bytes} [Mon May 25 15:08:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--259990207&fields=id&tenant_id=0dffe133aabc436cb573ffdfc6c90f3e => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/717] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:47 2026] POST /v2.0/routers => generated 511 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/718] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:08:48 2026] PUT /v2.0/ports/196b010d-f6db-4d17-9cf7-9872da550613 => generated 1235 bytes in 385 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: 350/719] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/720] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/networks?id=402e35ce-472c-4186-9aec-8a580792c89d => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/721] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/quotas/0dffe133aabc436cb573ffdfc6c90f3e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/722] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/723] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/ports?tenant_id=0dffe133aabc436cb573ffdfc6c90f3e&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: 374/724] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/725] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:08:49.620 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffee8364-94fd-470f-9d85-de7e04e287bd'] response: {'name': 'network-changed', 'server_uuid': '21e53b36-28e6-4db3-ab57-8c9772ddaf26', 'tag': '196b010d-f6db-4d17-9cf7-9872da550613', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 376/726] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?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: 377/727] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:49 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => 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: 378/728] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:50 2026] GET /v2.0/ports?tenant_id=d0ce4024d8924d7eada4aac2867296ae&device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 379/729] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:08:50 2026] GET /v2.0/networks?tenant_id=d0ce4024d8924d7eada4aac2867296ae&shared=False => generated 765 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/730] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:08:50 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: 381/731] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:50 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/732] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:49 2026] PUT /v2.0/routers/2b3adaf1-a7fc-4310-8684-2f606907a7a4/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/733] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:50 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/734] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:08:50 2026] GET /v2.0/ports/8e765d24-e93f-4231-be45-ace9fa839f72 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/735] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:50 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 354/736] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:50 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/737] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => 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: 356/738] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/ports?tenant_id=d0ce4024d8924d7eada4aac2867296ae&device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/739] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=196b010d-f6db-4d17-9cf7-9872da550613 => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/740] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/subnets?id=c4f0bdcc-31cd-403d-ad63-371750292daf => generated 687 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/741] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/ports?network_id=8210fc38-3719-4545-94db-2eca390c655d&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/742] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/networks/8210fc38-3719-4545-94db-2eca390c655d?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: 361/743] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/744] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:50 2026] PUT /v2.0/routers/2b3adaf1-a7fc-4310-8684-2f606907a7a4/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/745] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/networks/8210fc38-3719-4545-94db-2eca390c655d?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: 384/746] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/747] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/ports/2e626639-0181-4b0c-b635-d5fe7575641d => generated 967 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/748] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/749] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:51 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:52.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-8913d25d-6a36-4dc4-a95c-3896e54860f1 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 2e626639-0181-4b0c-b635-d5fe7575641d 2026-05-25 15:08:52.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8913d25d-6a36-4dc4-a95c-3896e54860f1 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 2e626639-0181-4b0c-b635-d5fe7575641d [pid: 7|app: 0|req: 366/750] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:52 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => 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: 385/753] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:08:51 2026] PUT /v2.0/routers/2b3adaf1-a7fc-4310-8684-2f606907a7a4/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/754] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:52 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/755] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:52 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:53.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-438227b6-e753-4d7a-8d7f-f9cff2ece610 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 8e765d24-e93f-4231-be45-ace9fa839f72 2026-05-25 15:08:53.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-438227b6-e753-4d7a-8d7f-f9cff2ece610 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 8e765d24-e93f-4231-be45-ace9fa839f72 [pid: 8|app: 0|req: 388/756] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:52 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/757] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:53 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/758] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:53 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/759] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:08:52 2026] PUT /v2.0/routers/2b3adaf1-a7fc-4310-8684-2f606907a7a4/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/760] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:08:53 2026] GET /v2.0/ports?device_id=2b3adaf1-a7fc-4310-8684-2f606907a7a4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:08:53.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c22a157-667c-4ad4-ae86-ed92b4eca66c 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 885a103e-705c-4587-a8e2-de1e747220a9 2026-05-25 15:08:53.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c22a157-667c-4ad4-ae86-ed92b4eca66c 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 885a103e-705c-4587-a8e2-de1e747220a9 [pid: 8|app: 0|req: 392/761] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/762] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:54.187 7 INFO neutron.services.segments.plugin [-] Segment 2bb3cfe1-6472-4b55-96b7-f6798cd7b560 resource provider aggregate not found 2026-05-25 15:08:54.188 7 INFO neutron.services.segments.plugin [-] Segment 2bb3cfe1-6472-4b55-96b7-f6798cd7b560 resource provider aggregate not found 2026-05-25 15:08:54.206 7 INFO neutron.services.segments.plugin [-] Segment 2bb3cfe1-6472-4b55-96b7-f6798cd7b560 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb3cfe1-6472-4b55-96b7-f6798cd7b560 found for delete ", "request_id": "req-8be76e45-a3c3-40f6-9294-73dc53eec76e"}]} 2026-05-25 15:08:54.207 7 INFO neutron.db.l3_hamode_db [None req-8c22a157-667c-4ad4-ae86-ed92b4eca66c 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] HA network 57ab1399-0b7e-4087-af7b-7bd86e397320 was deleted as no HA routers are present in tenant 09add367cd9946ccaf6fb48ecdad2044. 2026-05-25 15:08:54.214 7 INFO neutron.services.segments.plugin [-] Segment 2bb3cfe1-6472-4b55-96b7-f6798cd7b560 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb3cfe1-6472-4b55-96b7-f6798cd7b560 found for delete ", "request_id": "req-6b6bfb97-534c-44f2-ad00-0c68265a55fe"}]} [pid: 7|app: 0|req: 370/763] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:53 2026] DELETE /v2.0/routers/2b3adaf1-a7fc-4310-8684-2f606907a7a4 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/764] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/765] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/766] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/767] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:54 2026] DELETE /v2.0/subnets/be64d9ae-fe53-40f3-a8cc-3f1ed10e0f8f => 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: 373/768] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/769] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:54 2026] DELETE /v2.0/subnets/2043f871-25ec-4fbc-98f5-74afd88740d0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/770] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:08:54 2026] DELETE /v2.0/networks/dc1edd52-2195-4a2b-81a8-7b47e9021671 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:08:54.781 8 INFO neutron.db.l3_db [None req-4ccf0436-c132-42fc-b495-bdd1f0dc0c76 fe58727546484666ae07ba9e65a120e6 e24e6932bad447669f7538062a13eb33 - - default default] Floating IP c050f47a-2de2-44c2-9ef1-bff23917919b associated. External IP: 10.96.250.211, port: d3983da5-cea6-454c-b820-17b0ac7383f8. [pid: 7|app: 0|req: 376/771] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/networks?id=402e35ce-472c-4186-9aec-8a580792c89d => generated 679 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/772] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:08:54 2026] DELETE /v2.0/networks/346224b6-fe07-49aa-9743-b04d28a495ad => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/773] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:08:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0dffe133aabc436cb573ffdfc6c90f3e => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:55.040 7 INFO neutron.db.segments_db [None req-5f85792e-23a4-4c2f-9546-fbcc6e119209 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment 55888e58-d07b-4416-8ee9-fe1b2f8b689e of type vxlan for network f629863d-d08e-48f9-a0e0-fe36912c0e03 [pid: 8|app: 0|req: 396/774] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:08:54 2026] PUT /v2.0/floatingips/c050f47a-2de2-44c2-9ef1-bff23917919b => generated 856 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:55.132 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d12eb6d-5e84-4829-89e5-16ea681650d4'] response: {'name': 'network-changed', 'server_uuid': '1737b7f9-ceaf-4470-bd90-f463bca7bc58', 'tag': 'd3983da5-cea6-454c-b820-17b0ac7383f8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 379/775] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:08:54 2026] POST /v2.0/networks => generated 633 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/776] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:55 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/777] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:55 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/778] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:55 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/779] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:55 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/780] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:08:55 2026] POST /v2.0/ports => generated 958 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:08:55.665 7 INFO neutron.db.segments_db [None req-2c026a5a-aa84-47b1-b7e2-35826347e6e7 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment 9737a89f-cb0b-4a12-a0a8-b5c13f406e95 of type vxlan for network 6188dc21-33f7-457c-b6ec-dfcb0e3d7aff [pid: 8|app: 0|req: 398/781] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:55 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/782] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:55 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 961 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/783] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:55 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:08:55.931 7 INFO neutron.db.l3_hamode_db [None req-2c026a5a-aa84-47b1-b7e2-35826347e6e7 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:56.063 7 INFO neutron.db.l3_hamode_db [None req-2c026a5a-aa84-47b1-b7e2-35826347e6e7 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:08:56.241 7 INFO neutron.services.segments.plugin [-] Segment 44b8d33e-4353-41e3-922b-8381a065ac4f resource provider aggregate not found 2026-05-25 15:08:56.254 7 INFO neutron.services.segments.plugin [-] Segment 44b8d33e-4353-41e3-922b-8381a065ac4f resource provider aggregate not found 2026-05-25 15:08:56.276 7 INFO neutron.services.segments.plugin [-] Segment 44b8d33e-4353-41e3-922b-8381a065ac4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b8d33e-4353-41e3-922b-8381a065ac4f found for delete ", "request_id": "req-9b8f8c82-8d25-4793-9158-429800a0bfd7"}]} 2026-05-25 15:08:56.279 7 INFO neutron.services.segments.plugin [-] Segment 44b8d33e-4353-41e3-922b-8381a065ac4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b8d33e-4353-41e3-922b-8381a065ac4f found for delete ", "request_id": "req-f368fc45-fa15-4bf5-8724-645345703eb8"}]} 2026-05-25 15:08:56.314 7 INFO neutron.services.segments.plugin [-] Segment e77be615-3675-4b97-ba49-a230a23f5e64 resource provider aggregate not found [pid: 8|app: 0|req: 401/784] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:08:55 2026] PUT /v2.0/ports/9d946415-148f-47a6-8bb7-d7b6516c2da6 => generated 1239 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:08:56.322 7 INFO neutron.services.segments.plugin [-] Segment e77be615-3675-4b97-ba49-a230a23f5e64 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:08:56.328 7 INFO neutron.services.segments.plugin [-] Segment e77be615-3675-4b97-ba49-a230a23f5e64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77be615-3675-4b97-ba49-a230a23f5e64 found for delete ", "request_id": "req-5cd44748-4d5f-4d1c-8c54-b75377649eaf"}]} 2026-05-25 15:08:56.344 7 INFO neutron.services.segments.plugin [-] Segment e77be615-3675-4b97-ba49-a230a23f5e64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77be615-3675-4b97-ba49-a230a23f5e64 found for delete ", "request_id": "req-6c644f7e-750b-44fa-bccc-51cc04fb166e"}]} [pid: 8|app: 0|req: 402/785] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/786] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/networks?id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/787] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/788] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/subnets?id=5529cf0c-6550-4efa-bdbf-18ba136d16e4 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/789] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/ports?network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/790] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 408/791] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 384/792] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:08:55 2026] POST /v2.0/routers => generated 511 bytes in 1150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/793] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 410/794] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&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: 411/795] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:56 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/796] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:08:56 2026] POST /v2.0/ports => generated 964 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:08:57.192 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05bc0aba-a4fa-46df-8cec-3803336a975c'] response: {'name': 'network-changed', 'server_uuid': '34c9691b-0fe9-4ca4-b202-b784026b0f31', 'tag': '9d946415-148f-47a6-8bb7-d7b6516c2da6', 'status': 'completed', 'code': 200} 2026-05-25 15:08:57.346 8 INFO neutron.db.l3_db [None req-ab23f3fe-0b09-41f9-bcda-637a5c4b6b8f 06b0906c94764018831d5f9051a151d1 d0ce4024d8924d7eada4aac2867296ae - - default default] Floating IP 6e064945-a0a9-4d53-9328-ae3838d180d8 associated. External IP: 10.96.250.202, port: 196b010d-f6db-4d17-9cf7-9872da550613. [pid: 8|app: 0|req: 412/797] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:08:56 2026] PUT /v2.0/floatingips/6e064945-a0a9-4d53-9328-ae3838d180d8 => generated 855 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/798] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:57 2026] GET /v2.0/ports?tenant_id=0dffe133aabc436cb573ffdfc6c90f3e&device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/799] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:57 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/800] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:57 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 416/801] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:08:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9d946415-148f-47a6-8bb7-d7b6516c2da6 => 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: 417/802] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:57 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&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: 418/803] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:57 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/804] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:08:57 2026] GET /v2.0/subnets?id=35d66689-f15d-465a-bb80-453d58bf57ae => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/805] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:08:58 2026] GET /v2.0/ports?network_id=402e35ce-472c-4186-9aec-8a580792c89d&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: 421/806] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:08:58 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/807] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:08:58 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/808] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:08:57 2026] PUT /v2.0/routers/7736842f-73dd-4e18-ae10-dad24a51bbf3/add_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/809] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:08:58 2026] GET /v2.0/ports/7099acc4-b44e-4402-9e0a-8bc5be94fbe2 => generated 1038 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 424/810] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:58 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/811] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:58 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:58.633 7 INFO neutron_taas.services.taas.taas_plugin [None req-f20b04f5-471e-4c67-b3fa-bec4853eede0 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 7099acc4-b44e-4402-9e0a-8bc5be94fbe2 2026-05-25 15:08:58.637 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f20b04f5-471e-4c67-b3fa-bec4853eede0 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 7099acc4-b44e-4402-9e0a-8bc5be94fbe2 [pid: 7|app: 0|req: 387/812] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:08:58 2026] PUT /v2.0/routers/7736842f-73dd-4e18-ae10-dad24a51bbf3/remove_router_interface => generated 309 bytes in 711 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: 426/813] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:58 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/814] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:08:59.167 7 INFO neutron.api.v2.resource [None req-af4d0b43-374d-48f5-a23b-ccede4a0934e 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/815] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:08:59 2026] PUT /v2.0/routers/7736842f-73dd-4e18-ae10-dad24a51bbf3/remove_router_interface => generated 197 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/816] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/ports?device_id=7736842f-73dd-4e18-ae10-dad24a51bbf3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/817] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/ports?tenant_id=0dffe133aabc436cb573ffdfc6c90f3e&device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:08:59.248 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ad9b6c9-8ef2-411c-93f7-553a5920ca91'] response: {'name': 'network-changed', 'server_uuid': '21e53b36-28e6-4db3-ab57-8c9772ddaf26', 'tag': '196b010d-f6db-4d17-9cf7-9872da550613', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 390/818] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/networks?id=402e35ce-472c-4186-9aec-8a580792c89d => generated 774 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/819] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9d946415-148f-47a6-8bb7-d7b6516c2da6 => 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: 392/820] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/subnets?id=35d66689-f15d-465a-bb80-453d58bf57ae => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/821] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/ports?network_id=402e35ce-472c-4186-9aec-8a580792c89d&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:08:59.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-39a1803a-11a0-4ac7-8f7c-14884ebf9d18 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 82953643-b702-4b2d-ab37-b06cb5542e58 2026-05-25 15:08:59.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39a1803a-11a0-4ac7-8f7c-14884ebf9d18 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 82953643-b702-4b2d-ab37-b06cb5542e58 [pid: 7|app: 0|req: 394/822] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?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: 395/823] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?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: 396/824] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/825] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&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: 398/826] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/ports?tenant_id=d0ce4024d8924d7eada4aac2867296ae&device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:08:59.821 8 INFO neutron.services.segments.plugin [-] Segment 9737a89f-cb0b-4a12-a0a8-b5c13f406e95 resource provider aggregate not found 2026-05-25 15:08:59.828 8 INFO neutron.services.segments.plugin [-] Segment 9737a89f-cb0b-4a12-a0a8-b5c13f406e95 resource provider aggregate not found 2026-05-25 15:08:59.836 8 INFO neutron.db.l3_hamode_db [None req-39a1803a-11a0-4ac7-8f7c-14884ebf9d18 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] HA network 6188dc21-33f7-457c-b6ec-dfcb0e3d7aff was deleted as no HA routers are present in tenant 09add367cd9946ccaf6fb48ecdad2044. [pid: 7|app: 0|req: 399/827] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/networks?id=8210fc38-3719-4545-94db-2eca390c655d => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/828] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:59 2026] DELETE /v2.0/routers/7736842f-73dd-4e18-ae10-dad24a51bbf3 => generated 0 bytes in 637 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:08:59.850 8 INFO neutron.services.segments.plugin [-] Segment 9737a89f-cb0b-4a12-a0a8-b5c13f406e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9737a89f-cb0b-4a12-a0a8-b5c13f406e95 found for delete ", "request_id": "req-af681cfa-02e8-43e2-bd60-4b17a3898c9c"}]} 2026-05-25 15:08:59.861 8 INFO neutron.services.segments.plugin [-] Segment 9737a89f-cb0b-4a12-a0a8-b5c13f406e95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9737a89f-cb0b-4a12-a0a8-b5c13f406e95 found for delete ", "request_id": "req-4b166bec-d324-4147-ba04-845001723dfe"}]} [pid: 7|app: 0|req: 400/829] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=196b010d-f6db-4d17-9cf7-9872da550613 => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/830] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/subnets?id=c4f0bdcc-31cd-403d-ad63-371750292daf => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/831] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/ports?network_id=8210fc38-3719-4545-94db-2eca390c655d&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/832] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:08:59 2026] GET /v2.0/networks/8210fc38-3719-4545-94db-2eca390c655d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/833] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:08:59 2026] DELETE /v2.0/subnets/0931ae4a-dd6d-4fcc-bc54-832408c1671d => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/834] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:00 2026] GET /v2.0/networks/8210fc38-3719-4545-94db-2eca390c655d?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) 2026-05-25 15:09:00.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2380b05-64c4-40cb-aa37-98deca50ba8d 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 254f8d34-95e2-435c-be53-03384ae8466d 2026-05-25 15:09:00.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2380b05-64c4-40cb-aa37-98deca50ba8d 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 254f8d34-95e2-435c-be53-03384ae8466d [pid: 7|app: 0|req: 405/835] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:00 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/836] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:00 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/837] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:00 2026] DELETE /v2.0/networks/f629863d-d08e-48f9-a0e0-fe36912c0e03 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:00.359 7 INFO neutron.db.segments_db [None req-ff4133ed-adc9-49f0-b97e-cdbe9c0763db 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment ff0c4fd3-e085-45c4-98c0-af4f1cc429c4 of type vxlan for network 16919212-8c20-4153-b180-d16d4feb1202 [pid: 7|app: 0|req: 407/838] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:00 2026] POST /v2.0/networks => generated 634 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/839] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:00 2026] POST /v2.0/subnets => generated 646 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:00.818 7 INFO neutron.db.segments_db [None req-fe0b689d-dc58-4ae3-bb51-c0f10d7ad1c3 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment d0dc7d0b-bebe-480e-b336-51dcb8cab527 of type vxlan for network ac5edd98-fd04-49e8-a2a0-d2b43789a5f4 [pid: 8|app: 0|req: 433/840] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:00 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/841] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:00 2026] GET /v2.0/security-groups?id=fffde7c0-34b0-4a77-ad8f-8821f7867d94&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/842] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:09:01 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:01.094 7 INFO neutron.db.l3_hamode_db [None req-fe0b689d-dc58-4ae3-bb51-c0f10d7ad1c3 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:09:01.177 8 INFO neutron_taas.services.taas.taas_plugin [req-6396e629-ce5f-44de-8917-4c11a3f8883f req-991070bd-a813-4587-bac9-2f50e0dea9be 06b0906c94764018831d5f9051a151d1 d0ce4024d8924d7eada4aac2867296ae - - default default] TaaS: Handle Delete Port: 196b010d-f6db-4d17-9cf7-9872da550613 2026-05-25 15:09:01.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6396e629-ce5f-44de-8917-4c11a3f8883f req-991070bd-a813-4587-bac9-2f50e0dea9be 06b0906c94764018831d5f9051a151d1 d0ce4024d8924d7eada4aac2867296ae - - default default] Tap Mirror: Handle Delete Port: 196b010d-f6db-4d17-9cf7-9872da550613 2026-05-25 15:09:01.252 7 INFO neutron.db.l3_hamode_db [None req-fe0b689d-dc58-4ae3-bb51-c0f10d7ad1c3 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:09:01.366 8 INFO neutron.db.l3_db [req-6396e629-ce5f-44de-8917-4c11a3f8883f req-991070bd-a813-4587-bac9-2f50e0dea9be 06b0906c94764018831d5f9051a151d1 d0ce4024d8924d7eada4aac2867296ae - - default default] Floating IP 6e064945-a0a9-4d53-9328-ae3838d180d8 disassociated. External IP: 10.96.250.202, port: 196b010d-f6db-4d17-9cf7-9872da550613. [pid: 8|app: 0|req: 436/843] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:09:01 2026] DELETE /v2.0/ports/196b010d-f6db-4d17-9cf7-9872da550613 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:01.775 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f6c4287-e35a-4c60-9f8b-7670d0fd1b6a'] response: {'server_uuid': '21e53b36-28e6-4db3-ab57-8c9772ddaf26', 'name': 'network-vif-deleted', 'tag': '196b010d-f6db-4d17-9cf7-9872da550613', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 437/844] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:01 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/845] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:01 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:01.891 8 INFO neutron.services.segments.plugin [-] Segment 55888e58-d07b-4416-8ee9-fe1b2f8b689e resource provider aggregate not found 2026-05-25 15:09:01.901 8 INFO neutron.services.segments.plugin [-] Segment 55888e58-d07b-4416-8ee9-fe1b2f8b689e resource provider aggregate not found 2026-05-25 15:09:01.918 8 INFO neutron.services.segments.plugin [-] Segment 55888e58-d07b-4416-8ee9-fe1b2f8b689e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55888e58-d07b-4416-8ee9-fe1b2f8b689e found for delete ", "request_id": "req-6e6fe2b4-6de7-440f-889e-e15248534ea2"}]} 2026-05-25 15:09:01.920 8 INFO neutron.services.segments.plugin [-] Segment 55888e58-d07b-4416-8ee9-fe1b2f8b689e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55888e58-d07b-4416-8ee9-fe1b2f8b689e found for delete ", "request_id": "req-2b261523-ed12-4b56-86d8-018448f2578e"}]} [pid: 7|app: 0|req: 408/846] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:00 2026] POST /v2.0/routers => generated 510 bytes in 1195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/847] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:01 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 440/848] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:02 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/849] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:03 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/850] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:09:01 2026] PUT /v2.0/routers/1fe10262-1bc3-4877-9314-afb39798175d/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/851] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:03 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/852] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:03 2026] GET /v2.0/ports/5570d6ea-357a-4c2f-94da-ce4d727a30b9 => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:03.904 8 INFO neutron_taas.services.taas.taas_plugin [None req-9720dbcc-eda0-4ed9-94f5-ae7db2e311ec 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 5570d6ea-357a-4c2f-94da-ce4d727a30b9 2026-05-25 15:09:03.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9720dbcc-eda0-4ed9-94f5-ae7db2e311ec 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 5570d6ea-357a-4c2f-94da-ce4d727a30b9 [pid: 7|app: 0|req: 411/853] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:04 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/854] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:04 2026] GET /v2.0/ports?device_id=21e53b36-28e6-4db3-ab57-8c9772ddaf26 => 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: 413/855] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:04 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&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: 443/856] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:03 2026] PUT /v2.0/routers/1fe10262-1bc3-4877-9314-afb39798175d/remove_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/857] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:04 2026] GET /v2.0/ports?device_id=1fe10262-1bc3-4877-9314-afb39798175d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:04.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-122ced74-f6f5-467a-bd67-49b047e6062e 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 6b370842-6db7-4915-8d7b-cc5c8cbafe00 2026-05-25 15:09:04.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-122ced74-f6f5-467a-bd67-49b047e6062e 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 6b370842-6db7-4915-8d7b-cc5c8cbafe00 2026-05-25 15:09:05.030 8 INFO neutron.services.segments.plugin [-] Segment d0dc7d0b-bebe-480e-b336-51dcb8cab527 resource provider aggregate not found 2026-05-25 15:09:05.035 8 INFO neutron.services.segments.plugin [-] Segment d0dc7d0b-bebe-480e-b336-51dcb8cab527 resource provider aggregate not found 2026-05-25 15:09:05.060 8 INFO neutron.services.segments.plugin [-] Segment d0dc7d0b-bebe-480e-b336-51dcb8cab527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0dc7d0b-bebe-480e-b336-51dcb8cab527 found for delete ", "request_id": "req-e3bc8c7c-b314-44ce-9517-f9714e66bf89"}]} 2026-05-25 15:09:05.061 8 INFO neutron.services.segments.plugin [-] Segment d0dc7d0b-bebe-480e-b336-51dcb8cab527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0dc7d0b-bebe-480e-b336-51dcb8cab527 found for delete ", "request_id": "req-a815a018-16ca-45ab-aada-8f3b55bd4436"}]} 2026-05-25 15:09:05.071 8 INFO neutron.db.l3_hamode_db [None req-122ced74-f6f5-467a-bd67-49b047e6062e 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] HA network ac5edd98-fd04-49e8-a2a0-d2b43789a5f4 was deleted as no HA routers are present in tenant 09add367cd9946ccaf6fb48ecdad2044. [pid: 8|app: 0|req: 444/858] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:04 2026] DELETE /v2.0/routers/1fe10262-1bc3-4877-9314-afb39798175d => generated 0 bytes in 700 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/859] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:05 2026] DELETE /v2.0/subnets/e86385a2-d2b6-41e9-9e13-a372aa1a666a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/860] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:05 2026] DELETE /v2.0/security-groups/fffde7c0-34b0-4a77-ad8f-8821f7867d94 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/861] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:05 2026] DELETE /v2.0/networks/16919212-8c20-4153-b180-d16d4feb1202 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/862] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:05 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:05.520 7 INFO neutron.api.v2.resource [None req-b6af0196-3517-4049-9dfc-c67531ecef7b 06b0906c94764018831d5f9051a151d1 d0ce4024d8924d7eada4aac2867296ae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 418/863] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:09:05 2026] GET /v2.0/security-groups/fffde7c0-34b0-4a77-ad8f-8821f7867d94 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:05.578 7 INFO neutron.db.segments_db [None req-fef62620-edff-4c9a-a9b9-8011891432d7 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Added segment e23ecea8-b907-49f7-be46-94a5c838020f of type vxlan for network d4d839c9-3af4-4ef8-b114-7a10dd048f87 [pid: 8|app: 0|req: 446/864] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:09:05 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1244 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/865] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:05 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:05.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a831702-fa89-4ef8-a813-2600f0c3fca6 06b0906c94764018831d5f9051a151d1 d0ce4024d8924d7eada4aac2867296ae - - default default] TaaS: Handle Delete Port: a2d40a8c-f2a2-4510-ab10-6274560fb8ef 2026-05-25 15:09:05.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a831702-fa89-4ef8-a813-2600f0c3fca6 06b0906c94764018831d5f9051a151d1 d0ce4024d8924d7eada4aac2867296ae - - default default] Tap Mirror: Handle Delete Port: a2d40a8c-f2a2-4510-ab10-6274560fb8ef 2026-05-25 15:09:05.868 7 INFO neutron.db.l3_hamode_db [None req-fef62620-edff-4c9a-a9b9-8011891432d7 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 448/866] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:09:05 2026] DELETE /v2.0/floatingips/6e064945-a0a9-4d53-9328-ae3838d180d8 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/867] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 15:09:05 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:06.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba0ed6e3-ea43-45fa-992f-8c9226df2bea bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 39e04455-e509-448d-8dd8-cf73e66216e5 2026-05-25 15:09:06.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba0ed6e3-ea43-45fa-992f-8c9226df2bea bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 39e04455-e509-448d-8dd8-cf73e66216e5 2026-05-25 15:09:06.919 7 INFO neutron.db.l3_hamode_db [None req-fef62620-edff-4c9a-a9b9-8011891432d7 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 450/868] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:05 2026] PUT /v2.0/routers/774f37a7-cd13-4f28-9121-4db0739bd482/remove_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:07.099 8 INFO neutron.services.segments.plugin [-] Segment ff0c4fd3-e085-45c4-98c0-af4f1cc429c4 resource provider aggregate not found 2026-05-25 15:09:07.103 8 INFO neutron.services.segments.plugin [-] Segment ff0c4fd3-e085-45c4-98c0-af4f1cc429c4 resource provider aggregate not found 2026-05-25 15:09:07.123 8 INFO neutron.services.segments.plugin [-] Segment ff0c4fd3-e085-45c4-98c0-af4f1cc429c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff0c4fd3-e085-45c4-98c0-af4f1cc429c4 found for delete ", "request_id": "req-34ccd995-df5c-4488-b8ff-ff6a8d530a80"}]} [pid: 8|app: 0|req: 451/869] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:07 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:07.127 8 INFO neutron.services.segments.plugin [-] Segment ff0c4fd3-e085-45c4-98c0-af4f1cc429c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff0c4fd3-e085-45c4-98c0-af4f1cc429c4 found for delete ", "request_id": "req-bb131a1d-defa-442d-bc3b-8cc2af6c08bc"}]} 2026-05-25 15:09:07.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c510b02-027c-4a7d-bf93-99c4223b61ff bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 5562c905-394a-4cab-b4ef-71d9cca27056 2026-05-25 15:09:07.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c510b02-027c-4a7d-bf93-99c4223b61ff bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 5562c905-394a-4cab-b4ef-71d9cca27056 2026-05-25 15:09:07.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c510b02-027c-4a7d-bf93-99c4223b61ff bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 78e9f5d9-0a60-45f2-a9a4-e7b67655cab2 2026-05-25 15:09:07.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c510b02-027c-4a7d-bf93-99c4223b61ff bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 78e9f5d9-0a60-45f2-a9a4-e7b67655cab2 [pid: 7|app: 0|req: 419/870] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:05 2026] POST /v2.0/routers => generated 691 bytes in 2412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/871] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:07 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&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: 423/874] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:09:07 2026] GET /v2.0/routers/d6929cc3-0523-46bb-9162-65f607f71d5c => generated 697 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:08.050 8 INFO neutron.db.l3_hamode_db [None req-4c510b02-027c-4a7d-bf93-99c4223b61ff bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 5ea34635-9b8b-4384-9e82-6eba143b7c6a was deleted as no HA routers are present in tenant d0ce4024d8924d7eada4aac2867296ae. [pid: 8|app: 0|req: 452/875] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:07 2026] DELETE /v2.0/routers/774f37a7-cd13-4f28-9121-4db0739bd482 => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/876] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:08 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/877] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:09:08 2026] GET /v2.0/routers => generated 700 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/878] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:08 2026] DELETE /v2.0/subnets/c4f0bdcc-31cd-403d-ad63-371750292daf => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:08.604 7 INFO neutron.db.l3_db [None req-0a3c7ccf-f683-4157-bba8-42d6a01ec78a 08e64a6242de4ed68d37eea16231222f 0dffe133aabc436cb573ffdfc6c90f3e - - default default] Floating IP af6a2634-e23b-4587-9a1b-937c6f5553b7 associated. External IP: 10.96.250.206, port: 9d946415-148f-47a6-8bb7-d7b6516c2da6. [pid: 8|app: 0|req: 455/879] 10.0.0.26 () {34 vars in 740 bytes} [Mon May 25 15:09:08 2026] PUT /v2.0/routers/d6929cc3-0523-46bb-9162-65f607f71d5c => generated 704 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:08.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-69cf7fb9-8f19-43b2-b09d-8f07aa348987 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 629093a1-a44b-4371-809c-5f12266731aa 2026-05-25 15:09:08.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69cf7fb9-8f19-43b2-b09d-8f07aa348987 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 629093a1-a44b-4371-809c-5f12266731aa [pid: 7|app: 0|req: 425/880] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:09:08 2026] PUT /v2.0/floatingips/af6a2634-e23b-4587-9a1b-937c6f5553b7 => generated 856 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/881] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:08 2026] DELETE /v2.0/networks/8210fc38-3719-4545-94db-2eca390c655d => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/882] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:09:08 2026] GET /v2.0/routers/d6929cc3-0523-46bb-9162-65f607f71d5c => generated 704 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/883] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:09 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/884] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:09 2026] GET /v2.0/ports?device_id=d6929cc3-0523-46bb-9162-65f607f71d5c => 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: 458/885] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:09 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:09.144 8 INFO neutron.services.segments.plugin [-] Segment f804dfcb-840d-41a8-8702-cdaf17e1ff10 resource provider aggregate not found 2026-05-25 15:09:09.160 8 INFO neutron.services.segments.plugin [-] Segment f804dfcb-840d-41a8-8702-cdaf17e1ff10 resource provider aggregate not found 2026-05-25 15:09:09.166 8 INFO neutron.services.segments.plugin [-] Segment f804dfcb-840d-41a8-8702-cdaf17e1ff10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f804dfcb-840d-41a8-8702-cdaf17e1ff10 found for delete ", "request_id": "req-d1e4f3bc-2b30-4794-a010-ff1935830f58"}]} 2026-05-25 15:09:09.186 8 INFO neutron.services.segments.plugin [-] Segment f804dfcb-840d-41a8-8702-cdaf17e1ff10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f804dfcb-840d-41a8-8702-cdaf17e1ff10 found for delete ", "request_id": "req-9808462a-ba71-4805-8e90-2a3309fa211b"}]} 2026-05-25 15:09:09.189 8 INFO neutron.services.segments.plugin [-] Segment 79d51ea1-8f4f-4f6a-9acc-5173c2a7bbe1 resource provider aggregate not found 2026-05-25 15:09:09.214 8 INFO neutron.services.segments.plugin [-] Segment 79d51ea1-8f4f-4f6a-9acc-5173c2a7bbe1 resource provider aggregate not found 2026-05-25 15:09:09.218 8 INFO neutron.services.segments.plugin [-] Segment 79d51ea1-8f4f-4f6a-9acc-5173c2a7bbe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79d51ea1-8f4f-4f6a-9acc-5173c2a7bbe1 found for delete ", "request_id": "req-6de94ea3-ffd0-4c70-a402-ec0de17018b4"}]} [pid: 8|app: 0|req: 459/886] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:09 2026] GET /v2.0/security-groups?tenant_id=d0ce4024d8924d7eada4aac2867296ae&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:09.235 8 INFO neutron.services.segments.plugin [-] Segment 79d51ea1-8f4f-4f6a-9acc-5173c2a7bbe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79d51ea1-8f4f-4f6a-9acc-5173c2a7bbe1 found for delete ", "request_id": "req-b43b2e92-5510-4744-8549-a927ac57d6b1"}]} 2026-05-25 15:09:09.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eb9ca81-d5ff-4e31-829f-2ad400831a97 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 23440925-53db-4456-bbbb-eb218fe28a9a 2026-05-25 15:09:09.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb9ca81-d5ff-4e31-829f-2ad400831a97 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 23440925-53db-4456-bbbb-eb218fe28a9a [pid: 8|app: 0|req: 460/887] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:09 2026] DELETE /v2.0/security-groups/c314fd0f-574e-425b-9751-168f348ddbb4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:09.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb6f1e8d-6455-4c61-998f-56845263d5dd'] response: {'name': 'network-changed', 'server_uuid': '34c9691b-0fe9-4ca4-b202-b784026b0f31', 'tag': '9d946415-148f-47a6-8bb7-d7b6516c2da6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/888] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:09 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/889] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:09 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:09.595 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eb9ca81-d5ff-4e31-829f-2ad400831a97 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] TaaS: Handle Delete Port: 511e1765-a53a-47d2-bdf2-31c1b0033b91 2026-05-25 15:09:09.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb9ca81-d5ff-4e31-829f-2ad400831a97 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] Tap Mirror: Handle Delete Port: 511e1765-a53a-47d2-bdf2-31c1b0033b91 2026-05-25 15:09:09.998 7 INFO neutron.services.segments.plugin [-] Segment e23ecea8-b907-49f7-be46-94a5c838020f resource provider aggregate not found 2026-05-25 15:09:10.008 7 INFO neutron.services.segments.plugin [-] Segment e23ecea8-b907-49f7-be46-94a5c838020f resource provider aggregate not found 2026-05-25 15:09:10.023 7 INFO neutron.services.segments.plugin [-] Segment e23ecea8-b907-49f7-be46-94a5c838020f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e23ecea8-b907-49f7-be46-94a5c838020f found for delete ", "request_id": "req-0473bcbf-2e22-4eed-a0f9-e4a631db6010"}]} [pid: 8|app: 0|req: 463/890] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:09 2026] GET /v2.0/ports?tenant_id=0dffe133aabc436cb573ffdfc6c90f3e&device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:10.031 7 INFO neutron.services.segments.plugin [-] Segment e23ecea8-b907-49f7-be46-94a5c838020f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e23ecea8-b907-49f7-be46-94a5c838020f found for delete ", "request_id": "req-13e47128-2e4f-499c-91a0-92b53006396c"}]} 2026-05-25 15:09:10.043 7 INFO neutron.db.l3_hamode_db [None req-5eb9ca81-d5ff-4e31-829f-2ad400831a97 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] HA network d4d839c9-3af4-4ef8-b114-7a10dd048f87 was deleted as no HA routers are present in tenant 09add367cd9946ccaf6fb48ecdad2044. [pid: 7|app: 0|req: 428/891] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:09 2026] DELETE /v2.0/routers/d6929cc3-0523-46bb-9162-65f607f71d5c => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/892] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/ports?device_id=d6929cc3-0523-46bb-9162-65f607f71d5c => 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: 464/893] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/networks?id=402e35ce-472c-4186-9aec-8a580792c89d => generated 774 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:10.104 7 INFO neutron.api.v2.resource [None req-d6d241ef-5083-4588-a16c-7bb2c16af8b3 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 430/894] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/routers/d6929cc3-0523-46bb-9162-65f607f71d5c => 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: 431/895] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/ports?device_id=1fe10262-1bc3-4877-9314-afb39798175d => 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: 465/896] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9d946415-148f-47a6-8bb7-d7b6516c2da6 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:10.160 7 INFO neutron.api.v2.resource [None req-68551964-1bfd-4ec4-9baf-43f794c48cb5 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/897] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/routers/1fe10262-1bc3-4877-9314-afb39798175d => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/898] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/subnets?id=35d66689-f15d-465a-bb80-453d58bf57ae => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:10.195 8 INFO neutron.pecan_wsgi.hooks.translation [None req-668929d0-9866-4c68-940c-7169b5ac3a6d 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 467/899] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/subnets/e86385a2-d2b6-41e9-9e13-a372aa1a666a => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/900] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/ports?network_id=402e35ce-472c-4186-9aec-8a580792c89d&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/901] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/ports?device_id=7736842f-73dd-4e18-ae10-dad24a51bbf3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:10.241 8 INFO neutron.api.v2.resource [None req-79ea1218-35a5-43b2-85c7-a88033742949 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 469/902] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/routers/7736842f-73dd-4e18-ae10-dad24a51bbf3 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:10.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f95a087c-726f-4d3a-90e8-83a1cd6d4c25 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 470/903] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/subnets/0931ae4a-dd6d-4fcc-bc54-832408c1671d => 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: 434/904] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/905] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/ports?device_id=2b3adaf1-a7fc-4310-8684-2f606907a7a4 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:10.331 8 INFO neutron.api.v2.resource [None req-951571dd-7535-4d1a-9b07-199a24d46685 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/906] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/routers/2b3adaf1-a7fc-4310-8684-2f606907a7a4 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/907] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:10.352 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f57603a-ac0a-4c8d-ba2f-f3403d7b8970 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 473/908] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/subnets/be64d9ae-fe53-40f3-a8cc-3f1ed10e0f8f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:10.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-910596bb-e3dc-44b8-be01-1bd3a6477bf9 82e4b290c4484bf4a58e8d5098a094c9 09add367cd9946ccaf6fb48ecdad2044 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/909] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:10 2026] DELETE /v2.0/subnets/2043f871-25ec-4fbc-98f5-74afd88740d0 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/910] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/911] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/912] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:10 2026] GET /v2.0/security-groups?tenant_id=09add367cd9946ccaf6fb48ecdad2044&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: 438/913] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:11 2026] DELETE /v2.0/security-groups/a1a5d087-2f05-4f10-83ac-829236ef0cc1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/914] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:11 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/915] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:11 2026] GET /v2.0/security-groups?id=99a30416-e8f6-40e6-9aa6-d5299f413867&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: 477/916] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:09:12 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:12.348 7 INFO neutron_taas.services.taas.taas_plugin [req-53366982-cb41-431c-aae8-79bbc41d7f66 req-c98c4801-efd0-4f21-afc9-b70018df1401 08e64a6242de4ed68d37eea16231222f 0dffe133aabc436cb573ffdfc6c90f3e - - default default] TaaS: Handle Delete Port: 9d946415-148f-47a6-8bb7-d7b6516c2da6 2026-05-25 15:09:12.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-53366982-cb41-431c-aae8-79bbc41d7f66 req-c98c4801-efd0-4f21-afc9-b70018df1401 08e64a6242de4ed68d37eea16231222f 0dffe133aabc436cb573ffdfc6c90f3e - - default default] Tap Mirror: Handle Delete Port: 9d946415-148f-47a6-8bb7-d7b6516c2da6 2026-05-25 15:09:12.541 7 INFO neutron.db.l3_db [req-53366982-cb41-431c-aae8-79bbc41d7f66 req-c98c4801-efd0-4f21-afc9-b70018df1401 08e64a6242de4ed68d37eea16231222f 0dffe133aabc436cb573ffdfc6c90f3e - - default default] Floating IP af6a2634-e23b-4587-9a1b-937c6f5553b7 disassociated. External IP: 10.96.250.206, port: 9d946415-148f-47a6-8bb7-d7b6516c2da6. [pid: 7|app: 0|req: 440/917] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:09:12 2026] DELETE /v2.0/ports/9d946415-148f-47a6-8bb7-d7b6516c2da6 => generated 0 bytes in 685 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:12.926 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6943fa9c-5837-4576-97d2-e242b60cda65'] response: {'server_uuid': '34c9691b-0fe9-4ca4-b202-b784026b0f31', 'name': 'network-vif-deleted', 'tag': '9d946415-148f-47a6-8bb7-d7b6516c2da6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 478/918] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:12 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:13.309 7 INFO neutron.db.segments_db [None req-4d81c03d-1858-4f7e-a81c-f18ad64f373d 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment b6eeb8cf-7c21-4505-b54b-4a66f00b10f5 of type vxlan for network ca722a66-c09c-4e1e-96f0-dff5ddf22b6b [pid: 7|app: 0|req: 441/919] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:12 2026] POST /v2.0/networks => generated 630 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:13.465 8 INFO neutron.db.segments_db [None req-6102c871-16a0-4dd8-9503-1d9131f0d1f5 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment f6612ef2-e015-40c5-8524-e47a16b3e2f8 of type vxlan for network 5f19ab76-3d43-4b59-a0d1-1207eb63f5f1 [pid: 8|app: 0|req: 479/920] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:13 2026] POST /v2.0/networks => generated 629 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/921] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:13 2026] GET /v2.0/security-groups?tenant_id=7265afe540bf4e40bbefa8ad7481bf55&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/922] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:13 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/923] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:13 2026] DELETE /v2.0/security-groups/71500816-db56-4ef3-b0c7-1735c81acd9f => 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: 444/924] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:13 2026] GET /v2.0/security-groups?tenant_id=a49c889a89364560a0d2126be15c9249&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/925] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:13 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/926] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:14 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:14.086 8 INFO neutron.db.segments_db [None req-4e84f91c-9513-4935-a3de-0e1df7e3908f 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment 20a1aca8-ffac-4068-817b-461127a74bfa of type vxlan for network e27a82f9-f27b-4639-87f7-1010046a0c94 [pid: 7|app: 0|req: 446/927] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:14 2026] DELETE /v2.0/security-groups/a0e23388-3471-42d4-b004-9bffd50d76cc => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:14.347 8 INFO neutron.db.l3_hamode_db [None req-4e84f91c-9513-4935-a3de-0e1df7e3908f 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:09:14.463 8 INFO neutron.db.l3_hamode_db [None req-4e84f91c-9513-4935-a3de-0e1df7e3908f 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 482/928] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:14 2026] POST /v2.0/routers => generated 507 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/929] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:15 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => 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: 447/930] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:09:15 2026] PUT /v2.0/routers/a2a1e18b-88c2-433c-bd1e-63a797a69b05/add_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/931] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:16 2026] GET /v2.0/ports/353b411f-1b76-4d7b-8231-af465ebd6b68 => generated 955 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/932] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:16 2026] GET /v2.0/ports?device_id=34c9691b-0fe9-4ca4-b202-b784026b0f31 => 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: 448/933] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:09:16 2026] PUT /v2.0/routers/a2a1e18b-88c2-433c-bd1e-63a797a69b05/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/934] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:17 2026] GET /v2.0/ports/ccb5caa4-f496-41a3-be5a-316a0036692e => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/935] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:17 2026] DELETE /v2.0/security-groups/99a30416-e8f6-40e6-9aa6-d5299f413867 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:17.645 8 INFO neutron.api.v2.resource [None req-9bbfc323-8a52-4dfa-a34c-ddf1352426de 08e64a6242de4ed68d37eea16231222f 0dffe133aabc436cb573ffdfc6c90f3e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/936] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:09:17 2026] GET /v2.0/security-groups/99a30416-e8f6-40e6-9aa6-d5299f413867 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:17.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-cec90c29-3568-4d55-a88c-5632bdbf0987 08e64a6242de4ed68d37eea16231222f 0dffe133aabc436cb573ffdfc6c90f3e - - default default] TaaS: Handle Delete Port: 83b91dc2-8949-462b-9198-0ccd85f6850d 2026-05-25 15:09:17.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cec90c29-3568-4d55-a88c-5632bdbf0987 08e64a6242de4ed68d37eea16231222f 0dffe133aabc436cb573ffdfc6c90f3e - - default default] Tap Mirror: Handle Delete Port: 83b91dc2-8949-462b-9198-0ccd85f6850d 2026-05-25 15:09:17.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fee0afe-c37e-4727-be73-7a2f3a006c73 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: ccb5caa4-f496-41a3-be5a-316a0036692e 2026-05-25 15:09:17.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fee0afe-c37e-4727-be73-7a2f3a006c73 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: ccb5caa4-f496-41a3-be5a-316a0036692e [pid: 8|app: 0|req: 489/937] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:09:17 2026] DELETE /v2.0/floatingips/af6a2634-e23b-4587-9a1b-937c6f5553b7 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:18.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-05a00c4b-6762-49bc-8f99-8ea4ef7a973d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: ad0972b9-5f56-4cd3-b2e7-010fc2dcc58a 2026-05-25 15:09:18.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05a00c4b-6762-49bc-8f99-8ea4ef7a973d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: ad0972b9-5f56-4cd3-b2e7-010fc2dcc58a [pid: 7|app: 0|req: 449/938] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:17 2026] PUT /v2.0/routers/a2a1e18b-88c2-433c-bd1e-63a797a69b05/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:18.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-d15ac8bc-b6fe-42f9-bba0-0a41a26fbf29 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: 353b411f-1b76-4d7b-8231-af465ebd6b68 2026-05-25 15:09:18.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d15ac8bc-b6fe-42f9-bba0-0a41a26fbf29 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: 353b411f-1b76-4d7b-8231-af465ebd6b68 [pid: 8|app: 0|req: 490/939] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:17 2026] PUT /v2.0/routers/ea1bce52-a664-456b-9a2f-f63d41199d17/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:19.114 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d37fda2-6962-4c48-8758-22eeda8a5831 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 677664a8-b78f-418d-a56f-778ec72b2c10 2026-05-25 15:09:19.117 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d37fda2-6962-4c48-8758-22eeda8a5831 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 677664a8-b78f-418d-a56f-778ec72b2c10 [pid: 7|app: 0|req: 450/940] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:18 2026] PUT /v2.0/routers/a2a1e18b-88c2-433c-bd1e-63a797a69b05/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/941] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:19 2026] GET /v2.0/ports?device_id=a2a1e18b-88c2-433c-bd1e-63a797a69b05 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:19.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d37fda2-6962-4c48-8758-22eeda8a5831 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: c9fc0d41-6f40-4208-957c-ee950eed4028 2026-05-25 15:09:19.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d37fda2-6962-4c48-8758-22eeda8a5831 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: c9fc0d41-6f40-4208-957c-ee950eed4028 2026-05-25 15:09:19.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-99f1952b-0be6-43f0-9caa-7916a0f04175 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: e9ce2b26-60aa-490b-8d87-63335ef6c5e9 2026-05-25 15:09:19.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99f1952b-0be6-43f0-9caa-7916a0f04175 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: e9ce2b26-60aa-490b-8d87-63335ef6c5e9 2026-05-25 15:09:19.698 8 INFO neutron.services.segments.plugin [-] Segment 83f0e832-7795-47a1-9c7d-be14838eff98 resource provider aggregate not found 2026-05-25 15:09:19.704 8 INFO neutron.services.segments.plugin [-] Segment 83f0e832-7795-47a1-9c7d-be14838eff98 resource provider aggregate not found 2026-05-25 15:09:19.722 8 INFO neutron.services.segments.plugin [-] Segment 83f0e832-7795-47a1-9c7d-be14838eff98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f0e832-7795-47a1-9c7d-be14838eff98 found for delete ", "request_id": "req-d8bd787c-ff1b-4192-9930-53d387f66804"}]} 2026-05-25 15:09:19.727 8 INFO neutron.services.segments.plugin [-] Segment 83f0e832-7795-47a1-9c7d-be14838eff98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f0e832-7795-47a1-9c7d-be14838eff98 found for delete ", "request_id": "req-a84e646b-3fe8-43ee-a54f-c434a5ebb1ed"}]} 2026-05-25 15:09:19.729 8 INFO neutron.db.l3_hamode_db [None req-1d37fda2-6962-4c48-8758-22eeda8a5831 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 15030a68-16b3-46e9-a290-b3363ad7125b was deleted as no HA routers are present in tenant 0dffe133aabc436cb573ffdfc6c90f3e. [pid: 8|app: 0|req: 491/942] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:18 2026] DELETE /v2.0/routers/ea1bce52-a664-456b-9a2f-f63d41199d17 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:19.821 7 INFO neutron.services.segments.plugin [-] Segment 20a1aca8-ffac-4068-817b-461127a74bfa resource provider aggregate not found 2026-05-25 15:09:19.829 7 INFO neutron.services.segments.plugin [-] Segment 20a1aca8-ffac-4068-817b-461127a74bfa resource provider aggregate not found 2026-05-25 15:09:19.847 7 INFO neutron.services.segments.plugin [-] Segment 20a1aca8-ffac-4068-817b-461127a74bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20a1aca8-ffac-4068-817b-461127a74bfa found for delete ", "request_id": "req-2aa4b81b-0077-416f-b07e-8cb779abcfa8"}]} 2026-05-25 15:09:19.853 7 INFO neutron.services.segments.plugin [-] Segment 20a1aca8-ffac-4068-817b-461127a74bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20a1aca8-ffac-4068-817b-461127a74bfa found for delete ", "request_id": "req-b972c814-a196-4ac8-9514-1f3d5d34333e"}]} 2026-05-25 15:09:19.860 7 INFO neutron.db.l3_hamode_db [None req-99f1952b-0be6-43f0-9caa-7916a0f04175 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] HA network e27a82f9-f27b-4639-87f7-1010046a0c94 was deleted as no HA routers are present in tenant 769e631179744bb8a82048cc136ac8cd. [pid: 7|app: 0|req: 452/943] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:19 2026] DELETE /v2.0/routers/a2a1e18b-88c2-433c-bd1e-63a797a69b05 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/944] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:19 2026] DELETE /v2.0/subnets/35d66689-f15d-465a-bb80-453d58bf57ae => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:19.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8f6451f-da17-42f9-aa70-cb5f91666c09 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 990f50d0-958f-4231-882f-c9896b259129 2026-05-25 15:09:19.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f6451f-da17-42f9-aa70-cb5f91666c09 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 990f50d0-958f-4231-882f-c9896b259129 [pid: 7|app: 0|req: 453/945] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:19 2026] DELETE /v2.0/subnets/3e90f0e5-9132-4416-adbc-142909cdd414 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/946] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:19 2026] DELETE /v2.0/networks/402e35ce-472c-4186-9aec-8a580792c89d => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/947] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:20 2026] DELETE /v2.0/subnets/938b4b40-a894-4bab-b86e-5239c1a320fc => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/948] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:20 2026] DELETE /v2.0/networks/5f19ab76-3d43-4b59-a0d1-1207eb63f5f1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/949] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:20 2026] GET /v2.0/security-groups?tenant_id=0dffe133aabc436cb573ffdfc6c90f3e&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:20.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b96eea1-e74e-4798-a08a-fa2ac047c749 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: 176bddcf-9a60-4955-ba89-b3a88ab277f4 2026-05-25 15:09:20.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b96eea1-e74e-4798-a08a-fa2ac047c749 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: 176bddcf-9a60-4955-ba89-b3a88ab277f4 [pid: 8|app: 0|req: 494/950] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:20 2026] GET /v2.0/security-groups?tenant_id=08bb631e357f4257b1d6650409f364ea&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/951] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:20 2026] DELETE /v2.0/security-groups/e849c921-33a4-4015-8b63-5913f7a9b4e7 => 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: 496/952] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:20 2026] DELETE /v2.0/security-groups/0d3fa556-bafd-4926-b4b1-99555760f46e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/953] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:20 2026] GET /v2.0/security-groups?tenant_id=765d83e04a09470299f000085ce5dd25&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/954] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:20 2026] DELETE /v2.0/security-groups/2711e603-815a-4e9b-8357-12e290fcb9c6 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/955] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:20 2026] DELETE /v2.0/networks/ca722a66-c09c-4e1e-96f0-dff5ddf22b6b => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:21.073 8 INFO neutron.db.segments_db [None req-212325b6-0616-4cb8-9245-68d1cef5ebd4 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment 03fa6aac-f9af-4767-b0a9-b38961aa3c74 of type vxlan for network d0ea6431-4211-4b33-9967-0263d0b4f12b [pid: 8|app: 0|req: 499/956] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:21 2026] POST /v2.0/networks => generated 630 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/957] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:21 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:21.529 8 INFO neutron.db.segments_db [None req-bf2efd78-262c-465a-951a-f5bac86a781a 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment 90231762-5733-439f-8fe3-1b2e80bd5574 of type vxlan for network 1ef0cd91-20e9-435d-8389-ce1d083e1c62 2026-05-25 15:09:21.747 8 INFO neutron.services.segments.plugin [-] Segment 985e5334-ff76-4119-bdbe-23ad9ffa1bdf resource provider aggregate not found 2026-05-25 15:09:21.752 8 INFO neutron.services.segments.plugin [-] Segment 985e5334-ff76-4119-bdbe-23ad9ffa1bdf resource provider aggregate not found 2026-05-25 15:09:21.768 8 INFO neutron.services.segments.plugin [-] Segment 985e5334-ff76-4119-bdbe-23ad9ffa1bdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 985e5334-ff76-4119-bdbe-23ad9ffa1bdf found for delete ", "request_id": "req-46cb0593-bded-40b4-8e6a-5f28513b4089"}]} 2026-05-25 15:09:21.769 8 INFO neutron.services.segments.plugin [-] Segment 985e5334-ff76-4119-bdbe-23ad9ffa1bdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 985e5334-ff76-4119-bdbe-23ad9ffa1bdf found for delete ", "request_id": "req-da701a80-ce3c-41c7-9673-7b075aeec3b1"}]} 2026-05-25 15:09:21.819 8 INFO neutron.db.l3_hamode_db [None req-bf2efd78-262c-465a-951a-f5bac86a781a 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:09:21.874 7 INFO neutron.services.segments.plugin [-] Segment f6612ef2-e015-40c5-8524-e47a16b3e2f8 resource provider aggregate not found 2026-05-25 15:09:21.891 7 INFO neutron.services.segments.plugin [-] Segment f6612ef2-e015-40c5-8524-e47a16b3e2f8 resource provider aggregate not found 2026-05-25 15:09:21.900 7 INFO neutron.services.segments.plugin [-] Segment f6612ef2-e015-40c5-8524-e47a16b3e2f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6612ef2-e015-40c5-8524-e47a16b3e2f8 found for delete ", "request_id": "req-7322eae9-e556-44bf-b8da-f3d59330408b"}]} 2026-05-25 15:09:21.908 7 INFO neutron.services.segments.plugin [-] Segment f6612ef2-e015-40c5-8524-e47a16b3e2f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6612ef2-e015-40c5-8524-e47a16b3e2f8 found for delete ", "request_id": "req-8366f4d9-0563-411c-b87f-17f53ef8cb8d"}]} 2026-05-25 15:09:21.916 7 INFO neutron.services.segments.plugin [-] Segment b6eeb8cf-7c21-4505-b54b-4a66f00b10f5 resource provider aggregate not found 2026-05-25 15:09:21.924 7 INFO neutron.services.segments.plugin [-] Segment b6eeb8cf-7c21-4505-b54b-4a66f00b10f5 resource provider aggregate not found 2026-05-25 15:09:21.937 7 INFO neutron.services.segments.plugin [-] Segment b6eeb8cf-7c21-4505-b54b-4a66f00b10f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6eeb8cf-7c21-4505-b54b-4a66f00b10f5 found for delete ", "request_id": "req-10991d99-959e-49bc-9621-62f50de7c19f"}]} 2026-05-25 15:09:21.940 7 INFO neutron.services.segments.plugin [-] Segment b6eeb8cf-7c21-4505-b54b-4a66f00b10f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6eeb8cf-7c21-4505-b54b-4a66f00b10f5 found for delete ", "request_id": "req-db121f36-5988-4a70-bc59-abc0943e21e0"}]} 2026-05-25 15:09:21.980 8 INFO neutron.db.l3_hamode_db [None req-bf2efd78-262c-465a-951a-f5bac86a781a 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 500/958] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:21 2026] POST /v2.0/routers => generated 507 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:22.792 7 INFO neutron.db.segments_db [None req-cfdb6a8c-d9d0-41cf-8622-754e8672eabe bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment d65a5a14-2668-4eb8-9e27-d9ef8715adb2 of type vxlan for network 6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf [pid: 7|app: 0|req: 459/961] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:09:22 2026] POST /v2.0/networks => generated 744 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/962] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:09:22 2026] POST /v2.0/ports => generated 948 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 460/963] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:22 2026] POST /v2.0/subnets => generated 691 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:23.192 7 INFO neutron.db.segments_db [None req-42a110e1-4c7b-491a-b9ad-df1485c44a72 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 03357a2e-00d1-4d34-ba65-c0e583b2f13e of type vxlan for network 7af4cbb0-adbb-494e-890f-f08d732d1c3a 2026-05-25 15:09:23.467 7 INFO neutron.db.l3_hamode_db [None req-42a110e1-4c7b-491a-b9ad-df1485c44a72 bd83e85f9b664566af908d3f2868a642 a7ba2958cc754b82b61f0e946ee6d747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:09:24.203 7 INFO neutron.db.l3_hamode_db [None req-42a110e1-4c7b-491a-b9ad-df1485c44a72 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 504/964] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:09:23 2026] PUT /v2.0/routers/e9de489a-0ca6-4ff5-a86a-093c4d28ad36/add_router_interface => generated 309 bytes in 1138 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: 505/965] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:24 2026] GET /v2.0/security-groups?tenant_id=8bb250093cb040779a1591f574ef8d6e&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/966] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:24 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/967] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:24 2026] GET /v2.0/ports/b1846402-c74f-47c2-b8c3-e8d2e69df25e => generated 1022 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/968] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:24 2026] DELETE /v2.0/security-groups/cc47caaf-5b65-450b-9b29-d51ba9f52250 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:25.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-75eafe5d-5b2d-4666-a499-e925fa07468a 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: b1846402-c74f-47c2-b8c3-e8d2e69df25e 2026-05-25 15:09:25.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75eafe5d-5b2d-4666-a499-e925fa07468a 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: b1846402-c74f-47c2-b8c3-e8d2e69df25e [pid: 7|app: 0|req: 461/969] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:23 2026] POST /v2.0/routers => generated 731 bytes in 1986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/970] 10.0.0.107 () {34 vars in 971 bytes} [Mon May 25 15:09:25 2026] GET /v2.0/ports/d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 972 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/971] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:24 2026] PUT /v2.0/routers/e9de489a-0ca6-4ff5-a86a-093c4d28ad36/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:09:25.746 8 INFO neutron.api.v2.resource [None req-33036863-cf92-4fd8-881d-63eb52908dc0 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 510/972] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:25 2026] PUT /v2.0/routers/e9de489a-0ca6-4ff5-a86a-093c4d28ad36/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/973] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:25 2026] GET /v2.0/ports?device_id=e9de489a-0ca6-4ff5-a86a-093c4d28ad36 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:25.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3017d3a-e7a5-49d1-8e7d-7af6e6b3ffca 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: 1cf8b04c-3f02-4d1e-bedc-74285d566819 2026-05-25 15:09:25.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3017d3a-e7a5-49d1-8e7d-7af6e6b3ffca 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: 1cf8b04c-3f02-4d1e-bedc-74285d566819 2026-05-25 15:09:26.404 8 INFO neutron.services.segments.plugin [-] Segment 90231762-5733-439f-8fe3-1b2e80bd5574 resource provider aggregate not found 2026-05-25 15:09:26.410 8 INFO neutron.services.segments.plugin [-] Segment 90231762-5733-439f-8fe3-1b2e80bd5574 resource provider aggregate not found 2026-05-25 15:09:26.428 8 INFO neutron.services.segments.plugin [-] Segment 90231762-5733-439f-8fe3-1b2e80bd5574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90231762-5733-439f-8fe3-1b2e80bd5574 found for delete ", "request_id": "req-a3957a3c-dbd7-4e45-9d20-c370c6882b47"}]} 2026-05-25 15:09:26.433 8 INFO neutron.db.l3_hamode_db [None req-a3017d3a-e7a5-49d1-8e7d-7af6e6b3ffca 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] HA network 1ef0cd91-20e9-435d-8389-ce1d083e1c62 was deleted as no HA routers are present in tenant 769e631179744bb8a82048cc136ac8cd. [pid: 8|app: 0|req: 512/974] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:25 2026] DELETE /v2.0/routers/e9de489a-0ca6-4ff5-a86a-093c4d28ad36 => generated 0 bytes in 660 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:26.442 8 INFO neutron.services.segments.plugin [-] Segment 90231762-5733-439f-8fe3-1b2e80bd5574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90231762-5733-439f-8fe3-1b2e80bd5574 found for delete ", "request_id": "req-6a84ac96-16e6-4e3e-8f8a-f6dee6b8e6d7"}]} [pid: 8|app: 0|req: 513/975] 199.204.45.89 () {34 vars in 999 bytes} [Mon May 25 15:09:26 2026] GET /v2.0/subnets?network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/976] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:26 2026] DELETE /v2.0/subnets/ab840dca-3dd7-4357-8937-7891232a4811 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/977] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:09:25 2026] PUT /v2.0/routers/7201b196-6d24-4550-846d-b54b7322a825/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/978] 199.204.45.89 () {34 vars in 1145 bytes} [Mon May 25 15:09:26 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58&device_owner=compute%3Anova&network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:26.759 7 INFO neutron.services.segments.plugin [-] Segment 03fa6aac-f9af-4767-b0a9-b38961aa3c74 resource provider aggregate not found 2026-05-25 15:09:26.764 7 INFO neutron.services.segments.plugin [-] Segment 03fa6aac-f9af-4767-b0a9-b38961aa3c74 resource provider aggregate not found 2026-05-25 15:09:26.779 7 INFO neutron.services.segments.plugin [-] Segment 03fa6aac-f9af-4767-b0a9-b38961aa3c74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03fa6aac-f9af-4767-b0a9-b38961aa3c74 found for delete ", "request_id": "req-c5619996-3d9f-4083-82f5-d1e3e02a2743"}]} 2026-05-25 15:09:26.782 7 INFO neutron.services.segments.plugin [-] Segment 03fa6aac-f9af-4767-b0a9-b38961aa3c74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03fa6aac-f9af-4767-b0a9-b38961aa3c74 found for delete ", "request_id": "req-e2638638-b623-42c2-8b2e-04e2ef5d3e30"}]} [pid: 7|app: 0|req: 464/979] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:26 2026] DELETE /v2.0/networks/d0ea6431-4211-4b33-9967-0263d0b4f12b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:26.877 7 INFO neutron.db.segments_db [None req-6a67ebd2-1f0c-472f-8f63-dc43b83b4c00 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment 6f99bfa6-c5f8-4ea0-95e2-cc873d8a5715 of type vxlan for network 4d639a29-539f-4c1a-ae7c-c07e6ae0962c [pid: 7|app: 0|req: 465/980] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:26 2026] POST /v2.0/networks => generated 629 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/981] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:26 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/982] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:09:26 2026] PUT /v2.0/ports/d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 1149 bytes in 624 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:09:27.326 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-286e36e7-103b-4464-851a-e3d8bc3c9bbd'] response: {'name': 'network-changed', 'server_uuid': '1737b7f9-ceaf-4470-bd90-f463bca7bc58', 'tag': 'd3983da5-cea6-454c-b820-17b0ac7383f8', 'status': 'completed', 'code': 200} 2026-05-25 15:09:27.347 8 INFO neutron.db.segments_db [None req-4abeaf4e-a33a-41ca-a110-e02cc27ed6f4 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment 59f75468-8fb4-4880-a619-72955279dc94 of type vxlan for network 00af8234-1f69-4e39-9871-a68ab19502a2 [pid: 7|app: 0|req: 467/983] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:09:27 2026] POST /v2.0/security-groups => generated 1659 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/984] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:27.610 8 INFO neutron.db.l3_hamode_db [None req-4abeaf4e-a33a-41ca-a110-e02cc27ed6f4 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 469/985] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:27 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) 2026-05-25 15:09:27.733 8 INFO neutron.db.l3_hamode_db [None req-4abeaf4e-a33a-41ca-a110-e02cc27ed6f4 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 470/986] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:09:27 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/987] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/988] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/networks?id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/989] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:27 2026] POST /v2.0/routers => generated 505 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/990] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/991] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => 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: 475/992] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/subnets?id=5529cf0c-6550-4efa-bdbf-18ba136d16e4 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/993] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/ports?network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/994] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/995] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/996] 10.0.0.107 () {34 vars in 1098 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--732956962&fields=id&tenant_id=a7ba2958cc754b82b61f0e946ee6d747 => 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: 480/997] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/networks?id=6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/998] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/quotas/a7ba2958cc754b82b61f0e946ee6d747 => 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: 482/999] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/ports?tenant_id=a7ba2958cc754b82b61f0e946ee6d747&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1000] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?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: 484/1001] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:09:28 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?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: 485/1002] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 486/1003] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1152 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1004] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1005] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1006] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/networks?id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1007] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1008] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => 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: 492/1009] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/subnets?id=5529cf0c-6550-4efa-bdbf-18ba136d16e4 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1010] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:29 2026] GET /v2.0/ports?network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1011] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:09:28 2026] PUT /v2.0/routers/f4385668-2f46-45f4-9448-3b36bd227d7d/add_router_interface => generated 309 bytes in 1686 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1012] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:30 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 495/1013] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:30 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 519/1014] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:30 2026] GET /v2.0/ports/64f9e5a7-9695-4d25-896c-0b09d610d7a1 => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1015] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:30 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:30.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-893e4d3f-57e5-45a1-8470-9f3da3bc7ee3 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: 64f9e5a7-9695-4d25-896c-0b09d610d7a1 2026-05-25 15:09:30.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-893e4d3f-57e5-45a1-8470-9f3da3bc7ee3 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: 64f9e5a7-9695-4d25-896c-0b09d610d7a1 [pid: 8|app: 0|req: 521/1016] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:30 2026] GET /v2.0/security-groups?tenant_id=d6ba1a99a5564fbfb204400c15b3deb8&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1017] 199.204.45.89 () {34 vars in 1117 bytes} [Mon May 25 15:09:30 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1152 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1018] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:30 2026] DELETE /v2.0/security-groups/6e38364b-c735-4519-a2f3-4130a005bc08 => 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: 496/1019] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:30 2026] PUT /v2.0/routers/f4385668-2f46-45f4-9448-3b36bd227d7d/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1020] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:30 2026] GET /v2.0/ports?device_id=f4385668-2f46-45f4-9448-3b36bd227d7d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:31.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-38ad3082-9bbc-4bad-9fe2-47e5d128975e 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: e696f830-d6ca-4044-83d6-22edda03a399 2026-05-25 15:09:31.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38ad3082-9bbc-4bad-9fe2-47e5d128975e 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: e696f830-d6ca-4044-83d6-22edda03a399 [pid: 8|app: 0|req: 524/1021] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:09:30 2026] PUT /v2.0/ports/d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 972 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:09:31.343 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d6ca293-c552-4a6b-af93-997b569db9c4'] response: {'name': 'network-changed', 'server_uuid': '1737b7f9-ceaf-4470-bd90-f463bca7bc58', 'tag': 'd3983da5-cea6-454c-b820-17b0ac7383f8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 525/1022] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:31 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:31.542 7 INFO neutron.services.segments.plugin [-] Segment 59f75468-8fb4-4880-a619-72955279dc94 resource provider aggregate not found 2026-05-25 15:09:31.543 7 INFO neutron.services.segments.plugin [-] Segment 59f75468-8fb4-4880-a619-72955279dc94 resource provider aggregate not found 2026-05-25 15:09:31.559 7 INFO neutron.services.segments.plugin [-] Segment 59f75468-8fb4-4880-a619-72955279dc94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f75468-8fb4-4880-a619-72955279dc94 found for delete ", "request_id": "req-d0d101b9-627e-4920-a3fa-9f7606165b58"}]} 2026-05-25 15:09:31.569 7 INFO neutron.services.segments.plugin [-] Segment 59f75468-8fb4-4880-a619-72955279dc94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f75468-8fb4-4880-a619-72955279dc94 found for delete ", "request_id": "req-f551a580-270a-4924-b213-184971dbfa41"}]} 2026-05-25 15:09:31.581 7 INFO neutron.db.l3_hamode_db [None req-38ad3082-9bbc-4bad-9fe2-47e5d128975e 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] HA network 00af8234-1f69-4e39-9871-a68ab19502a2 was deleted as no HA routers are present in tenant 769e631179744bb8a82048cc136ac8cd. [pid: 7|app: 0|req: 498/1023] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:30 2026] DELETE /v2.0/routers/f4385668-2f46-45f4-9448-3b36bd227d7d => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1024] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:31 2026] DELETE /v2.0/subnets/27117c69-4e08-4bf2-bfe9-4088aeec73a9 => 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: 527/1025] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:31 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1026] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:31 2026] DELETE /v2.0/networks/4d639a29-539f-4c1a-ae7c-c07e6ae0962c => 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: 500/1027] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:31 2026] GET /v2.0/networks?id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:31.921 8 INFO neutron.db.segments_db [None req-750a08dd-7447-4948-a250-5e90312e5feb 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Added segment e662c0f4-090a-4f62-b111-e4a98e664b9c of type vxlan for network 379790c4-b52b-441b-a9f3-29b29ccf6be9 [pid: 7|app: 0|req: 501/1028] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1029] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:31 2026] GET /v2.0/subnets?id=5529cf0c-6550-4efa-bdbf-18ba136d16e4 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1030] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:31 2026] GET /v2.0/ports?network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea&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: 504/1031] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:32 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 505/1032] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:32 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:32.172 8 INFO neutron.db.l3_hamode_db [None req-750a08dd-7447-4948-a250-5e90312e5feb 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 506/1033] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:32 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:32.949 7 INFO neutron.db.segments_db [None req-e2cb6add-aa89-47f0-abb4-28788d10d130 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Added segment 6caae3d5-20c3-49ce-9ad3-9562fd96d914 of type vxlan for network fa8d6eae-af1e-4f0d-b4d9-652ac5d40962 2026-05-25 15:09:33.019 7 INFO neutron.db.segments_db [None req-e2cb6add-aa89-47f0-abb4-28788d10d130 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Added segment 4239500b-c471-428e-a25e-e2600c77a08b of type vxlan for network bfdbccf1-6944-4360-a82c-b05faa608b45 2026-05-25 15:09:33.057 8 INFO neutron.db.l3_hamode_db [None req-750a08dd-7447-4948-a250-5e90312e5feb 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 507/1034] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:32 2026] POST /v2.0/networks => generated 1246 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1035] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/networks => generated 1845 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1036] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1037] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/ports?tenant_id=e24e6932bad447669f7538062a13eb33&device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 511/1038] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:33 2026] DELETE /v2.0/networks/fa8d6eae-af1e-4f0d-b4d9-652ac5d40962 => 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: 512/1039] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&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: 513/1040] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/networks?id=b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:33.587 7 INFO neutron.services.segments.plugin [-] Segment 6f99bfa6-c5f8-4ea0-95e2-cc873d8a5715 resource provider aggregate not found 2026-05-25 15:09:33.594 7 INFO neutron.services.segments.plugin [-] Segment 6f99bfa6-c5f8-4ea0-95e2-cc873d8a5715 resource provider aggregate not found [pid: 7|app: 0|req: 514/1041] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:33 2026] DELETE /v2.0/networks/bfdbccf1-6944-4360-a82c-b05faa608b45 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:33.618 7 INFO neutron.services.segments.plugin [-] Segment 6f99bfa6-c5f8-4ea0-95e2-cc873d8a5715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f99bfa6-c5f8-4ea0-95e2-cc873d8a5715 found for delete ", "request_id": "req-128f75e9-35f3-4865-84fc-8f5845396b05"}]} 2026-05-25 15:09:33.627 7 INFO neutron.services.segments.plugin [-] Segment 6f99bfa6-c5f8-4ea0-95e2-cc873d8a5715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f99bfa6-c5f8-4ea0-95e2-cc873d8a5715 found for delete ", "request_id": "req-e39ce6dc-30a4-4c6e-990e-23df1d611034"}]} 2026-05-25 15:09:33.645 7 INFO neutron.services.segments.plugin [-] Segment 6caae3d5-20c3-49ce-9ad3-9562fd96d914 resource provider aggregate not found 2026-05-25 15:09:33.652 7 INFO neutron.services.segments.plugin [-] Segment 6caae3d5-20c3-49ce-9ad3-9562fd96d914 resource provider aggregate not found 2026-05-25 15:09:33.673 7 INFO neutron.services.segments.plugin [-] Segment 6caae3d5-20c3-49ce-9ad3-9562fd96d914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6caae3d5-20c3-49ce-9ad3-9562fd96d914 found for delete ", "request_id": "req-92723336-6ad4-40c4-b095-d6e0a1cec5d4"}]} 2026-05-25 15:09:33.676 7 INFO neutron.services.segments.plugin [-] Segment 6caae3d5-20c3-49ce-9ad3-9562fd96d914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6caae3d5-20c3-49ce-9ad3-9562fd96d914 found for delete ", "request_id": "req-cb9411e2-2142-49ca-9ce6-f0ee59a50b9d"}]} [pid: 7|app: 0|req: 515/1042] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/networks?id=6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf => generated 676 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:33.699 7 INFO neutron.services.segments.plugin [-] Segment 4239500b-c471-428e-a25e-e2600c77a08b resource provider aggregate not found 2026-05-25 15:09:33.699 7 INFO neutron.services.segments.plugin [-] Segment 4239500b-c471-428e-a25e-e2600c77a08b resource provider aggregate not found 2026-05-25 15:09:33.727 7 INFO neutron.services.segments.plugin [-] Segment 4239500b-c471-428e-a25e-e2600c77a08b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4239500b-c471-428e-a25e-e2600c77a08b found for delete ", "request_id": "req-d66f29b1-73f5-4e7c-aa4f-0e296ca96c58"}]} 2026-05-25 15:09:33.730 7 INFO neutron.services.segments.plugin [-] Segment 4239500b-c471-428e-a25e-e2600c77a08b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4239500b-c471-428e-a25e-e2600c77a08b found for delete ", "request_id": "req-b95d987a-a533-4470-a2a5-e5b1b5ffa5d2"}]} [pid: 7|app: 0|req: 516/1043] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1044] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 518/1045] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/networks => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1046] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a7ba2958cc754b82b61f0e946ee6d747 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1047] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:33 2026] GET /v2.0/subnets?id=5529cf0c-6550-4efa-bdbf-18ba136d16e4 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:33.967 7 INFO neutron.db.segments_db [None req-b288d144-9dfb-4e0a-b524-eedcc70b37be 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Added segment ed7b2bbd-4838-4fee-80eb-19ad00553546 of type vxlan for network 4ae34e4f-7fc4-49ed-8af7-49c6cdd78f06 [pid: 8|app: 0|req: 528/1048] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:31 2026] POST /v2.0/routers => generated 687 bytes in 2131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1049] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:33 2026] POST /v2.0/networks => generated 654 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1050] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:34 2026] GET /v2.0/ports?network_id=b75e1889-1bc8-4a80-8423-c88ca1a94cea&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: 523/1051] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:09:34 2026] GET /v2.0/routers/0ff95908-e852-432c-b551-704de718d8e1 => generated 693 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:34.270 7 INFO neutron.db.segments_db [None req-53ca9fff-07ea-47ce-ac95-3b9dad0f2950 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Added segment 5e2b0292-1d97-4f62-99dc-f40adc3011e5 of type vxlan for network 826aef44-d328-4a25-88aa-6ebcc7e82c78 [pid: 7|app: 0|req: 524/1052] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:34 2026] POST /v2.0/networks => generated 653 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1053] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:09:33 2026] POST /v2.0/ports => generated 958 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 525/1054] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:34 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?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: 530/1055] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:09:34 2026] GET /v2.0/routers => generated 696 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1056] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:09:34 2026] PUT /v2.0/ports/045ee351-f23c-4820-84ea-0b0d65cee862 => generated 1239 bytes in 449 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: 532/1057] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:34 2026] GET /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1058] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:09:34 2026] POST /v2.0/ports => generated 1505 bytes in 614 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: 527/1059] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1060] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1061] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/ports => generated 1505 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1062] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/security-groups?id=0287b3de-504c-44c9-bb98-d2315f164ce6&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1063] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:35.277 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8d90cc7-c7e4-4062-abfe-381f1e167a9f'] response: {'name': 'network-changed', 'server_uuid': 'b1847505-7e43-464f-ac0c-39763abf139e', 'tag': '045ee351-f23c-4820-84ea-0b0d65cee862', 'status': 'completed', 'code': 200} 2026-05-25 15:09:35.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-715cb72e-a663-4c1f-8074-edf4d583747d 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] TaaS: Handle Delete Port: 3abe07c7-e276-49c0-89b8-33952820da79 2026-05-25 15:09:35.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-715cb72e-a663-4c1f-8074-edf4d583747d 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Tap Mirror: Handle Delete Port: 3abe07c7-e276-49c0-89b8-33952820da79 [pid: 8|app: 0|req: 533/1064] 10.0.0.26 () {34 vars in 740 bytes} [Mon May 25 15:09:34 2026] PUT /v2.0/routers/0ff95908-e852-432c-b551-704de718d8e1 => generated 700 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1065] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:35 2026] DELETE /v2.0/ports/3abe07c7-e276-49c0-89b8-33952820da79 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1066] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/routers/0ff95908-e852-432c-b551-704de718d8e1 => generated 700 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1067] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/ports?device_id=0ff95908-e852-432c-b551-704de718d8e1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:35.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-96487b3d-01b1-49ae-b776-fc8d744c81a5 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] TaaS: Handle Delete Port: f21d58c3-9034-418b-bf53-e0dda97a150e 2026-05-25 15:09:35.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96487b3d-01b1-49ae-b776-fc8d744c81a5 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Tap Mirror: Handle Delete Port: f21d58c3-9034-418b-bf53-e0dda97a150e [pid: 7|app: 0|req: 533/1068] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:35 2026] DELETE /v2.0/ports/f21d58c3-9034-418b-bf53-e0dda97a150e => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1069] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 535/1070] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:09:35 2026] GET /v2.0/ports => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:35.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-1000ca44-fa52-41bb-985d-3ee24afa3eda 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: 30d0e875-78a9-4518-af69-fe6a3570124a 2026-05-25 15:09:35.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1000ca44-fa52-41bb-985d-3ee24afa3eda 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: 30d0e875-78a9-4518-af69-fe6a3570124a 2026-05-25 15:09:35.789 7 INFO neutron_taas.services.taas.taas_plugin [req-194d4f56-ff8e-4d6d-b51b-c0e8e43c3267 req-27f840c5-5e7e-44d1-a3b9-c4066f65eb25 fe58727546484666ae07ba9e65a120e6 e24e6932bad447669f7538062a13eb33 - - default default] TaaS: Handle Delete Port: d3983da5-cea6-454c-b820-17b0ac7383f8 2026-05-25 15:09:35.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-194d4f56-ff8e-4d6d-b51b-c0e8e43c3267 req-27f840c5-5e7e-44d1-a3b9-c4066f65eb25 fe58727546484666ae07ba9e65a120e6 e24e6932bad447669f7538062a13eb33 - - default default] Tap Mirror: Handle Delete Port: d3983da5-cea6-454c-b820-17b0ac7383f8 2026-05-25 15:09:35.935 7 INFO neutron.db.l3_db [req-194d4f56-ff8e-4d6d-b51b-c0e8e43c3267 req-27f840c5-5e7e-44d1-a3b9-c4066f65eb25 fe58727546484666ae07ba9e65a120e6 e24e6932bad447669f7538062a13eb33 - - default default] Floating IP c050f47a-2de2-44c2-9ef1-bff23917919b disassociated. External IP: 10.96.250.211, port: d3983da5-cea6-454c-b820-17b0ac7383f8. 2026-05-25 15:09:36.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-1000ca44-fa52-41bb-985d-3ee24afa3eda 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] TaaS: Handle Delete Port: 353d74ee-fca1-47b2-a8a2-c86e2f9a2876 2026-05-25 15:09:36.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1000ca44-fa52-41bb-985d-3ee24afa3eda 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] Tap Mirror: Handle Delete Port: 353d74ee-fca1-47b2-a8a2-c86e2f9a2876 [pid: 7|app: 0|req: 536/1071] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:09:35 2026] DELETE /v2.0/ports/d3983da5-cea6-454c-b820-17b0ac7383f8 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:36.380 7 INFO neutron.db.segments_db [None req-bb8d8763-edee-43c1-8b75-6db0fd72ccee 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Added segment 3ec4e4a3-4c9f-4a36-90c8-5a4332114edd of type vxlan for network e2d29ad5-9610-4bd4-9137-07c09577fc67 2026-05-25 15:09:36.448 8 INFO neutron.services.segments.plugin [-] Segment e662c0f4-090a-4f62-b111-e4a98e664b9c resource provider aggregate not found 2026-05-25 15:09:36.466 8 INFO neutron.services.segments.plugin [-] Segment e662c0f4-090a-4f62-b111-e4a98e664b9c resource provider aggregate not found 2026-05-25 15:09:36.467 8 INFO neutron.services.segments.plugin [-] Segment e662c0f4-090a-4f62-b111-e4a98e664b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e662c0f4-090a-4f62-b111-e4a98e664b9c found for delete ", "request_id": "req-1c43e937-6bd8-4ba7-8a36-318762dc109f"}]} 2026-05-25 15:09:36.486 8 INFO neutron.services.segments.plugin [-] Segment e662c0f4-090a-4f62-b111-e4a98e664b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e662c0f4-090a-4f62-b111-e4a98e664b9c found for delete ", "request_id": "req-f1592729-326e-4a45-842f-47d68b7d69d3"}]} 2026-05-25 15:09:36.489 8 INFO neutron.db.l3_hamode_db [None req-1000ca44-fa52-41bb-985d-3ee24afa3eda 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] HA network 379790c4-b52b-441b-a9f3-29b29ccf6be9 was deleted as no HA routers are present in tenant 769e631179744bb8a82048cc136ac8cd. [pid: 7|app: 0|req: 537/1072] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:36 2026] POST /v2.0/networks => generated 654 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1073] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:35 2026] DELETE /v2.0/routers/0ff95908-e852-432c-b551-704de718d8e1 => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1074] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 538/1075] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/ports?tenant_id=a7ba2958cc754b82b61f0e946ee6d747&device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1076] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:36.554 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02f2f72b-950c-4ae1-b944-5d54c753e473'] response: {'server_uuid': '1737b7f9-ceaf-4470-bd90-f463bca7bc58', 'name': 'network-vif-deleted', 'tag': 'd3983da5-cea6-454c-b820-17b0ac7383f8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 539/1077] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/ports?device_id=0ff95908-e852-432c-b551-704de718d8e1 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:36.584 7 INFO neutron.db.segments_db [None req-f6deb3d4-bcf4-4af0-b8a8-c80b3980d9c0 15d5ad97762044848fec59ce23e26a1d 173f222a09a249e8a8828a4ae6e8a80d - - default default] Added segment 69286168-1b11-44e0-9188-c6bd459f365e of type vxlan for network ce6dca8f-5ab8-41c5-9b7f-4662cfd7a0fd [pid: 8|app: 0|req: 540/1078] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/networks?tenant_id=a7ba2958cc754b82b61f0e946ee6d747&shared=False => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1079] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:36.644 8 INFO neutron.api.v2.resource [None req-e5070e91-1011-4dbc-b44c-e97d59ddc55f 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 542/1080] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/routers/0ff95908-e852-432c-b551-704de718d8e1 => 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: 539/1081] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:36 2026] POST /v2.0/networks => generated 654 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1082] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1083] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/ports?device_id=f4385668-2f46-45f4-9448-3b36bd227d7d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:36.716 8 INFO neutron.api.v2.resource [None req-61ed677a-09bb-4d03-92f9-7d532a676a09 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1084] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/routers/f4385668-2f46-45f4-9448-3b36bd227d7d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:36.735 7 INFO neutron.pecan_wsgi.hooks.translation [None req-277bd5e8-d79a-42d7-b04e-298f40ac95d8 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 541/1085] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/subnets/27117c69-4e08-4bf2-bfe9-4088aeec73a9 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1086] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/ports?device_id=e9de489a-0ca6-4ff5-a86a-093c4d28ad36 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:36.780 7 INFO neutron.api.v2.resource [None req-f790d398-fdcb-4d8e-8419-51bc4a6da38b 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 542/1087] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/routers/e9de489a-0ca6-4ff5-a86a-093c4d28ad36 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:36.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9d421d6-735e-40a6-9c9d-2cf9cb489549 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1088] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/subnets/ab840dca-3dd7-4357-8937-7891232a4811 => 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: 543/1089] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:09:36 2026] GET /v2.0/ports?device_id=a2a1e18b-88c2-433c-bd1e-63a797a69b05 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:36.844 8 INFO neutron.api.v2.resource [None req-0bc1196b-ff41-42a6-8084-a48cae07d314 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1090] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/routers/a2a1e18b-88c2-433c-bd1e-63a797a69b05 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:36.866 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89e1cab3-dfd8-4c1a-adf1-4c13bcc40184 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 544/1091] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/subnets/3e90f0e5-9132-4416-adbc-142909cdd414 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:36.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36072a7d-2ce8-46f4-bbea-c124c8d9979e 78a7a77c2464408ead3e0b08c151235f 769e631179744bb8a82048cc136ac8cd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1092] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:36 2026] DELETE /v2.0/subnets/938b4b40-a894-4bab-b86e-5239c1a320fc => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1093] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:37 2026] POST /v2.0/subnets => generated 1323 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1094] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/security-groups?tenant_id=769e631179744bb8a82048cc136ac8cd&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1095] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 546/1096] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:09:37 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: 8|app: 0|req: 551/1099] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:37 2026] DELETE /v2.0/security-groups/856337a2-337e-4e86-a133-ee2dc5260339 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1100] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1101] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:37 2026] DELETE /v2.0/subnets/1fce1979-7c66-4b93-99c3-d96bbc472eb6 => 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: 553/1102] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/ports?tenant_id=a7ba2958cc754b82b61f0e946ee6d747&device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1103] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 551/1104] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=045ee351-f23c-4820-84ea-0b0d65cee862 => 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: 552/1105] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/subnets?id=4bcccaf3-28ba-4fe9-91e5-ed92f93a4836 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1106] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:37 2026] DELETE /v2.0/subnets/05d5599c-88d0-4df3-a658-085413493413 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1107] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/ports?network_id=6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1108] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1109] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?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: 556/1110] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:37 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:09:38.088 7 INFO neutron.services.segments.plugin [-] Segment 69286168-1b11-44e0-9188-c6bd459f365e resource provider aggregate not found 2026-05-25 15:09:38.097 7 INFO neutron.services.segments.plugin [-] Segment 69286168-1b11-44e0-9188-c6bd459f365e resource provider aggregate not found 2026-05-25 15:09:38.114 7 INFO neutron.services.segments.plugin [-] Segment 69286168-1b11-44e0-9188-c6bd459f365e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69286168-1b11-44e0-9188-c6bd459f365e found for delete ", "request_id": "req-4a8bf311-f4a1-4186-8c4e-fb68ecdae3e5"}]} 2026-05-25 15:09:38.116 7 INFO neutron.services.segments.plugin [-] Segment 69286168-1b11-44e0-9188-c6bd459f365e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69286168-1b11-44e0-9188-c6bd459f365e found for delete ", "request_id": "req-5303cad3-5c16-4ce9-8224-658d93c38745"}]} [pid: 7|app: 0|req: 555/1111] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:37 2026] DELETE /v2.0/networks/ce6dca8f-5ab8-41c5-9b7f-4662cfd7a0fd => 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: 557/1112] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:38 2026] DELETE /v2.0/networks/e2d29ad5-9610-4bd4-9137-07c09577fc67 => 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: 556/1113] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:38 2026] DELETE /v2.0/networks/826aef44-d328-4a25-88aa-6ebcc7e82c78 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:38.493 8 INFO neutron.services.segments.plugin [-] Segment 3ec4e4a3-4c9f-4a36-90c8-5a4332114edd resource provider aggregate not found 2026-05-25 15:09:38.516 8 INFO neutron.services.segments.plugin [-] Segment 3ec4e4a3-4c9f-4a36-90c8-5a4332114edd resource provider aggregate not found 2026-05-25 15:09:38.524 8 INFO neutron.services.segments.plugin [-] Segment 3ec4e4a3-4c9f-4a36-90c8-5a4332114edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ec4e4a3-4c9f-4a36-90c8-5a4332114edd found for delete ", "request_id": "req-be3f76ee-6deb-4136-bb73-927626682bb0"}]} 2026-05-25 15:09:38.534 8 INFO neutron.services.segments.plugin [-] Segment 3ec4e4a3-4c9f-4a36-90c8-5a4332114edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ec4e4a3-4c9f-4a36-90c8-5a4332114edd found for delete ", "request_id": "req-e32f5dd8-ff75-4012-be92-fa92ec662760"}]} [pid: 8|app: 0|req: 558/1114] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:38 2026] DELETE /v2.0/networks/4ae34e4f-7fc4-49ed-8af7-49c6cdd78f06 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1115] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:38 2026] GET /v2.0/ports?device_id=1737b7f9-ceaf-4470-bd90-f463bca7bc58 => 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: 559/1116] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:38 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1117] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:38 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1118] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:39 2026] GET /v2.0/security-groups?tenant_id=173f222a09a249e8a8828a4ae6e8a80d&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1119] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:39 2026] DELETE /v2.0/security-groups/94d912b8-2787-4eed-92c3-258e9e922e67 => 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: 560/1120] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:39 2026] DELETE /v2.0/security-groups/0287b3de-504c-44c9-bb98-d2315f164ce6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:39.931 7 INFO neutron.api.v2.resource [None req-d8a1db3f-f0ad-47e2-9ade-7d4575bc4214 fe58727546484666ae07ba9e65a120e6 e24e6932bad447669f7538062a13eb33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1121] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:09:39 2026] GET /v2.0/security-groups/0287b3de-504c-44c9-bb98-d2315f164ce6 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:40.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-2030b316-57f7-4fa2-95ad-ed03650ab690 fe58727546484666ae07ba9e65a120e6 e24e6932bad447669f7538062a13eb33 - - default default] TaaS: Handle Delete Port: 645b7be1-fa3e-4e8f-b1e6-7e68dcd15cd0 2026-05-25 15:09:40.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2030b316-57f7-4fa2-95ad-ed03650ab690 fe58727546484666ae07ba9e65a120e6 e24e6932bad447669f7538062a13eb33 - - default default] Tap Mirror: Handle Delete Port: 645b7be1-fa3e-4e8f-b1e6-7e68dcd15cd0 2026-05-25 15:09:40.141 7 INFO neutron.services.segments.plugin [-] Segment 5e2b0292-1d97-4f62-99dc-f40adc3011e5 resource provider aggregate not found 2026-05-25 15:09:40.144 7 INFO neutron.services.segments.plugin [-] Segment 5e2b0292-1d97-4f62-99dc-f40adc3011e5 resource provider aggregate not found 2026-05-25 15:09:40.167 7 INFO neutron.services.segments.plugin [-] Segment 5e2b0292-1d97-4f62-99dc-f40adc3011e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e2b0292-1d97-4f62-99dc-f40adc3011e5 found for delete ", "request_id": "req-e67bd302-461a-4b99-aad2-bb33505c4611"}]} [pid: 8|app: 0|req: 561/1122] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:09:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 15:09:40.178 7 INFO neutron.services.segments.plugin [-] Segment 5e2b0292-1d97-4f62-99dc-f40adc3011e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e2b0292-1d97-4f62-99dc-f40adc3011e5 found for delete ", "request_id": "req-9e45f4b3-9ca1-48cb-8dba-b7fa542c753e"}]} [pid: 8|app: 0|req: 562/1123] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:40 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1124] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:09:39 2026] DELETE /v2.0/floatingips/c050f47a-2de2-44c2-9ef1-bff23917919b => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1125] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:40 2026] GET /v2.0/security-groups => generated 4530 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1126] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:40 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 564/1127] 10.0.0.26 () {34 vars in 757 bytes} [Mon May 25 15:09:40 2026] PUT /v2.0/security-groups/e0ee2878-7fd4-4888-9302-706dc00860b5 => generated 1663 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1128] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:09:40 2026] GET /v2.0/security-groups/e0ee2878-7fd4-4888-9302-706dc00860b5 => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1129] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:40 2026] DELETE /v2.0/security-groups/e0ee2878-7fd4-4888-9302-706dc00860b5 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1130] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:40.545 8 INFO neutron.services.segments.plugin [-] Segment ed7b2bbd-4838-4fee-80eb-19ad00553546 resource provider aggregate not found 2026-05-25 15:09:40.552 8 INFO neutron.api.v2.resource [None req-a700d2a4-b494-4675-92a9-31c05506a0fa e570c0d44db54723bab79a5df91e05ac bc4e7ae6fcd1442496a6af281dcb519e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1131] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:40 2026] DELETE /v2.0/security-groups/e0ee2878-7fd4-4888-9302-706dc00860b5 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:40.559 8 INFO neutron.services.segments.plugin [-] Segment ed7b2bbd-4838-4fee-80eb-19ad00553546 resource provider aggregate not found 2026-05-25 15:09:40.565 8 INFO neutron.services.segments.plugin [-] Segment ed7b2bbd-4838-4fee-80eb-19ad00553546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7b2bbd-4838-4fee-80eb-19ad00553546 found for delete ", "request_id": "req-da651cb6-801f-4695-ac8c-4161e2081410"}]} 2026-05-25 15:09:40.593 8 INFO neutron.services.segments.plugin [-] Segment ed7b2bbd-4838-4fee-80eb-19ad00553546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7b2bbd-4838-4fee-80eb-19ad00553546 found for delete ", "request_id": "req-f6a8d7af-402f-40ef-971e-e401054a3eed"}]} [pid: 8|app: 0|req: 569/1132] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:09:40 2026] POST /v2.0/security-groups => generated 1623 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 15:09:40.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-70a891a8-93e5-4687-a1aa-e937f6c9e7ab bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 54b372e4-93ff-45e7-a7dc-96276bb7539a 2026-05-25 15:09:40.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70a891a8-93e5-4687-a1aa-e937f6c9e7ab bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 54b372e4-93ff-45e7-a7dc-96276bb7539a [pid: 8|app: 0|req: 570/1133] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1134] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:09:40 2026] GET /v2.0/security-group-rules/3d17afcb-3eff-4c99-8dec-b1478304fc72 => 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: 572/1135] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1136] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:09:40 2026] DELETE /v2.0/security-group-rules/3d17afcb-3eff-4c99-8dec-b1478304fc72 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1137] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1138] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1139] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:09:40 2026] PUT /v2.0/routers/bae7f1af-ee85-4940-b905-fa6eec74afd0/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1140] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:09:41 2026] GET /v2.0/security-group-rules/02f196c0-1fb2-4be5-ac8f-7b3b534c5892 => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1141] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:41 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:41.565 8 INFO neutron.db.segments_db [None req-551546ec-a869-4ca6-863c-5cfeebb55f19 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] Added segment 5d6962d3-6dd9-4211-a131-4120a50d7925 of type vxlan for network 5fb58c66-0708-4814-b42c-80c0807268a1 [pid: 8|app: 0|req: 576/1142] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:41 2026] POST /v2.0/networks => generated 649 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:41.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffd61370-0b35-4aa2-a8b5-e158b1445e6e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 0872df7e-cb52-4923-bc6e-9fab6871309f [pid: 8|app: 0|req: 577/1143] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:41.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd61370-0b35-4aa2-a8b5-e158b1445e6e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 0872df7e-cb52-4923-bc6e-9fab6871309f [pid: 8|app: 0|req: 578/1144] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:41 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:41.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffd61370-0b35-4aa2-a8b5-e158b1445e6e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: c0e0beb5-b6d5-4e1d-865f-2cddfdce7598 2026-05-25 15:09:42.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd61370-0b35-4aa2-a8b5-e158b1445e6e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: c0e0beb5-b6d5-4e1d-865f-2cddfdce7598 [pid: 8|app: 0|req: 579/1145] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:09:41 2026] POST /v2.0/ports => generated 779 bytes in 318 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: 580/1146] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:09:42 2026] DELETE /v2.0/security-group-rules/02f196c0-1fb2-4be5-ac8f-7b3b534c5892 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:42.217 8 INFO neutron.db.segments_db [None req-15447bb7-b49a-4ed9-b305-ca510bc84334 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] Added segment 31415610-cb53-47d3-be40-a3645374ca28 of type vxlan for network f330d0af-4b59-4fde-94a2-417d1a30ccca [pid: 8|app: 0|req: 581/1147] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:42 2026] POST /v2.0/networks => generated 635 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1148] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:42.396 7 INFO neutron.services.segments.plugin [-] Segment cdc5dba9-328f-41d6-b8df-03aa5b4ba10b resource provider aggregate not found 2026-05-25 15:09:42.412 7 INFO neutron.services.segments.plugin [-] Segment cdc5dba9-328f-41d6-b8df-03aa5b4ba10b resource provider aggregate not found 2026-05-25 15:09:42.417 7 INFO neutron.services.segments.plugin [-] Segment cdc5dba9-328f-41d6-b8df-03aa5b4ba10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdc5dba9-328f-41d6-b8df-03aa5b4ba10b found for delete ", "request_id": "req-1ac5e021-81b7-4af6-b230-103df354ed7f"}]} 2026-05-25 15:09:42.434 7 INFO neutron.services.segments.plugin [-] Segment cdc5dba9-328f-41d6-b8df-03aa5b4ba10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdc5dba9-328f-41d6-b8df-03aa5b4ba10b found for delete ", "request_id": "req-aa1d51cc-ee40-4930-b000-7d391180126a"}]} 2026-05-25 15:09:42.468 7 INFO neutron.db.l3_hamode_db [None req-ffd61370-0b35-4aa2-a8b5-e158b1445e6e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network fe08ef81-46f6-434d-adce-675743922ecc was deleted as no HA routers are present in tenant e24e6932bad447669f7538062a13eb33. [pid: 7|app: 0|req: 567/1149] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:41 2026] DELETE /v2.0/routers/bae7f1af-ee85-4940-b905-fa6eec74afd0 => generated 0 bytes in 984 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:42.516 7 INFO neutron.db.securitygroups_db [None req-c9332fe7-256f-4a66-ba70-03d57e566183 e570c0d44db54723bab79a5df91e05ac bc4e7ae6fcd1442496a6af281dcb519e - - default default] Project bc4e7ae6fcd1442496a6af281dcb519e 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: 568/1150] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:42 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: 583/1151] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:42 2026] POST /v2.0/subnets => generated 646 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1152] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:09:42 2026] GET /v2.0/security-group-rules/cd659612-b433-4dff-b040-5850e003da73 => generated 607 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1153] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:42 2026] DELETE /v2.0/subnets/5529cf0c-6550-4efa-bdbf-18ba136d16e4 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1154] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:42 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:42.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-b974b372-c570-4ef5-a86b-ad653228ad79 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 15694315-2af6-433e-854d-f1d1a27cf642 2026-05-25 15:09:42.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b974b372-c570-4ef5-a86b-ad653228ad79 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 15694315-2af6-433e-854d-f1d1a27cf642 [pid: 8|app: 0|req: 585/1155] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:09:42 2026] POST /v2.0/ports => generated 966 bytes in 386 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: 586/1156] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:43 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 571/1157] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:42 2026] DELETE /v2.0/networks/b75e1889-1bc8-4a80-8423-c88ca1a94cea => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1158] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:09:43 2026] DELETE /v2.0/security-group-rules/cd659612-b433-4dff-b040-5850e003da73 => 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: 588/1159] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:43 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 589/1160] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:43.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2d8cd0c-ee43-4a7e-9553-209f97eda6ca 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] TaaS: Handle Delete Port: fc73877d-8ccb-4102-afaf-0037559d439b 2026-05-25 15:09:43.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2d8cd0c-ee43-4a7e-9553-209f97eda6ca 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] Tap Mirror: Handle Delete Port: fc73877d-8ccb-4102-afaf-0037559d439b [pid: 8|app: 0|req: 590/1161] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:43 2026] DELETE /v2.0/security-groups/bac296dd-a37c-4b21-9d9f-fc8c9a221a30 => 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: 591/1162] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:43 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 592/1163] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:43 2026] GET /v2.0/security-groups?tenant_id=e24e6932bad447669f7538062a13eb33&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1164] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:43 2026] DELETE /v2.0/ports/fc73877d-8ccb-4102-afaf-0037559d439b => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1165] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:43 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: 594/1166] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:43 2026] DELETE /v2.0/security-groups/e3f3b029-2f4c-4b11-a1fd-32e522782797 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:43.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a36eb16-7682-48df-a513-4a90d75099ec 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1167] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:43 2026] DELETE /v2.0/ports/fc73877d-8ccb-4102-afaf-0037559d439b => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1168] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:43 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-05-25 15:09:43.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38362e26-7fa8-41b6-8ac2-49627653b383 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1169] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:43 2026] GET /v2.0/ports/fc73877d-8ccb-4102-afaf-0037559d439b => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1170] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:43 2026] DELETE /v2.0/subnets/3bd8bb10-4e65-46bc-b3be-061dc8be087a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:43.842 7 INFO neutron.db.l3_db [None req-0b409d64-b981-43ea-b704-02ac711a6939 c1eff19c2cf74b6197c2e31cd1ce38be a7ba2958cc754b82b61f0e946ee6d747 - - default default] Floating IP 6aa3090e-41ea-415c-af65-378ba11491b1 associated. External IP: 10.96.250.205, port: 045ee351-f23c-4820-84ea-0b0d65cee862. 2026-05-25 15:09:43.936 8 INFO neutron.services.segments.plugin [-] Segment 31415610-cb53-47d3-be40-a3645374ca28 resource provider aggregate not found 2026-05-25 15:09:43.941 8 INFO neutron.services.segments.plugin [-] Segment 31415610-cb53-47d3-be40-a3645374ca28 resource provider aggregate not found 2026-05-25 15:09:43.969 8 INFO neutron.services.segments.plugin [-] Segment 31415610-cb53-47d3-be40-a3645374ca28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31415610-cb53-47d3-be40-a3645374ca28 found for delete ", "request_id": "req-fae50848-350d-4e97-981b-62edbc8ae9cb"}]} 2026-05-25 15:09:43.971 8 INFO neutron.services.segments.plugin [-] Segment 31415610-cb53-47d3-be40-a3645374ca28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31415610-cb53-47d3-be40-a3645374ca28 found for delete ", "request_id": "req-e08d8307-88ea-4791-ad4b-0b702cbc4a74"}]} [pid: 8|app: 0|req: 599/1171] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:43 2026] DELETE /v2.0/networks/f330d0af-4b59-4fde-94a2-417d1a30ccca => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:44.034 8 INFO neutron.db.segments_db [None req-385bac4c-8981-4756-bf83-edded30a5d18 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] Added segment 4266e6bc-5a49-4c0c-a129-993c9c15231a of type vxlan for network 5549244e-1a46-48a5-a752-6e558a631888 [pid: 8|app: 0|req: 600/1172] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:09:43 2026] POST /v2.0/networks => generated 636 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1173] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:09:43 2026] PUT /v2.0/floatingips/6aa3090e-41ea-415c-af65-378ba11491b1 => generated 856 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:44.277 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aaafbfe9-2fcc-4adb-a5a3-f283d1a12275'] response: {'name': 'network-changed', 'server_uuid': 'b1847505-7e43-464f-ac0c-39763abf139e', 'tag': '045ee351-f23c-4820-84ea-0b0d65cee862', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 601/1174] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:44 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1175] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:44 2026] GET /v2.0/security-groups?tenant_id=bc4e7ae6fcd1442496a6af281dcb519e&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:44.441 7 INFO neutron.services.segments.plugin [-] Segment f8c38a9b-81b4-41f7-a47c-065564da5795 resource provider aggregate not found 2026-05-25 15:09:44.461 7 INFO neutron.services.segments.plugin [-] Segment f8c38a9b-81b4-41f7-a47c-065564da5795 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c38a9b-81b4-41f7-a47c-065564da5795 found for delete ", "request_id": "req-f21de15a-a8a5-4b12-b429-212b85f38d30"}]} 2026-05-25 15:09:44.465 7 INFO neutron.services.segments.plugin [-] Segment f8c38a9b-81b4-41f7-a47c-065564da5795 resource provider aggregate not found 2026-05-25 15:09:44.495 7 INFO neutron.services.segments.plugin [-] Segment f8c38a9b-81b4-41f7-a47c-065564da5795 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c38a9b-81b4-41f7-a47c-065564da5795 found for delete ", "request_id": "req-266a78c5-7fb9-4d11-986b-54a9bd60d818"}]} [pid: 7|app: 0|req: 575/1176] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:44 2026] DELETE /v2.0/security-groups/24d32614-5949-4ff2-9967-1930a2f56d24 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1177] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:09:44 2026] POST /v2.0/ports => generated 924 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1178] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:44 2026] GET /v2.0/ports?tenant_id=a7ba2958cc754b82b61f0e946ee6d747&device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1179] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:44 2026] GET /v2.0/networks?id=6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:44.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ce0e2da-5b4f-4a4b-a47c-d901b18d53cc 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] TaaS: Handle Delete Port: 4fc9a82d-239c-416f-98f2-193207e663ea 2026-05-25 15:09:44.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ce0e2da-5b4f-4a4b-a47c-d901b18d53cc 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] Tap Mirror: Handle Delete Port: 4fc9a82d-239c-416f-98f2-193207e663ea [pid: 8|app: 0|req: 605/1180] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=045ee351-f23c-4820-84ea-0b0d65cee862 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1181] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:44 2026] GET /v2.0/subnets?id=4bcccaf3-28ba-4fe9-91e5-ed92f93a4836 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1182] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:44 2026] GET /v2.0/ports?network_id=6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1183] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:44 2026] DELETE /v2.0/ports/4fc9a82d-239c-416f-98f2-193207e663ea => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:45.042 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1c0d8d7-c025-465a-9ddf-c18e474700f7 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 577/1184] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:45 2026] GET /v2.0/ports/4fc9a82d-239c-416f-98f2-193207e663ea => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1185] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:45 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?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: 609/1186] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:45 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1187] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:45 2026] DELETE /v2.0/subnets/ae00a1bd-e832-4d03-93ab-0f85865f9858 => 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: 610/1188] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:45 2026] DELETE /v2.0/networks/5549244e-1a46-48a5-a752-6e558a631888 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1189] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:09:45 2026] POST /v2.0/ports => generated 779 bytes in 302 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: 580/1190] 10.0.0.26 () {34 vars in 736 bytes} [Mon May 25 15:09:45 2026] PUT /v2.0/ports/f7aa5971-c905-4047-8414-d77b400faf40 => generated 752 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:09:45.875 8 INFO neutron.db.segments_db [None req-cd50d007-1af6-48cb-9622-dc9bc9195fdb bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 98ac2d51-56b0-4b40-8f87-e4e4c2c45cb9 of type vxlan for network 3891586a-3de6-4219-886d-71d30c62f937 2026-05-25 15:09:45.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-59fb6f17-05da-4282-9266-3b540b73af7d 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] TaaS: Handle Delete Port: f7aa5971-c905-4047-8414-d77b400faf40 2026-05-25 15:09:45.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59fb6f17-05da-4282-9266-3b540b73af7d 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] Tap Mirror: Handle Delete Port: f7aa5971-c905-4047-8414-d77b400faf40 2026-05-25 15:09:45.992 8 INFO neutron.services.segments.plugin [-] Segment 4266e6bc-5a49-4c0c-a129-993c9c15231a resource provider aggregate not found 2026-05-25 15:09:45.998 8 INFO neutron.services.segments.plugin [-] Segment 4266e6bc-5a49-4c0c-a129-993c9c15231a resource provider aggregate not found 2026-05-25 15:09:46.015 8 INFO neutron.services.segments.plugin [-] Segment 4266e6bc-5a49-4c0c-a129-993c9c15231a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4266e6bc-5a49-4c0c-a129-993c9c15231a found for delete ", "request_id": "req-28ffe27f-59bf-4a90-a2a4-47cde2cc44ab"}]} 2026-05-25 15:09:46.016 8 INFO neutron.services.segments.plugin [-] Segment 4266e6bc-5a49-4c0c-a129-993c9c15231a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4266e6bc-5a49-4c0c-a129-993c9c15231a found for delete ", "request_id": "req-6a95de84-b3e1-4266-a921-933cc7aa65c4"}]} [pid: 8|app: 0|req: 611/1191] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:09:45 2026] POST /v2.0/networks => generated 743 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1192] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:45 2026] DELETE /v2.0/ports/f7aa5971-c905-4047-8414-d77b400faf40 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1193] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:09:46 2026] GET /v2.0/ports => generated 782 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:09:46.145 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c02c845e-5a3f-459a-9201-591c4069ded3 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 583/1194] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:46 2026] GET /v2.0/ports/f7aa5971-c905-4047-8414-d77b400faf40 => 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: 584/1195] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:09:46 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1196] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:09:46 2026] GET /v2.0/ports/030d918c-36cd-4024-b1dd-81fb5a9f3a88 => generated 779 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1197] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:46 2026] POST /v2.0/subnets => generated 690 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:09:46.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7f5b21d-84ea-4ab5-8246-06a21acce383 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 586/1198] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:46 2026] DELETE /v2.0/ports/4fc9a82d-239c-416f-98f2-193207e663ea => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:46.262 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdf8112f-83be-4006-b143-3812f39a512c 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1199] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:46 2026] DELETE /v2.0/subnets/ae00a1bd-e832-4d03-93ab-0f85865f9858 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:46.273 8 INFO neutron.db.segments_db [None req-16e37b8c-eea5-4133-b8a9-91a27b675931 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 327fe417-9534-43a6-9d8a-e2d5de56b2cc of type vxlan for network bac959ac-5043-474e-baaf-d4502b5a4fb5 2026-05-25 15:09:46.279 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb2c36dc-418d-4b57-8c84-ad0f1cafb32e 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 588/1200] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:09:46 2026] DELETE /v2.0/subnets/3bd8bb10-4e65-46bc-b3be-061dc8be087a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:46.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-19a71407-ac92-4b1a-a34f-bbbeeda07e7e 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] TaaS: Handle Delete Port: 030d918c-36cd-4024-b1dd-81fb5a9f3a88 2026-05-25 15:09:46.381 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19a71407-ac92-4b1a-a34f-bbbeeda07e7e 49dd1db4dc7744e8ba9a29712e399c69 e0ef78ddab1d45278ab31371ae1d8228 - - default default] Tap Mirror: Handle Delete Port: 030d918c-36cd-4024-b1dd-81fb5a9f3a88 [pid: 7|app: 0|req: 589/1201] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:09:46 2026] DELETE /v2.0/ports/030d918c-36cd-4024-b1dd-81fb5a9f3a88 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:46.544 8 INFO neutron.db.l3_hamode_db [None req-16e37b8c-eea5-4133-b8a9-91a27b675931 bd83e85f9b664566af908d3f2868a642 7c340857fdd8478a85cd6a1586114420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:09:46.621 7 INFO neutron.services.segments.plugin [-] Segment 5d6962d3-6dd9-4211-a131-4120a50d7925 resource provider aggregate not found 2026-05-25 15:09:46.622 7 INFO neutron.services.segments.plugin [-] Segment 5d6962d3-6dd9-4211-a131-4120a50d7925 resource provider aggregate not found 2026-05-25 15:09:46.635 7 INFO neutron.services.segments.plugin [-] Segment 5d6962d3-6dd9-4211-a131-4120a50d7925 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d6962d3-6dd9-4211-a131-4120a50d7925 found for delete ", "request_id": "req-eeffc694-427d-48de-b382-71bd2badfd14"}]} 2026-05-25 15:09:46.643 7 INFO neutron.services.segments.plugin [-] Segment 5d6962d3-6dd9-4211-a131-4120a50d7925 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d6962d3-6dd9-4211-a131-4120a50d7925 found for delete ", "request_id": "req-bf144a5a-1bb4-42a5-af6d-21e90c1c0971"}]} [pid: 7|app: 0|req: 590/1202] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:09:46 2026] DELETE /v2.0/networks/5fb58c66-0708-4814-b42c-80c0807268a1 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:09:47.306 8 INFO neutron.db.l3_hamode_db [None req-16e37b8c-eea5-4133-b8a9-91a27b675931 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 591/1203] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:47 2026] GET /v2.0/security-groups?tenant_id=e0ef78ddab1d45278ab31371ae1d8228&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1204] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:47 2026] DELETE /v2.0/security-groups/58304992-5532-4809-a807-901a7d9f2923 => 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: 613/1205] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:09:46 2026] POST /v2.0/routers => generated 730 bytes in 1874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1206] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:09:48 2026] PUT /v2.0/routers/372eb63a-026c-43f0-b7fa-10b0febde56a/add_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1207] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:09:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1208] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:49 2026] GET /v2.0/security-groups => generated 4529 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1209] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:49 2026] GET /v2.0/security-groups?tenant_id=ef78a665171540d9b9a500ab96665fa5&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1210] 10.0.0.26 () {34 vars in 757 bytes} [Mon May 25 15:09:49 2026] PUT /v2.0/security-groups/0c779d52-20c9-444d-a2d9-33e801d03f31 => generated 1662 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1211] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:09:49 2026] GET /v2.0/security-groups/0c779d52-20c9-444d-a2d9-33e801d03f31 => 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: 595/1212] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:49 2026] DELETE /v2.0/security-groups/97553777-4271-4172-89b1-a962534c6385 => 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: 618/1213] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:49 2026] DELETE /v2.0/security-groups/0c779d52-20c9-444d-a2d9-33e801d03f31 => 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: 596/1214] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1215] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:49 2026] GET /v2.0/security-groups?tenant_id=5d0d1b5bffe448058f97fe736857abd9&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1216] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:09:49 2026] POST /v2.0/security-groups => generated 1661 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 15:09:50.090 8 INFO neutron.api.v2.resource [None req-06c9ae84-80ff-45d3-8c46-8f1dd45baf73 48b11a55ac7245de9dd9897eebe6fad8 85f7a201d8254009831962dfad8147e7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1217] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:50 2026] DELETE /v2.0/security-groups/0c779d52-20c9-444d-a2d9-33e801d03f31 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1218] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:50 2026] DELETE /v2.0/security-groups/88acab65-92c4-4c24-b07e-66229bb86475 => 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: 621/1219] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1220] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1221] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:09:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1222] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:50 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: 7|app: 0|req: 601/1223] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:09:50 2026] GET /v2.0/security-group-rules/20fb471d-770c-4f76-93ae-3cb59fa1df35 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1224] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1225] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:09:50 2026] DELETE /v2.0/security-group-rules/20fb471d-770c-4f76-93ae-3cb59fa1df35 => 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: 604/1226] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:50 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: 7|app: 0|req: 605/1227] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1228] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:09:50 2026] GET /v2.0/security-group-rules/173e9bb8-da88-4257-8040-96af832b5c38 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1229] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:09:50 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1230] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1231] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:09:50 2026] DELETE /v2.0/security-group-rules/173e9bb8-da88-4257-8040-96af832b5c38 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1232] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1233] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:09:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1234] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/security-group-rules/cb28d0d2-bada-467b-8820-76e5782dbc68 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1235] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1236] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:09:51 2026] DELETE /v2.0/security-group-rules/cb28d0d2-bada-467b-8820-76e5782dbc68 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1237] 10.0.0.107 () {34 vars in 1100 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1864261238&fields=id&tenant_id=7c340857fdd8478a85cd6a1586114420 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1238] 10.0.0.26 () {32 vars in 672 bytes} [Mon May 25 15:09:51 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: 628/1239] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/networks?id=3891586a-3de6-4219-886d-71d30c62f937 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1240] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/quotas/7c340857fdd8478a85cd6a1586114420 => 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: 612/1241] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:51 2026] DELETE /v2.0/security-groups/080abd0b-2a2d-4a0d-bca1-2734ba388f2c => 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: 630/1242] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/ports?tenant_id=7c340857fdd8478a85cd6a1586114420&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1243] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:51 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: 631/1244] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/networks/3891586a-3de6-4219-886d-71d30c62f937?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: 614/1245] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1246] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/networks/3891586a-3de6-4219-886d-71d30c62f937?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1247] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:51 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 633/1248] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:52 2026] GET /v2.0/security-groups?tenant_id=85f7a201d8254009831962dfad8147e7&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1249] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:52 2026] DELETE /v2.0/security-groups/3a302218-9e9d-4009-bbfc-5787cde43379 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1252] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:52 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 636/1253] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:53 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 618/1254] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:53 2026] GET /v2.0/security-groups?tenant_id=7e755284228e4c49a2126a1d3103ddbe&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1255] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:54 2026] DELETE /v2.0/security-groups/f8a3afa7-8634-434e-bf22-95d1e7f7568b => 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: 619/1256] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:09:54 2026] POST /v2.0/subnetpools => generated 548 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1257] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:09:54 2026] GET /v2.0/subnetpools/61e368f5-da20-4956-a9f8-8e26542a3559 => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1258] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:09:54 2026] PUT /v2.0/subnetpools/61e368f5-da20-4956-a9f8-8e26542a3559 => generated 500 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1259] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:09:54 2026] DELETE /v2.0/subnetpools/61e368f5-da20-4956-a9f8-8e26542a3559 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:09:54.657 7 INFO neutron.api.v2.resource [None req-6fd5ba62-adf2-45c5-8ffb-28c033b07f4c e5dee057a4a34b1d970ccf2be9adb115 aa5d37706eed41e38f4179531c4f74a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1260] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:09:54 2026] GET /v2.0/subnetpools/61e368f5-da20-4956-a9f8-8e26542a3559 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:09:54.676 8 INFO neutron.api.v2.resource [None req-ab0dfe9f-beab-49fc-95a5-089ead823004 e5dee057a4a34b1d970ccf2be9adb115 aa5d37706eed41e38f4179531c4f74a3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1261] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:09:54 2026] DELETE /v2.0/subnetpools/61e368f5-da20-4956-a9f8-8e26542a3559 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1262] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:55 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 641/1263] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:55 2026] GET /v2.0/security-groups?tenant_id=aa5d37706eed41e38f4179531c4f74a3&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1264] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:55 2026] DELETE /v2.0/security-groups/6488a557-e4f5-4c06-a5b1-621c270989d2 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1265] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:09:56 2026] GET /v2.0/networks?id=3891586a-3de6-4219-886d-71d30c62f937 => generated 675 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1266] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:09:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c340857fdd8478a85cd6a1586114420 => generated 181 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1267] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:56 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 625/1268] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:09:56 2026] POST /v2.0/ports => generated 954 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1269] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:09:56 2026] PUT /v2.0/ports/7a7c6b1a-712e-44af-9e12-d2f67ee2e616 => generated 1235 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:09:57.206 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-907b6432-c3c2-426d-b5b7-7ce4339f3322'] response: {'name': 'network-changed', 'server_uuid': '7bd0d40f-469b-4d33-bab4-4aaddbbafaf6', 'tag': '7a7c6b1a-712e-44af-9e12-d2f67ee2e616', '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: 626/1270] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:57 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 969 bytes in 38 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: 645/1271] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:57 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&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: 627/1272] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:57 2026] GET /v2.0/ports?tenant_id=7c340857fdd8478a85cd6a1586114420&device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1273] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:09:57 2026] GET /v2.0/networks?tenant_id=7c340857fdd8478a85cd6a1586114420&shared=False => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1274] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:09:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1275] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:58 2026] GET /v2.0/security-groups?tenant_id=fe3de80ec37d4256843cc81d332caf85&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: 648/1276] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:58 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1277] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:58 2026] DELETE /v2.0/security-groups/291a6aec-074e-4fd7-8583-aa91f3c3da4e => 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: 649/1278] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:58 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1279] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:09:58 2026] GET /v2.0/ports?tenant_id=7c340857fdd8478a85cd6a1586114420&device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 650/1280] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:09:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7a7c6b1a-712e-44af-9e12-d2f67ee2e616 => 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: 631/1281] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:09:58 2026] GET /v2.0/subnets?id=79a4d48c-72d6-4952-b850-d541df944c40 => 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: 632/1282] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:09:59 2026] GET /v2.0/ports?network_id=3891586a-3de6-4219-886d-71d30c62f937&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1283] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:09:59 2026] GET /v2.0/networks/3891586a-3de6-4219-886d-71d30c62f937?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: 634/1284] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:09:59 2026] GET /v2.0/networks/3891586a-3de6-4219-886d-71d30c62f937?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: 651/1285] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:09:58 2026] GET /v2.0/security-groups?tenant_id=ada85e8487c04789abc7e7cca141f890&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1286] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:09:59 2026] DELETE /v2.0/security-groups/2a94777b-a8e6-4282-a1e8-1942f4579ca6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1287] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:09:59 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1288] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:09:59 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1289] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:00 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1290] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:00 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1291] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:01 2026] GET /v2.0/security-groups?tenant_id=85a442559a2140b7ba34e74519c5585c&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: 638/1292] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:01 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1293] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:02 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1294] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:01 2026] DELETE /v2.0/security-groups/c385dfc2-df58-424a-8267-90b0ebef2b77 => 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: 640/1295] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:03 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1296] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:03 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&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: 641/1297] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:04 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1298] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:04 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&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: 642/1299] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:04 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:04.823 8 INFO neutron.db.l3_db [None req-ff008a22-d1cd-424f-8bce-be97ebb042f4 edc984fe1a6148a981a02b13ae3dd9a2 7c340857fdd8478a85cd6a1586114420 - - default default] Floating IP b54b0f71-b2fb-4abe-8bca-bbbb20d19cbe associated. External IP: 10.96.250.207, port: 7a7c6b1a-712e-44af-9e12-d2f67ee2e616. [pid: 8|app: 0|req: 658/1300] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:10:04 2026] PUT /v2.0/floatingips/b54b0f71-b2fb-4abe-8bca-bbbb20d19cbe => generated 855 bytes in 718 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:05.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c07b16e-0d3e-474c-a825-617fbcfbbac1'] response: {'name': 'network-changed', 'server_uuid': '7bd0d40f-469b-4d33-bab4-4aaddbbafaf6', 'tag': '7a7c6b1a-712e-44af-9e12-d2f67ee2e616', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 643/1301] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1302] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1303] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1304] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&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: 645/1305] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/ports?tenant_id=7c340857fdd8478a85cd6a1586114420&device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1306] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/networks?id=3891586a-3de6-4219-886d-71d30c62f937 => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1307] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7a7c6b1a-712e-44af-9e12-d2f67ee2e616 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1308] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/subnets?id=79a4d48c-72d6-4952-b850-d541df944c40 => generated 693 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1309] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:10:05 2026] GET /v2.0/ports?network_id=3891586a-3de6-4219-886d-71d30c62f937&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1310] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:10:06 2026] GET /v2.0/networks/3891586a-3de6-4219-886d-71d30c62f937?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: 648/1311] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:10:06 2026] GET /v2.0/networks/3891586a-3de6-4219-886d-71d30c62f937?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: 664/1312] 10.0.0.26 () {34 vars in 677 bytes} [Mon May 25 15:10:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1313] 10.0.0.26 () {34 vars in 677 bytes} [Mon May 25 15:10:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1314] 10.0.0.26 () {34 vars in 677 bytes} [Mon May 25 15:10:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1315] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:06 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1316] 10.0.0.26 () {34 vars in 677 bytes} [Mon May 25 15:10:06 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: 666/1317] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:06 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&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: 652/1318] 10.0.0.26 () {34 vars in 677 bytes} [Mon May 25 15:10:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1319] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:10:06 2026] PUT /v2.0/policies/f1fc9ee8-4c7c-446f-9702-b4d75114a9de/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1320] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:10:07 2026] PUT /v2.0/policies/1b77bc63-29a4-40b4-bf80-0e1212ded880/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1321] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:10:07 2026] PUT /v2.0/policies/5ade08ab-caca-410f-baf9-e0632eeead78/tags => generated 34 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1322] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:10:07 2026] PUT /v2.0/policies/38dc2761-2201-4eed-8aaa-2a546bcf6959/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1325] 10.0.0.26 () {32 vars in 673 bytes} [Mon May 25 15:10:07 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1326] 10.0.0.26 () {32 vars in 687 bytes} [Mon May 25 15:10:07 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1327] 10.0.0.26 () {32 vars in 683 bytes} [Mon May 25 15:10:07 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1328] 10.0.0.26 () {32 vars in 695 bytes} [Mon May 25 15:10:07 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1329] 10.0.0.26 () {32 vars in 681 bytes} [Mon May 25 15:10:07 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1330] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:07 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 672/1331] 10.0.0.26 () {32 vars in 695 bytes} [Mon May 25 15:10:07 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1332] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:10:08 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1333] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:08 2026] GET /v2.0/security-groups?id=ffefdf9c-de07-418e-b3c6-4c075ddfd8ac&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: 661/1334] 10.0.0.26 () {32 vars in 691 bytes} [Mon May 25 15:10:08 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:08.197 8 INFO neutron_taas.services.taas.taas_plugin [req-ea0f3aca-1963-4912-bd2f-4c588c518b13 req-f5fd34d1-4166-4683-9ea4-2e5c62fb30e0 edc984fe1a6148a981a02b13ae3dd9a2 7c340857fdd8478a85cd6a1586114420 - - default default] TaaS: Handle Delete Port: 7a7c6b1a-712e-44af-9e12-d2f67ee2e616 2026-05-25 15:10:08.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ea0f3aca-1963-4912-bd2f-4c588c518b13 req-f5fd34d1-4166-4683-9ea4-2e5c62fb30e0 edc984fe1a6148a981a02b13ae3dd9a2 7c340857fdd8478a85cd6a1586114420 - - default default] Tap Mirror: Handle Delete Port: 7a7c6b1a-712e-44af-9e12-d2f67ee2e616 2026-05-25 15:10:08.309 8 INFO neutron.db.l3_db [req-ea0f3aca-1963-4912-bd2f-4c588c518b13 req-f5fd34d1-4166-4683-9ea4-2e5c62fb30e0 edc984fe1a6148a981a02b13ae3dd9a2 7c340857fdd8478a85cd6a1586114420 - - default default] Floating IP b54b0f71-b2fb-4abe-8bca-bbbb20d19cbe disassociated. External IP: 10.96.250.207, port: 7a7c6b1a-712e-44af-9e12-d2f67ee2e616. [pid: 7|app: 0|req: 662/1335] 10.0.0.26 () {32 vars in 703 bytes} [Mon May 25 15:10:08 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1336] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:10:08 2026] DELETE /v2.0/qos/policies/f1fc9ee8-4c7c-446f-9702-b4d75114a9de => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1337] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:10:08 2026] DELETE /v2.0/ports/7a7c6b1a-712e-44af-9e12-d2f67ee2e616 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:10:08.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1dc05276-4455-4e7a-82b2-d429958f5fa1'] response: {'server_uuid': '7bd0d40f-469b-4d33-bab4-4aaddbbafaf6', 'name': 'network-vif-deleted', 'tag': '7a7c6b1a-712e-44af-9e12-d2f67ee2e616', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 664/1338] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:10:08 2026] DELETE /v2.0/qos/policies/1b77bc63-29a4-40b4-bf80-0e1212ded880 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1339] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:10:08 2026] DELETE /v2.0/qos/policies/5ade08ab-caca-410f-baf9-e0632eeead78 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1340] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:10:08 2026] DELETE /v2.0/qos/policies/38dc2761-2201-4eed-8aaa-2a546bcf6959 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1341] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:10:08 2026] DELETE /v2.0/qos/policies/1054c9fc-83d9-41e8-88e9-e10cdf4d9855 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1342] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:09 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 677/1343] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:09 2026] GET /v2.0/security-groups?tenant_id=a94b368fb67d470db0380f8142c26223&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1344] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:10 2026] DELETE /v2.0/security-groups/4c79f8f2-50b7-4419-bd46-18748d68fde6 => 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: 678/1345] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:10 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 668/1346] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:10 2026] GET /v2.0/security-groups?tenant_id=1106db6526e9438982501f9c4d3d7832&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1347] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:10 2026] DELETE /v2.0/security-groups/3e46d4b8-67a3-4fdf-98bb-b6c777eedbf4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1348] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:10 2026] GET /v2.0/security-groups?tenant_id=4085f0877e3a472880adec1e6deeaefb&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1349] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:10 2026] DELETE /v2.0/security-groups/a7f4aa5d-f799-41b7-9af8-08652a6677b6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1350] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:11 2026] GET /v2.0/ports?device_id=7bd0d40f-469b-4d33-bab4-4aaddbbafaf6 => 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: 681/1351] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:11 2026] GET /v2.0/security-groups?tenant_id=be3bcd584ecc4788982d5fa4a8671fc0&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1352] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:11 2026] DELETE /v2.0/security-groups/2cbc6449-13be-4031-9174-19ea7848e08f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1353] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:12 2026] DELETE /v2.0/security-groups/ffefdf9c-de07-418e-b3c6-4c075ddfd8ac => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:10:12.686 7 INFO neutron.api.v2.resource [None req-9942b7eb-8b79-41f7-a7a7-cd6d67c30a06 edc984fe1a6148a981a02b13ae3dd9a2 7c340857fdd8478a85cd6a1586114420 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 672/1354] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:10:12 2026] GET /v2.0/security-groups/ffefdf9c-de07-418e-b3c6-4c075ddfd8ac => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:10:12.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-0796fc20-1ea4-4711-8953-d26d38806bba edc984fe1a6148a981a02b13ae3dd9a2 7c340857fdd8478a85cd6a1586114420 - - default default] TaaS: Handle Delete Port: e4b357f4-8381-4813-bb66-7386e63daeb8 2026-05-25 15:10:12.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0796fc20-1ea4-4711-8953-d26d38806bba edc984fe1a6148a981a02b13ae3dd9a2 7c340857fdd8478a85cd6a1586114420 - - default default] Tap Mirror: Handle Delete Port: e4b357f4-8381-4813-bb66-7386e63daeb8 [pid: 8|app: 0|req: 683/1355] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:12 2026] DELETE /v2.0/floatingips/b54b0f71-b2fb-4abe-8bca-bbbb20d19cbe => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:10:13.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cb03bcf-03ad-4aba-8084-839cd735bddb bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 34e22ec2-a260-4afb-abd5-28532c464ae6 2026-05-25 15:10:13.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb03bcf-03ad-4aba-8084-839cd735bddb bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 34e22ec2-a260-4afb-abd5-28532c464ae6 [pid: 7|app: 0|req: 673/1356] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:10:12 2026] PUT /v2.0/routers/372eb63a-026c-43f0-b7fa-10b0febde56a/remove_router_interface => generated 309 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:14.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-91e5de88-8af9-4706-9a23-b756d481acfc bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 25187e92-d781-4d13-88aa-184a6ff39841 2026-05-25 15:10:14.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e5de88-8af9-4706-9a23-b756d481acfc bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 25187e92-d781-4d13-88aa-184a6ff39841 2026-05-25 15:10:14.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-91e5de88-8af9-4706-9a23-b756d481acfc bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 5d24ea83-31bd-407e-a308-1cf485a66ed6 2026-05-25 15:10:14.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e5de88-8af9-4706-9a23-b756d481acfc bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 5d24ea83-31bd-407e-a308-1cf485a66ed6 2026-05-25 15:10:14.817 8 INFO neutron.services.segments.plugin [-] Segment 327fe417-9534-43a6-9d8a-e2d5de56b2cc resource provider aggregate not found 2026-05-25 15:10:14.821 8 INFO neutron.services.segments.plugin [-] Segment 327fe417-9534-43a6-9d8a-e2d5de56b2cc resource provider aggregate not found 2026-05-25 15:10:14.843 8 INFO neutron.services.segments.plugin [-] Segment 327fe417-9534-43a6-9d8a-e2d5de56b2cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327fe417-9534-43a6-9d8a-e2d5de56b2cc found for delete ", "request_id": "req-db118bf0-44c0-45b2-a886-6f0086dc2ae6"}]} 2026-05-25 15:10:14.848 8 INFO neutron.services.segments.plugin [-] Segment 327fe417-9534-43a6-9d8a-e2d5de56b2cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327fe417-9534-43a6-9d8a-e2d5de56b2cc found for delete ", "request_id": "req-edb6ad4c-e5f8-4533-85a2-a02af2ce9c45"}]} 2026-05-25 15:10:14.856 8 INFO neutron.db.l3_hamode_db [None req-91e5de88-8af9-4706-9a23-b756d481acfc bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network bac959ac-5043-474e-baaf-d4502b5a4fb5 was deleted as no HA routers are present in tenant 7c340857fdd8478a85cd6a1586114420. [pid: 8|app: 0|req: 684/1357] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:14 2026] DELETE /v2.0/routers/372eb63a-026c-43f0-b7fa-10b0febde56a => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1358] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:14 2026] DELETE /v2.0/subnets/79a4d48c-72d6-4952-b850-d541df944c40 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:10:15.078 7 INFO neutron.db.segments_db [None req-9f8dcba5-fe45-4298-a692-0071c48266b5 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Added segment 4ea27acd-8781-40d5-bb12-f42afce51efe of type vxlan for network 5263fdf8-56e9-402e-aadb-d9fd9ba51d1d 2026-05-25 15:10:15.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b5dabf4-f72d-4e9c-a4d2-c53b131fa5ff bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 118c8f28-0cb2-4266-a9e3-2571da420f05 2026-05-25 15:10:15.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b5dabf4-f72d-4e9c-a4d2-c53b131fa5ff bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 118c8f28-0cb2-4266-a9e3-2571da420f05 [pid: 7|app: 0|req: 674/1359] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:10:14 2026] POST /v2.0/networks => generated 633 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:15.222 7 INFO neutron.db.segments_db [None req-1c24ac28-b88c-4226-a667-5b56546b5aa1 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Added segment 93b62f48-a053-4aca-9a65-7c38ef95cca7 of type vxlan for network 3de6a7ca-d7e1-4c59-bdb8-19839016e6b2 [pid: 8|app: 0|req: 686/1360] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:10:15 2026] DELETE /v2.0/networks/3891586a-3de6-4219-886d-71d30c62f937 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:10:15.445 7 INFO neutron.db.l3_hamode_db [None req-1c24ac28-b88c-4226-a667-5b56546b5aa1 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:10:15.488 8 INFO neutron.db.segments_db [None req-faf0d631-a7be-43ff-a0e6-558e6fcb4fcb c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Added segment 92a863af-6227-43c6-9806-96c161b77b34 of type vxlan for network 22a8f5a8-0629-4321-a733-50bf7e8b422e 2026-05-25 15:10:15.716 8 INFO neutron.db.l3_hamode_db [None req-faf0d631-a7be-43ff-a0e6-558e6fcb4fcb c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:10:15.820 8 INFO neutron.db.l3_hamode_db [None req-faf0d631-a7be-43ff-a0e6-558e6fcb4fcb c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:10:16.243 7 INFO neutron.db.l3_hamode_db [None req-1c24ac28-b88c-4226-a667-5b56546b5aa1 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:10:16.872 8 INFO neutron.services.segments.plugin [-] Segment 98ac2d51-56b0-4b40-8f87-e4e4c2c45cb9 resource provider aggregate not found 2026-05-25 15:10:16.879 8 INFO neutron.services.segments.plugin [-] Segment 98ac2d51-56b0-4b40-8f87-e4e4c2c45cb9 resource provider aggregate not found 2026-05-25 15:10:16.897 8 INFO neutron.services.segments.plugin [-] Segment 98ac2d51-56b0-4b40-8f87-e4e4c2c45cb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98ac2d51-56b0-4b40-8f87-e4e4c2c45cb9 found for delete ", "request_id": "req-eaf75911-5571-4b1c-b2fb-2f42e38ef22b"}]} 2026-05-25 15:10:16.904 8 INFO neutron.services.segments.plugin [-] Segment 98ac2d51-56b0-4b40-8f87-e4e4c2c45cb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98ac2d51-56b0-4b40-8f87-e4e4c2c45cb9 found for delete ", "request_id": "req-d49e50a3-8b5f-46dd-93f5-4fc43b311d1f"}]} [pid: 8|app: 0|req: 687/1361] 10.0.0.26 () {34 vars in 667 bytes} [Mon May 25 15:10:15 2026] POST /v2.0/routers => generated 474 bytes in 1497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1362] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:16 2026] GET /v2.0/security-groups?tenant_id=7c340857fdd8478a85cd6a1586114420&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:16.972 8 INFO neutron.db.l3_hamode_db [None req-4820f25d-38d1-4912-ad5c-4aeb89c19005 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:10:17.080 8 INFO neutron.db.l3_hamode_db [None req-4820f25d-38d1-4912-ad5c-4aeb89c19005 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 675/1363] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:10:15 2026] POST /v2.0/routers => generated 695 bytes in 1985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1364] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:17 2026] DELETE /v2.0/security-groups/00d9d5cb-de64-4020-9427-3e763a58047d => 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: 677/1365] 10.0.0.26 () {32 vars in 775 bytes} [Mon May 25 15:10:17 2026] GET /v2.0/subnets?project_id=d6d910c9caa54fd08e879b4337382a21&cidr=10.100.0.0%2F28 => generated 14 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1366] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:10:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1367] 10.0.0.26 () {32 vars in 783 bytes} [Mon May 25 15:10:17 2026] GET /v2.0/subnets?network_id=2299726e-94e8-483b-ab1d-7fe318578c98&cidr=10.100.0.0%2F28 => 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: 689/1368] 10.0.0.26 () {34 vars in 667 bytes} [Mon May 25 15:10:16 2026] POST /v2.0/routers => generated 474 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:17.769 8 INFO neutron.db.l3_hamode_db [None req-99aa2fc2-b11c-4a15-9775-101052368b28 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 680/1369] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:10:17 2026] POST /v2.0/subnets => generated 656 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:17.904 8 INFO neutron.db.l3_hamode_db [None req-99aa2fc2-b11c-4a15-9775-101052368b28 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 690/1370] 10.0.0.26 () {34 vars in 667 bytes} [Mon May 25 15:10:17 2026] POST /v2.0/routers => generated 474 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:18.513 8 INFO neutron.db.l3_hamode_db [None req-4c4542c2-413b-4bf8-b828-314b88d13a0a c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:10:18.656 8 INFO neutron.db.l3_hamode_db [None req-4c4542c2-413b-4bf8-b828-314b88d13a0a c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 681/1371] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:10:17 2026] PUT /v2.0/routers/3e968807-f655-4c52-82cc-a429c77bc4a5/add_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1372] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:10:19 2026] GET /v2.0/networks => generated 5757 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1373] 10.0.0.26 () {34 vars in 667 bytes} [Mon May 25 15:10:18 2026] POST /v2.0/routers => generated 474 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1374] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:10:19 2026] GET /v2.0/subnets => generated 4519 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:19.309 7 INFO neutron.db.l3_hamode_db [None req-efad7219-900b-4fcf-bcff-20e7ddaec4d3 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 692/1375] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:10:19 2026] GET /v2.0/routers => generated 3481 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:19.427 7 INFO neutron.db.l3_hamode_db [None req-efad7219-900b-4fcf-bcff-20e7ddaec4d3 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 693/1376] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:10:19 2026] POST /v2.0/security-groups => generated 1673 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1377] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:10:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1378] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:10:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1379] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:10:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1380] 10.0.0.26 () {34 vars in 667 bytes} [Mon May 25 15:10:19 2026] POST /v2.0/routers => generated 474 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1381] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:10:20 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) 2026-05-25 15:10:20.183 8 INFO neutron.db.securitygroups_db [None req-53ca084a-d1c3-49af-bc69-f037bb48e442 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Project d6d910c9caa54fd08e879b4337382a21 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: 685/1382] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:10:20 2026] PUT /v2.0/routers/70c1f641-220d-4875-86f0-5721e1e12ca4/tags => generated 17 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1383] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:10:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1384] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:10:20 2026] PUT /v2.0/routers/b681d544-5f5e-4757-9500-1c3001e97a86/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:10:20.321 8 INFO neutron.db.securitygroups_db [None req-3acf053b-ef25-4feb-bbf8-a0183e316d09 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Project d6d910c9caa54fd08e879b4337382a21 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: 699/1385] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:10:20 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1386] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:10:20 2026] PUT /v2.0/routers/67366d48-a1ef-43e2-9899-9729b667e82a/tags => generated 34 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1387] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:10:20 2026] PUT /v2.0/routers/940db1a9-dc83-4237-a559-d322ac416e9c/tags => generated 19 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1388] 10.0.0.26 () {32 vars in 663 bytes} [Mon May 25 15:10:20 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1389] 10.0.0.26 () {32 vars in 677 bytes} [Mon May 25 15:10:20 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1390] 10.0.0.26 () {32 vars in 673 bytes} [Mon May 25 15:10:20 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1391] 10.0.0.26 () {32 vars in 685 bytes} [Mon May 25 15:10:20 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1392] 10.0.0.26 () {32 vars in 671 bytes} [Mon May 25 15:10:20 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1393] 10.0.0.26 () {32 vars in 685 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1394] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:10:20 2026] GET /v2.0/networks => generated 1298 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1395] 10.0.0.26 () {32 vars in 681 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1396] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1397] 10.0.0.107 () {34 vars in 1098 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-930113209&fields=id&tenant_id=d6d910c9caa54fd08e879b4337382a21 => 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: 694/1398] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/routers/70c1f641-220d-4875-86f0-5721e1e12ca4 => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1399] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/networks?id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1400] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/quotas/d6d910c9caa54fd08e879b4337382a21 => 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: 707/1401] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&fields=id => generated 103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1402] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1403] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1404] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 695/1405] 10.0.0.26 () {34 vars in 741 bytes} [Mon May 25 15:10:21 2026] PUT /v2.0/routers/70c1f641-220d-4875-86f0-5721e1e12ca4 => generated 485 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1406] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1407] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/ports?device_id=70c1f641-220d-4875-86f0-5721e1e12ca4 => 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: 698/1408] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1409] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:21 2026] GET /v2.0/security-groups?tenant_id=f97520c333144d12814d00885cebabbd&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:22.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8552b95-a79a-461e-a605-da8217c38af0 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] TaaS: Handle Delete Port: 5f5eb0a8-0548-4b2f-948b-e5b1823c2d1a 2026-05-25 15:10:22.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8552b95-a79a-461e-a605-da8217c38af0 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Tap Mirror: Handle Delete Port: 5f5eb0a8-0548-4b2f-948b-e5b1823c2d1a [pid: 8|app: 0|req: 712/1410] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:22 2026] DELETE /v2.0/security-groups/3e615614-5582-461f-a1ff-f9dd95d0c6f2 => 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: 699/1411] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:22 2026] DELETE /v2.0/routers/70c1f641-220d-4875-86f0-5721e1e12ca4 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1412] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:22 2026] GET /v2.0/security-groups?tenant_id=0c98136e0d4b4fe7a39dc20aec2e7ea7&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1413] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:10:22 2026] GET /v2.0/routers/b681d544-5f5e-4757-9500-1c3001e97a86 => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1414] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:22 2026] DELETE /v2.0/security-groups/778e20ad-2ec9-4b14-96dd-086e61e5a3f3 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1417] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:22 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1418] 10.0.0.26 () {34 vars in 741 bytes} [Mon May 25 15:10:22 2026] PUT /v2.0/routers/b681d544-5f5e-4757-9500-1c3001e97a86 => generated 493 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1419] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:10:23 2026] GET /v2.0/ports?device_id=b681d544-5f5e-4757-9500-1c3001e97a86 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:10:23.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fe0c0ae-a4b1-4207-b118-be05490f8619 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] TaaS: Handle Delete Port: b4d3d604-d612-464c-911b-ec7a397581fe 2026-05-25 15:10:23.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fe0c0ae-a4b1-4207-b118-be05490f8619 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Tap Mirror: Handle Delete Port: b4d3d604-d612-464c-911b-ec7a397581fe [pid: 7|app: 0|req: 702/1420] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:23 2026] DELETE /v2.0/routers/b681d544-5f5e-4757-9500-1c3001e97a86 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1421] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:10:23 2026] GET /v2.0/routers/67366d48-a1ef-43e2-9899-9729b667e82a => generated 502 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1422] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:23 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 703/1423] 10.0.0.26 () {34 vars in 741 bytes} [Mon May 25 15:10:23 2026] PUT /v2.0/routers/67366d48-a1ef-43e2-9899-9729b667e82a => generated 502 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1424] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:10:24 2026] GET /v2.0/ports?device_id=67366d48-a1ef-43e2-9899-9729b667e82a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:10:24.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-234f1972-c006-4253-9d5f-84dcd3ee78f2 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] TaaS: Handle Delete Port: 0ee4691f-24b7-466a-b65c-6835c42de782 2026-05-25 15:10:24.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-234f1972-c006-4253-9d5f-84dcd3ee78f2 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Tap Mirror: Handle Delete Port: 0ee4691f-24b7-466a-b65c-6835c42de782 [pid: 7|app: 0|req: 704/1425] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:24 2026] DELETE /v2.0/routers/67366d48-a1ef-43e2-9899-9729b667e82a => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1426] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:10:24 2026] GET /v2.0/routers/940db1a9-dc83-4237-a559-d322ac416e9c => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1427] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:24 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 705/1428] 10.0.0.26 () {34 vars in 741 bytes} [Mon May 25 15:10:24 2026] PUT /v2.0/routers/940db1a9-dc83-4237-a559-d322ac416e9c => generated 487 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1429] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:10:25 2026] GET /v2.0/ports?device_id=940db1a9-dc83-4237-a559-d322ac416e9c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:10:25.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4bef22e-5718-4af0-aacf-851d31f12925 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] TaaS: Handle Delete Port: aa1c17d2-4a33-48b7-8da4-de1e6adca460 2026-05-25 15:10:25.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4bef22e-5718-4af0-aacf-851d31f12925 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Tap Mirror: Handle Delete Port: aa1c17d2-4a33-48b7-8da4-de1e6adca460 [pid: 7|app: 0|req: 706/1430] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:25 2026] DELETE /v2.0/routers/940db1a9-dc83-4237-a559-d322ac416e9c => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1431] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:10:25 2026] GET /v2.0/routers/69a14dbf-90ba-43d9-92b7-879d4a9cf585 => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1432] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:10:25 2026] GET /v2.0/networks?id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 661 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1433] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:10:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d6d910c9caa54fd08e879b4337382a21 => generated 180 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1434] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:26 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 729/1435] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:10:26 2026] POST /v2.0/ports => generated 954 bytes in 423 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: 707/1436] 10.0.0.26 () {34 vars in 741 bytes} [Mon May 25 15:10:25 2026] PUT /v2.0/routers/69a14dbf-90ba-43d9-92b7-879d4a9cf585 => generated 480 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1437] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:10:26 2026] GET /v2.0/ports?device_id=69a14dbf-90ba-43d9-92b7-879d4a9cf585 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:10:26.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fa84af7-71aa-43a9-a2f8-991cafbf5138 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] TaaS: Handle Delete Port: c860b8e7-a514-47f8-b33a-a050770ee00c 2026-05-25 15:10:26.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fa84af7-71aa-43a9-a2f8-991cafbf5138 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] Tap Mirror: Handle Delete Port: c860b8e7-a514-47f8-b33a-a050770ee00c [pid: 8|app: 0|req: 730/1438] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:10:26 2026] PUT /v2.0/ports/2dd159cc-4489-4010-b274-7ff1d8fafc62 => generated 1235 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:26.967 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18979739-6550-4c0f-bbc5-4603b1045ae5'] response: {'name': 'network-changed', 'server_uuid': '013083ff-47d2-4015-b4df-76ef2328caa5', 'tag': '2dd159cc-4489-4010-b274-7ff1d8fafc62', '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: 731/1439] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:27 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:27.234 7 INFO neutron.services.segments.plugin [-] Segment 92a863af-6227-43c6-9806-96c161b77b34 resource provider aggregate not found 2026-05-25 15:10:27.238 7 INFO neutron.services.segments.plugin [-] Segment 92a863af-6227-43c6-9806-96c161b77b34 resource provider aggregate not found 2026-05-25 15:10:27.256 7 INFO neutron.services.segments.plugin [-] Segment 92a863af-6227-43c6-9806-96c161b77b34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a863af-6227-43c6-9806-96c161b77b34 found for delete ", "request_id": "req-cbfad17e-1694-4ac7-9b3d-e47056b08ffc"}]} 2026-05-25 15:10:27.260 7 INFO neutron.db.l3_hamode_db [None req-6fa84af7-71aa-43a9-a2f8-991cafbf5138 c56610f09c484041901c7ed5cb9174fa 2e63a2c9a9cc407eba702dcd5c01470d - - default default] HA network 22a8f5a8-0629-4321-a733-50bf7e8b422e was deleted as no HA routers are present in tenant 2e63a2c9a9cc407eba702dcd5c01470d. [pid: 8|app: 0|req: 732/1440] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:27 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&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: 709/1441] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:26 2026] DELETE /v2.0/routers/69a14dbf-90ba-43d9-92b7-879d4a9cf585 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:10:27.271 7 INFO neutron.services.segments.plugin [-] Segment 92a863af-6227-43c6-9806-96c161b77b34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a863af-6227-43c6-9806-96c161b77b34 found for delete ", "request_id": "req-8985b127-2c38-48c5-89a7-fc9ed77ee0a1"}]} [pid: 8|app: 0|req: 733/1442] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:10:27 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1443] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:10:27 2026] GET /v2.0/networks?tenant_id=d6d910c9caa54fd08e879b4337382a21&shared=False => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1444] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:10:27 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: 735/1445] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/security-groups?tenant_id=998e943e2c4b4c0cbd994d8815747f71&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1446] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/security-groups?tenant_id=d928538420f942678773794cfa20cb60&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1447] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1448] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:28 2026] DELETE /v2.0/security-groups/44f74cf9-ce77-4702-8f6a-1c94b15acd6c => 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: 737/1449] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:28 2026] DELETE /v2.0/security-groups/e375e6db-4345-400a-86cb-cc06febeb9e6 => 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: 713/1450] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1451] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1452] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2dd159cc-4489-4010-b274-7ff1d8fafc62 => 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: 740/1453] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/subnets?id=d14ba397-7a48-4672-84c0-c09902669fc2 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1454] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/security-groups?tenant_id=087472f759da4d178e43f9a21625f8b0&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: 715/1455] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/ports?network_id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d&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: 8|app: 0|req: 741/1456] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/security-groups?tenant_id=2e63a2c9a9cc407eba702dcd5c01470d&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1457] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:28 2026] DELETE /v2.0/security-groups/5ca2fbc4-a745-4cf3-a439-4c076359d015 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1458] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?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: 743/1459] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:10:28 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1460] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:28 2026] DELETE /v2.0/security-groups/6648b461-80e3-44e9-b8fe-8b6beb596970 => 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: 744/1461] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:29 2026] GET /v2.0/security-groups?tenant_id=81a3c4ec87e147c5b010cda5a5849aa3&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: 718/1462] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:29 2026] DELETE /v2.0/security-groups/1f0742a6-ac02-4c97-a1d9-66aaed0713cc => 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: 745/1463] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:29 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1464] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:29 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&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: 746/1465] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:30 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1466] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:30 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1467] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:31 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1468] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:31 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 748/1469] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:31 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1470] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:31 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 749/1471] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:31 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1472] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:32 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1473] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:32 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1474] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:32 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 724/1475] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1476] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1477] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1478] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 726/1479] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1480] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1481] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/ports?tenant_id=a7ba2958cc754b82b61f0e946ee6d747&device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1482] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 728/1483] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/networks?id=6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1484] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=045ee351-f23c-4820-84ea-0b0d65cee862 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1485] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:10:33 2026] GET /v2.0/subnets?id=4bcccaf3-28ba-4fe9-91e5-ed92f93a4836 => generated 694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1486] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:10:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1487] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:10:34 2026] GET /v2.0/ports?network_id=6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:34.313 8 INFO neutron.db.l3_db [None req-58194bde-704a-41d1-8268-096ac447a5fb ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Floating IP b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 associated. External IP: 10.96.250.211, port: 2dd159cc-4489-4010-b274-7ff1d8fafc62. [pid: 7|app: 0|req: 733/1488] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:10:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1489] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:10:34 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1490] 10.0.0.26 () {34 vars in 676 bytes} [Mon May 25 15:10:33 2026] POST /v2.0/floatingips => generated 855 bytes in 907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1491] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:10:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 15:10:34.608 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e4239f6-31de-4fed-bfc1-20b16de1e942'] response: {'name': 'network-changed', 'server_uuid': '013083ff-47d2-4015-b4df-76ef2328caa5', 'tag': '2dd159cc-4489-4010-b274-7ff1d8fafc62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 757/1492] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:10:34 2026] GET /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1493] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:34 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1494] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:10:34 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1495] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:34 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 737/1496] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:10:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1497] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:10:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1498] 10.0.0.26 () {34 vars in 766 bytes} [Mon May 25 15:10:34 2026] PUT /v2.0/security-groups/832d854a-a2d1-4747-b751-dbdac565ef35/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1499] 10.0.0.26 () {34 vars in 766 bytes} [Mon May 25 15:10:34 2026] PUT /v2.0/security-groups/cc6a7b98-fc56-4692-9292-1cd9f3cb0d3d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1500] 10.0.0.26 () {34 vars in 766 bytes} [Mon May 25 15:10:35 2026] PUT /v2.0/security-groups/0e8e7342-70b6-4049-9ead-7533f5325ece/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1501] 10.0.0.26 () {34 vars in 766 bytes} [Mon May 25 15:10:35 2026] PUT /v2.0/security-groups/78cd7fcd-f3d4-403b-8fb7-e1a8c43de38e/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1502] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1503] 10.0.0.26 () {32 vars in 679 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1504] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1505] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/networks?id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1506] 10.0.0.26 () {32 vars in 689 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1507] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2dd159cc-4489-4010-b274-7ff1d8fafc62 => 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: 766/1508] 10.0.0.26 () {32 vars in 701 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1509] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/subnets?id=d14ba397-7a48-4672-84c0-c09902669fc2 => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1510] 10.0.0.26 () {32 vars in 687 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1511] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/ports?network_id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1512] 10.0.0.26 () {32 vars in 701 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1513] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1514] 10.0.0.26 () {32 vars in 697 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1515] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?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: 770/1516] 10.0.0.26 () {32 vars in 709 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1517] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:35 2026] DELETE /v2.0/security-groups/832d854a-a2d1-4747-b751-dbdac565ef35 => 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: 771/1518] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:35 2026] DELETE /v2.0/security-groups/cc6a7b98-fc56-4692-9292-1cd9f3cb0d3d => 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: 748/1519] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1520] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:35 2026] DELETE /v2.0/security-groups/0e8e7342-70b6-4049-9ead-7533f5325ece => 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: 749/1521] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1522] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:35 2026] DELETE /v2.0/security-groups/78cd7fcd-f3d4-403b-8fb7-e1a8c43de38e => 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: 751/1523] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 752/1524] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:35 2026] DELETE /v2.0/security-groups/ce4ba681-ec56-4c13-ad6c-497e6d7c4ddc => 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: 773/1525] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:35 2026] GET /v2.0/security-groups?tenant_id=0a86a14dbcb845b7b4c230c4cbf97bdb&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: 753/1526] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:36 2026] DELETE /v2.0/security-groups/f2acefc4-c0cc-4c95-8008-b36fc18793b9 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1527] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:36 2026] GET /v2.0/security-groups?tenant_id=f9a08527290544678a784c8c60b5c828&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1528] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:36 2026] DELETE /v2.0/security-groups/d5f2590a-1f94-4313-8127-71c669c926a6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1529] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:10:36 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1530] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:36 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 777/1531] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:37 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 755/1532] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:36 2026] GET /v2.0/security-groups?tenant_id=8656b234ed5b40b29c95cf375437d304&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1533] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:37 2026] DELETE /v2.0/security-groups/89dc3245-cbc5-48e7-b091-db7cafb4a527 => 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: 756/1534] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:37 2026] GET /v2.0/security-groups?tenant_id=0a81dd6be1f143da907a77c6d4c97b86&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1535] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:37 2026] DELETE /v2.0/security-groups/dbff8a4d-8cac-4c08-8e24-58838c5abe23 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1538] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:37 2026] GET /v2.0/security-groups?tenant_id=a81c5b634606489087d6e7784b1bb26a&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1539] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:37 2026] DELETE /v2.0/security-groups/aeec6594-2178-4fb3-9d58-9eed70127e67 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1540] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:38 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1541] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:38 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 759/1542] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:39 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1543] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:39 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1544] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:40 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1545] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:40 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1546] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:40 2026] GET /v2.0/security-groups?tenant_id=b849effdc7bf435b9b752f77526ddd5d&name=default => generated 2925 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1547] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:40 2026] DELETE /v2.0/security-groups/860a5d32-e0af-4b2f-a92e-ae04af084d59 => 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: 761/1548] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:40 2026] GET /v2.0/security-groups?tenant_id=9abe6c062a2044a4b47760aa3d944f59&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1549] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:41 2026] DELETE /v2.0/security-groups/a0e0b4b7-e69c-49a9-ba5b-f3a438130349 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1550] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:41 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1551] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:41 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 763/1552] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:10:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1553] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:10:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1554] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:10:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1555] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:10:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1556] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:10:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1557] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:10:42 2026] PUT /v2.0/subnetpools/46f3c224-1b6e-47ef-8156-ca4a60a04133/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1558] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:10:42 2026] PUT /v2.0/subnetpools/98ff981e-a4cd-4ac2-b0e5-f3c55096ba8c/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1559] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:10:42 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1560] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:10:42 2026] PUT /v2.0/subnetpools/17bcc1cb-4c68-46f4-9370-700648db42d1/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1561] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:10:42 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 795/1562] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:10:42 2026] PUT /v2.0/subnetpools/037b58a2-2ba3-495e-b26d-18b1fcb49ce0/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1563] 10.0.0.26 () {32 vars in 671 bytes} [Mon May 25 15:10:42 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1564] 10.0.0.26 () {32 vars in 685 bytes} [Mon May 25 15:10:43 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1565] 10.0.0.26 () {32 vars in 681 bytes} [Mon May 25 15:10:43 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1566] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:10:43 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1567] 10.0.0.26 () {32 vars in 679 bytes} [Mon May 25 15:10:43 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1568] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:10:43 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) [pid: 8|app: 0|req: 802/1569] 10.0.0.26 () {32 vars in 689 bytes} [Mon May 25 15:10:43 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1570] 10.0.0.26 () {32 vars in 701 bytes} [Mon May 25 15:10:43 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:43.241 7 INFO neutron.db.segments_db [None req-2ee7a6c2-47ac-472c-87e0-5dcc23f9d031 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Added segment e73fc630-c290-4333-94f1-e26115487a13 of type vxlan for network b5220059-7840-464c-9c33-954c03c391ba [pid: 8|app: 0|req: 804/1571] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:43 2026] DELETE /v2.0/subnetpools/46f3c224-1b6e-47ef-8156-ca4a60a04133 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1572] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:43 2026] DELETE /v2.0/subnetpools/98ff981e-a4cd-4ac2-b0e5-f3c55096ba8c => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1573] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:10:42 2026] POST /v2.0/networks => generated 650 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1574] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:43 2026] DELETE /v2.0/subnetpools/17bcc1cb-4c68-46f4-9370-700648db42d1 => 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: 807/1575] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:43 2026] DELETE /v2.0/subnetpools/037b58a2-2ba3-495e-b26d-18b1fcb49ce0 => 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: 808/1576] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:43 2026] DELETE /v2.0/subnetpools/8f5d21ba-1a68-4a55-999a-98a09cf5fead => 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: 769/1577] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:10:43 2026] POST /v2.0/subnets => generated 627 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:43.672 8 INFO neutron.db.segments_db [None req-68004ef4-9e1c-4228-aad7-7e0149c633b4 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Added segment f44f5636-1b92-4df7-8fc6-3516269fb5cc of type vxlan for network fe446591-79d1-4ae3-aa7c-1352b275aaff 2026-05-25 15:10:43.909 8 INFO neutron.db.l3_hamode_db [None req-68004ef4-9e1c-4228-aad7-7e0149c633b4 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 770/1578] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:44 2026] GET /v2.0/security-groups?tenant_id=1b522a1e32aa4b379a0290a9383e15b6&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:44.660 8 INFO neutron.db.l3_hamode_db [None req-68004ef4-9e1c-4228-aad7-7e0149c633b4 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 771/1579] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:44 2026] DELETE /v2.0/security-groups/ae38aabd-389d-492e-9e31-de0bb6af71ec => 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: 772/1580] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:44 2026] GET /v2.0/security-groups?tenant_id=304e48b9d6584845ac1f1e8548ee0a93&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1581] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:44 2026] DELETE /v2.0/security-groups/341b1d14-c27c-4fa5-93bd-372662aca3ee => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1582] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:45 2026] GET /v2.0/security-groups?tenant_id=79d94776a21b44838c538cb5cb48135c&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: 775/1583] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:45 2026] DELETE /v2.0/security-groups/877548a8-5d8e-406f-b5a5-9fd091f43aad => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1584] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:10:43 2026] POST /v2.0/routers => generated 694 bytes in 1885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1585] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:10:45 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 1240 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1586] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 15:10:45 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1587] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:10:45 2026] PUT /v2.0/routers/0fd3e1b8-e714-46a5-a19c-492848c6b647/add_router_interface => generated 309 bytes in 1392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1588] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:10:46 2026] POST /v2.0/ports => generated 959 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1589] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:10:47 2026] POST /v2.0/ports => generated 958 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:10:48.294 8 INFO neutron.db.l3_db [None req-08292f8e-23f1-47ff-b3b8-764366e28c50 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Floating IP 64275b1b-24ac-44f4-9b55-c607cc5217c3 associated. External IP: 10.96.250.219, port: 51192d9c-d2cc-475f-bc1e-08eeda553b85. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 813/1590] 10.0.0.26 () {34 vars in 676 bytes} [Mon May 25 15:10:47 2026] POST /v2.0/floatingips => generated 842 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:48.670 7 INFO neutron.db.segments_db [None req-d774688f-5f54-46b3-b442-a171e491aaef da62f555679344cf80a437e07f7a39c0 fb528f1b7ef845dab292f460b271d97d - - default default] Added segment 303fefbe-cfb0-4519-8ebd-1f4c42a9f024 of type vxlan for network ce00396d-a860-4ac7-8871-1b86ee33aca8 2026-05-25 15:10:48.708 8 INFO neutron.db.l3_db [None req-0a28f64a-09d0-4fba-b0a6-ef3e22d54077 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Floating IP 64275b1b-24ac-44f4-9b55-c607cc5217c3 disassociated. External IP: 10.96.250.219, port: 51192d9c-d2cc-475f-bc1e-08eeda553b85. [pid: 7|app: 0|req: 778/1591] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:10:48 2026] POST /v2.0/networks => generated 632 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1592] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:10:48 2026] PUT /v2.0/floatingips/64275b1b-24ac-44f4-9b55-c607cc5217c3 => generated 552 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1593] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:10:48 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, ' 2026-05-25 15:10:49.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-d32a75a3-4172-45ba-855a-aff86e4c01b0 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] TaaS: Handle Delete Port: 0019ea13-d2ba-41b8-bea7-5ec2b5b2d2f9 2026-05-25 15:10:49.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d32a75a3-4172-45ba-855a-aff86e4c01b0 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Tap Mirror: Handle Delete Port: 0019ea13-d2ba-41b8-bea7-5ec2b5b2d2f9 [pid: 7|app: 0|req: 780/1594] 10.0.0.26 () {34 vars in 746 bytes} [Mon May 25 15:10:49 2026] PUT /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 25 bytes in 58 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: 781/1595] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:10:49 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 25 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: 782/1596] 10.0.0.26 () {34 vars in 757 bytes} [Mon May 25 15:10:49 2026] PUT /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags/green => generated 4 bytes in 90 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: 815/1597] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:49 2026] DELETE /v2.0/floatingips/64275b1b-24ac-44f4-9b55-c607cc5217c3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1598] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:10:49 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 784/1599] 10.0.0.26 () {34 vars in 753 bytes} [Mon May 25 15:10:49 2026] PUT /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/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: 7|app: 0|req: 785/1600] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:10:49 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 34 bytes in 69 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: 786/1601] 10.0.0.26 () {34 vars in 775 bytes} [Mon May 25 15:10:49 2026] PUT /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags/black.or.white => generated 4 bytes in 107 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: 787/1602] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:10:49 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 788/1603] 10.0.0.26 () {34 vars in 746 bytes} [Mon May 25 15:10:49 2026] PUT /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 37 bytes in 88 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: 789/1604] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:10:49 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 790/1605] 10.0.0.26 () {32 vars in 734 bytes} [Mon May 25 15:10:49 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:10:49.946 7 INFO neutron.api.v2.resource [None req-49a6e98c-ac38-46c4-ae40-621dd3cf2607 da62f555679344cf80a437e07f7a39c0 fb528f1b7ef845dab292f460b271d97d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1606] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:49 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 792/1607] 10.0.0.26 () {32 vars in 737 bytes} [Mon May 25 15:10:49 2026] DELETE /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:10:50.058 8 INFO neutron.db.l3_db [None req-25a24e2d-aff0-4968-91c1-cdd34af1d330 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Floating IP 19509f91-4a1b-4475-aef4-3c821f733810 associated. External IP: 10.96.250.212, port: e9a143a0-f3d9-4603-8a50-0789b5ddaef0. [pid: 7|app: 0|req: 793/1608] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:10:50 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:10:50.123 7 INFO neutron.api.v2.resource [None req-0e1369a2-3821-4d79-81c9-aa62e4ad5d48 da62f555679344cf80a437e07f7a39c0 fb528f1b7ef845dab292f460b271d97d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1609] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:10:50 2026] DELETE /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 795/1610] 10.0.0.26 () {32 vars in 729 bytes} [Mon May 25 15:10:50 2026] DELETE /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 0 bytes in 70 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: 796/1611] 10.0.0.26 () {32 vars in 726 bytes} [Mon May 25 15:10:50 2026] GET /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17/tags => generated 12 bytes in 58 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: 816/1612] 10.0.0.26 () {34 vars in 676 bytes} [Mon May 25 15:10:49 2026] POST /v2.0/floatingips => generated 843 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:50.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-68122a60-88b8-4344-89a8-58683dd83b3a da62f555679344cf80a437e07f7a39c0 fb528f1b7ef845dab292f460b271d97d - - default default] TaaS: Handle Delete Port: ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17 2026-05-25 15:10:50.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68122a60-88b8-4344-89a8-58683dd83b3a da62f555679344cf80a437e07f7a39c0 fb528f1b7ef845dab292f460b271d97d - - default default] Tap Mirror: Handle Delete Port: ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17 [pid: 8|app: 0|req: 817/1613] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:10:50 2026] GET /v2.0/floatingips/19509f91-4a1b-4475-aef4-3c821f733810 => generated 843 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1614] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:10:50 2026] DELETE /v2.0/ports/ff338d5a-a95c-46ad-bb53-2e4f0e0c2c17 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1615] 10.0.0.26 () {32 vars in 654 bytes} [Mon May 25 15:10:50 2026] GET /v2.0/floatingips => generated 846 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:50.567 7 INFO neutron.services.segments.plugin [-] Segment 303fefbe-cfb0-4519-8ebd-1f4c42a9f024 resource provider aggregate not found 2026-05-25 15:10:50.573 7 INFO neutron.services.segments.plugin [-] Segment 303fefbe-cfb0-4519-8ebd-1f4c42a9f024 resource provider aggregate not found 2026-05-25 15:10:50.588 7 INFO neutron.services.segments.plugin [-] Segment 303fefbe-cfb0-4519-8ebd-1f4c42a9f024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 303fefbe-cfb0-4519-8ebd-1f4c42a9f024 found for delete ", "request_id": "req-061a30da-c0e8-45d0-bf55-89d9e4180361"}]} 2026-05-25 15:10:50.594 7 INFO neutron.services.segments.plugin [-] Segment 303fefbe-cfb0-4519-8ebd-1f4c42a9f024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 303fefbe-cfb0-4519-8ebd-1f4c42a9f024 found for delete ", "request_id": "req-800b8a31-c8d4-4a1c-ac11-825bb80ce4d8"}]} [pid: 7|app: 0|req: 798/1616] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:10:50 2026] DELETE /v2.0/networks/ce00396d-a860-4ac7-8871-1b86ee33aca8 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:10:50.946 8 INFO neutron.db.l3_db [None req-fb81a981-89c5-4af8-978d-2a28142804e4 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Floating IP 19509f91-4a1b-4475-aef4-3c821f733810 associated. External IP: 10.96.250.212, port: e9a143a0-f3d9-4603-8a50-0789b5ddaef0. [pid: 7|app: 0|req: 799/1617] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:51 2026] GET /v2.0/security-groups?tenant_id=afdbc1b468a0496289fad5a5fc3759f8&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1618] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:51 2026] DELETE /v2.0/security-groups/0428af90-ec8b-4080-aaea-28ab20151b8e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1619] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:51 2026] GET /v2.0/security-groups?tenant_id=fb528f1b7ef845dab292f460b271d97d&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1620] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:51 2026] DELETE /v2.0/security-groups/72e0ee5c-e300-423f-b20a-e02021c0a558 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1621] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:10:50 2026] PUT /v2.0/floatingips/19509f91-4a1b-4475-aef4-3c821f733810 => generated 842 bytes in 1845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:52.453 7 INFO neutron.db.l3_db [None req-f4675da8-7c01-4b02-b34e-8a6e72fe8cca d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Floating IP 19509f91-4a1b-4475-aef4-3c821f733810 disassociated. External IP: 10.96.250.212, port: 51192d9c-d2cc-475f-bc1e-08eeda553b85. [pid: 7|app: 0|req: 803/1624] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:10:52 2026] PUT /v2.0/floatingips/19509f91-4a1b-4475-aef4-3c821f733810 => generated 552 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:52.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-63fe274c-1cd7-4927-9c75-f2500dc16714 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] TaaS: Handle Delete Port: d1174ac6-7c7a-4185-b93f-efc05dd0c216 2026-05-25 15:10:52.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63fe274c-1cd7-4927-9c75-f2500dc16714 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Tap Mirror: Handle Delete Port: d1174ac6-7c7a-4185-b93f-efc05dd0c216 [pid: 8|app: 0|req: 822/1625] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:52 2026] DELETE /v2.0/floatingips/19509f91-4a1b-4475-aef4-3c821f733810 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:10:53.052 7 INFO neutron.api.v2.resource [None req-d6a0af87-7005-464e-853a-647432b90345 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1626] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:53 2026] DELETE /v2.0/floatingips/19509f91-4a1b-4475-aef4-3c821f733810 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:10:53.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d147fd0-1f7f-46a3-9c7b-070a1c0e9c5b d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] TaaS: Handle Delete Port: 51192d9c-d2cc-475f-bc1e-08eeda553b85 2026-05-25 15:10:53.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d147fd0-1f7f-46a3-9c7b-070a1c0e9c5b d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Tap Mirror: Handle Delete Port: 51192d9c-d2cc-475f-bc1e-08eeda553b85 [pid: 7|app: 0|req: 805/1627] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:10:53 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 806/1628] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 15:10:53 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 823/1629] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:10:53 2026] DELETE /v2.0/ports/51192d9c-d2cc-475f-bc1e-08eeda553b85 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:10:53.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaeb56aa-75ff-4d3c-b3e3-7f53e6667bcb d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] TaaS: Handle Delete Port: e9a143a0-f3d9-4603-8a50-0789b5ddaef0 2026-05-25 15:10:53.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaeb56aa-75ff-4d3c-b3e3-7f53e6667bcb d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Tap Mirror: Handle Delete Port: e9a143a0-f3d9-4603-8a50-0789b5ddaef0 [pid: 7|app: 0|req: 807/1630] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:10:53 2026] DELETE /v2.0/ports/e9a143a0-f3d9-4603-8a50-0789b5ddaef0 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1631] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:10:53 2026] GET /v2.0/ports?device_id=0fd3e1b8-e714-46a5-a19c-492848c6b647 => generated 958 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:54.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb0e1048-790e-4f17-b3de-44c5df3b99d3 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] TaaS: Handle Delete Port: fb666565-ded2-422a-9eee-5e77c490c093 2026-05-25 15:10:54.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb0e1048-790e-4f17-b3de-44c5df3b99d3 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Tap Mirror: Handle Delete Port: fb666565-ded2-422a-9eee-5e77c490c093 [pid: 7|app: 0|req: 808/1632] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:10:53 2026] PUT /v2.0/routers/0fd3e1b8-e714-46a5-a19c-492848c6b647/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:55.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-40ff2892-c3af-4f7c-849c-0b94aa027d00 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] TaaS: Handle Delete Port: 6eed5e2c-2121-45b0-a409-7ac29f446ebc 2026-05-25 15:10:55.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40ff2892-c3af-4f7c-849c-0b94aa027d00 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Tap Mirror: Handle Delete Port: 6eed5e2c-2121-45b0-a409-7ac29f446ebc [pid: 7|app: 0|req: 809/1633] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:10:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1634] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:10:55 2026] PUT /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1635] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:10:55.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-40ff2892-c3af-4f7c-849c-0b94aa027d00 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] TaaS: Handle Delete Port: e90371d1-35a4-479d-9626-b2460d98c533 2026-05-25 15:10:55.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40ff2892-c3af-4f7c-849c-0b94aa027d00 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] Tap Mirror: Handle Delete Port: e90371d1-35a4-479d-9626-b2460d98c533 [pid: 7|app: 0|req: 812/1636] 10.0.0.26 () {34 vars in 769 bytes} [Mon May 25 15:10:55 2026] PUT /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/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: 813/1637] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1638] 10.0.0.26 () {34 vars in 765 bytes} [Mon May 25 15:10:55 2026] PUT /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1639] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/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: 816/1640] 10.0.0.26 () {34 vars in 787 bytes} [Mon May 25 15:10:55 2026] PUT /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1641] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1642] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:10:55 2026] PUT /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1643] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1644] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:10:55.723 8 INFO neutron.services.segments.plugin [-] Segment f44f5636-1b92-4df7-8fc6-3516269fb5cc resource provider aggregate not found 2026-05-25 15:10:55.729 8 INFO neutron.services.segments.plugin [-] Segment f44f5636-1b92-4df7-8fc6-3516269fb5cc resource provider aggregate not found 2026-05-25 15:10:55.741 7 INFO neutron.api.v2.resource [None req-179de317-1b8b-4f74-99cc-0fff8f96e7c9 21ffeeb39ada4a7dab4f1c8299c1e459 383b48e1adbf4febb642403def0ed330 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1645] 10.0.0.26 () {32 vars in 750 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 15:10:55.748 8 INFO neutron.services.segments.plugin [-] Segment f44f5636-1b92-4df7-8fc6-3516269fb5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44f5636-1b92-4df7-8fc6-3516269fb5cc found for delete ", "request_id": "req-af897172-b794-4ceb-b286-959506b71818"}]} 2026-05-25 15:10:55.750 8 INFO neutron.services.segments.plugin [-] Segment f44f5636-1b92-4df7-8fc6-3516269fb5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44f5636-1b92-4df7-8fc6-3516269fb5cc found for delete ", "request_id": "req-b1781d4f-42b1-48d4-9d38-182114f4a199"}]} 2026-05-25 15:10:55.753 8 INFO neutron.db.l3_hamode_db [None req-40ff2892-c3af-4f7c-849c-0b94aa027d00 d010093c2888473aaadcbc89ceccd58b f1dd2d2bad3d4fd6b5fd244a46d56425 - - default default] HA network fe446591-79d1-4ae3-aa7c-1352b275aaff was deleted as no HA routers are present in tenant f1dd2d2bad3d4fd6b5fd244a46d56425. [pid: 8|app: 0|req: 825/1646] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:54 2026] DELETE /v2.0/routers/0fd3e1b8-e714-46a5-a19c-492848c6b647 => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1647] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:10:55 2026] DELETE /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1648] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:10:55.855 7 INFO neutron.api.v2.resource [None req-23065361-30a8-4748-929f-8706e1d3bd0a 21ffeeb39ada4a7dab4f1c8299c1e459 383b48e1adbf4febb642403def0ed330 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 824/1649] 10.0.0.26 () {32 vars in 753 bytes} [Mon May 25 15:10:55 2026] DELETE /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1650] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:10:55 2026] DELETE /v2.0/subnets/160fb43d-a7a0-4f81-bcf7-95383eae41d2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1651] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:10:55 2026] DELETE /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1652] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:10:55 2026] GET /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1653] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:10:55 2026] DELETE /v2.0/networks/b5220059-7840-464c-9c33-954c03c391ba => 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: 827/1654] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:10:55 2026] DELETE /v2.0/subnetpools/40dca2d8-a7a8-445f-8ae7-c95f5935a37a => 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: 828/1655] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:56 2026] GET /v2.0/security-groups?tenant_id=f1dd2d2bad3d4fd6b5fd244a46d56425&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1656] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:56 2026] DELETE /v2.0/security-groups/4411b68b-deb1-4fb8-8085-95a95d7b635f => 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: 829/1657] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:56 2026] GET /v2.0/security-groups?tenant_id=383b48e1adbf4febb642403def0ed330&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: 829/1658] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:56 2026] DELETE /v2.0/security-groups/d2edc7a9-aba8-4fac-b68d-90faa3fe74be => 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: 830/1659] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:10:57 2026] GET /v2.0/security-groups?tenant_id=c3643a4a2e6146ce9ccc8fc9a17f465e&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1660] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:10:57 2026] DELETE /v2.0/security-groups/cc22e476-fc16-49a4-a8b0-0a9e0bb3eaa3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:10:57.774 8 INFO neutron.services.segments.plugin [-] Segment e73fc630-c290-4333-94f1-e26115487a13 resource provider aggregate not found 2026-05-25 15:10:57.778 8 INFO neutron.services.segments.plugin [-] Segment e73fc630-c290-4333-94f1-e26115487a13 resource provider aggregate not found 2026-05-25 15:10:57.794 8 INFO neutron.services.segments.plugin [-] Segment e73fc630-c290-4333-94f1-e26115487a13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e73fc630-c290-4333-94f1-e26115487a13 found for delete ", "request_id": "req-d9e1ffda-8eb8-4fad-abe4-29759a82ca82"}]} 2026-05-25 15:10:57.794 8 INFO neutron.services.segments.plugin [-] Segment e73fc630-c290-4333-94f1-e26115487a13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e73fc630-c290-4333-94f1-e26115487a13 found for delete ", "request_id": "req-d1929453-0b7f-473e-8ab7-93329f23d706"}]} 2026-05-25 15:10:59.033 8 INFO neutron.db.segments_db [None req-9491cd88-5225-489e-97b3-a13739b731c9 fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Added segment 52ace7a3-8944-443f-9fe9-78f61bf88aae of type vxlan for network 31ea0913-d57d-4dff-beab-3f03d6dbaad9 2026-05-25 15:10:59.088 8 INFO neutron.db.segments_db [None req-9491cd88-5225-489e-97b3-a13739b731c9 fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Added segment 652e79e9-694a-4ceb-b01f-18bd1527c7ca of type vxlan for network 6544f0d2-01a2-4861-a4ec-6c0ec6bd40b5 [pid: 8|app: 0|req: 831/1661] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:10:58 2026] POST /v2.0/networks => generated 1246 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1662] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:10:59 2026] GET /v2.0/networks => generated 1845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1663] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:10:59 2026] DELETE /v2.0/networks/31ea0913-d57d-4dff-beab-3f03d6dbaad9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:10:59.537 7 INFO neutron.services.segments.plugin [-] Segment 652e79e9-694a-4ceb-b01f-18bd1527c7ca resource provider aggregate not found 2026-05-25 15:10:59.552 7 INFO neutron.services.segments.plugin [-] Segment 652e79e9-694a-4ceb-b01f-18bd1527c7ca resource provider aggregate not found [pid: 8|app: 0|req: 833/1664] 10.0.0.26 () {32 vars in 825 bytes} [Mon May 25 15:10:59 2026] GET /v2.0/ports?project_id=d6d910c9caa54fd08e879b4337382a21&network_id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 3691 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:10:59.576 7 INFO neutron.services.segments.plugin [-] Segment 652e79e9-694a-4ceb-b01f-18bd1527c7ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 652e79e9-694a-4ceb-b01f-18bd1527c7ca found for delete ", "request_id": "req-2e6138aa-057d-46c4-af5c-0362a131740a"}]} 2026-05-25 15:10:59.577 7 INFO neutron.services.segments.plugin [-] Segment 652e79e9-694a-4ceb-b01f-18bd1527c7ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 652e79e9-694a-4ceb-b01f-18bd1527c7ca found for delete ", "request_id": "req-efdb9335-2156-4116-b246-686eeafc4da5"}]} [pid: 7|app: 0|req: 832/1665] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:10:59 2026] DELETE /v2.0/networks/6544f0d2-01a2-4861-a4ec-6c0ec6bd40b5 => 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: 834/1666] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:10:59 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:59.728 7 INFO neutron.db.segments_db [None req-96f92a82-7abb-4f1e-acef-246feede8997 fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Added segment 5a999a1c-87ab-4143-b708-2461d8b1008a of type vxlan for network c4afc250-95f1-47ae-a91a-d205cab5bdc6 2026-05-25 15:10:59.818 8 INFO neutron.services.segments.plugin [-] Segment 52ace7a3-8944-443f-9fe9-78f61bf88aae resource provider aggregate not found 2026-05-25 15:10:59.835 8 INFO neutron.services.segments.plugin [-] Segment 52ace7a3-8944-443f-9fe9-78f61bf88aae resource provider aggregate not found [pid: 7|app: 0|req: 833/1667] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:10:59 2026] POST /v2.0/networks => generated 650 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:10:59.859 8 INFO neutron.services.segments.plugin [-] Segment 52ace7a3-8944-443f-9fe9-78f61bf88aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ace7a3-8944-443f-9fe9-78f61bf88aae found for delete ", "request_id": "req-23adae12-f952-468f-8ab7-7ee410201b78"}]} 2026-05-25 15:10:59.860 8 INFO neutron.services.segments.plugin [-] Segment 52ace7a3-8944-443f-9fe9-78f61bf88aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ace7a3-8944-443f-9fe9-78f61bf88aae found for delete ", "request_id": "req-04ce082b-c474-4e44-a255-18c8c92e57e9"}]} [pid: 8|app: 0|req: 835/1668] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:10:59 2026] GET /v2.0/subnets?network_id=2299726e-94e8-483b-ab1d-7fe318578c98 => generated 667 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:10:59.897 7 INFO neutron.db.segments_db [None req-1603d2fe-0ed2-482a-bdd7-95ad901eec63 fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Added segment c852b69c-b938-4d31-ae51-0a75cd19e1f0 of type vxlan for network 1606ed65-e54d-4e57-bed4-cf7258ccc305 [pid: 7|app: 0|req: 834/1669] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:10:59 2026] POST /v2.0/networks => generated 649 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:11:00.186 7 INFO neutron.db.l3_db [None req-560d20c1-9452-455d-9bb9-5720af766bed ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Floating IP b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 disassociated. External IP: 10.96.250.211, port: 2dd159cc-4489-4010-b274-7ff1d8fafc62. [pid: 7|app: 0|req: 835/1670] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:11:00 2026] PUT /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 554 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1671] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:00 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:00.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75d0cba5-5c2b-4ce2-8d1f-f63715972d83'] response: {'name': 'network-changed', 'server_uuid': '013083ff-47d2-4015-b4df-76ef2328caa5', 'tag': '2dd159cc-4489-4010-b274-7ff1d8fafc62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 836/1672] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:10:59 2026] POST /v2.0/ports => generated 1505 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1673] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:11:00 2026] GET /v2.0/ports => generated 1505 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:11:00.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cc23898-cd9a-420d-bdbe-b68af59419bf fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] TaaS: Handle Delete Port: 42043338-e461-4fc3-b243-5e43cb14bbd1 2026-05-25 15:11:00.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cc23898-cd9a-420d-bdbe-b68af59419bf fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Tap Mirror: Handle Delete Port: 42043338-e461-4fc3-b243-5e43cb14bbd1 [pid: 8|app: 0|req: 837/1674] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:00 2026] DELETE /v2.0/ports/42043338-e461-4fc3-b243-5e43cb14bbd1 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:00.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-44c3adac-19ef-483b-97c8-63f777afa426 fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] TaaS: Handle Delete Port: 76320131-7383-47ec-89a1-75a1565e9e7a 2026-05-25 15:11:00.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44c3adac-19ef-483b-97c8-63f777afa426 fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Tap Mirror: Handle Delete Port: 76320131-7383-47ec-89a1-75a1565e9e7a [pid: 7|app: 0|req: 838/1675] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:00 2026] DELETE /v2.0/ports/76320131-7383-47ec-89a1-75a1565e9e7a => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1676] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1677] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/ports => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:01.187 7 INFO neutron.db.segments_db [None req-7df24d17-4507-49e6-a77d-4aed8c2549ec fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Added segment 66fd5544-8167-4f3c-90d2-8a1d60067389 of type vxlan for network 9d61e82f-1d06-4df2-a209-a21584544f10 [pid: 8|app: 0|req: 839/1678] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/networks?id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1679] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2dd159cc-4489-4010-b274-7ff1d8fafc62 => 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: 841/1680] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/subnets?id=d14ba397-7a48-4672-84c0-c09902669fc2 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1681] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:01 2026] POST /v2.0/networks => generated 649 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1682] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/ports?network_id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:11:01.313 7 INFO neutron.db.segments_db [None req-ab8dc81a-bdb5-4caf-88bc-f715bd202c0f fa318a7051d14dabba703f21dd9ef267 bc1f6338e2234c12a4ddf42a591d5d81 - - default default] Added segment 9633315d-e26a-4f37-b584-f6fe5de89195 of type vxlan for network 0ceaf9de-e133-40e4-aeea-83e13cd908b9 [pid: 8|app: 0|req: 843/1683] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?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: 844/1684] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1685] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:01 2026] POST /v2.0/networks => generated 650 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1686] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1687] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:01 2026] POST /v2.0/subnets => generated 1274 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1688] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:11:01 2026] GET /v2.0/subnets => generated 1910 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1689] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:01 2026] DELETE /v2.0/subnets/aaec9b2d-26de-4e6b-be22-ed57c3e0fc8b => 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: 844/1690] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:02 2026] DELETE /v2.0/subnets/4def540e-f075-46d7-9527-fd92a54e074e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1691] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:11:02 2026] GET /v2.0/subnets => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:02.387 7 INFO neutron.services.segments.plugin [-] Segment 9633315d-e26a-4f37-b584-f6fe5de89195 resource provider aggregate not found 2026-05-25 15:11:02.389 7 INFO neutron.services.segments.plugin [-] Segment 9633315d-e26a-4f37-b584-f6fe5de89195 resource provider aggregate not found 2026-05-25 15:11:02.411 7 INFO neutron.services.segments.plugin [-] Segment 9633315d-e26a-4f37-b584-f6fe5de89195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9633315d-e26a-4f37-b584-f6fe5de89195 found for delete ", "request_id": "req-911c16b4-49b4-4e61-adeb-e2f948825fa7"}]} 2026-05-25 15:11:02.416 7 INFO neutron.services.segments.plugin [-] Segment 9633315d-e26a-4f37-b584-f6fe5de89195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9633315d-e26a-4f37-b584-f6fe5de89195 found for delete ", "request_id": "req-9aef076d-e902-4142-8997-98164144d50b"}]} [pid: 7|app: 0|req: 845/1692] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:02 2026] DELETE /v2.0/networks/0ceaf9de-e133-40e4-aeea-83e13cd908b9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:02.557 8 INFO neutron.services.segments.plugin [-] Segment 66fd5544-8167-4f3c-90d2-8a1d60067389 resource provider aggregate not found 2026-05-25 15:11:02.561 8 INFO neutron.services.segments.plugin [-] Segment 66fd5544-8167-4f3c-90d2-8a1d60067389 resource provider aggregate not found 2026-05-25 15:11:02.571 8 INFO neutron.services.segments.plugin [-] Segment 66fd5544-8167-4f3c-90d2-8a1d60067389 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66fd5544-8167-4f3c-90d2-8a1d60067389 found for delete ", "request_id": "req-c61ee9c8-b637-4f9b-b89d-44f8d2678769"}]} 2026-05-25 15:11:02.577 8 INFO neutron.services.segments.plugin [-] Segment 66fd5544-8167-4f3c-90d2-8a1d60067389 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66fd5544-8167-4f3c-90d2-8a1d60067389 found for delete ", "request_id": "req-f6085233-8c0b-4ac1-bf9a-67058b268f9c"}]} [pid: 8|app: 0|req: 848/1693] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:02 2026] DELETE /v2.0/networks/9d61e82f-1d06-4df2-a209-a21584544f10 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1694] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:02 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1695] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:02 2026] DELETE /v2.0/networks/1606ed65-e54d-4e57-bed4-cf7258ccc305 => 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: 847/1696] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:02 2026] DELETE /v2.0/networks/c4afc250-95f1-47ae-a91a-d205cab5bdc6 => 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: 850/1697] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:03 2026] GET /v2.0/security-groups?tenant_id=bc1f6338e2234c12a4ddf42a591d5d81&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1698] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:03 2026] DELETE /v2.0/security-groups/05bde830-cd52-4d41-944f-305d923f741c => 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: 851/1699] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:11:03 2026] POST /v2.0/security-groups => generated 1675 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1700] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:11:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1701] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:11:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1702] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:11:04 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: 853/1703] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:11:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:11:04.334 7 INFO neutron.db.securitygroups_db [None req-5c73c030-848f-449c-81a7-b409555e3d65 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Project d6d910c9caa54fd08e879b4337382a21 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-25 15:11:04.435 7 INFO neutron.services.segments.plugin [-] Segment 5a999a1c-87ab-4143-b708-2461d8b1008a resource provider aggregate not found 2026-05-25 15:11:04.445 7 INFO neutron.services.segments.plugin [-] Segment 5a999a1c-87ab-4143-b708-2461d8b1008a resource provider aggregate not found 2026-05-25 15:11:04.457 7 INFO neutron.services.segments.plugin [-] Segment 5a999a1c-87ab-4143-b708-2461d8b1008a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a999a1c-87ab-4143-b708-2461d8b1008a found for delete ", "request_id": "req-048e68ac-a908-4a64-998c-0f94bf77c189"}]} 2026-05-25 15:11:04.459 7 INFO neutron.services.segments.plugin [-] Segment 5a999a1c-87ab-4143-b708-2461d8b1008a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a999a1c-87ab-4143-b708-2461d8b1008a found for delete ", "request_id": "req-f5b96cf9-89b4-45af-bad6-13117ed84292"}]} [pid: 7|app: 0|req: 851/1704] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:11:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1705] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:04 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:04.505 7 INFO neutron.db.securitygroups_db [None req-aa50440a-2f49-470e-a832-778116667513 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Project d6d910c9caa54fd08e879b4337382a21 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: 855/1706] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:04 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:04.589 8 INFO neutron.services.segments.plugin [-] Segment c852b69c-b938-4d31-ae51-0a75cd19e1f0 resource provider aggregate not found 2026-05-25 15:11:04.598 8 INFO neutron.services.segments.plugin [-] Segment c852b69c-b938-4d31-ae51-0a75cd19e1f0 resource provider aggregate not found 2026-05-25 15:11:04.606 8 INFO neutron.services.segments.plugin [-] Segment c852b69c-b938-4d31-ae51-0a75cd19e1f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c852b69c-b938-4d31-ae51-0a75cd19e1f0 found for delete ", "request_id": "req-8d82072e-212c-4ee7-a562-a8dbaf8585d2"}]} 2026-05-25 15:11:04.611 8 INFO neutron.services.segments.plugin [-] Segment c852b69c-b938-4d31-ae51-0a75cd19e1f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c852b69c-b938-4d31-ae51-0a75cd19e1f0 found for delete ", "request_id": "req-aa53123a-2137-4706-a072-905b7c73bd46"}]} [pid: 7|app: 0|req: 852/1707] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:11:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1708] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:04 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1709] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:04 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1710] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:11:04 2026] GET /v2.0/networks => generated 1298 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1711] 10.0.0.107 () {34 vars in 1100 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1268564174&fields=id&tenant_id=d6d910c9caa54fd08e879b4337382a21 => 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: 859/1712] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/networks?id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1713] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/quotas/d6d910c9caa54fd08e879b4337382a21 => 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: 861/1714] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:05.566 7 INFO neutron.db.segments_db [None req-bd3bdf22-ecda-4d9e-95cc-538493e89f9e 9861484549714955917fdb6e2b076983 a9eff619f2a74bcbb15f7e96b6ede9c1 - - default default] Added segment 21d07445-7a4a-419b-9ec9-b39117458f87 of type vxlan for network 05adfa2d-a56e-4c2c-8e0c-ad078381f055 [pid: 8|app: 0|req: 862/1715] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?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: 863/1716] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1717] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:05 2026] POST /v2.0/networks => generated 643 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1718] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 856/1719] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1720] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:05 2026] POST /v2.0/subnets => generated 641 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1721] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:05 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:06.024 8 INFO neutron.db.segments_db [None req-aa0f6248-099a-4ca7-bb81-95d2b5af080a 9861484549714955917fdb6e2b076983 a9eff619f2a74bcbb15f7e96b6ede9c1 - - default default] Added segment 4698067c-a402-4df3-98e0-e899486d83eb of type vxlan for network fff83862-9748-4604-a496-b6e6cfe14a99 [pid: 8|app: 0|req: 865/1722] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:05 2026] POST /v2.0/networks => generated 644 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1723] 10.0.0.26 () {34 vars in 742 bytes} [Mon May 25 15:11:06 2026] PUT /v2.0/networks/fff83862-9748-4604-a496-b6e6cfe14a99 => generated 592 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1724] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:06 2026] POST /v2.0/subnets => generated 626 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1725] 10.0.0.26 () {34 vars in 740 bytes} [Mon May 25 15:11:06 2026] PUT /v2.0/subnets/9031508a-e519-4cd9-be18-2a48432b3fca => generated 636 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1726] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:06 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:06.897 8 INFO neutron.services.segments.plugin [-] Segment 4698067c-a402-4df3-98e0-e899486d83eb resource provider aggregate not found 2026-05-25 15:11:06.903 8 INFO neutron.services.segments.plugin [-] Segment 4698067c-a402-4df3-98e0-e899486d83eb resource provider aggregate not found 2026-05-25 15:11:06.918 8 INFO neutron.services.segments.plugin [-] Segment 4698067c-a402-4df3-98e0-e899486d83eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4698067c-a402-4df3-98e0-e899486d83eb found for delete ", "request_id": "req-da09b9f3-16a4-4bdb-b7ec-40df73125d28"}]} 2026-05-25 15:11:06.920 8 INFO neutron.services.segments.plugin [-] Segment 4698067c-a402-4df3-98e0-e899486d83eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4698067c-a402-4df3-98e0-e899486d83eb found for delete ", "request_id": "req-c3e1489a-d9c0-44cb-9de8-2e40b577cb57"}]} [pid: 8|app: 0|req: 867/1727] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:06 2026] DELETE /v2.0/networks/fff83862-9748-4604-a496-b6e6cfe14a99 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:06.956 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64679866-6a25-4ff4-b264-850216fd2307 9861484549714955917fdb6e2b076983 a9eff619f2a74bcbb15f7e96b6ede9c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1728] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:06 2026] DELETE /v2.0/networks/fff83862-9748-4604-a496-b6e6cfe14a99 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1729] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:11:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1730] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/subnets?network_id=2299726e-94e8-483b-ab1d-7fe318578c98 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1731] 10.0.0.26 () {32 vars in 652 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1732] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1733] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/security-groups?id=42daca0d-55e3-408b-8d6c-8d55186c43e8&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: 864/1734] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/networks => generated 1308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1735] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1736] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/subnets => generated 1280 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1737] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/networks/05adfa2d-a56e-4c2c-8e0c-ad078381f055 => generated 668 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:07.286 8 INFO neutron_taas.services.taas.taas_plugin [req-ff91cc31-16fd-4acd-af9a-1afaab188959 req-b812b5c9-f454-4d72-952c-cf5f0aeebc4c c1eff19c2cf74b6197c2e31cd1ce38be a7ba2958cc754b82b61f0e946ee6d747 - - default default] TaaS: Handle Delete Port: 045ee351-f23c-4820-84ea-0b0d65cee862 2026-05-25 15:11:07.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff91cc31-16fd-4acd-af9a-1afaab188959 req-b812b5c9-f454-4d72-952c-cf5f0aeebc4c c1eff19c2cf74b6197c2e31cd1ce38be a7ba2958cc754b82b61f0e946ee6d747 - - default default] Tap Mirror: Handle Delete Port: 045ee351-f23c-4820-84ea-0b0d65cee862 [pid: 7|app: 0|req: 867/1738] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/subnets/daddbeb2-2160-4132-a58a-ebfe34b75f8a => generated 641 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:07.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-882f2da8-61d0-47fa-9065-395685124f96 9861484549714955917fdb6e2b076983 a9eff619f2a74bcbb15f7e96b6ede9c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1739] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:07 2026] DELETE /v2.0/subnets/9031508a-e519-4cd9-be18-2a48432b3fca => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:07.349 7 INFO neutron.pecan_wsgi.hooks.translation [None req-048ac5b5-eb6b-4ce2-b3b6-15422b41fbb6 9861484549714955917fdb6e2b076983 a9eff619f2a74bcbb15f7e96b6ede9c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 869/1740] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:07 2026] DELETE /v2.0/networks/fff83862-9748-4604-a496-b6e6cfe14a99 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:07.394 8 INFO neutron.db.l3_db [req-ff91cc31-16fd-4acd-af9a-1afaab188959 req-b812b5c9-f454-4d72-952c-cf5f0aeebc4c c1eff19c2cf74b6197c2e31cd1ce38be a7ba2958cc754b82b61f0e946ee6d747 - - default default] Floating IP 6aa3090e-41ea-415c-af65-378ba11491b1 disassociated. External IP: 10.96.250.205, port: 045ee351-f23c-4820-84ea-0b0d65cee862. [pid: 7|app: 0|req: 870/1741] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:07 2026] DELETE /v2.0/subnets/daddbeb2-2160-4132-a58a-ebfe34b75f8a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:07.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1ca9841-8beb-4eca-8e0a-758647711ec4 9861484549714955917fdb6e2b076983 a9eff619f2a74bcbb15f7e96b6ede9c1 - - default default] TaaS: Handle Delete Port: 77dba137-5346-498b-b3e9-a9465399cd71 2026-05-25 15:11:07.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1ca9841-8beb-4eca-8e0a-758647711ec4 9861484549714955917fdb6e2b076983 a9eff619f2a74bcbb15f7e96b6ede9c1 - - default default] Tap Mirror: Handle Delete Port: 77dba137-5346-498b-b3e9-a9465399cd71 [pid: 8|app: 0|req: 872/1742] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:11:07 2026] DELETE /v2.0/ports/045ee351-f23c-4820-84ea-0b0d65cee862 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:07.783 7 INFO neutron.services.segments.plugin [-] Segment 21d07445-7a4a-419b-9ec9-b39117458f87 resource provider aggregate not found 2026-05-25 15:11:07.784 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69d948f6-6846-43f2-ae99-63fef0571c82'] response: {'server_uuid': 'b1847505-7e43-464f-ac0c-39763abf139e', 'name': 'network-vif-deleted', 'tag': '045ee351-f23c-4820-84ea-0b0d65cee862', 'status': 'completed', 'code': 200} 2026-05-25 15:11:07.785 7 INFO neutron.services.segments.plugin [-] Segment 21d07445-7a4a-419b-9ec9-b39117458f87 resource provider aggregate not found 2026-05-25 15:11:07.807 7 INFO neutron.services.segments.plugin [-] Segment 21d07445-7a4a-419b-9ec9-b39117458f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21d07445-7a4a-419b-9ec9-b39117458f87 found for delete ", "request_id": "req-18b687a4-dc6d-4f22-83dc-42b8658695b0"}]} 2026-05-25 15:11:07.818 7 INFO neutron.services.segments.plugin [-] Segment 21d07445-7a4a-419b-9ec9-b39117458f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21d07445-7a4a-419b-9ec9-b39117458f87 found for delete ", "request_id": "req-43f4569c-8eb0-4a24-ba10-5a941a63a2d9"}]} [pid: 7|app: 0|req: 871/1745] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:07 2026] DELETE /v2.0/networks/05adfa2d-a56e-4c2c-8e0c-ad078381f055 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1746] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:07 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 872/1747] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:08 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1748] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:08 2026] GET /v2.0/security-groups?tenant_id=a9eff619f2a74bcbb15f7e96b6ede9c1&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1749] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:08 2026] DELETE /v2.0/security-groups/b2f62f3f-e0c1-4b36-a38e-6ecf2a6525ea => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1750] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:09 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1751] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:09 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 878/1752] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:11:10 2026] GET /v2.0/networks?id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1753] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:11:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d6d910c9caa54fd08e879b4337382a21 => generated 273 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1754] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:10 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:10.428 7 INFO neutron.db.segments_db [None req-b8736ee9-a8f9-49a8-91d0-b0ab5a1cf67f 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] Added segment ada7d67f-15b0-47a1-a775-7202e0c6023f of type vxlan for network c33b25af-856a-4c2b-9d74-2f0618144a98 [pid: 8|app: 0|req: 880/1755] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:11:10 2026] POST /v2.0/ports => generated 958 bytes in 369 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: 876/1756] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:10 2026] POST /v2.0/networks => generated 644 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1757] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:10 2026] GET /v2.0/ports?device_id=b1847505-7e43-464f-ac0c-39763abf139e => 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: 882/1758] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:11:10 2026] POST /v2.0/ports => generated 775 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:11:10.900 8 INFO neutron.db.segments_db [None req-c5716027-3852-44f6-bf27-9de2a44fe7b4 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] Added segment fdbb26d6-135f-4746-a5e2-69285deb0813 of type vxlan for network a6c948dd-5620-4436-b47e-c65d0d2117b3 [pid: 7|app: 0|req: 877/1759] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:11:10 2026] PUT /v2.0/ports/3564286c-3041-4ae2-b0c6-7a44b4578e43 => generated 1239 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:11:10.993 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef5ed188-c70d-43fd-8e8c-5252db42e0d5'] response: {'name': 'network-changed', 'server_uuid': 'd02ddd26-674e-41b4-80b5-bd6833becfa7', 'tag': '3564286c-3041-4ae2-b0c6-7a44b4578e43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 883/1760] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:10 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 878/1761] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:11 2026] POST /v2.0/subnets => generated 626 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1762] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:11 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1763] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:11 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1764] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:11:11 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 887/1765] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:11:11 2026] GET /v2.0/networks?tenant_id=d6d910c9caa54fd08e879b4337382a21&shared=False => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1766] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:11:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1767] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:11:11 2026] POST /v2.0/ports => generated 950 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 889/1768] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:11 2026] DELETE /v2.0/security-groups/42daca0d-55e3-408b-8d6c-8d55186c43e8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:11.726 8 INFO neutron.api.v2.resource [None req-fd3b351c-a793-4f2a-8baa-2150b5ca3876 c1eff19c2cf74b6197c2e31cd1ce38be a7ba2958cc754b82b61f0e946ee6d747 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1769] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:11:11 2026] GET /v2.0/security-groups/42daca0d-55e3-408b-8d6c-8d55186c43e8 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:11.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-f46b6596-f118-489d-a89f-4b71ae75b2e1 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] TaaS: Handle Delete Port: a241c5ca-049f-4384-9ce2-949ad58db2ea 2026-05-25 15:11:11.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f46b6596-f118-489d-a89f-4b71ae75b2e1 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] Tap Mirror: Handle Delete Port: a241c5ca-049f-4384-9ce2-949ad58db2ea 2026-05-25 15:11:11.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-67ca0ceb-49ec-4d61-89c3-5e1369d6d5e9 c1eff19c2cf74b6197c2e31cd1ce38be a7ba2958cc754b82b61f0e946ee6d747 - - default default] TaaS: Handle Delete Port: 9a754d13-c3c4-4417-9d89-601c07963cd2 2026-05-25 15:11:11.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67ca0ceb-49ec-4d61-89c3-5e1369d6d5e9 c1eff19c2cf74b6197c2e31cd1ce38be a7ba2958cc754b82b61f0e946ee6d747 - - default default] Tap Mirror: Handle Delete Port: 9a754d13-c3c4-4417-9d89-601c07963cd2 [pid: 7|app: 0|req: 880/1770] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:11 2026] DELETE /v2.0/ports/a241c5ca-049f-4384-9ce2-949ad58db2ea => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:11.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c1faf2a-4cef-4c9c-8547-9fa8cfb5e490 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1771] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:11 2026] DELETE /v2.0/ports/a241c5ca-049f-4384-9ce2-949ad58db2ea => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:11.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89cca221-54f0-454c-935f-62ab8c82a596 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1772] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:11:11 2026] GET /v2.0/ports/a241c5ca-049f-4384-9ce2-949ad58db2ea => 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: 891/1773] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:11:11 2026] DELETE /v2.0/floatingips/6aa3090e-41ea-415c-af65-378ba11491b1 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1774] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:12 2026] DELETE /v2.0/subnets/f33c3dba-d4c1-45f3-b590-507b813948a2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:12.254 7 INFO neutron.services.segments.plugin [-] Segment fdbb26d6-135f-4746-a5e2-69285deb0813 resource provider aggregate not found 2026-05-25 15:11:12.261 7 INFO neutron.services.segments.plugin [-] Segment fdbb26d6-135f-4746-a5e2-69285deb0813 resource provider aggregate not found 2026-05-25 15:11:12.271 7 INFO neutron.services.segments.plugin [-] Segment fdbb26d6-135f-4746-a5e2-69285deb0813 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdbb26d6-135f-4746-a5e2-69285deb0813 found for delete ", "request_id": "req-b5a8b7a0-8240-4d34-8c77-d3e9c7b5e6de"}]} 2026-05-25 15:11:12.284 7 INFO neutron.services.segments.plugin [-] Segment fdbb26d6-135f-4746-a5e2-69285deb0813 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdbb26d6-135f-4746-a5e2-69285deb0813 found for delete ", "request_id": "req-829cc540-a930-4257-9128-65d6c7e051ce"}]} [pid: 7|app: 0|req: 884/1775] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:12 2026] DELETE /v2.0/networks/a6c948dd-5620-4436-b47e-c65d0d2117b3 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:12.364 7 INFO neutron.db.segments_db [None req-28cbcd88-67af-4790-905a-bf4c4b6e0725 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] Added segment 3bae728a-8a39-4360-80c7-0304645a30db of type vxlan for network 413d2548-3814-4b0a-909b-3d4167d0ec76 2026-05-25 15:11:12.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-997ac02e-34be-485d-9c17-4cf666ee99d8 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: c2f6e978-a3e2-4028-bdc7-c4b7f9079bac 2026-05-25 15:11:12.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-997ac02e-34be-485d-9c17-4cf666ee99d8 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: c2f6e978-a3e2-4028-bdc7-c4b7f9079bac [pid: 7|app: 0|req: 885/1776] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:12 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1777] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:12 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1778] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:12 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1779] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:12 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&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: 889/1780] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:11:12 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1781] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:11:12 2026] PUT /v2.0/routers/7201b196-6d24-4550-846d-b54b7322a825/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1782] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:11:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3564286c-3041-4ae2-b0c6-7a44b4578e43 => 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: 890/1783] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:11:12 2026] POST /v2.0/ports => generated 916 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1784] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:11:13 2026] GET /v2.0/subnets?id=d14ba397-7a48-4672-84c0-c09902669fc2 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:13.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bdbf41f-fd52-4d4f-9840-a21632097174 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 8ecc1138-a4c4-4054-ae45-d3838d938ae1 2026-05-25 15:11:13.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bdbf41f-fd52-4d4f-9840-a21632097174 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 8ecc1138-a4c4-4054-ae45-d3838d938ae1 2026-05-25 15:11:13.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-29adc8f6-13e7-44cd-b08f-bebbb6dd1113 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] TaaS: Handle Delete Port: 1112c0e2-9b5d-4ca1-a4ed-08256d0755fa 2026-05-25 15:11:13.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29adc8f6-13e7-44cd-b08f-bebbb6dd1113 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] Tap Mirror: Handle Delete Port: 1112c0e2-9b5d-4ca1-a4ed-08256d0755fa 2026-05-25 15:11:13.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bdbf41f-fd52-4d4f-9840-a21632097174 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 91c858c4-eb82-4a11-b311-455ec44df837 [pid: 7|app: 0|req: 892/1785] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:13 2026] DELETE /v2.0/ports/1112c0e2-9b5d-4ca1-a4ed-08256d0755fa => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:13.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bdbf41f-fd52-4d4f-9840-a21632097174 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 91c858c4-eb82-4a11-b311-455ec44df837 [pid: 7|app: 0|req: 893/1786] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:11:13 2026] GET /v2.0/ports?network_id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:11:13.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43b86013-3a2a-479f-a7b7-20139ee05845 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1787] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:11:13 2026] GET /v2.0/ports/1112c0e2-9b5d-4ca1-a4ed-08256d0755fa => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1788] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:11:13 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?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: 896/1789] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:13 2026] DELETE /v2.0/subnets/03e4abaa-2295-40d7-9411-e9724654a629 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1790] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:11:13 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:13.847 8 INFO neutron.services.segments.plugin [-] Segment 03357a2e-00d1-4d34-ba65-c0e583b2f13e resource provider aggregate not found 2026-05-25 15:11:13.856 8 INFO neutron.services.segments.plugin [-] Segment 03357a2e-00d1-4d34-ba65-c0e583b2f13e resource provider aggregate not found 2026-05-25 15:11:13.872 8 INFO neutron.db.l3_hamode_db [None req-9bdbf41f-fd52-4d4f-9840-a21632097174 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 7af4cbb0-adbb-494e-890f-f08d732d1c3a was deleted as no HA routers are present in tenant a7ba2958cc754b82b61f0e946ee6d747. [pid: 8|app: 0|req: 894/1791] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:12 2026] DELETE /v2.0/routers/7201b196-6d24-4550-846d-b54b7322a825 => generated 0 bytes in 904 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:13.883 8 INFO neutron.services.segments.plugin [-] Segment 03357a2e-00d1-4d34-ba65-c0e583b2f13e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03357a2e-00d1-4d34-ba65-c0e583b2f13e found for delete ", "request_id": "req-8cc5a2fd-d40a-45dc-a96b-6f2dccd51f53"}]} 2026-05-25 15:11:13.884 8 INFO neutron.services.segments.plugin [-] Segment 03357a2e-00d1-4d34-ba65-c0e583b2f13e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03357a2e-00d1-4d34-ba65-c0e583b2f13e found for delete ", "request_id": "req-d19dee28-e33d-4e13-b48d-943f1a615947"}]} [pid: 7|app: 0|req: 898/1792] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:13 2026] DELETE /v2.0/networks/413d2548-3814-4b0a-909b-3d4167d0ec76 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1793] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:13 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1794] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:13 2026] DELETE /v2.0/subnets/4bcccaf3-28ba-4fe9-91e5-ed92f93a4836 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1795] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:13 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:14.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-f942b3a1-2bff-426a-97e1-32be1571846b bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: aa1d785c-7917-4581-ba70-d877ebb30fb6 2026-05-25 15:11:14.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f942b3a1-2bff-426a-97e1-32be1571846b bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: aa1d785c-7917-4581-ba70-d877ebb30fb6 [pid: 7|app: 0|req: 900/1796] 10.0.0.26 () {34 vars in 664 bytes} [Mon May 25 15:11:13 2026] POST /v2.0/ports => generated 774 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 897/1797] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:14 2026] DELETE /v2.0/networks/6b55f235-a80e-49cd-b2ec-d7c2a6c2efbf => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:14.297 7 INFO neutron.services.segments.plugin [-] Segment 3bae728a-8a39-4360-80c7-0304645a30db resource provider aggregate not found 2026-05-25 15:11:14.304 7 INFO neutron.services.segments.plugin [-] Segment 3bae728a-8a39-4360-80c7-0304645a30db resource provider aggregate not found 2026-05-25 15:11:14.323 7 INFO neutron.services.segments.plugin [-] Segment 3bae728a-8a39-4360-80c7-0304645a30db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bae728a-8a39-4360-80c7-0304645a30db found for delete ", "request_id": "req-55a380dd-1317-4841-9f66-8f428cab14b1"}]} 2026-05-25 15:11:14.326 7 INFO neutron.services.segments.plugin [-] Segment 3bae728a-8a39-4360-80c7-0304645a30db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bae728a-8a39-4360-80c7-0304645a30db found for delete ", "request_id": "req-1ba5ca16-61f2-46df-9729-34a54f5b0040"}]} [pid: 8|app: 0|req: 898/1798] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:14 2026] GET /v2.0/security-groups?tenant_id=a7ba2958cc754b82b61f0e946ee6d747&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1799] 10.0.0.26 () {34 vars in 736 bytes} [Mon May 25 15:11:14 2026] PUT /v2.0/ports/f44edba8-2770-4c7f-a062-5ac811237fc9 => generated 752 bytes in 213 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: 899/1800] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:14 2026] DELETE /v2.0/security-groups/5e0a8d53-1c2b-444d-ac63-42c5640df2db => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:14.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-0724573a-e0d8-4ff9-866e-477469e581b8 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] TaaS: Handle Delete Port: f44edba8-2770-4c7f-a062-5ac811237fc9 2026-05-25 15:11:14.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0724573a-e0d8-4ff9-866e-477469e581b8 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] Tap Mirror: Handle Delete Port: f44edba8-2770-4c7f-a062-5ac811237fc9 [pid: 7|app: 0|req: 902/1801] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:14 2026] DELETE /v2.0/ports/f44edba8-2770-4c7f-a062-5ac811237fc9 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1802] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:11:14 2026] GET /v2.0/ports => generated 778 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:14.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68411230-05a1-489b-9aa3-bfec4324279c 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 903/1803] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:11:14 2026] GET /v2.0/ports/f44edba8-2770-4c7f-a062-5ac811237fc9 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1804] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:11:14 2026] GET /v2.0/ports => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1805] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:11:14 2026] GET /v2.0/ports/170dc1a7-8395-43f3-843a-3899b656023a => generated 775 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:14.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-efc79454-4c9b-4b43-a4de-3c7c5f2fb847 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 902/1806] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:14 2026] DELETE /v2.0/ports/1112c0e2-9b5d-4ca1-a4ed-08256d0755fa => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:14.866 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05e2a9d5-e6b7-41ac-ad68-46b3bd30fc24 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1807] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:14 2026] DELETE /v2.0/subnets/03e4abaa-2295-40d7-9411-e9724654a629 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:14.885 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1957bd7a-5d72-4146-9745-724d57e64484 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 903/1808] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:14 2026] DELETE /v2.0/subnets/f33c3dba-d4c1-45f3-b590-507b813948a2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:14.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-08480e31-5765-4d47-8a60-8730a1d71f14 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] TaaS: Handle Delete Port: 170dc1a7-8395-43f3-843a-3899b656023a 2026-05-25 15:11:14.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08480e31-5765-4d47-8a60-8730a1d71f14 7a46163e3915410784c0af9e3d172762 3aff5298f4a94c91b14f2ebd2791b11e - - default default] Tap Mirror: Handle Delete Port: 170dc1a7-8395-43f3-843a-3899b656023a [pid: 7|app: 0|req: 906/1809] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:14 2026] DELETE /v2.0/ports/170dc1a7-8395-43f3-843a-3899b656023a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1810] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:15 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 905/1811] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:15 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&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: 907/1812] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:15 2026] DELETE /v2.0/networks/c33b25af-856a-4c2b-9d74-2f0618144a98 => 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: 906/1813] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:15 2026] GET /v2.0/security-groups?tenant_id=3aff5298f4a94c91b14f2ebd2791b11e&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:11:15.907 8 INFO neutron.services.segments.plugin [-] Segment d65a5a14-2668-4eb8-9e27-d9ef8715adb2 resource provider aggregate not found 2026-05-25 15:11:15.913 8 INFO neutron.services.segments.plugin [-] Segment d65a5a14-2668-4eb8-9e27-d9ef8715adb2 resource provider aggregate not found 2026-05-25 15:11:15.925 8 INFO neutron.services.segments.plugin [-] Segment d65a5a14-2668-4eb8-9e27-d9ef8715adb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d65a5a14-2668-4eb8-9e27-d9ef8715adb2 found for delete ", "request_id": "req-781293ab-fd62-4553-a8e2-ab029fff900b"}]} 2026-05-25 15:11:15.953 8 INFO neutron.services.segments.plugin [-] Segment d65a5a14-2668-4eb8-9e27-d9ef8715adb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d65a5a14-2668-4eb8-9e27-d9ef8715adb2 found for delete ", "request_id": "req-b68049cc-e8ed-4747-b090-89e77e7dbe1f"}]} [pid: 7|app: 0|req: 908/1814] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:15 2026] DELETE /v2.0/security-groups/838d28c4-33fe-425d-b5f7-1bda85e5a05c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1815] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:16 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:16.349 7 INFO neutron.services.segments.plugin [-] Segment ada7d67f-15b0-47a1-a775-7202e0c6023f resource provider aggregate not found 2026-05-25 15:11:16.361 7 INFO neutron.services.segments.plugin [-] Segment ada7d67f-15b0-47a1-a775-7202e0c6023f resource provider aggregate not found 2026-05-25 15:11:16.378 7 INFO neutron.services.segments.plugin [-] Segment ada7d67f-15b0-47a1-a775-7202e0c6023f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada7d67f-15b0-47a1-a775-7202e0c6023f found for delete ", "request_id": "req-e2ce1539-4014-418e-9aaa-d54cd5ef5392"}]} [pid: 7|app: 0|req: 909/1816] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:16 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:16.393 7 INFO neutron.services.segments.plugin [-] Segment ada7d67f-15b0-47a1-a775-7202e0c6023f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada7d67f-15b0-47a1-a775-7202e0c6023f found for delete ", "request_id": "req-6ed9410d-4b35-4bf6-a023-139e9459315d"}]} 2026-05-25 15:11:16.805 8 INFO neutron.db.segments_db [None req-f20042af-ded5-464a-a1bf-5edb099f96c5 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment ee85ea6a-6588-43ed-b90f-47b3f738f920 of type vxlan for network 3561c5ec-d73f-4252-a91f-1b218947f6dc [pid: 8|app: 0|req: 908/1817] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:11:16 2026] POST /v2.0/networks => generated 744 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1818] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:16 2026] POST /v2.0/subnets => generated 692 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:11:17.200 8 INFO neutron.db.segments_db [None req-bff5da83-39b7-426e-9e3b-4b6b86168121 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment e157df4b-5fae-4f5d-bfdd-0194fda09027 of type vxlan for network 1741ee47-8086-4958-b77d-d6f38455fe84 2026-05-25 15:11:17.450 8 INFO neutron.db.l3_hamode_db [None req-bff5da83-39b7-426e-9e3b-4b6b86168121 bd83e85f9b664566af908d3f2868a642 104046398c1d43c58253ecdd8ecc7732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 911/1819] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:17 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 912/1820] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:17 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&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: 913/1821] 10.0.0.26 () {32 vars in 622 bytes} [Mon May 25 15:11:17 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: 914/1822] 10.0.0.26 () {32 vars in 632 bytes} [Mon May 25 15:11:17 2026] GET /v2.0/ => generated 632 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:18.353 8 INFO neutron.db.l3_hamode_db [None req-bff5da83-39b7-426e-9e3b-4b6b86168121 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 915/1823] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:18 2026] GET /v2.0/security-groups?tenant_id=a02730737f3642519a9a0f22a8b18ab0&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1824] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:18 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1825] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:18 2026] DELETE /v2.0/security-groups/fa466985-6f4e-4d4f-bac9-184b6323d5d7 => 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: 918/1826] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:18 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&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: 909/1827] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:17 2026] POST /v2.0/routers => generated 732 bytes in 2115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1828] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:20 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1829] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:20 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1830] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:20 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 913/1831] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:20 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1832] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:11:20 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 919/1833] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:11:19 2026] PUT /v2.0/routers/a4732c6b-7c80-4d25-a7f0-050aab326b17/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:20.672 8 INFO neutron.db.l3_db [None req-a96b9d8e-3ad8-4e3e-971f-b3e9c6ac9b14 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Floating IP b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 associated. External IP: 10.96.250.211, port: 3564286c-3041-4ae2-b0c6-7a44b4578e43. [pid: 8|app: 0|req: 915/1834] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:11:20 2026] PUT /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 856 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:21.056 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdc97009-39e3-4aae-867b-483f929c60c3'] response: {'name': 'network-changed', 'server_uuid': 'd02ddd26-674e-41b4-80b5-bd6833becfa7', 'tag': '3564286c-3041-4ae2-b0c6-7a44b4578e43', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 920/1835] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 856 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1836] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/ports?tenant_id=d6d910c9caa54fd08e879b4337382a21&device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1837] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/networks?id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 757 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1838] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3564286c-3041-4ae2-b0c6-7a44b4578e43 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1839] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/subnets?id=d14ba397-7a48-4672-84c0-c09902669fc2 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1840] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/ports?network_id=5263fdf8-56e9-402e-aadb-d9fd9ba51d1d&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1841] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/networks?id=3561c5ec-d73f-4252-a91f-1b218947f6dc => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1842] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?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: 924/1843] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/quotas/104046398c1d43c58253ecdd8ecc7732 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1844] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d?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: 920/1845] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:11:21 2026] GET /v2.0/ports?tenant_id=104046398c1d43c58253ecdd8ecc7732&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1846] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:11:22 2026] GET /v2.0/networks/3561c5ec-d73f-4252-a91f-1b218947f6dc?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: 921/1847] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:22 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 856 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1848] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:11:22 2026] GET /v2.0/networks/3561c5ec-d73f-4252-a91f-1b218947f6dc?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: 922/1849] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:22 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 924/1852] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:23 2026] GET /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => 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: 929/1853] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:23 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 930/1854] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:24 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1855] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:24 2026] GET /v2.0/security-groups?tenant_id=0a840880d98d47c5918b053fe62b738f&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: 931/1856] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:24 2026] DELETE /v2.0/security-groups/0157af68-f2a0-4d47-82e5-a18fca6ec5ee => 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: 926/1857] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:24 2026] GET /v2.0/security-groups?tenant_id=2b179c43da0b4502aa55f52d0e1139a5&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1858] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:24 2026] DELETE /v2.0/security-groups/2d1128ee-fe04-4a0e-999a-e8789b1c735f => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1859] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:25 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 928/1860] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:26 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 933/1861] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:11:26 2026] GET /v2.0/networks?id=3561c5ec-d73f-4252-a91f-1b218947f6dc => generated 677 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1862] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:11:26 2026] POST /v2.0/ports => generated 954 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1863] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:11:27 2026] PUT /v2.0/ports/390f895e-1d2d-40ec-a883-c078a576014f => generated 1235 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:11:27.711 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-117fb966-1edc-4406-8368-4811a46b1e91'] response: {'name': 'network-changed', 'server_uuid': 'f97bb7a2-ed03-4caa-a5c2-43bf048e0892', 'tag': '390f895e-1d2d-40ec-a883-c078a576014f', '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: 930/1864] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:27 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 969 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: 935/1865] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:27 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&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: 8|app: 0|req: 931/1866] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:11:28 2026] GET /v2.0/ports?tenant_id=104046398c1d43c58253ecdd8ecc7732&device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1867] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:11:28 2026] GET /v2.0/networks?tenant_id=104046398c1d43c58253ecdd8ecc7732&shared=False => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1868] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:11:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1869] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:28 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1870] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:29 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&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: 7|app: 0|req: 938/1871] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:11:29 2026] GET /v2.0/ports?tenant_id=104046398c1d43c58253ecdd8ecc7732&device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1872] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=390f895e-1d2d-40ec-a883-c078a576014f => 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: 939/1873] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:11:29 2026] GET /v2.0/subnets?id=066ccd2b-b68f-4449-818a-59879f2851e6 => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1874] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:11:29 2026] GET /v2.0/ports?network_id=3561c5ec-d73f-4252-a91f-1b218947f6dc&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1875] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:11:29 2026] GET /v2.0/networks/3561c5ec-d73f-4252-a91f-1b218947f6dc?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: 936/1876] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:11:29 2026] GET /v2.0/networks/3561c5ec-d73f-4252-a91f-1b218947f6dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1877] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:30 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 937/1878] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:30 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1879] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:11:30 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1880] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 15:11:30 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1881] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:31 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1882] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:31 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&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: 944/1883] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:32 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 940/1884] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:32 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&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: 945/1885] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:33 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1886] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:33 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&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: 7|app: 0|req: 946/1887] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:34 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1888] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:34 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1889] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:35 2026] GET /v2.0/security-groups?tenant_id=221858da79734113822646b1311a0c26&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1890] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:35 2026] DELETE /v2.0/security-groups/47cfbe61-0890-4a32-b1ec-5e529a48e36e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1891] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:35 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1892] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:35 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1893] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:36 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1894] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:36 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&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: 950/1895] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:37 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1896] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:37 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1899] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:38 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1900] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:38 2026] GET /v2.0/security-groups?id=395ed89d-f339-4fff-86b7-2c2ae650822d&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: 949/1901] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:11:38 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:38.934 7 INFO neutron_taas.services.taas.taas_plugin [req-9daec2e0-1ddb-4073-8968-53c3764e814c req-05da58f0-2eea-4b6f-bd02-bf9e03ee9ffa 8bb4505469434e4aa928b6011806b2dc 104046398c1d43c58253ecdd8ecc7732 - - default default] TaaS: Handle Delete Port: 390f895e-1d2d-40ec-a883-c078a576014f 2026-05-25 15:11:38.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9daec2e0-1ddb-4073-8968-53c3764e814c req-05da58f0-2eea-4b6f-bd02-bf9e03ee9ffa 8bb4505469434e4aa928b6011806b2dc 104046398c1d43c58253ecdd8ecc7732 - - default default] Tap Mirror: Handle Delete Port: 390f895e-1d2d-40ec-a883-c078a576014f [pid: 7|app: 0|req: 953/1902] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:11:38 2026] DELETE /v2.0/ports/390f895e-1d2d-40ec-a883-c078a576014f => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:39.110 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19dd334e-56ab-4886-ace3-11575c7821cd'] response: {'server_uuid': 'f97bb7a2-ed03-4caa-a5c2-43bf048e0892', 'name': 'network-vif-deleted', 'tag': '390f895e-1d2d-40ec-a883-c078a576014f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 950/1903] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:39 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:40.182 7 INFO neutron.db.segments_db [None req-bbac6537-d43b-4257-9c4f-7e69ae2cdbee c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] Added segment 8492e7df-d841-44aa-a604-816cc06517ca of type vxlan for network 375f861c-393f-4f4c-9c14-0bea98187646 [pid: 7|app: 0|req: 954/1904] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:39 2026] POST /v2.0/networks => generated 727 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1905] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:40 2026] POST /v2.0/subnets => generated 644 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:11:40.484 7 WARNING neutron.api.v2.base [None req-299d3c5a-f39c-4cee-a695-36c28394bb4e c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-25 15:11:40.485 7 INFO neutron.api.v2.resource [None req-299d3c5a-f39c-4cee-a695-36c28394bb4e c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 955/1906] 10.0.0.26 () {34 vars in 680 bytes} [Mon May 25 15:11:40 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1907] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:40 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1908] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:40 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:40.673 8 INFO neutron.services.segments.plugin [-] Segment 8492e7df-d841-44aa-a604-816cc06517ca resource provider aggregate not found 2026-05-25 15:11:40.674 8 INFO neutron.services.segments.plugin [-] Segment 8492e7df-d841-44aa-a604-816cc06517ca resource provider aggregate not found 2026-05-25 15:11:40.699 8 INFO neutron.services.segments.plugin [-] Segment 8492e7df-d841-44aa-a604-816cc06517ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8492e7df-d841-44aa-a604-816cc06517ca found for delete ", "request_id": "req-5072c240-51b5-44ad-a12a-a175862e1494"}]} 2026-05-25 15:11:40.699 8 INFO neutron.services.segments.plugin [-] Segment 8492e7df-d841-44aa-a604-816cc06517ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8492e7df-d841-44aa-a604-816cc06517ca found for delete ", "request_id": "req-911eba8c-cdc3-4acb-8980-8744e8322ddc"}]} [pid: 8|app: 0|req: 952/1909] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:40 2026] DELETE /v2.0/networks/375f861c-393f-4f4c-9c14-0bea98187646 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:40.768 7 INFO neutron.db.segments_db [None req-a8431b82-e4c4-45ff-9959-3dcc05a107f4 c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] Added segment 0c6d2f4d-9428-42ad-9dee-30ac243fd144 of type vxlan for network 3d471fea-1787-4beb-85ff-4045a567b4de [pid: 7|app: 0|req: 958/1910] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:40 2026] POST /v2.0/networks => generated 726 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1911] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:40 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 959/1912] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:40 2026] POST /v2.0/subnets => generated 647 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:11:41.073 8 WARNING neutron.api.v2.base [None req-a467c028-d1ee-43f0-a29f-694c451ac7a2 c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-25 15:11:41.074 8 INFO neutron.api.v2.resource [None req-a467c028-d1ee-43f0-a29f-694c451ac7a2 c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 954/1913] 10.0.0.26 () {34 vars in 680 bytes} [Mon May 25 15:11:41 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-25 15:11:41.252 7 INFO neutron.services.segments.plugin [-] Segment 0c6d2f4d-9428-42ad-9dee-30ac243fd144 resource provider aggregate not found 2026-05-25 15:11:41.257 7 INFO neutron.services.segments.plugin [-] Segment 0c6d2f4d-9428-42ad-9dee-30ac243fd144 resource provider aggregate not found 2026-05-25 15:11:41.279 7 INFO neutron.services.segments.plugin [-] Segment 0c6d2f4d-9428-42ad-9dee-30ac243fd144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c6d2f4d-9428-42ad-9dee-30ac243fd144 found for delete ", "request_id": "req-11432e67-4713-4526-b60f-eb2320c124a2"}]} 2026-05-25 15:11:41.279 7 INFO neutron.services.segments.plugin [-] Segment 0c6d2f4d-9428-42ad-9dee-30ac243fd144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c6d2f4d-9428-42ad-9dee-30ac243fd144 found for delete ", "request_id": "req-5404fe5e-962a-4058-af0d-7ac512c49617"}]} [pid: 7|app: 0|req: 960/1914] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:41 2026] DELETE /v2.0/networks/3d471fea-1787-4beb-85ff-4045a567b4de => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:41.341 8 INFO neutron.db.segments_db [None req-47390a2f-2766-4a4d-a269-2d7b2a365985 c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] Added segment 1b98602f-ac30-4256-827f-3eb8a2f72e94 of type vxlan for network ea3af67c-3ddd-436b-b8f0-1dfb4619c737 [pid: 8|app: 0|req: 955/1915] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:41 2026] POST /v2.0/networks => generated 727 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1916] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:11:41 2026] POST /v2.0/subnets => generated 647 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1917] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:41 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 963/1918] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:41 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1919] 10.0.0.26 () {34 vars in 680 bytes} [Mon May 25 15:11:41 2026] POST /v2.0/rbac-policies => generated 324 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1920] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:41 2026] GET /v2.0/ports?device_id=f97bb7a2-ed03-4caa-a5c2-43bf048e0892 => 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: 957/1921] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:11:42 2026] GET /v2.0/networks/ea3af67c-3ddd-436b-b8f0-1dfb4619c737 => generated 655 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:42.789 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b109fc3-94cf-46b5-bf9b-baa8524dbaba 328805dd614d441196642b950363045e de5d0c6e43b84e9b9f3df29d18e531e9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 965/1922] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:11:42 2026] GET /v2.0/networks/ea3af67c-3ddd-436b-b8f0-1dfb4619c737 => generated 138 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1923] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:42 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:42.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4147477-afeb-4380-9d48-3fd26fd76671 c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] TaaS: Handle Delete Port: 4df9728b-499a-4867-b282-efa51f7d690d 2026-05-25 15:11:42.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4147477-afeb-4380-9d48-3fd26fd76671 c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] Tap Mirror: Handle Delete Port: 4df9728b-499a-4867-b282-efa51f7d690d [pid: 7|app: 0|req: 967/1924] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:42 2026] GET /v2.0/security-groups?id=701f93ea-5327-4790-bd46-1f0a90be9909&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: 968/1925] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:11:42 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:43.116 7 INFO neutron_taas.services.taas.taas_plugin [req-eb809519-241a-4659-a0fc-e43d3a7867b8 req-108fead9-abd5-4a99-b750-72124f264df6 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] TaaS: Handle Delete Port: 3564286c-3041-4ae2-b0c6-7a44b4578e43 2026-05-25 15:11:43.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb809519-241a-4659-a0fc-e43d3a7867b8 req-108fead9-abd5-4a99-b750-72124f264df6 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Tap Mirror: Handle Delete Port: 3564286c-3041-4ae2-b0c6-7a44b4578e43 2026-05-25 15:11:43.250 8 INFO neutron.services.segments.plugin [-] Segment 1b98602f-ac30-4256-827f-3eb8a2f72e94 resource provider aggregate not found 2026-05-25 15:11:43.255 8 INFO neutron.services.segments.plugin [-] Segment 1b98602f-ac30-4256-827f-3eb8a2f72e94 resource provider aggregate not found 2026-05-25 15:11:43.256 7 INFO neutron.db.l3_db [req-eb809519-241a-4659-a0fc-e43d3a7867b8 req-108fead9-abd5-4a99-b750-72124f264df6 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Floating IP b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 disassociated. External IP: 10.96.250.211, port: 3564286c-3041-4ae2-b0c6-7a44b4578e43. 2026-05-25 15:11:43.270 8 INFO neutron.services.segments.plugin [-] Segment 1b98602f-ac30-4256-827f-3eb8a2f72e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b98602f-ac30-4256-827f-3eb8a2f72e94 found for delete ", "request_id": "req-cc10718d-6ddf-4cc3-be2d-b9541fb6c51f"}]} [pid: 8|app: 0|req: 958/1926] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:42 2026] DELETE /v2.0/networks/ea3af67c-3ddd-436b-b8f0-1dfb4619c737 => generated 0 bytes in 483 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:43.281 8 INFO neutron.services.segments.plugin [-] Segment 1b98602f-ac30-4256-827f-3eb8a2f72e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b98602f-ac30-4256-827f-3eb8a2f72e94 found for delete ", "request_id": "req-07b683c8-d4a8-4f39-804f-7223434f1245"}]} [pid: 7|app: 0|req: 969/1927] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:11:42 2026] DELETE /v2.0/ports/3564286c-3041-4ae2-b0c6-7a44b4578e43 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:43.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fe1c3f0-cf28-4803-9daf-8eebb028d514 c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1928] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:43 2026] DELETE /v2.0/subnets/637982c7-3a11-4a74-8d07-54ffcf57f165 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:43.655 7 INFO neutron.pecan_wsgi.hooks.translation [None req-532c35bd-e579-4d87-8c69-45dbedfa550a c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 971/1929] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:43 2026] DELETE /v2.0/subnets/d9652dc7-0819-45d9-b62e-a8251a8f2236 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:11:43.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe865d6d-24e2-4d10-b1a2-3b3b4248b591'] response: {'server_uuid': 'd02ddd26-674e-41b4-80b5-bd6833becfa7', 'name': 'network-vif-deleted', 'tag': '3564286c-3041-4ae2-b0c6-7a44b4578e43', 'status': 'completed', 'code': 200} 2026-05-25 15:11:43.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ce6575c-faae-43d3-8030-0fc43feb873e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 9297a786-b659-4ab8-974a-15f655b06a7d 2026-05-25 15:11:43.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce6575c-faae-43d3-8030-0fc43feb873e bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 9297a786-b659-4ab8-974a-15f655b06a7d 2026-05-25 15:11:43.676 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96f82579-30ff-4710-95fe-02b1bfc24ded c3ad80ebed834d0e9279dda88089fdec 3788c96bb97a408da91c110bf8723d64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1930] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:43 2026] DELETE /v2.0/subnets/04659e72-9936-4933-b4db-6acfc58c7f5f => 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: 973/1931] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:44 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => 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: 959/1932] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:11:43 2026] PUT /v2.0/routers/a4732c6b-7c80-4d25-a7f0-050aab326b17/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:44.484 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ed57dd2-2a3a-46fb-9dd4-32b559a357b5 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 1b0c556e-1f49-4462-81f9-e79039ea5f39 2026-05-25 15:11:44.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ed57dd2-2a3a-46fb-9dd4-32b559a357b5 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 1b0c556e-1f49-4462-81f9-e79039ea5f39 [pid: 8|app: 0|req: 960/1933] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:44 2026] GET /v2.0/security-groups?tenant_id=de5d0c6e43b84e9b9f3df29d18e531e9&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:11:44.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ed57dd2-2a3a-46fb-9dd4-32b559a357b5 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: b803f525-b4f4-4150-94a1-3ca25bec6fdd 2026-05-25 15:11:44.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ed57dd2-2a3a-46fb-9dd4-32b559a357b5 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: b803f525-b4f4-4150-94a1-3ca25bec6fdd [pid: 8|app: 0|req: 961/1934] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:44 2026] DELETE /v2.0/security-groups/0a94cb16-3601-48a2-b8c1-056b4f5163e4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1935] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:44 2026] GET /v2.0/security-groups?tenant_id=3788c96bb97a408da91c110bf8723d64&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1936] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:45 2026] DELETE /v2.0/security-groups/5af47115-99bf-456f-a75a-493346d661c6 => 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: 964/1937] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:45 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:45.150 7 INFO neutron.services.segments.plugin [-] Segment e157df4b-5fae-4f5d-bfdd-0194fda09027 resource provider aggregate not found 2026-05-25 15:11:45.163 7 INFO neutron.services.segments.plugin [-] Segment e157df4b-5fae-4f5d-bfdd-0194fda09027 resource provider aggregate not found 2026-05-25 15:11:45.171 7 INFO neutron.services.segments.plugin [-] Segment e157df4b-5fae-4f5d-bfdd-0194fda09027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e157df4b-5fae-4f5d-bfdd-0194fda09027 found for delete ", "request_id": "req-66ed110a-5e38-4df9-aaec-ae00ab7cf42b"}]} 2026-05-25 15:11:45.181 7 INFO neutron.services.segments.plugin [-] Segment e157df4b-5fae-4f5d-bfdd-0194fda09027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e157df4b-5fae-4f5d-bfdd-0194fda09027 found for delete ", "request_id": "req-1ea27f70-62dc-432c-8579-79bb5fd3487d"}]} 2026-05-25 15:11:45.188 7 INFO neutron.db.l3_hamode_db [None req-1ed57dd2-2a3a-46fb-9dd4-32b559a357b5 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 1741ee47-8086-4958-b77d-d6f38455fe84 was deleted as no HA routers are present in tenant 104046398c1d43c58253ecdd8ecc7732. [pid: 7|app: 0|req: 974/1938] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:44 2026] DELETE /v2.0/routers/a4732c6b-7c80-4d25-a7f0-050aab326b17 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1939] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:45 2026] DELETE /v2.0/subnets/066ccd2b-b68f-4449-818a-59879f2851e6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1940] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:45 2026] GET /v2.0/security-groups?tenant_id=a6759d9c9478490dbadeaca705ee57dc&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:11:45.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-43b2261f-598a-4be9-871f-31e96ece2589 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: d3788000-c8d5-4e66-8624-e503caa2028c 2026-05-25 15:11:45.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43b2261f-598a-4be9-871f-31e96ece2589 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: d3788000-c8d5-4e66-8624-e503caa2028c [pid: 7|app: 0|req: 976/1941] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:45 2026] DELETE /v2.0/security-groups/878c467a-4301-4671-ba5f-f8918b6cbcef => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:45.657 8 INFO neutron.services.segments.plugin [-] Segment ee85ea6a-6588-43ed-b90f-47b3f738f920 resource provider aggregate not found 2026-05-25 15:11:45.663 8 INFO neutron.services.segments.plugin [-] Segment ee85ea6a-6588-43ed-b90f-47b3f738f920 resource provider aggregate not found [pid: 8|app: 0|req: 966/1942] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:45 2026] DELETE /v2.0/networks/3561c5ec-d73f-4252-a91f-1b218947f6dc => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:45.684 8 INFO neutron.services.segments.plugin [-] Segment ee85ea6a-6588-43ed-b90f-47b3f738f920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee85ea6a-6588-43ed-b90f-47b3f738f920 found for delete ", "request_id": "req-eb9e90e5-948e-4d8b-baa2-5d04c76976a9"}]} 2026-05-25 15:11:45.686 8 INFO neutron.services.segments.plugin [-] Segment ee85ea6a-6588-43ed-b90f-47b3f738f920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee85ea6a-6588-43ed-b90f-47b3f738f920 found for delete ", "request_id": "req-9035b2c4-1115-4f4d-9f4a-0c8531305170"}]} [pid: 7|app: 0|req: 977/1943] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:45 2026] GET /v2.0/security-groups?tenant_id=104046398c1d43c58253ecdd8ecc7732&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: 967/1944] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:45 2026] DELETE /v2.0/security-groups/395ed89d-f339-4fff-86b7-2c2ae650822d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1945] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:46 2026] GET /v2.0/ports?device_id=d02ddd26-674e-41b4-80b5-bd6833becfa7 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1946] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:47 2026] DELETE /v2.0/security-groups/701f93ea-5327-4790-bd46-1f0a90be9909 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:47.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce602775-99b8-4221-926d-547d8d9c6c81 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] TaaS: Handle Delete Port: 70dffaa9-c75b-461e-b413-a1020ed6fbba 2026-05-25 15:11:47.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce602775-99b8-4221-926d-547d8d9c6c81 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Tap Mirror: Handle Delete Port: 70dffaa9-c75b-461e-b413-a1020ed6fbba [pid: 7|app: 0|req: 979/1947] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:11:47 2026] DELETE /v2.0/floatingips/b8b0d6de-9a13-4e84-93e3-cad6a5c1dee1 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1948] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:47 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1949] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:48 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:49.089 8 INFO neutron.db.segments_db [None req-1e49615f-2031-48b4-886a-0b070dbcb657 73333eb88395410b9b71f91a963c6aa7 570025b245e64c3aa41765dc29a65e8b - - default default] Added segment a6ae26d8-d2fb-4288-a6de-fcce02c9cced of type vxlan for network 1defc44e-184c-4630-9201-e5c339245b40 [pid: 8|app: 0|req: 970/1950] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:48 2026] POST /v2.0/networks => generated 631 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1951] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 971/1952] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:11:49 2026] PUT /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1953] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&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: 972/1954] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/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: 983/1955] 10.0.0.26 () {34 vars in 763 bytes} [Mon May 25 15:11:49 2026] PUT /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1956] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1957] 10.0.0.26 () {34 vars in 759 bytes} [Mon May 25 15:11:49 2026] PUT /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags/red => 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: 974/1958] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/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: 985/1959] 10.0.0.26 () {34 vars in 781 bytes} [Mon May 25 15:11:49 2026] PUT /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1960] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1961] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:11:49 2026] PUT /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/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: 976/1962] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1963] 10.0.0.26 () {32 vars in 740 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:49.897 8 INFO neutron.api.v2.resource [None req-180fcf6f-095a-4423-9989-14288fc73424 73333eb88395410b9b71f91a963c6aa7 570025b245e64c3aa41765dc29a65e8b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/1964] 10.0.0.26 () {32 vars in 744 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1965] 10.0.0.26 () {32 vars in 743 bytes} [Mon May 25 15:11:49 2026] DELETE /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/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: 978/1966] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:11:49 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:50.050 7 INFO neutron.api.v2.resource [None req-6a88e934-db2d-435c-8248-3c4e540729fc 73333eb88395410b9b71f91a963c6aa7 570025b245e64c3aa41765dc29a65e8b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 989/1967] 10.0.0.26 () {32 vars in 747 bytes} [Mon May 25 15:11:50 2026] DELETE /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1968] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:11:50 2026] DELETE /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/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: 990/1969] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:11:50 2026] GET /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:50.313 8 INFO neutron.services.segments.plugin [-] Segment a6ae26d8-d2fb-4288-a6de-fcce02c9cced resource provider aggregate not found 2026-05-25 15:11:50.319 8 INFO neutron.services.segments.plugin [-] Segment a6ae26d8-d2fb-4288-a6de-fcce02c9cced resource provider aggregate not found 2026-05-25 15:11:50.334 8 INFO neutron.services.segments.plugin [-] Segment a6ae26d8-d2fb-4288-a6de-fcce02c9cced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6ae26d8-d2fb-4288-a6de-fcce02c9cced found for delete ", "request_id": "req-f192564c-30da-42e7-b8f6-8b17192ba66e"}]} 2026-05-25 15:11:50.343 8 INFO neutron.services.segments.plugin [-] Segment a6ae26d8-d2fb-4288-a6de-fcce02c9cced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6ae26d8-d2fb-4288-a6de-fcce02c9cced found for delete ", "request_id": "req-4e9c673c-b478-4ee2-b455-e6a9d3cfa2e2"}]} [pid: 7|app: 0|req: 991/1970] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:50 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1971] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:50 2026] DELETE /v2.0/networks/1defc44e-184c-4630-9201-e5c339245b40 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1972] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:11:50 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 981/1973] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:11:50 2026] GET /v2.0/security-groups?id=4a1be95f-9ecf-4c81-84a8-a0eb0a7df813&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:50.509 7 INFO neutron_taas.services.taas.taas_plugin [req-b90d5b6f-ebb3-4dcc-a9a0-6f5489750381 req-eb711dac-5856-4732-aa13-2996bddab87e ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] TaaS: Handle Delete Port: 2dd159cc-4489-4010-b274-7ff1d8fafc62 2026-05-25 15:11:50.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b90d5b6f-ebb3-4dcc-a9a0-6f5489750381 req-eb711dac-5856-4732-aa13-2996bddab87e ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Tap Mirror: Handle Delete Port: 2dd159cc-4489-4010-b274-7ff1d8fafc62 [pid: 7|app: 0|req: 993/1974] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:11:50 2026] DELETE /v2.0/ports/2dd159cc-4489-4010-b274-7ff1d8fafc62 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:11:50.670 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bc15c58-f99a-46b5-a8c1-066d52261cf2'] response: {'server_uuid': '013083ff-47d2-4015-b4df-76ef2328caa5', 'name': 'network-vif-deleted', 'tag': '2dd159cc-4489-4010-b274-7ff1d8fafc62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 982/1975] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:50 2026] GET /v2.0/security-groups?tenant_id=946f838f2b4f4ddf89c14c996e0f0aee&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1976] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:50 2026] DELETE /v2.0/security-groups/ca5069e9-3322-4b04-b1bc-9169e10df4f2 => 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: 995/1977] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:51 2026] GET /v2.0/security-groups?tenant_id=de2a7711fd794d569a7667ccaefc8072&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1978] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:51 2026] DELETE /v2.0/security-groups/89cc4dda-4eee-44eb-87b6-386ffdcf4b5c => 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: 983/1979] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:51 2026] GET /v2.0/security-groups?tenant_id=bd275a71dc73492cb1c8c1b8a1ddfd9f&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1980] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:51 2026] DELETE /v2.0/security-groups/8bf307e5-c71c-4c8d-826e-4efdbefb5de4 => 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: 984/1981] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:51 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1982] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:51 2026] GET /v2.0/security-groups?tenant_id=570025b245e64c3aa41765dc29a65e8b&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1983] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:51 2026] DELETE /v2.0/security-groups/f56bb7fc-15d2-4870-a45a-27cad493893e => 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: 999/1984] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:52 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 1001/1987] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:11:53 2026] GET /v2.0/ports?device_id=013083ff-47d2-4015-b4df-76ef2328caa5 => 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: 987/1988] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:54 2026] DELETE /v2.0/security-groups/4a1be95f-9ecf-4c81-84a8-a0eb0a7df813 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:55.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a188de9-f27d-42a1-8880-47bf6d95f8f4 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] TaaS: Handle Delete Port: f12ad115-40d0-42cc-a6b0-2ea3a57e7cac 2026-05-25 15:11:55.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a188de9-f27d-42a1-8880-47bf6d95f8f4 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Tap Mirror: Handle Delete Port: f12ad115-40d0-42cc-a6b0-2ea3a57e7cac 2026-05-25 15:11:55.306 7 INFO neutron.db.segments_db [None req-00472b9d-4b72-4bb4-a7f0-c144017c3c62 11108bfe6f0241ee8fb07a02ae38ec1a bf277b76f30849c283442d868f3d1b67 - - default default] Added segment ed9bfa72-96a8-496a-bf90-48aca7412ff5 of type vxlan for network 69ec21fe-eaf3-40f9-83c2-a4f802d356c5 [pid: 7|app: 0|req: 1002/1989] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:11:54 2026] POST /v2.0/networks => generated 632 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1990] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:11:55 2026] POST /v2.0/ports => generated 743 bytes in 306 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: 988/1991] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:11:54 2026] PUT /v2.0/routers/3e968807-f655-4c52-82cc-a429c77bc4a5/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1992] 10.0.0.26 () {34 vars in 665 bytes} [Mon May 25 15:11:55 2026] POST /v2.0/trunks => generated 407 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1993] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:11:55 2026] PUT /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1994] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1995] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:55 2026] DELETE /v2.0/subnets/d14ba397-7a48-4672-84c0-c09902669fc2 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1996] 10.0.0.26 () {34 vars in 759 bytes} [Mon May 25 15:11:56 2026] PUT /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/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: 1008/1997] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1998] 10.0.0.26 () {34 vars in 755 bytes} [Mon May 25 15:11:56 2026] PUT /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1999] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2000] 10.0.0.26 () {34 vars in 777 bytes} [Mon May 25 15:11:56 2026] PUT /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2001] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/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: 1013/2002] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:11:56 2026] PUT /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:56.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-07af1ad0-f614-4840-8727-37591c15c92b ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] TaaS: Handle Delete Port: bce2c84f-d677-4af4-a6e2-10cc7d518573 2026-05-25 15:11:56.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07af1ad0-f614-4840-8727-37591c15c92b ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Tap Mirror: Handle Delete Port: bce2c84f-d677-4af4-a6e2-10cc7d518573 [pid: 7|app: 0|req: 1014/2003] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2004] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:56.416 7 INFO neutron.api.v2.resource [None req-83ec7cfc-1f07-4457-abcd-c822ab7cbbd9 11108bfe6f0241ee8fb07a02ae38ec1a bf277b76f30849c283442d868f3d1b67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/2005] 10.0.0.26 () {32 vars in 740 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2006] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:56 2026] DELETE /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags/red => 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: 1018/2007] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:11:56.535 7 INFO neutron.api.v2.resource [None req-896b689a-a2a8-428c-b4cb-1f4aff5572a7 11108bfe6f0241ee8fb07a02ae38ec1a bf277b76f30849c283442d868f3d1b67 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1019/2008] 10.0.0.26 () {32 vars in 743 bytes} [Mon May 25 15:11:56 2026] DELETE /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2009] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:11:56 2026] DELETE /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2010] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a/tags => 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: 1022/2011] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:56.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-07af1ad0-f614-4840-8727-37591c15c92b ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] TaaS: Handle Delete Port: c24ef317-a823-4b91-b75b-7a5e20c762cd 2026-05-25 15:11:56.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07af1ad0-f614-4840-8727-37591c15c92b ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Tap Mirror: Handle Delete Port: c24ef317-a823-4b91-b75b-7a5e20c762cd [pid: 7|app: 0|req: 1023/2012] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:11:56 2026] GET /v2.0/ports/790deab6-6f06-4049-a40b-1ee0b43d7c7b => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:11:56.983 8 INFO neutron.services.segments.plugin [-] Segment 93b62f48-a053-4aca-9a65-7c38ef95cca7 resource provider aggregate not found 2026-05-25 15:11:56.989 8 INFO neutron.services.segments.plugin [-] Segment 93b62f48-a053-4aca-9a65-7c38ef95cca7 resource provider aggregate not found 2026-05-25 15:11:57.008 8 INFO neutron.services.segments.plugin [-] Segment 93b62f48-a053-4aca-9a65-7c38ef95cca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93b62f48-a053-4aca-9a65-7c38ef95cca7 found for delete ", "request_id": "req-53a8ad36-6ca9-4886-adc3-a7c50caff43e"}]} 2026-05-25 15:11:57.010 8 INFO neutron.services.segments.plugin [-] Segment 93b62f48-a053-4aca-9a65-7c38ef95cca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93b62f48-a053-4aca-9a65-7c38ef95cca7 found for delete ", "request_id": "req-04c8fc8e-a0a4-46a0-83e4-d008f626a29a"}]} 2026-05-25 15:11:57.016 8 INFO neutron.db.l3_hamode_db [None req-07af1ad0-f614-4840-8727-37591c15c92b ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] HA network 3de6a7ca-d7e1-4c59-bdb8-19839016e6b2 was deleted as no HA routers are present in tenant d6d910c9caa54fd08e879b4337382a21. [pid: 8|app: 0|req: 990/2013] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:11:56 2026] DELETE /v2.0/routers/3e968807-f655-4c52-82cc-a429c77bc4a5 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:57.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-905a5f94-733a-44d1-9827-f63769b44fc5 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] TaaS: Handle Delete Port: 21d8e14a-a01a-459d-ba3e-e6281a643ba2 2026-05-25 15:11:57.117 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-905a5f94-733a-44d1-9827-f63769b44fc5 ea6b49a1c0064f29896179cff2cb3955 d6d910c9caa54fd08e879b4337382a21 - - default default] Tap Mirror: Handle Delete Port: 21d8e14a-a01a-459d-ba3e-e6281a643ba2 [pid: 8|app: 0|req: 991/2014] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:57 2026] DELETE /v2.0/networks/5263fdf8-56e9-402e-aadb-d9fd9ba51d1d => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2015] 10.0.0.26 () {32 vars in 721 bytes} [Mon May 25 15:11:56 2026] DELETE /v2.0/trunks/68c75240-8737-4cad-bf00-8a55d6ae1d5a => generated 0 bytes in 630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:57.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-c38b94a2-b74b-44c2-a867-e82004db026c 11108bfe6f0241ee8fb07a02ae38ec1a bf277b76f30849c283442d868f3d1b67 - - default default] TaaS: Handle Delete Port: 790deab6-6f06-4049-a40b-1ee0b43d7c7b 2026-05-25 15:11:57.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c38b94a2-b74b-44c2-a867-e82004db026c 11108bfe6f0241ee8fb07a02ae38ec1a bf277b76f30849c283442d868f3d1b67 - - default default] Tap Mirror: Handle Delete Port: 790deab6-6f06-4049-a40b-1ee0b43d7c7b [pid: 8|app: 0|req: 992/2016] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:11:57 2026] DELETE /v2.0/ports/790deab6-6f06-4049-a40b-1ee0b43d7c7b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2017] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:11:57 2026] DELETE /v2.0/networks/69ec21fe-eaf3-40f9-83c2-a4f802d356c5 => 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: 1025/2018] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:57 2026] GET /v2.0/security-groups?tenant_id=f8d98b308f2d4368a415615127a28684&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2019] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:57 2026] DELETE /v2.0/security-groups/2b33ca2e-2466-48cb-9207-3e61cf9b78bf => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2020] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:58 2026] GET /v2.0/security-groups?tenant_id=d8747ec190584033b5f1cdf25a0be469&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: 996/2021] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:58 2026] DELETE /v2.0/security-groups/73306265-258a-4cbe-a62b-5680ad1057e3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2022] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:57 2026] GET /v2.0/security-groups?tenant_id=485aa8b10a2a421b928b0786141950ed&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2023] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:58 2026] GET /v2.0/security-groups?tenant_id=bf277b76f30849c283442d868f3d1b67&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2024] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:58 2026] DELETE /v2.0/security-groups/ed8e55a0-50d1-406c-bb91-284b8b5b0dd1 => 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: 1028/2025] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:58 2026] DELETE /v2.0/security-groups/918e4f3d-6e2c-418c-a118-134999b09d49 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2026] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:58 2026] GET /v2.0/security-groups?tenant_id=d6d910c9caa54fd08e879b4337382a21&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2027] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:58 2026] DELETE /v2.0/security-groups/c398efd8-d298-46e0-81f1-2e13949edde0 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2028] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:11:58 2026] GET /v2.0/security-groups?tenant_id=e4a93781cd814884958757f307ce6639&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2029] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:11:58 2026] DELETE /v2.0/security-groups/900b3d3e-18e0-42f1-beb3-2d99d634baa2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:11:59.034 8 INFO neutron.services.segments.plugin [-] Segment 4ea27acd-8781-40d5-bb12-f42afce51efe resource provider aggregate not found 2026-05-25 15:11:59.049 8 INFO neutron.services.segments.plugin [-] Segment 4ea27acd-8781-40d5-bb12-f42afce51efe resource provider aggregate not found 2026-05-25 15:11:59.049 8 INFO neutron.services.segments.plugin [-] Segment 4ea27acd-8781-40d5-bb12-f42afce51efe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea27acd-8781-40d5-bb12-f42afce51efe found for delete ", "request_id": "req-99b9a58c-ee56-44d8-aad2-39ed507317b0"}]} 2026-05-25 15:11:59.076 8 INFO neutron.services.segments.plugin [-] Segment 4ea27acd-8781-40d5-bb12-f42afce51efe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea27acd-8781-40d5-bb12-f42afce51efe found for delete ", "request_id": "req-ced535b3-0072-450d-89c5-2501077b97f4"}]} 2026-05-25 15:11:59.082 8 INFO neutron.services.segments.plugin [-] Segment ed9bfa72-96a8-496a-bf90-48aca7412ff5 resource provider aggregate not found 2026-05-25 15:11:59.101 8 INFO neutron.services.segments.plugin [-] Segment ed9bfa72-96a8-496a-bf90-48aca7412ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed9bfa72-96a8-496a-bf90-48aca7412ff5 found for delete ", "request_id": "req-488d939d-62d5-4483-84b8-53d9e2069346"}]} 2026-05-25 15:11:59.112 8 INFO neutron.services.segments.plugin [-] Segment ed9bfa72-96a8-496a-bf90-48aca7412ff5 resource provider aggregate not found 2026-05-25 15:11:59.140 8 INFO neutron.services.segments.plugin [-] Segment ed9bfa72-96a8-496a-bf90-48aca7412ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed9bfa72-96a8-496a-bf90-48aca7412ff5 found for delete ", "request_id": "req-910ad682-8260-43d0-b080-e330a17ab186"}]} [pid: 8|app: 0|req: 1000/2030] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:00 2026] GET /v2.0/security-groups?tenant_id=c2fdef17e16540daabb194558e24ecb0&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2031] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:00 2026] DELETE /v2.0/security-groups/001b017c-ec31-42f0-99a8-55c1d43d4728 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:02.451 7 INFO neutron.db.segments_db [None req-92808b4f-8b33-4918-8f45-c0fc7861f720 f963cd62b4cc4996a18942e9a4f7c993 14422cc3be0d4e3fb815224fbb557394 - - default default] Added segment 7feefc8e-508a-463c-a684-dc29d876281a of type vxlan for network 48c0767d-593b-461e-b06b-51fb607f3459 [pid: 7|app: 0|req: 1032/2032] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:12:02 2026] POST /v2.0/networks => generated 631 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2033] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:12:01 2026] POST /v2.0/floatingips => generated 552 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:02.613 7 INFO neutron.db.segments_db [None req-45b5b46d-7645-4d61-ba5f-6c7cf4739045 f963cd62b4cc4996a18942e9a4f7c993 14422cc3be0d4e3fb815224fbb557394 - - default default] Added segment e917cad8-e849-40ea-87cd-ceedf3c860ea of type vxlan for network f3824cfa-8800-4764-9a5b-2c2c1a461287 [pid: 8|app: 0|req: 1002/2034] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:12:02 2026] PUT /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2035] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:12:02 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2036] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:12:02 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/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: 1034/2037] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:12:02 2026] PUT /v2.0/networks/48c0767d-593b-461e-b06b-51fb607f3459/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2038] 10.0.0.26 () {34 vars in 769 bytes} [Mon May 25 15:12:02 2026] PUT /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2039] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:02 2026] GET /v2.0/networks/48c0767d-593b-461e-b06b-51fb607f3459/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2040] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:12:02 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2041] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:12:02 2026] PUT /v2.0/networks/f3824cfa-8800-4764-9a5b-2c2c1a461287/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: 1008/2042] 10.0.0.26 () {34 vars in 765 bytes} [Mon May 25 15:12:02 2026] PUT /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2043] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:02 2026] GET /v2.0/networks/f3824cfa-8800-4764-9a5b-2c2c1a461287/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:12:03.064 7 INFO neutron.db.segments_db [None req-037fec79-4514-44f3-bf63-6e5ac2597910 91cc2b009dfc463085ebbae0750609ff 86a0282da7754692acbf936753c02d8b - - default default] Added segment 507900d0-d3bf-49cc-af84-a3efdb158b8f of type vxlan for network a38ae2cb-54c4-4da2-ab7a-7a862dfaa9e4 [pid: 8|app: 0|req: 1010/2044] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:12:03 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/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: 1011/2045] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:12:03 2026] PUT /v2.0/networks/f3824cfa-8800-4764-9a5b-2c2c1a461287/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2046] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:12:02 2026] POST /v2.0/networks => generated 647 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2047] 10.0.0.26 () {34 vars in 787 bytes} [Mon May 25 15:12:03 2026] PUT /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2048] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:03 2026] GET /v2.0/networks/f3824cfa-8800-4764-9a5b-2c2c1a461287/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2049] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:12:03 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2050] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:03 2026] GET /v2.0/networks/48c0767d-593b-461e-b06b-51fb607f3459/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: 1014/2051] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:12:03 2026] PUT /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2052] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:12:03 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:12:03.373 7 INFO neutron.services.segments.plugin [-] Segment 7feefc8e-508a-463c-a684-dc29d876281a resource provider aggregate not found 2026-05-25 15:12:03.382 7 INFO neutron.services.segments.plugin [-] Segment 7feefc8e-508a-463c-a684-dc29d876281a resource provider aggregate not found [pid: 8|app: 0|req: 1016/2053] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:03 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:03.398 7 INFO neutron.services.segments.plugin [-] Segment 7feefc8e-508a-463c-a684-dc29d876281a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7feefc8e-508a-463c-a684-dc29d876281a found for delete ", "request_id": "req-32ca46e9-4116-4c4f-a873-c8259511cc68"}]} 2026-05-25 15:12:03.399 7 INFO neutron.services.segments.plugin [-] Segment 7feefc8e-508a-463c-a684-dc29d876281a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7feefc8e-508a-463c-a684-dc29d876281a found for delete ", "request_id": "req-24fbfa5f-81a2-4420-97d5-6655d9f51d9d"}]} [pid: 7|app: 0|req: 1038/2054] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:12:03 2026] DELETE /v2.0/networks/48c0767d-593b-461e-b06b-51fb607f3459 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:12:03.433 8 INFO neutron.api.v2.resource [None req-6af994fb-88ec-4009-8d61-861077ea6da3 55ce139bdc834f7b9763d41f918cee35 a466260c65114006bc355ae7788b2d0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/2055] 10.0.0.26 () {32 vars in 750 bytes} [Mon May 25 15:12:03 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2056] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:12:03 2026] DELETE /v2.0/networks/f3824cfa-8800-4764-9a5b-2c2c1a461287 => 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: 1040/2057] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:03 2026] POST /v2.0/subnets => generated 673 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:03.970 7 INFO neutron.db.segments_db [None req-0023d3f9-1acc-4c89-9e65-5199f5f3d17b 91cc2b009dfc463085ebbae0750609ff 86a0282da7754692acbf936753c02d8b - - default default] Added segment 2f9ee28a-b65e-4cc8-a093-c76a651cca6d of type vxlan for network b5ad1a6b-2d63-4faf-8e4b-3fe8e33fe433 [pid: 8|app: 0|req: 1018/2058] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:12:03 2026] DELETE /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags/red => generated 0 bytes in 560 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2059] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:12:04 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2060] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:12:03 2026] POST /v2.0/networks => generated 647 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:04.097 8 INFO neutron.api.v2.resource [None req-7272ae5e-4757-4e94-abcb-b0b3cfdc7662 55ce139bdc834f7b9763d41f918cee35 a466260c65114006bc355ae7788b2d0e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2061] 10.0.0.26 () {32 vars in 753 bytes} [Mon May 25 15:12:04 2026] DELETE /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2062] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:12:04 2026] DELETE /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2063] 10.0.0.26 () {34 vars in 742 bytes} [Mon May 25 15:12:04 2026] PUT /v2.0/networks/b5ad1a6b-2d63-4faf-8e4b-3fe8e33fe433 => generated 592 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2064] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:12:04 2026] GET /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e/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: 1043/2065] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:04 2026] GET /v2.0/security-groups?tenant_id=14422cc3be0d4e3fb815224fbb557394&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:12:04.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff443c74-e7af-43fa-911e-2a108c626641 55ce139bdc834f7b9763d41f918cee35 a466260c65114006bc355ae7788b2d0e - - default default] TaaS: Handle Delete Port: 3ffcb5aa-dc22-4f26-bab3-4055b5dbca69 2026-05-25 15:12:04.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff443c74-e7af-43fa-911e-2a108c626641 55ce139bdc834f7b9763d41f918cee35 a466260c65114006bc355ae7788b2d0e - - default default] Tap Mirror: Handle Delete Port: 3ffcb5aa-dc22-4f26-bab3-4055b5dbca69 [pid: 8|app: 0|req: 1023/2066] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:04 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2067] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:04 2026] DELETE /v2.0/security-groups/130c56c4-3310-4fdc-91d6-4a87ec4c7f15 => 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: 1044/2068] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:12:04 2026] DELETE /v2.0/floatingips/37931df3-5a35-4e47-b66c-becea702677e => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2069] 10.0.0.26 () {34 vars in 740 bytes} [Mon May 25 15:12:04 2026] PUT /v2.0/subnets/36c306ac-cc6f-4f60-ae8c-54b258696f8b => generated 656 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2070] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:04 2026] GET /v2.0/security-groups?tenant_id=09cc8e08751b4ccbb6edd4de93b6f102&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2071] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:04 2026] DELETE /v2.0/security-groups/b3eb4fc8-5f22-4525-9fc7-68dd8509fd7e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:04.896 8 INFO neutron.services.segments.plugin [-] Segment 2f9ee28a-b65e-4cc8-a093-c76a651cca6d resource provider aggregate not found 2026-05-25 15:12:04.900 8 INFO neutron.services.segments.plugin [-] Segment 2f9ee28a-b65e-4cc8-a093-c76a651cca6d resource provider aggregate not found [pid: 8|app: 0|req: 1026/2072] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:12:04 2026] DELETE /v2.0/networks/b5ad1a6b-2d63-4faf-8e4b-3fe8e33fe433 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:12:04.928 8 INFO neutron.services.segments.plugin [-] Segment 2f9ee28a-b65e-4cc8-a093-c76a651cca6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f9ee28a-b65e-4cc8-a093-c76a651cca6d found for delete ", "request_id": "req-27a8ab7a-3be0-48f9-a367-56e3a95985c2"}]} 2026-05-25 15:12:04.929 8 INFO neutron.services.segments.plugin [-] Segment 2f9ee28a-b65e-4cc8-a093-c76a651cca6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f9ee28a-b65e-4cc8-a093-c76a651cca6d found for delete ", "request_id": "req-4a1e2528-56cd-40e8-854c-2ea541bcf59c"}]} 2026-05-25 15:12:04.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27c5b826-701b-443f-b811-c5b5410e1fdd 91cc2b009dfc463085ebbae0750609ff 86a0282da7754692acbf936753c02d8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1047/2073] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:12:04 2026] DELETE /v2.0/networks/b5ad1a6b-2d63-4faf-8e4b-3fe8e33fe433 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2074] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:12:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2075] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:12:04 2026] GET /v2.0/subnets?network_id=2299726e-94e8-483b-ab1d-7fe318578c98 => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2076] 10.0.0.26 () {32 vars in 652 bytes} [Mon May 25 15:12:05 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2077] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:12:05 2026] GET /v2.0/networks => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2078] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:12:05 2026] GET /v2.0/subnets => generated 1312 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2079] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:12:05 2026] GET /v2.0/networks/a38ae2cb-54c4-4da2-ab7a-7a862dfaa9e4 => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2080] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:12:05 2026] GET /v2.0/subnets/0df72ce1-1681-402c-a297-dd6a571ba4cc => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:12:05.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90ce54e3-ca2a-4b07-9e61-f716783ef48f 91cc2b009dfc463085ebbae0750609ff 86a0282da7754692acbf936753c02d8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1051/2081] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:12:05 2026] DELETE /v2.0/subnets/36c306ac-cc6f-4f60-ae8c-54b258696f8b => generated 136 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:12:05.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e37120ae-06d7-4333-a782-88bce06c38b4 91cc2b009dfc463085ebbae0750609ff 86a0282da7754692acbf936753c02d8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/2082] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:12:05 2026] DELETE /v2.0/networks/b5ad1a6b-2d63-4faf-8e4b-3fe8e33fe433 => generated 138 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:12:05.419 7 INFO neutron.services.segments.plugin [-] Segment e917cad8-e849-40ea-87cd-ceedf3c860ea resource provider aggregate not found 2026-05-25 15:12:05.422 7 INFO neutron.services.segments.plugin [-] Segment e917cad8-e849-40ea-87cd-ceedf3c860ea resource provider aggregate not found 2026-05-25 15:12:05.433 7 INFO neutron.services.segments.plugin [-] Segment e917cad8-e849-40ea-87cd-ceedf3c860ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e917cad8-e849-40ea-87cd-ceedf3c860ea found for delete ", "request_id": "req-06d0455f-aafe-45a6-a7e2-f0ee49841214"}]} 2026-05-25 15:12:05.443 7 INFO neutron.services.segments.plugin [-] Segment e917cad8-e849-40ea-87cd-ceedf3c860ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e917cad8-e849-40ea-87cd-ceedf3c860ea found for delete ", "request_id": "req-19bdae2c-04ba-4e56-a2bc-254cb9a113a5"}]} [pid: 7|app: 0|req: 1053/2083] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:12:05 2026] DELETE /v2.0/subnets/0df72ce1-1681-402c-a297-dd6a571ba4cc => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2084] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:05 2026] GET /v2.0/security-groups?tenant_id=5f23703624704de89a498f2cf7621896&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:12:05.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-11189540-6b7b-4280-98fb-d4b858dffd9d 91cc2b009dfc463085ebbae0750609ff 86a0282da7754692acbf936753c02d8b - - default default] TaaS: Handle Delete Port: e9b9fc5c-282a-44c9-b576-28b9974b70dc 2026-05-25 15:12:05.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11189540-6b7b-4280-98fb-d4b858dffd9d 91cc2b009dfc463085ebbae0750609ff 86a0282da7754692acbf936753c02d8b - - default default] Tap Mirror: Handle Delete Port: e9b9fc5c-282a-44c9-b576-28b9974b70dc [pid: 8|app: 0|req: 1032/2085] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:05 2026] DELETE /v2.0/security-groups/142b2507-68d8-4654-a0ff-db2d0fdda730 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2086] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:12:05 2026] DELETE /v2.0/networks/a38ae2cb-54c4-4da2-ab7a-7a862dfaa9e4 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2087] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:05 2026] GET /v2.0/security-groups?tenant_id=a466260c65114006bc355ae7788b2d0e&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2088] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:06 2026] DELETE /v2.0/security-groups/cdccb518-9eb8-44ec-8fbb-0cd3ba5744e9 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2089] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:06 2026] GET /v2.0/security-groups?tenant_id=86a0282da7754692acbf936753c02d8b&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2090] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:06 2026] DELETE /v2.0/security-groups/ed36fd05-e625-4154-bbd9-18fa8f74fa9a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:07.454 7 INFO neutron.services.segments.plugin [-] Segment 507900d0-d3bf-49cc-af84-a3efdb158b8f resource provider aggregate not found 2026-05-25 15:12:07.464 7 INFO neutron.services.segments.plugin [-] Segment 507900d0-d3bf-49cc-af84-a3efdb158b8f resource provider aggregate not found 2026-05-25 15:12:07.467 7 INFO neutron.services.segments.plugin [-] Segment 507900d0-d3bf-49cc-af84-a3efdb158b8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 507900d0-d3bf-49cc-af84-a3efdb158b8f found for delete ", "request_id": "req-d869d61e-eadf-40a6-998d-6a5ed88ec2af"}]} 2026-05-25 15:12:07.481 7 INFO neutron.services.segments.plugin [-] Segment 507900d0-d3bf-49cc-af84-a3efdb158b8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 507900d0-d3bf-49cc-af84-a3efdb158b8f found for delete ", "request_id": "req-62c56264-e478-4ff4-9dc6-18a93833236c"}]} 2026-05-25 15:12:08.657 8 INFO neutron.db.segments_db [None req-5611e275-26a9-43d6-85da-c86460cf0978 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 89c9a8d6-6d19-4b50-8da2-01e85edad452 of type vxlan for network e64c1103-f3cf-43fd-86d6-ad42e1e56102 [pid: 8|app: 0|req: 1036/2093] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:12:08 2026] POST /v2.0/networks => generated 741 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2094] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:08 2026] POST /v2.0/subnets => generated 688 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:08.997 8 INFO neutron.db.segments_db [None req-944921e9-cafb-4255-98e4-9e8b3cdc2fd7 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 91c01045-140e-4272-bc6d-180b3a32b9fd of type vxlan for network 2d44656d-17e6-4a2b-b96d-ce7216c8b118 2026-05-25 15:12:09.225 8 INFO neutron.db.l3_hamode_db [None req-944921e9-cafb-4255-98e4-9e8b3cdc2fd7 bd83e85f9b664566af908d3f2868a642 cc07d45c20dc4e6897740481e67c61c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1059/2095] 10.0.0.26 () {34 vars in 677 bytes} [Mon May 25 15:12:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2096] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:12:09 2026] PUT /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/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: 1061/2097] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2098] 10.0.0.26 () {34 vars in 763 bytes} [Mon May 25 15:12:09 2026] PUT /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2099] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2100] 10.0.0.26 () {34 vars in 759 bytes} [Mon May 25 15:12:09 2026] PUT /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2101] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2102] 10.0.0.26 () {34 vars in 781 bytes} [Mon May 25 15:12:09 2026] PUT /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/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: 7|app: 0|req: 1067/2103] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2104] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:12:09 2026] PUT /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2105] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2106] 10.0.0.26 () {32 vars in 740 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:09.842 7 INFO neutron.api.v2.resource [None req-ee6f0ee3-4870-46d6-ac39-5dc0fd506f4b 64f73a6470754397830c5d12f6a47745 76128ab72afe45efb6b185fc82a6554e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1071/2107] 10.0.0.26 () {32 vars in 744 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/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: 1072/2108] 10.0.0.26 () {32 vars in 743 bytes} [Mon May 25 15:12:09 2026] DELETE /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags/red => 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: 1073/2109] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:09 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:12:09.984 7 INFO neutron.api.v2.resource [None req-d92a08d9-6111-46c7-9e81-4daffa88095d 64f73a6470754397830c5d12f6a47745 76128ab72afe45efb6b185fc82a6554e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1074/2110] 10.0.0.26 () {32 vars in 747 bytes} [Mon May 25 15:12:09 2026] DELETE /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2111] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:12:09 2026] DELETE /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:10.053 8 INFO neutron.db.l3_hamode_db [None req-944921e9-cafb-4255-98e4-9e8b3cdc2fd7 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1076/2112] 10.0.0.26 () {32 vars in 732 bytes} [Mon May 25 15:12:10 2026] GET /v2.0/policies/4574f552-8d92-4105-a453-29207aac8562/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: 1077/2113] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:12:10 2026] DELETE /v2.0/qos/policies/4574f552-8d92-4105-a453-29207aac8562 => 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: 1037/2114] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:08 2026] POST /v2.0/routers => generated 728 bytes in 1962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2115] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:10 2026] GET /v2.0/security-groups?tenant_id=76128ab72afe45efb6b185fc82a6554e&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2116] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:10 2026] DELETE /v2.0/security-groups/2071e162-3cae-46dd-a6e1-6f65f2c52e0a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2117] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:11 2026] GET /v2.0/security-groups?tenant_id=f9d5e78abc8f4d938085c8894cab49b7&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: 1081/2118] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:11 2026] DELETE /v2.0/security-groups/fbb31507-4ff4-4873-89e3-197e7c2ef2ba => 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: 1038/2119] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:12:10 2026] PUT /v2.0/routers/d38cace0-9606-42b8-9c34-c6318df46ad9/add_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2120] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:12:14 2026] GET /v2.0/networks?id=e64c1103-f3cf-43fd-86d6-ad42e1e56102 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2121] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:12:14 2026] GET /v2.0/quotas/cc07d45c20dc4e6897740481e67c61c5 => 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: 1083/2122] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:12:14 2026] GET /v2.0/ports?tenant_id=cc07d45c20dc4e6897740481e67c61c5&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2123] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:12:14 2026] GET /v2.0/networks/e64c1103-f3cf-43fd-86d6-ad42e1e56102?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2124] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:12:14 2026] GET /v2.0/networks/e64c1103-f3cf-43fd-86d6-ad42e1e56102?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2125] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:14 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1085/2126] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:12:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2127] 10.0.0.26 () {34 vars in 766 bytes} [Mon May 25 15:12:15 2026] PUT /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2128] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:15 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/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: 1043/2129] 10.0.0.26 () {34 vars in 777 bytes} [Mon May 25 15:12:15 2026] PUT /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2130] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:15 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2131] 10.0.0.26 () {34 vars in 773 bytes} [Mon May 25 15:12:15 2026] PUT /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2132] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:15 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2133] 10.0.0.26 () {34 vars in 795 bytes} [Mon May 25 15:12:15 2026] PUT /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2134] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:15 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => generated 52 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2135] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:15 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1046/2136] 10.0.0.26 () {34 vars in 766 bytes} [Mon May 25 15:12:15 2026] PUT /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2137] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:16 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2138] 10.0.0.26 () {32 vars in 754 bytes} [Mon May 25 15:12:16 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:16.191 7 INFO neutron.api.v2.resource [None req-9c905b0a-2a45-4ca0-82e0-2b1d4ba6bb33 1a79d11219a445eebf42a06e88d6c4b6 3e7438290df044ad860acf39f11c38a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1092/2139] 10.0.0.26 () {32 vars in 758 bytes} [Mon May 25 15:12:16 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2140] 10.0.0.26 () {32 vars in 757 bytes} [Mon May 25 15:12:16 2026] DELETE /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2141] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:16 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:12:16.355 8 INFO neutron.api.v2.resource [None req-f5a29fc8-06c9-4ba2-9160-cb6379e0fd7c 1a79d11219a445eebf42a06e88d6c4b6 3e7438290df044ad860acf39f11c38a4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/2142] 10.0.0.26 () {32 vars in 761 bytes} [Mon May 25 15:12:16 2026] DELETE /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2143] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:12:16 2026] DELETE /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/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: 1050/2144] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:12:16 2026] GET /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6/tags => 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: 1095/2145] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:16 2026] DELETE /v2.0/security-groups/8cbb68bc-005d-40be-b46c-ec574d87c8c6 => 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: 1051/2146] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:17 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1096/2147] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:17 2026] GET /v2.0/security-groups?tenant_id=3e7438290df044ad860acf39f11c38a4&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: 1052/2148] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:17 2026] DELETE /v2.0/security-groups/7fd072f4-2fca-40e8-aa21-9da4795a4305 => 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: 1097/2149] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:17 2026] GET /v2.0/security-groups?tenant_id=c155639d20f348348620fe65847b117a&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2150] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:17 2026] DELETE /v2.0/security-groups/ad90b12e-70f7-4c54-8328-73479d839893 => 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: 1098/2151] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:18 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1054/2152] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:12:19 2026] GET /v2.0/networks?id=e64c1103-f3cf-43fd-86d6-ad42e1e56102 => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2153] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:19 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1099/2154] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:12:19 2026] POST /v2.0/ports => generated 958 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2155] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:12:19 2026] PUT /v2.0/ports/7f9512c1-3081-46db-a9df-b4780953f3d2 => generated 1239 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:12:19.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d5486cc-d6c8-424f-ba7d-428219c68722'] response: {'name': 'network-changed', 'server_uuid': '63650dc2-9dff-4fa1-8ba5-ffd23495531a', 'tag': '7f9512c1-3081-46db-a9df-b4780953f3d2', '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: 1100/2156] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:20 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 973 bytes in 75 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: 1057/2157] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:20 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2158] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:12:20 2026] GET /v2.0/ports?tenant_id=cc07d45c20dc4e6897740481e67c61c5&device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1058/2159] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:12:20 2026] GET /v2.0/networks?tenant_id=cc07d45c20dc4e6897740481e67c61c5&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2160] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:12:20 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: 1059/2161] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/security-groups?tenant_id=c7973dd90cff43e88659965fad620e8d&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: 1103/2162] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:21 2026] DELETE /v2.0/security-groups/5729f78d-caaf-4cf2-a1b8-48ef2ca336b4 => 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: 1060/2163] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2164] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/ports?tenant_id=cc07d45c20dc4e6897740481e67c61c5&device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1062/2165] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2166] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7f9512c1-3081-46db-a9df-b4780953f3d2 => 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: 1064/2167] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/subnets?id=ce9e2c5a-65fe-44ed-8537-1555f05e4410 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2168] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/security-groups?tenant_id=912e37c99ee14139803578f976cd914b&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: 1065/2169] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/ports?network_id=e64c1103-f3cf-43fd-86d6-ad42e1e56102&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: 8|app: 0|req: 1066/2170] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/networks/e64c1103-f3cf-43fd-86d6-ad42e1e56102?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: 1105/2171] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:21 2026] DELETE /v2.0/security-groups/9903f9a9-1ece-4f77-b5f3-90e63a8eac28 => 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: 1067/2172] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:12:21 2026] GET /v2.0/networks/e64c1103-f3cf-43fd-86d6-ad42e1e56102?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: 1107/2175] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:22 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2176] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:22 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&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: 1108/2177] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:23 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2178] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:23 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2179] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:25 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2180] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:25 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2181] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:26 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2182] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:26 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&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: 1111/2183] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:27 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1073/2184] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:27 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&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: 7|app: 0|req: 1112/2185] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:28 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2186] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:28 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&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: 1113/2187] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:30 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2188] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:30 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:12:31.133 7 INFO neutron.db.segments_db [None req-36febfc5-2869-4f44-aa41-17e2005e2055 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Added segment 62ff08ca-0721-430d-a5a7-affbf019c12a of type vxlan for network 9303c160-c461-4603-b454-3b13757d7139 [pid: 7|app: 0|req: 1114/2189] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:12:30 2026] POST /v2.0/networks => generated 640 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2190] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:31 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2191] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:31 2026] GET /v2.0/security-groups?id=99aaf598-6665-45d3-9c3f-0ed10d2d6b72&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2192] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:12:31 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2193] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:31 2026] POST /v2.0/subnets => generated 658 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:31.467 8 INFO neutron_taas.services.taas.taas_plugin [req-5949840a-f0d2-43c2-864b-2d021330b657 req-4b90f04c-b5c0-4900-8fe4-e5c8677292c8 43d0981875e04b9281b40b4b68d829f3 cc07d45c20dc4e6897740481e67c61c5 - - default default] TaaS: Handle Delete Port: 7f9512c1-3081-46db-a9df-b4780953f3d2 2026-05-25 15:12:31.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5949840a-f0d2-43c2-864b-2d021330b657 req-4b90f04c-b5c0-4900-8fe4-e5c8677292c8 43d0981875e04b9281b40b4b68d829f3 cc07d45c20dc4e6897740481e67c61c5 - - default default] Tap Mirror: Handle Delete Port: 7f9512c1-3081-46db-a9df-b4780953f3d2 [pid: 7|app: 0|req: 1116/2194] 10.0.0.26 () {32 vars in 721 bytes} [Mon May 25 15:12:31 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2195] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:12:31 2026] DELETE /v2.0/ports/7f9512c1-3081-46db-a9df-b4780953f3d2 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:12:31.651 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-120e7994-b692-4a0f-be9e-fe53238059cb'] response: {'server_uuid': '63650dc2-9dff-4fa1-8ba5-ffd23495531a', 'name': 'network-vif-deleted', 'tag': '7f9512c1-3081-46db-a9df-b4780953f3d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1117/2196] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:31 2026] POST /v2.0/subnets => generated 732 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:31.795 8 INFO neutron.db.segments_db [None req-8baf42f7-9945-4a34-b493-5013ef5cfc5c 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Added segment e0af955d-a1ee-43f0-a6a5-01cc9e419ad0 of type vxlan for network 87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 [pid: 8|app: 0|req: 1080/2197] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:12:31 2026] POST /v2.0/networks => generated 638 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2198] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:31 2026] POST /v2.0/subnets => generated 655 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2199] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:32 2026] POST /v2.0/subnets => generated 725 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:32.366 7 INFO neutron.db.segments_db [None req-9dcb752c-8ea4-4af5-b39a-55ed84194efe 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Added segment 0c923864-6795-4cc5-a868-ec9576aadf11 of type vxlan for network f506ac5f-e52d-43b0-9111-a3bbf9f85041 [pid: 8|app: 0|req: 1082/2200] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:32 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1119/2201] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:12:32 2026] POST /v2.0/networks => generated 637 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2202] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:32 2026] POST /v2.0/subnets => generated 656 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2203] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:32 2026] POST /v2.0/subnets => generated 729 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:32.944 8 INFO neutron.db.segments_db [None req-02c13bc1-e4bd-4cb6-b822-bd43f616671a 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Added segment 4fea0f28-5ece-4920-9999-4786d681d22a of type vxlan for network 7dbe5005-47b1-445b-9114-8582419a4ee9 2026-05-25 15:12:33.226 8 INFO neutron.db.l3_hamode_db [None req-02c13bc1-e4bd-4cb6-b822-bd43f616671a 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1121/2204] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:33 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:12:34.020 8 INFO neutron.db.l3_hamode_db [None req-02c13bc1-e4bd-4cb6-b822-bd43f616671a 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1122/2205] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:34 2026] GET /v2.0/ports?device_id=63650dc2-9dff-4fa1-8ba5-ffd23495531a => 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: 1084/2206] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:32 2026] POST /v2.0/routers => generated 684 bytes in 1864 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2207] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:12:34 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/add_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:12:37.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-d327753d-fe01-4e9a-9185-fa37a01f92af bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: f1b4b028-bde6-4025-91ea-2cf5c6a0c7d5 2026-05-25 15:12:37.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d327753d-fe01-4e9a-9185-fa37a01f92af bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: f1b4b028-bde6-4025-91ea-2cf5c6a0c7d5 [pid: 8|app: 0|req: 1085/2208] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:12:36 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/add_router_interface => generated 309 bytes in 1501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2209] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:12:36 2026] PUT /v2.0/routers/d38cace0-9606-42b8-9c34-c6318df46ad9/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:12:37.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d715b80-b733-4267-8ea2-cb147662e22d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: d1500a09-da92-4bb0-954f-ed06b00cfa30 2026-05-25 15:12:37.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d715b80-b733-4267-8ea2-cb147662e22d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: d1500a09-da92-4bb0-954f-ed06b00cfa30 2026-05-25 15:12:38.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d715b80-b733-4267-8ea2-cb147662e22d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: d23b20d3-8ada-4aa9-8449-7662d5917854 2026-05-25 15:12:38.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d715b80-b733-4267-8ea2-cb147662e22d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: d23b20d3-8ada-4aa9-8449-7662d5917854 2026-05-25 15:12:38.604 7 INFO neutron.services.segments.plugin [-] Segment 91c01045-140e-4272-bc6d-180b3a32b9fd resource provider aggregate not found 2026-05-25 15:12:38.610 7 INFO neutron.services.segments.plugin [-] Segment 91c01045-140e-4272-bc6d-180b3a32b9fd resource provider aggregate not found 2026-05-25 15:12:38.626 7 INFO neutron.services.segments.plugin [-] Segment 91c01045-140e-4272-bc6d-180b3a32b9fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91c01045-140e-4272-bc6d-180b3a32b9fd found for delete ", "request_id": "req-8810bc57-d7ea-4388-9a44-8924dcf08f7a"}]} 2026-05-25 15:12:38.642 7 INFO neutron.services.segments.plugin [-] Segment 91c01045-140e-4272-bc6d-180b3a32b9fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91c01045-140e-4272-bc6d-180b3a32b9fd found for delete ", "request_id": "req-2446542b-1cfb-43f4-a22d-a17e1e411066"}]} 2026-05-25 15:12:38.642 7 INFO neutron.db.l3_hamode_db [None req-9d715b80-b733-4267-8ea2-cb147662e22d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 2d44656d-17e6-4a2b-b96d-ce7216c8b118 was deleted as no HA routers are present in tenant cc07d45c20dc4e6897740481e67c61c5. [pid: 7|app: 0|req: 1127/2212] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:12:37 2026] DELETE /v2.0/routers/d38cace0-9606-42b8-9c34-c6318df46ad9 => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2213] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:12:38 2026] DELETE /v2.0/subnets/ce9e2c5a-65fe-44ed-8537-1555f05e4410 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:12:38.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-e688abb1-8410-4f70-82ce-d619a7bbbeb7 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: f6d15872-047d-43cc-ab92-5535b6af7e99 2026-05-25 15:12:38.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e688abb1-8410-4f70-82ce-d619a7bbbeb7 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: f6d15872-047d-43cc-ab92-5535b6af7e99 [pid: 8|app: 0|req: 1086/2214] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:12:37 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/add_router_interface => generated 309 bytes in 1460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2215] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:12:38 2026] DELETE /v2.0/networks/e64c1103-f3cf-43fd-86d6-ad42e1e56102 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2216] 10.0.0.26 () {34 vars in 683 bytes} [Mon May 25 15:12:39 2026] POST /v2.0/security-groups => generated 1627 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2217] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2218] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:39 2026] GET /v2.0/security-groups?tenant_id=cc07d45c20dc4e6897740481e67c61c5&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: 1131/2219] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2220] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:39 2026] DELETE /v2.0/security-groups/99aaf598-6665-45d3-9c3f-0ed10d2d6b72 => 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: 1132/2221] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2222] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2223] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2224] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:39 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: 1134/2225] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2226] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2227] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:40.646 7 INFO neutron.services.segments.plugin [-] Segment 89c9a8d6-6d19-4b50-8da2-01e85edad452 resource provider aggregate not found 2026-05-25 15:12:40.662 7 INFO neutron.services.segments.plugin [-] Segment 89c9a8d6-6d19-4b50-8da2-01e85edad452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c9a8d6-6d19-4b50-8da2-01e85edad452 found for delete ", "request_id": "req-b4a4a382-de1e-454c-b27e-a4b7fb21dd8f"}]} 2026-05-25 15:12:40.665 7 INFO neutron.services.segments.plugin [-] Segment 89c9a8d6-6d19-4b50-8da2-01e85edad452 resource provider aggregate not found 2026-05-25 15:12:40.679 7 INFO neutron.services.segments.plugin [-] Segment 89c9a8d6-6d19-4b50-8da2-01e85edad452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c9a8d6-6d19-4b50-8da2-01e85edad452 found for delete ", "request_id": "req-93c6d55c-005a-4602-bd3d-e530c6c8e75b"}]} [pid: 8|app: 0|req: 1093/2228] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2229] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:12:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2230] 10.0.0.107 () {34 vars in 1094 bytes} [Mon May 25 15:12:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-748696337&fields=id&tenant_id=2746f37b36074aaa86be9a983d30a4b2 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2231] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:12:41 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2232] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:12:41 2026] GET /v2.0/quotas/2746f37b36074aaa86be9a983d30a4b2 => 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: 1138/2233] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:12:41 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&fields=id => generated 287 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2234] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:12:41 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1139/2235] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:12:41 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2236] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:41 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2237] 10.0.0.108 () {32 vars in 801 bytes} [Mon May 25 15:12:42 2026] GET /v2.0/extensions => generated 21537 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2238] 10.0.0.108 () {30 vars in 724 bytes} [Mon May 25 15:12:43 2026] GET /v2.0/quotas/93cb7772fbdc4acbae59754d718c85ff/details => generated 847 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2239] 10.0.0.108 () {32 vars in 801 bytes} [Mon May 25 15:12:45 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: 1099/2240] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:12:45 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 705 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2241] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:12:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2746f37b36074aaa86be9a983d30a4b2 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2242] 10.0.0.108 () {30 vars in 724 bytes} [Mon May 25 15:12:46 2026] GET /v2.0/quotas/93cb7772fbdc4acbae59754d718c85ff/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2243] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:12:46 2026] POST /v2.0/ports => generated 1179 bytes in 418 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: 1101/2244] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:46 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1194 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2245] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:46 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2246] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:12:46 2026] PUT /v2.0/ports/2d7ef4c2-4e8d-46b8-97c9-976076074622 => generated 1460 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:12:47.054 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7afaa527-0bcb-4d10-8184-47403316595b'] response: {'name': 'network-changed', 'server_uuid': '7eae97db-1ba4-42e1-a0a6-92afe329cab9', 'tag': '2d7ef4c2-4e8d-46b8-97c9-976076074622', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1103/2247] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:12:47 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1145/2248] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:12:47 2026] GET /v2.0/networks?tenant_id=2746f37b36074aaa86be9a983d30a4b2&shared=False => generated 2376 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2249] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:12:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2250] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:12:48 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2251] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:12:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=2d7ef4c2-4e8d-46b8-97c9-976076074622 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2252] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:12:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33c&port_id=2d7ef4c2-4e8d-46b8-97c9-976076074622 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2253] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:12:48 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a&id=6e46df65-390c-4de0-81fc-e32e9a716836 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2254] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:12:48 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2255] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:12:48 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2256] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:12:48 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1108/2257] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:12:49 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2258] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:12:49 2026] GET /v2.0/security-groups?tenant_id=93cb7772fbdc4acbae59754d718c85ff&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2259] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:12:49 2026] DELETE /v2.0/security-groups/31b209c5-0596-4b9a-9399-77abf4301afe => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:12:51.727 7 INFO neutron.db.segments_db [None req-c100948a-5865-4316-ac95-667af34cf3aa bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 64de5e06-a6c0-4492-b71d-1b7dc4d7b5a5 of type vxlan for network 8cd50473-60bf-4b64-8f01-6f7bd1bba36a [pid: 7|app: 0|req: 1151/2260] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:12:51 2026] POST /v2.0/networks => generated 739 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2261] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:51 2026] POST /v2.0/subnets => generated 686 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:52.060 8 INFO neutron.db.segments_db [None req-8d880e79-abe0-42bb-8ffd-c494d03582da bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment a359467c-f3f7-4b91-84de-ba7b50b41e6e of type vxlan for network c6903637-9ab8-40ea-ad47-6b9211069a6f [pid: 7|app: 0|req: 1152/2262] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:52 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2263] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:52 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:12:52.292 8 INFO neutron.db.l3_hamode_db [None req-8d880e79-abe0-42bb-8ffd-c494d03582da bd83e85f9b664566af908d3f2868a642 896160fb81eb4d068b5dad6217b143ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:12:53.040 8 INFO neutron.db.l3_hamode_db [None req-8d880e79-abe0-42bb-8ffd-c494d03582da bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1111/2266] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:52 2026] POST /v2.0/routers => generated 726 bytes in 1818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2267] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:12:53 2026] PUT /v2.0/routers/28f60754-403e-4f17-80ab-9ad86b0dcdb7/add_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:12:56.277 8 INFO neutron.db.segments_db [None req-e4f3edc7-f9e0-44f9-b301-df686076410b bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 5b7e8ea6-112e-42b5-bb24-cfd18f8266b2 of type vxlan for network fde0b827-0eec-4501-9d6c-b0b05fac82c1 [pid: 8|app: 0|req: 1112/2268] 10.0.0.26 () {34 vars in 670 bytes} [Mon May 25 15:12:56 2026] POST /v2.0/networks => generated 739 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2269] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:56 2026] POST /v2.0/subnets => generated 687 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:56.694 8 INFO neutron.db.segments_db [None req-16bd6c9e-424c-4014-a9bf-86b6ce3852d2 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Added segment 0f9c1917-4f23-4c02-9cdf-c98300a4090e of type vxlan for network 15c1f355-13bb-41d2-b6f6-1ef1af1be9bf 2026-05-25 15:12:56.960 8 INFO neutron.db.l3_hamode_db [None req-16bd6c9e-424c-4014-a9bf-86b6ce3852d2 bd83e85f9b664566af908d3f2868a642 85857f731e1b4d68bce8fb18565d2796 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1158/2270] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:57 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1196 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2271] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:12:57 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&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: 1160/2272] 10.0.0.26 () {32 vars in 817 bytes} [Mon May 25 15:12:57 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&mac_address=fa%3A16%3A3e%3A20%3A61%3Ac2 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:12:57.851 8 INFO neutron.db.l3_hamode_db [None req-16bd6c9e-424c-4014-a9bf-86b6ce3852d2 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:12:58.300 7 INFO neutron.db.l3_db [None req-d01408a8-fcec-412e-851c-e0924ddcd0f0 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Floating IP 147d5ebd-a6f7-4cee-b3a5-3112eba33d8b associated. External IP: 10.96.250.217, port: 2d7ef4c2-4e8d-46b8-97c9-976076074622. [pid: 7|app: 0|req: 1161/2273] 10.0.0.26 () {34 vars in 676 bytes} [Mon May 25 15:12:57 2026] POST /v2.0/floatingips => generated 854 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:12:58.636 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70123d0e-87c2-45a2-bc32-ed33552c75bb'] response: {'name': 'network-changed', 'server_uuid': '7eae97db-1ba4-42e1-a0a6-92afe329cab9', 'tag': '2d7ef4c2-4e8d-46b8-97c9-976076074622', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1162/2274] 10.0.0.107 () {34 vars in 1094 bytes} [Mon May 25 15:12:58 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-748696337&fields=id&tenant_id=2746f37b36074aaa86be9a983d30a4b2 => 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: 1163/2275] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:12:58 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2276] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:12:58 2026] GET /v2.0/quotas/2746f37b36074aaa86be9a983d30a4b2 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2277] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:12:56 2026] POST /v2.0/routers => generated 727 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2278] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:12:58 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&fields=id => generated 333 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2279] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:12:58 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2280] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1168/2281] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1465 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2282] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2283] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => 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: 1171/2284] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=2d7ef4c2-4e8d-46b8-97c9-976076074622 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2285] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33c&port_id=2d7ef4c2-4e8d-46b8-97c9-976076074622 => 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: 1173/2286] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a&id=6e46df65-390c-4de0-81fc-e32e9a716836 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2287] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2288] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&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: 1176/2289] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1177/2290] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:12:59 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1114/2291] 10.0.0.26 () {34 vars in 782 bytes} [Mon May 25 15:12:58 2026] PUT /v2.0/routers/1f087324-f5ad-4cf2-811b-af35cb8fa64b/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2292] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:13:00 2026] POST /v2.0/security-groups => generated 1677 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2293] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2294] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2295] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2296] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:13:01.618 8 INFO neutron.db.securitygroups_db [None req-9748ad62-e587-4530-a0f0-c7ddb348057c 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] Project 896160fb81eb4d068b5dad6217b143ad 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: 1117/2297] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:13:01.741 7 INFO neutron.db.securitygroups_db [None req-8ff80d93-c7f9-4641-815b-8cffa50c15f8 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] Project 896160fb81eb4d068b5dad6217b143ad 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: 1181/2298] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2299] 10.0.0.26 () {34 vars in 684 bytes} [Mon May 25 15:13:02 2026] POST /v2.0/security-groups => generated 1661 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2300] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2301] 10.0.0.26 () {34 vars in 694 bytes} [Mon May 25 15:13:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2302] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:13:02 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2303] 10.0.0.107 () {34 vars in 1100 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1711359043&fields=id&tenant_id=896160fb81eb4d068b5dad6217b143ad => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2304] 10.0.0.107 () {34 vars in 1098 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--663630623&fields=id&tenant_id=896160fb81eb4d068b5dad6217b143ad => 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: 1121/2305] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/networks?id=8cd50473-60bf-4b64-8f01-6f7bd1bba36a => generated 671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2306] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/quotas/896160fb81eb4d068b5dad6217b143ad => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2307] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/ports?tenant_id=896160fb81eb4d068b5dad6217b143ad&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2308] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/networks/8cd50473-60bf-4b64-8f01-6f7bd1bba36a?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: 1123/2309] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/networks/8cd50473-60bf-4b64-8f01-6f7bd1bba36a?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: 1187/2310] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => 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: 1124/2311] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 704 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2312] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:13:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2746f37b36074aaa86be9a983d30a4b2 => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2313] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:04 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1186 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2314] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:13:04 2026] POST /v2.0/ports => generated 1183 bytes in 457 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: 1190/2315] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:13:04 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2316] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:04 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => 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: 1126/2317] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:13:04 2026] PUT /v2.0/ports/54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => generated 1464 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:13:05.019 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-020a2851-122d-4e12-83aa-c9eb334321de'] response: {'name': 'network-changed', 'server_uuid': '18fe6b81-38a5-4e38-85dd-02de2f8fd083', 'tag': '54ba5fae-5813-46a0-b916-ed3b1c3d5a1e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1192/2318] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:13:05 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1465 bytes in 40 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: 1127/2319] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 15:13:05 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2320] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:13:05 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1467 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2321] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:13:05 2026] GET /v2.0/networks?tenant_id=2746f37b36074aaa86be9a983d30a4b2&shared=False => generated 2376 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2322] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:13:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2323] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:05 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => 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: 1195/2324] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:13:06 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2325] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.137&port_id=54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => 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: 1196/2326] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e&port_id=54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => 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: 1131/2327] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:13:06 2026] GET /v2.0/subnets?id=f3468d2b-4c06-4dfb-975c-aca0186246ac&id=bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2328] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:13:06 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2329] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:13:06 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2330] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:13:06 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2331] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:07 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => 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: 1199/2332] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:13:07 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1201/2335] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:08 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2336] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:13:08 2026] GET /v2.0/networks?id=8cd50473-60bf-4b64-8f01-6f7bd1bba36a => generated 671 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2337] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:13:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=896160fb81eb4d068b5dad6217b143ad => generated 273 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2338] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:13:08 2026] POST /v2.0/ports => generated 997 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2339] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:13:08 2026] PUT /v2.0/ports/eb165aff-bfaa-40f3-92f8-b73f15447186 => generated 1278 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:13:09.070 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53638b76-472d-4d32-b36b-df55db53e472'] response: {'name': 'network-changed', 'server_uuid': '64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab', 'tag': 'eb165aff-bfaa-40f3-92f8-b73f15447186', '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: 1137/2340] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:09 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1012 bytes in 30 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: 1204/2341] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:09 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2342] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:13:09 2026] GET /v2.0/ports?tenant_id=896160fb81eb4d068b5dad6217b143ad&device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1281 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2343] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:09 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2344] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:13:09 2026] GET /v2.0/networks?tenant_id=896160fb81eb4d068b5dad6217b143ad&shared=False => generated 767 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2345] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:13:09 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2346] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:13:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2347] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:10 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1012 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2348] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:10 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2349] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:13:10 2026] GET /v2.0/ports?tenant_id=896160fb81eb4d068b5dad6217b143ad&device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2350] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:13:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=eb165aff-bfaa-40f3-92f8-b73f15447186 => 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: 1142/2351] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:13:10 2026] GET /v2.0/subnets?id=a91e9469-fc6c-47a8-b0cf-f4590ac7df7f => generated 689 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2352] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:13:10 2026] GET /v2.0/ports?network_id=8cd50473-60bf-4b64-8f01-6f7bd1bba36a&device_owner=network%3Adhcp => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2353] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:13:10 2026] GET /v2.0/networks/8cd50473-60bf-4b64-8f01-6f7bd1bba36a?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2354] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:13:11 2026] GET /v2.0/networks/8cd50473-60bf-4b64-8f01-6f7bd1bba36a?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: 8|app: 0|req: 1144/2355] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:11 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2356] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:11 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&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: 1145/2357] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:12 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1012 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2358] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:12 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&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: 1146/2359] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:13 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1012 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2360] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:13 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2361] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:13:14 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2362] 199.204.45.89 () {34 vars in 1123 bytes} [Mon May 25 15:13:14 2026] GET /v2.0/security-groups?id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&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: 1148/2363] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:14 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1200 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2364] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:13:14 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2365] 10.0.0.26 () {32 vars in 817 bytes} [Mon May 25 15:13:14 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&mac_address=fa%3A16%3A3e%3Acd%3Ad6%3A44 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2366] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:15 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2367] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:15 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:13:15.909 7 INFO neutron.db.l3_db [None req-499fb91b-99ae-4c5c-a048-d0566003ca70 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Floating IP 52b81417-57d9-409b-b1ea-dd4a57e090fb associated. External IP: 10.96.250.209, port: 54ba5fae-5813-46a0-b916-ed3b1c3d5a1e. [pid: 8|app: 0|req: 1152/2368] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:16 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2369] 10.0.0.26 () {34 vars in 676 bytes} [Mon May 25 15:13:15 2026] POST /v2.0/floatingips => generated 855 bytes in 1262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:13:16.331 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87e25c8c-79f9-462d-9f83-237d2d731265'] response: {'name': 'network-changed', 'server_uuid': '18fe6b81-38a5-4e38-85dd-02de2f8fd083', 'tag': '54ba5fae-5813-46a0-b916-ed3b1c3d5a1e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1153/2370] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:16 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2371] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:13:16 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2372] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:13:16 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2373] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:13:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.137&port_id=54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2374] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e&port_id=54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => 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: 1220/2375] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/subnets?id=f3468d2b-4c06-4dfb-975c-aca0186246ac&id=bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2376] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&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: 1221/2377] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2378] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2379] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2380] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2381] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2382] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:17 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:13:18.016 7 INFO neutron.db.l3_db [None req-4d053e05-0201-4dc2-a4fa-51924844a48a 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] Floating IP 9a90c017-1445-416d-98c4-f1901fd4b7d3 associated. External IP: 10.96.250.219, port: eb165aff-bfaa-40f3-92f8-b73f15447186. [pid: 7|app: 0|req: 1224/2383] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:13:17 2026] PUT /v2.0/floatingips/9a90c017-1445-416d-98c4-f1901fd4b7d3 => generated 856 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:13:18.377 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6fb8639-d08a-4357-965a-b69fe27b7f0f'] response: {'name': 'network-changed', 'server_uuid': '64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab', 'tag': 'eb165aff-bfaa-40f3-92f8-b73f15447186', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1160/2384] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:13:18 2026] GET /v2.0/ports?tenant_id=896160fb81eb4d068b5dad6217b143ad&device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2385] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:13:18 2026] GET /v2.0/networks?id=8cd50473-60bf-4b64-8f01-6f7bd1bba36a => generated 767 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2386] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:13:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=eb165aff-bfaa-40f3-92f8-b73f15447186 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2387] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:13:19 2026] GET /v2.0/subnets?id=a91e9469-fc6c-47a8-b0cf-f4590ac7df7f => generated 689 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2388] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:13:19 2026] GET /v2.0/ports?network_id=8cd50473-60bf-4b64-8f01-6f7bd1bba36a&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2389] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:13:19 2026] GET /v2.0/networks/8cd50473-60bf-4b64-8f01-6f7bd1bba36a?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: 1163/2390] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:13:19 2026] GET /v2.0/networks/8cd50473-60bf-4b64-8f01-6f7bd1bba36a?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: 1229/2393] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:26 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2394] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:26 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2395] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:13:26 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1283 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2396] 10.0.0.26 () {32 vars in 857 bytes} [Mon May 25 15:13:26 2026] GET /v2.0/floatingips?floating_network_id=2299726e-94e8-483b-ab1d-7fe318578c98&port_id=eb165aff-bfaa-40f3-92f8-b73f15447186 => generated 861 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2397] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:13:27 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2398] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 15:13:27 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2399] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 15:13:27 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2400] 10.0.0.70 () {34 vars in 1119 bytes} [Mon May 25 15:13:27 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2401] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:30 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2402] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:30 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2403] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:31 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1014 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2404] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:31 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&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: 1235/2405] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:32 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1012 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2406] 10.0.0.107 () {34 vars in 1120 bytes} [Mon May 25 15:13:32 2026] GET /v2.0/security-groups?id=1ed55506-fb57-4cb0-ab3b-7633effbb02b&id=0c9835a2-f5a1-49dd-abb5-195b3b972ab6&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: 1171/2407] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:13:32 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 1012 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:13:33.560 7 INFO neutron_taas.services.taas.taas_plugin [req-b16758f4-b9b3-4b40-9d14-581a24b274aa req-5fab369d-a00d-4f26-a7fb-d04a5d0fa9ed 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] TaaS: Handle Delete Port: eb165aff-bfaa-40f3-92f8-b73f15447186 2026-05-25 15:13:33.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b16758f4-b9b3-4b40-9d14-581a24b274aa req-5fab369d-a00d-4f26-a7fb-d04a5d0fa9ed 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] Tap Mirror: Handle Delete Port: eb165aff-bfaa-40f3-92f8-b73f15447186 2026-05-25 15:13:33.676 7 INFO neutron.db.l3_db [req-b16758f4-b9b3-4b40-9d14-581a24b274aa req-5fab369d-a00d-4f26-a7fb-d04a5d0fa9ed 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] Floating IP 9a90c017-1445-416d-98c4-f1901fd4b7d3 disassociated. External IP: 10.96.250.219, port: eb165aff-bfaa-40f3-92f8-b73f15447186. [pid: 8|app: 0|req: 1172/2408] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:33 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => 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: 1237/2409] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:13:33 2026] DELETE /v2.0/ports/eb165aff-bfaa-40f3-92f8-b73f15447186 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:13:34.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3f953f7-e413-4965-91b2-72597efce54f'] response: {'server_uuid': '64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab', 'name': 'network-vif-deleted', 'tag': 'eb165aff-bfaa-40f3-92f8-b73f15447186', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1173/2410] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:34 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => 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: 1238/2411] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:36 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2412] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:37 2026] GET /v2.0/ports?device_id=64204c9b-52c6-4b1c-bfbb-2eca1dc0e3ab => 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: 1176/2415] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:13:38 2026] DELETE /v2.0/security-groups/0c9835a2-f5a1-49dd-abb5-195b3b972ab6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:38.408 7 INFO neutron.api.v2.resource [None req-b5c61756-dfb6-44cc-817d-97e7fe14627a 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1240/2416] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:13:38 2026] GET /v2.0/security-groups/0c9835a2-f5a1-49dd-abb5-195b3b972ab6 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:13:38.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7880f28-0de4-4dc0-98de-4218950f2fce 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] TaaS: Handle Delete Port: 1507adac-a5dd-42b1-a2ec-87410b987dfb 2026-05-25 15:13:38.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7880f28-0de4-4dc0-98de-4218950f2fce 65185dc2dcce4c758ad43b1bc3e0d159 896160fb81eb4d068b5dad6217b143ad - - default default] Tap Mirror: Handle Delete Port: 1507adac-a5dd-42b1-a2ec-87410b987dfb [pid: 8|app: 0|req: 1177/2417] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:13:38 2026] DELETE /v2.0/floatingips/9a90c017-1445-416d-98c4-f1901fd4b7d3 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2418] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:13:38 2026] DELETE /v2.0/security-groups/1ed55506-fb57-4cb0-ab3b-7633effbb02b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:39.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab008e37-5df5-4d5e-bfbb-9a8f8d9f96e6 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: e021769d-240d-437a-86c6-b9dc7be1061f 2026-05-25 15:13:39.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab008e37-5df5-4d5e-bfbb-9a8f8d9f96e6 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: e021769d-240d-437a-86c6-b9dc7be1061f [pid: 8|app: 0|req: 1178/2419] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:13:38 2026] PUT /v2.0/routers/28f60754-403e-4f17-80ab-9ad86b0dcdb7/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:13:40.027 7 INFO neutron_taas.services.taas.taas_plugin [None req-b116bdb0-9b18-4551-851e-aec2c8905c37 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 123f404c-993a-4321-9f50-989558e7844a 2026-05-25 15:13:40.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b116bdb0-9b18-4551-851e-aec2c8905c37 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 123f404c-993a-4321-9f50-989558e7844a 2026-05-25 15:13:40.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-b116bdb0-9b18-4551-851e-aec2c8905c37 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 56f7ea82-dfb2-42a8-b01a-26979a1fdaa1 2026-05-25 15:13:40.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b116bdb0-9b18-4551-851e-aec2c8905c37 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 56f7ea82-dfb2-42a8-b01a-26979a1fdaa1 [pid: 8|app: 0|req: 1179/2420] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:13:40 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:13:40.752 7 INFO neutron.db.l3_hamode_db [None req-b116bdb0-9b18-4551-851e-aec2c8905c37 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network c6903637-9ab8-40ea-ad47-6b9211069a6f was deleted as no HA routers are present in tenant 896160fb81eb4d068b5dad6217b143ad. [pid: 7|app: 0|req: 1242/2421] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:13:39 2026] DELETE /v2.0/routers/28f60754-403e-4f17-80ab-9ad86b0dcdb7 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:40.832 7 INFO neutron.services.segments.plugin [-] Segment a359467c-f3f7-4b91-84de-ba7b50b41e6e resource provider aggregate not found 2026-05-25 15:13:40.839 7 INFO neutron.services.segments.plugin [-] Segment a359467c-f3f7-4b91-84de-ba7b50b41e6e resource provider aggregate not found 2026-05-25 15:13:40.846 7 INFO neutron.services.segments.plugin [-] Segment a359467c-f3f7-4b91-84de-ba7b50b41e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a359467c-f3f7-4b91-84de-ba7b50b41e6e found for delete ", "request_id": "req-5ef0b6b4-d1cd-453e-b4ef-f9f0f35cac00"}]} 2026-05-25 15:13:40.854 7 INFO neutron.services.segments.plugin [-] Segment a359467c-f3f7-4b91-84de-ba7b50b41e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a359467c-f3f7-4b91-84de-ba7b50b41e6e found for delete ", "request_id": "req-f56321d7-0aa2-44a1-b498-775c7010d740"}]} [pid: 8|app: 0|req: 1180/2422] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:13:40 2026] DELETE /v2.0/subnets/a91e9469-fc6c-47a8-b0cf-f4590ac7df7f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:13:41.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-055dad14-1c5e-48a1-b183-40f69434f92d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 18f574be-19ba-4635-8a6a-7e4765e9357c 2026-05-25 15:13:41.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-055dad14-1c5e-48a1-b183-40f69434f92d bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 18f574be-19ba-4635-8a6a-7e4765e9357c [pid: 7|app: 0|req: 1243/2423] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:13:40 2026] DELETE /v2.0/networks/8cd50473-60bf-4b64-8f01-6f7bd1bba36a => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2424] 10.0.0.196 () {30 vars in 690 bytes} [Mon May 25 15:13:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2425] 10.0.0.196 () {30 vars in 692 bytes} [Mon May 25 15:13:41 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: 1246/2426] 10.0.0.196 () {30 vars in 668 bytes} [Mon May 25 15:13:41 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: 1247/2427] 10.0.0.196 () {30 vars in 704 bytes} [Mon May 25 15:13:41 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-05-25 15:13:41.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-076b291d-7d3f-4b21-9103-f7a768f7e7f4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: c924f5a4-f68b-42fc-b773-1c00f767dd67 2026-05-25 15:13:41.693 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-076b291d-7d3f-4b21-9103-f7a768f7e7f4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: c924f5a4-f68b-42fc-b773-1c00f767dd67 [pid: 7|app: 0|req: 1248/2428] 10.0.0.196 () {28 vars in 439 bytes} [Mon May 25 15:13:42 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: 1249/2429] 10.0.0.196 () {30 vars in 728 bytes} [Mon May 25 15:13:42 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2430] 10.0.0.196 () {30 vars in 690 bytes} [Mon May 25 15:13:42 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: 1251/2431] 10.0.0.196 () {30 vars in 692 bytes} [Mon May 25 15:13:42 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: 1252/2432] 10.0.0.196 () {30 vars in 668 bytes} [Mon May 25 15:13:42 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: 1253/2433] 10.0.0.196 () {30 vars in 704 bytes} [Mon May 25 15:13:42 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: 1254/2434] 10.0.0.196 () {30 vars in 728 bytes} [Mon May 25 15:13:42 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => 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: 1255/2435] 10.0.0.196 () {30 vars in 690 bytes} [Mon May 25 15:13:42 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: 1181/2436] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:13:41 2026] PUT /v2.0/routers/1f087324-f5ad-4cf2-811b-af35cb8fa64b/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2437] 10.0.0.196 () {30 vars in 692 bytes} [Mon May 25 15:13:42 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: 1257/2438] 10.0.0.196 () {30 vars in 668 bytes} [Mon May 25 15:13:42 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: 1258/2439] 10.0.0.196 () {30 vars in 704 bytes} [Mon May 25 15:13:42 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: 1259/2440] 10.0.0.196 () {30 vars in 730 bytes} [Mon May 25 15:13:42 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => 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: 1260/2441] 10.0.0.196 () {30 vars in 682 bytes} [Mon May 25 15:13:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:13:42.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ff077e9-8bc0-4dfb-8d77-f0baefa26377 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 3ec10ccc-ca71-44bf-9eed-be64a83ca752 2026-05-25 15:13:42.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ff077e9-8bc0-4dfb-8d77-f0baefa26377 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 3ec10ccc-ca71-44bf-9eed-be64a83ca752 [pid: 7|app: 0|req: 1261/2442] 10.0.0.196 () {34 vars in 704 bytes} [Mon May 25 15:13:42 2026] POST /v2.0/ports => generated 1132 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 15:13:42.797 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ff077e9-8bc0-4dfb-8d77-f0baefa26377 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 7fb164bf-fe93-4b73-912d-b88add78b772 2026-05-25 15:13:42.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ff077e9-8bc0-4dfb-8d77-f0baefa26377 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 7fb164bf-fe93-4b73-912d-b88add78b772 2026-05-25 15:13:42.871 7 INFO neutron.services.segments.plugin [-] Segment 64de5e06-a6c0-4492-b71d-1b7dc4d7b5a5 resource provider aggregate not found 2026-05-25 15:13:42.884 7 INFO neutron.services.segments.plugin [-] Segment 64de5e06-a6c0-4492-b71d-1b7dc4d7b5a5 resource provider aggregate not found 2026-05-25 15:13:42.892 7 INFO neutron.services.segments.plugin [-] Segment 64de5e06-a6c0-4492-b71d-1b7dc4d7b5a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64de5e06-a6c0-4492-b71d-1b7dc4d7b5a5 found for delete ", "request_id": "req-9de522f2-00eb-43f2-be80-e97716d4b487"}]} 2026-05-25 15:13:42.908 7 INFO neutron.services.segments.plugin [-] Segment 64de5e06-a6c0-4492-b71d-1b7dc4d7b5a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64de5e06-a6c0-4492-b71d-1b7dc4d7b5a5 found for delete ", "request_id": "req-2d294154-e872-493b-a272-61f704e20b9d"}]} 2026-05-25 15:13:43.211 8 INFO neutron.db.l3_hamode_db [None req-5ff077e9-8bc0-4dfb-8d77-f0baefa26377 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] HA network 15c1f355-13bb-41d2-b6f6-1ef1af1be9bf was deleted as no HA routers are present in tenant 85857f731e1b4d68bce8fb18565d2796. [pid: 8|app: 0|req: 1182/2443] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:13:42 2026] DELETE /v2.0/routers/1f087324-f5ad-4cf2-811b-af35cb8fa64b => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:13:43.228 8 INFO neutron.services.segments.plugin [-] Segment 0f9c1917-4f23-4c02-9cdf-c98300a4090e resource provider aggregate not found 2026-05-25 15:13:43.238 8 INFO neutron.services.segments.plugin [-] Segment 0f9c1917-4f23-4c02-9cdf-c98300a4090e resource provider aggregate not found 2026-05-25 15:13:43.246 8 INFO neutron.services.segments.plugin [-] Segment 0f9c1917-4f23-4c02-9cdf-c98300a4090e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9c1917-4f23-4c02-9cdf-c98300a4090e found for delete ", "request_id": "req-9abe0f67-1a8a-4802-b3e8-c0a2a30dcd6a"}]} 2026-05-25 15:13:43.254 8 INFO neutron.services.segments.plugin [-] Segment 0f9c1917-4f23-4c02-9cdf-c98300a4090e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9c1917-4f23-4c02-9cdf-c98300a4090e found for delete ", "request_id": "req-2ab0e14f-e7e4-467b-812f-7a0f4b0eed7b"}]} [pid: 7|app: 0|req: 1262/2444] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:13:43 2026] DELETE /v2.0/subnets/edf1a9ab-5080-4793-beea-0a3cf4030617 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:13:43.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b53643a-73ae-4014-9e46-ceb2d0022e90 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: e0082f8d-ca88-4c53-a201-95eec3681353 2026-05-25 15:13:43.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b53643a-73ae-4014-9e46-ceb2d0022e90 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: e0082f8d-ca88-4c53-a201-95eec3681353 [pid: 8|app: 0|req: 1183/2445] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:13:43 2026] DELETE /v2.0/networks/fde0b827-0eec-4501-9d6c-b0b05fac82c1 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2446] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:13:43 2026] GET /v2.0/security-groups?tenant_id=85857f731e1b4d68bce8fb18565d2796&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2447] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:13:43 2026] DELETE /v2.0/security-groups/6719eab4-6133-4983-9279-c7fee9024ccf => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2448] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:13:44 2026] GET /v2.0/security-groups?tenant_id=896160fb81eb4d068b5dad6217b143ad&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: 1185/2449] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:13:44 2026] DELETE /v2.0/security-groups/dee132b6-1eb3-42cb-826d-63dd19bee8f4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:45.269 8 INFO neutron.services.segments.plugin [-] Segment 5b7e8ea6-112e-42b5-bb24-cfd18f8266b2 resource provider aggregate not found 2026-05-25 15:13:45.274 8 INFO neutron.services.segments.plugin [-] Segment 5b7e8ea6-112e-42b5-bb24-cfd18f8266b2 resource provider aggregate not found 2026-05-25 15:13:45.308 8 INFO neutron.services.segments.plugin [-] Segment 5b7e8ea6-112e-42b5-bb24-cfd18f8266b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7e8ea6-112e-42b5-bb24-cfd18f8266b2 found for delete ", "request_id": "req-1944bada-ab01-4f04-95bd-10755794cc90"}]} 2026-05-25 15:13:45.309 8 INFO neutron.services.segments.plugin [-] Segment 5b7e8ea6-112e-42b5-bb24-cfd18f8266b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7e8ea6-112e-42b5-bb24-cfd18f8266b2 found for delete ", "request_id": "req-346bc72a-02f4-43eb-83af-e18592347d8a"}]} [pid: 7|app: 0|req: 1265/2450] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:13:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2451] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:13:46 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: 1266/2452] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:13:46 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: 1187/2453] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:13:46 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: 1267/2454] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:13:46 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2455] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:13:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2456] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:13:46 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: 1189/2457] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:13:46 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: 1269/2458] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:13:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:13:46.646 8 INFO neutron.api.v2.resource [None req-d6df6a1d-ec60-4276-898a-4033ea03c6f1 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1190/2459] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 15:13:46 2026] GET /v2.0/security-groups/lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => 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: 1270/2460] 199.204.45.89 () {30 vars in 784 bytes} [Mon May 25 15:13:46 2026] GET /v2.0/security-groups?name=lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2461] 199.204.45.89 () {34 vars in 735 bytes} [Mon May 25 15:13:46 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2462] 199.204.45.89 () {30 vars in 814 bytes} [Mon May 25 15:13:46 2026] GET /v2.0/security-group-rules?security_group_id=e50d9ebb-1fbb-489f-b628-91f07d735e20 => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2463] 199.204.45.89 () {34 vars in 788 bytes} [Mon May 25 15:13:46 2026] PUT /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2464] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:13:47 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: 8|app: 0|req: 1193/2465] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:13:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2466] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:13:47 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: 1194/2467] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:13:47 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: 1274/2468] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:13:47 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2469] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:13:48 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2470] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:13:49 2026] POST /v2.0/floatingips => generated 552 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2471] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:13:49 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2472] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:13:50 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2473] 10.0.0.26 () {34 vars in 675 bytes} [Mon May 25 15:13:50 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2474] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:13:51 2026] PUT /v2.0/floatingips/c0898b53-3eee-4120-90f8-9925e6b43452/tags => generated 17 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2475] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:13:51 2026] PUT /v2.0/floatingips/72792401-8b8f-42a3-8b45-f02817f0f389/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: 1278/2476] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:13:51 2026] PUT /v2.0/floatingips/b02692bd-2eeb-417d-9306-73ba3c6fd739/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2477] 10.0.0.26 () {34 vars in 758 bytes} [Mon May 25 15:13:51 2026] PUT /v2.0/floatingips/f17ebdd7-17af-4f48-abf7-21ec513800c9/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2478] 10.0.0.26 () {32 vars in 671 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2479] 10.0.0.26 () {32 vars in 685 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2480] 10.0.0.26 () {32 vars in 681 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2481] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2482] 10.0.0.26 () {32 vars in 679 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2483] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2484] 10.0.0.26 () {32 vars in 689 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2485] 10.0.0.26 () {32 vars in 701 bytes} [Mon May 25 15:13:51 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:13:52.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-913d62cb-97d4-49bf-8adc-e08d36576246 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] TaaS: Handle Delete Port: 0fc32459-0232-4868-bfdb-5ec77a62e068 2026-05-25 15:13:52.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-913d62cb-97d4-49bf-8adc-e08d36576246 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] Tap Mirror: Handle Delete Port: 0fc32459-0232-4868-bfdb-5ec77a62e068 [pid: 7|app: 0|req: 1283/2486] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:13:51 2026] DELETE /v2.0/floatingips/c0898b53-3eee-4120-90f8-9925e6b43452 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:52.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-3993f165-c19d-4c9b-b531-36aaf0cb3e85 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] TaaS: Handle Delete Port: a0e0b3e6-69d1-4c51-922f-2a627493582c 2026-05-25 15:13:52.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3993f165-c19d-4c9b-b531-36aaf0cb3e85 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] Tap Mirror: Handle Delete Port: a0e0b3e6-69d1-4c51-922f-2a627493582c [pid: 8|app: 0|req: 1204/2487] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:13:52 2026] DELETE /v2.0/floatingips/72792401-8b8f-42a3-8b45-f02817f0f389 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:52.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4e02d2d-ce97-4be6-9f79-387cb65d1218 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] TaaS: Handle Delete Port: 45fb5645-3348-419f-abdc-5b9314cfd3ba 2026-05-25 15:13:52.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4e02d2d-ce97-4be6-9f79-387cb65d1218 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] Tap Mirror: Handle Delete Port: 45fb5645-3348-419f-abdc-5b9314cfd3ba [pid: 7|app: 0|req: 1284/2490] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:13:52 2026] DELETE /v2.0/floatingips/b02692bd-2eeb-417d-9306-73ba3c6fd739 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:52.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f4e89da-ccdf-437c-84bc-995c9718af5a 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] TaaS: Handle Delete Port: f64f6077-a88f-46e2-99de-a91d015e178b 2026-05-25 15:13:52.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f4e89da-ccdf-437c-84bc-995c9718af5a 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] Tap Mirror: Handle Delete Port: f64f6077-a88f-46e2-99de-a91d015e178b [pid: 8|app: 0|req: 1207/2491] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:13:52 2026] DELETE /v2.0/floatingips/f17ebdd7-17af-4f48-abf7-21ec513800c9 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:13:53.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-2447feea-fd8b-4978-a152-7010dbc062c7 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] TaaS: Handle Delete Port: 91a88553-7caa-4e64-bae8-30ce7049f548 2026-05-25 15:13:53.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2447feea-fd8b-4978-a152-7010dbc062c7 2614ec608a864ae899225e2a8acee5b0 736a34b4c64e4efbb7835bb9e05eea57 - - default default] Tap Mirror: Handle Delete Port: 91a88553-7caa-4e64-bae8-30ce7049f548 [pid: 7|app: 0|req: 1285/2492] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:13:53 2026] DELETE /v2.0/floatingips/de5a36ed-57b3-497f-94b0-4ca430def1e4 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2493] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:13:54 2026] GET /v2.0/security-groups?tenant_id=f45c17828b3944118083147fd526d1d8&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2494] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:13:54 2026] DELETE /v2.0/security-groups/bf365a8a-0aa2-454d-90af-85d201b9d79e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2495] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:13:54 2026] GET /v2.0/security-groups?tenant_id=736a34b4c64e4efbb7835bb9e05eea57&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2496] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:13:54 2026] DELETE /v2.0/security-groups/16b6a130-2b0f-4804-b506-e26bf9ea9acf => 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: 1210/2497] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:13:54 2026] GET /v2.0/security-groups?tenant_id=dfefca8818b344ecb3c75ab89ac6a2c3&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2498] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:13:54 2026] DELETE /v2.0/security-groups/c8e2bf3f-9326-481c-941e-fd33ef628961 => 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: 1211/2499] 10.0.0.107 () {34 vars in 1016 bytes} [Mon May 25 15:13:55 2026] GET /v2.0/security-groups?id=f269b4e1-12c7-4d55-a057-4f2719eadba7&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2500] 10.0.0.107 () {34 vars in 982 bytes} [Mon May 25 15:13:55 2026] GET /v2.0/networks?id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2501] 10.0.0.107 () {34 vars in 965 bytes} [Mon May 25 15:13:55 2026] GET /v2.0/quotas/109d5071d11a44f1a1485995ac15c820 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2502] 10.0.0.107 () {34 vars in 1002 bytes} [Mon May 25 15:13:55 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&fields=id => generated 149 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2503] 10.0.0.107 () {34 vars in 1008 bytes} [Mon May 25 15:13:55 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?fields=segments => generated 14 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2504] 10.0.0.107 () {34 vars in 1108 bytes} [Mon May 25 15:13:55 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1214/2505] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:56 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2506] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:56 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:13:59.360 8 INFO neutron.db.segments_db [None req-bd16c9ae-004b-4c4a-ad83-ef624a7b0747 f21f4741d2a44231881cd8491bfe27cf b4c264be4d3e463b9fe1050f736cc8f6 - - default default] Added segment 86bcc833-482a-4084-9309-5f057ada577a of type vxlan for network a77c73ab-7ba9-4e72-a40b-b7510664e1db [pid: 7|app: 0|req: 1293/2507] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:59 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => 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: 1215/2508] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:13:59 2026] POST /v2.0/networks => generated 632 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2509] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:13:59 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:13:59.505 8 INFO neutron.db.segments_db [None req-90467376-3c29-47e8-a820-e53e579f4a27 f21f4741d2a44231881cd8491bfe27cf b4c264be4d3e463b9fe1050f736cc8f6 - - default default] Added segment d0f7c467-80eb-440a-ad0e-2f5b60a35c7b of type vxlan for network 4ca5bcb6-ec6d-408d-b529-5ae8fb1f892d [pid: 8|app: 0|req: 1216/2510] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:13:59 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:00.227 7 INFO neutron.db.segments_db [None req-e191387f-1d2e-4aac-ae85-01a4e090d472 f21f4741d2a44231881cd8491bfe27cf b4c264be4d3e463b9fe1050f736cc8f6 - - default default] Added segment b277d8a1-1b54-4a66-972e-84461084550b of type vxlan for network 5043cf51-9c16-4581-b213-60b3f42fb831 [pid: 7|app: 0|req: 1295/2511] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:13:59 2026] POST /v2.0/networks => generated 632 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:00.370 8 INFO neutron.db.segments_db [None req-d1ab998f-fc7b-40d7-9661-e42bdfe1ab55 f21f4741d2a44231881cd8491bfe27cf b4c264be4d3e463b9fe1050f736cc8f6 - - default default] Added segment a620f4c3-56fe-4fab-b801-b6c9a84907f6 of type vxlan for network 0c504178-64a7-4053-b492-1211d286e4ec [pid: 7|app: 0|req: 1296/2512] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:14:00 2026] GET /v2.0/networks?id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7 => generated 735 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2513] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:00 2026] POST /v2.0/networks => generated 630 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2514] 199.204.45.89 () {34 vars in 1049 bytes} [Mon May 25 15:14:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=109d5071d11a44f1a1485995ac15c820 => generated 343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:14:00.524 8 INFO neutron.db.segments_db [None req-fdc27e0a-6032-4638-abe3-11fa0bc6921f f21f4741d2a44231881cd8491bfe27cf b4c264be4d3e463b9fe1050f736cc8f6 - - default default] Added segment ce09dc0c-e594-4704-83c1-24b29b25af96 of type vxlan for network 7d76fe58-503b-45d2-9bc0-91dd4d6ea365 [pid: 8|app: 0|req: 1218/2515] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:00 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2516] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:14:00 2026] PUT /v2.0/networks/a77c73ab-7ba9-4e72-a40b-b7510664e1db/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2517] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:14:00 2026] PUT /v2.0/networks/4ca5bcb6-ec6d-408d-b529-5ae8fb1f892d/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2518] 199.204.45.89 () {38 vars in 954 bytes} [Mon May 25 15:14:00 2026] POST /v2.0/ports => generated 1082 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2519] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:14:00 2026] PUT /v2.0/networks/5043cf51-9c16-4581-b213-60b3f42fb831/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1222/2520] 10.0.0.26 () {34 vars in 752 bytes} [Mon May 25 15:14:00 2026] PUT /v2.0/networks/0c504178-64a7-4053-b492-1211d286e4ec/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2521] 10.0.0.26 () {32 vars in 665 bytes} [Mon May 25 15:14:00 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2522] 10.0.0.26 () {32 vars in 679 bytes} [Mon May 25 15:14:00 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2523] 10.0.0.26 () {32 vars in 675 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2524] 10.0.0.26 () {32 vars in 687 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2525] 10.0.0.26 () {32 vars in 673 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2526] 10.0.0.26 () {32 vars in 687 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2527] 10.0.0.26 () {32 vars in 683 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2528] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:14:00 2026] PUT /v2.0/ports/68a2af6f-7d52-4231-92ee-705d5aa53553 => generated 1243 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2529] 10.0.0.26 () {32 vars in 695 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:01.380 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-409c6d01-848c-451f-a549-f23971ca50dd'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': '68a2af6f-7d52-4231-92ee-705d5aa53553', '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, ' 2026-05-25 15:14:01.493 7 INFO neutron.services.segments.plugin [-] Segment 86bcc833-482a-4084-9309-5f057ada577a resource provider aggregate not found 2026-05-25 15:14:01.501 7 INFO neutron.services.segments.plugin [-] Segment 86bcc833-482a-4084-9309-5f057ada577a resource provider aggregate not found 2026-05-25 15:14:01.515 7 INFO neutron.services.segments.plugin [-] Segment 86bcc833-482a-4084-9309-5f057ada577a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bcc833-482a-4084-9309-5f057ada577a found for delete ", "request_id": "req-baf0a713-314c-40fa-b1d7-50b2f7d4c81c"}]} 2026-05-25 15:14:01.523 7 INFO neutron.services.segments.plugin [-] Segment 86bcc833-482a-4084-9309-5f057ada577a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bcc833-482a-4084-9309-5f057ada577a found for delete ", "request_id": "req-98576d9c-13fc-437a-bf76-541f97e062fd"}]} [pid: 7|app: 0|req: 1300/2530] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:01 2026] DELETE /v2.0/networks/a77c73ab-7ba9-4e72-a40b-b7510664e1db => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:01.651 8 INFO neutron.services.segments.plugin [-] Segment d0f7c467-80eb-440a-ad0e-2f5b60a35c7b resource provider aggregate not found 2026-05-25 15:14:01.656 8 INFO neutron.services.segments.plugin [-] Segment d0f7c467-80eb-440a-ad0e-2f5b60a35c7b resource provider aggregate not found 2026-05-25 15:14:01.670 8 INFO neutron.services.segments.plugin [-] Segment d0f7c467-80eb-440a-ad0e-2f5b60a35c7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0f7c467-80eb-440a-ad0e-2f5b60a35c7b found for delete ", "request_id": "req-d43a049a-630c-4bea-97cf-dcfe5c2453a5"}]} 2026-05-25 15:14:01.673 8 INFO neutron.services.segments.plugin [-] Segment d0f7c467-80eb-440a-ad0e-2f5b60a35c7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0f7c467-80eb-440a-ad0e-2f5b60a35c7b found for delete ", "request_id": "req-8db6dd9e-b1d2-4635-852c-ba67f6e8c55e"}]} [pid: 8|app: 0|req: 1231/2531] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:01 2026] DELETE /v2.0/networks/4ca5bcb6-ec6d-408d-b529-5ae8fb1f892d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2532] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:01 2026] DELETE /v2.0/networks/5043cf51-9c16-4581-b213-60b3f42fb831 => 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: 1302/2533] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2534] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:01 2026] DELETE /v2.0/networks/0c504178-64a7-4053-b492-1211d286e4ec => 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: 1303/2535] 199.204.45.89 () {34 vars in 1017 bytes} [Mon May 25 15:14:01 2026] GET /v2.0/networks?tenant_id=109d5071d11a44f1a1485995ac15c820&shared=False => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2536] 199.204.45.89 () {34 vars in 929 bytes} [Mon May 25 15:14:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2537] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:01 2026] DELETE /v2.0/networks/7d76fe58-503b-45d2-9bc0-91dd4d6ea365 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2538] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:02 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2539] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:14:02 2026] GET /v2.0/security-groups?id=f269b4e1-12c7-4d55-a057-4f2719eadba7&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: 1306/2540] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:02 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2541] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:02 2026] GET /v2.0/security-groups?tenant_id=b4c264be4d3e463b9fe1050f736cc8f6&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2542] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2543] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:03 2026] DELETE /v2.0/security-groups/e9193df9-3738-4959-a92f-e8a1927608c8 => 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: 1237/2544] 199.204.45.89 () {34 vars in 1061 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.162&port_id=68a2af6f-7d52-4231-92ee-705d5aa53553 => 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: 1308/2545] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/subnets?id=865f0cca-4e13-4fc0-b5a3-67551ed250ee => generated 654 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2546] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/ports?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&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: 1239/2547] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2548] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/security-groups?tenant_id=bb1d3dcf4e2c4641bc21555c05143375&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2549] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1310/2550] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:03 2026] DELETE /v2.0/security-groups/deae0288-4ef2-4327-88d7-1e9cdfbe64ee => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:03.534 7 INFO neutron.services.segments.plugin [-] Segment b277d8a1-1b54-4a66-972e-84461084550b resource provider aggregate not found 2026-05-25 15:14:03.542 7 INFO neutron.services.segments.plugin [-] Segment b277d8a1-1b54-4a66-972e-84461084550b resource provider aggregate not found 2026-05-25 15:14:03.549 7 INFO neutron.services.segments.plugin [-] Segment b277d8a1-1b54-4a66-972e-84461084550b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b277d8a1-1b54-4a66-972e-84461084550b found for delete ", "request_id": "req-0a138930-d834-4450-97f1-eed933f10263"}]} 2026-05-25 15:14:03.557 7 INFO neutron.services.segments.plugin [-] Segment b277d8a1-1b54-4a66-972e-84461084550b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b277d8a1-1b54-4a66-972e-84461084550b found for delete ", "request_id": "req-c4b03cdb-921b-49c0-804d-19c86ba3296a"}]} 2026-05-25 15:14:03.696 8 INFO neutron.services.segments.plugin [-] Segment a620f4c3-56fe-4fab-b801-b6c9a84907f6 resource provider aggregate not found 2026-05-25 15:14:03.704 8 INFO neutron.services.segments.plugin [-] Segment a620f4c3-56fe-4fab-b801-b6c9a84907f6 resource provider aggregate not found 2026-05-25 15:14:03.720 8 INFO neutron.services.segments.plugin [-] Segment a620f4c3-56fe-4fab-b801-b6c9a84907f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a620f4c3-56fe-4fab-b801-b6c9a84907f6 found for delete ", "request_id": "req-55199884-a299-41b9-ba33-1d489145a2a4"}]} 2026-05-25 15:14:03.724 8 INFO neutron.services.segments.plugin [-] Segment a620f4c3-56fe-4fab-b801-b6c9a84907f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a620f4c3-56fe-4fab-b801-b6c9a84907f6 found for delete ", "request_id": "req-393b39bd-0b22-4e78-9300-1f6ac75fe6f8"}]} 2026-05-25 15:14:03.740 8 INFO neutron.services.segments.plugin [-] Segment ce09dc0c-e594-4704-83c1-24b29b25af96 resource provider aggregate not found 2026-05-25 15:14:03.747 8 INFO neutron.services.segments.plugin [-] Segment ce09dc0c-e594-4704-83c1-24b29b25af96 resource provider aggregate not found 2026-05-25 15:14:03.762 8 INFO neutron.services.segments.plugin [-] Segment ce09dc0c-e594-4704-83c1-24b29b25af96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce09dc0c-e594-4704-83c1-24b29b25af96 found for delete ", "request_id": "req-2ea690ac-8cb3-4daa-9f26-a02c3218798e"}]} 2026-05-25 15:14:03.764 8 INFO neutron.services.segments.plugin [-] Segment ce09dc0c-e594-4704-83c1-24b29b25af96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce09dc0c-e594-4704-83c1-24b29b25af96 found for delete ", "request_id": "req-0d57e6c9-8b16-4a33-9b0a-4115e403c462"}]} [pid: 8|app: 0|req: 1241/2551] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:03 2026] GET /v2.0/security-groups?tenant_id=0ee92def6343435c975160f7f6d4bfae&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2552] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:03 2026] DELETE /v2.0/security-groups/3a31ffca-1219-41d1-aeb0-8db3cae3d00e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2553] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:05 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2554] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:14:05 2026] GET /v2.0/security-groups?id=f269b4e1-12c7-4d55-a057-4f2719eadba7&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: 1243/2555] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:05 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2556] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:14:07 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2557] 199.204.45.89 () {34 vars in 1043 bytes} [Mon May 25 15:14:07 2026] GET /v2.0/security-groups?id=f269b4e1-12c7-4d55-a057-4f2719eadba7&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2560] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:08 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2561] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:14:08 2026] GET /v2.0/security-groups?id=f269b4e1-12c7-4d55-a057-4f2719eadba7&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2562] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:08 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:08.233 7 INFO neutron.db.segments_db [None req-407ad458-9911-4280-9270-524227a22607 d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Added segment cac1932d-631f-4647-90e5-8093df87ff35 of type vxlan for network 973363e8-e356-4c48-8403-0965dc0b5952 [pid: 7|app: 0|req: 1315/2563] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:07 2026] POST /v2.0/networks => generated 632 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2564] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:08 2026] POST /v2.0/ports => generated 743 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:08.730 7 INFO neutron.db.segments_db [None req-b80f4179-2051-4f9d-8797-4eef6360a02d d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Added segment 796b6945-83f2-476e-8753-6adc5c8b1acf of type vxlan for network 2240b109-6545-4790-824a-5966121df11d [pid: 7|app: 0|req: 1316/2565] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:08 2026] POST /v2.0/networks => generated 632 bytes in 152 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: 1250/2566] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:08 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:09.236 7 INFO neutron.db.segments_db [None req-33c7ebc3-f861-4bab-9301-81b83457e45b d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Added segment 526dd36f-4b64-4efe-8f71-b57b2a282318 of type vxlan for network 68ed604b-9454-436d-80b7-daa6e2b4352a [pid: 7|app: 0|req: 1317/2567] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:09 2026] POST /v2.0/networks => generated 631 bytes in 156 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: 1251/2568] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:09 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:09.687 7 INFO neutron.db.segments_db [None req-9a7d2d55-1444-4e2c-b0ee-a6eb8851b711 d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Added segment fcfba2d1-8e7c-4ce5-b68b-39a37351cb19 of type vxlan for network 033f50b3-b495-4058-b783-aa7d807fb66b [pid: 7|app: 0|req: 1318/2569] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:09 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1252/2570] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:09 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) 2026-05-25 15:14:10.158 7 INFO neutron.db.segments_db [None req-53735de7-6d9e-4ea1-aebc-b43ea9bf5a48 d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Added segment 836793ab-9932-4597-921c-dd82b25048ba of type vxlan for network b67ee412-6b61-4b2e-b6ef-90dcb5801c0d [pid: 7|app: 0|req: 1319/2571] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:10 2026] POST /v2.0/networks => generated 631 bytes in 137 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: 1253/2572] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:10 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2573] 10.0.0.26 () {34 vars in 746 bytes} [Mon May 25 15:14:10 2026] PUT /v2.0/ports/e2de23ea-0a21-44be-b87e-a0415b4b4e0b/tags => generated 17 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: 1254/2574] 10.0.0.26 () {34 vars in 746 bytes} [Mon May 25 15:14:10 2026] PUT /v2.0/ports/be071e80-d2e2-47d8-a4ea-3b4ec757aa06/tags => generated 25 bytes in 74 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: 1321/2575] 10.0.0.26 () {34 vars in 746 bytes} [Mon May 25 15:14:10 2026] PUT /v2.0/ports/1f46059a-3163-44a4-b30e-a9a5e9e1a8f8/tags => generated 34 bytes in 68 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: 1255/2576] 10.0.0.26 () {34 vars in 746 bytes} [Mon May 25 15:14:10 2026] PUT /v2.0/ports/b1e23859-0ac9-4ac7-820f-673bd0e189f9/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1322/2577] 10.0.0.26 () {32 vars in 659 bytes} [Mon May 25 15:14:10 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 156 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: 1256/2578] 10.0.0.26 () {32 vars in 673 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2579] 10.0.0.26 () {32 vars in 669 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2580] 10.0.0.26 () {32 vars in 681 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2581] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2582] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/security-groups?id=f269b4e1-12c7-4d55-a057-4f2719eadba7&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: 1324/2583] 10.0.0.26 () {32 vars in 667 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2584] 10.0.0.26 () {32 vars in 681 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2585] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2586] 10.0.0.26 () {32 vars in 677 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2587] 10.0.0.26 () {32 vars in 689 bytes} [Mon May 25 15:14:11 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:11.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-752a6808-7f6e-4a63-b94b-7a2ebe2a314d d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] TaaS: Handle Delete Port: e2de23ea-0a21-44be-b87e-a0415b4b4e0b 2026-05-25 15:14:11.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-752a6808-7f6e-4a63-b94b-7a2ebe2a314d d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Tap Mirror: Handle Delete Port: e2de23ea-0a21-44be-b87e-a0415b4b4e0b [pid: 8|app: 0|req: 1262/2588] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:11 2026] DELETE /v2.0/ports/e2de23ea-0a21-44be-b87e-a0415b4b4e0b => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:11.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-264a76ac-3a1e-4384-b662-638817a9375e d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] TaaS: Handle Delete Port: be071e80-d2e2-47d8-a4ea-3b4ec757aa06 2026-05-25 15:14:11.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-264a76ac-3a1e-4384-b662-638817a9375e d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Tap Mirror: Handle Delete Port: be071e80-d2e2-47d8-a4ea-3b4ec757aa06 [pid: 7|app: 0|req: 1327/2589] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:11 2026] DELETE /v2.0/ports/be071e80-d2e2-47d8-a4ea-3b4ec757aa06 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:12.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-31db27bc-7183-44ef-a8a3-c5128eb239d8 d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] TaaS: Handle Delete Port: 1f46059a-3163-44a4-b30e-a9a5e9e1a8f8 2026-05-25 15:14:12.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31db27bc-7183-44ef-a8a3-c5128eb239d8 d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Tap Mirror: Handle Delete Port: 1f46059a-3163-44a4-b30e-a9a5e9e1a8f8 [pid: 8|app: 0|req: 1263/2590] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:12 2026] DELETE /v2.0/ports/1f46059a-3163-44a4-b30e-a9a5e9e1a8f8 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:12.383 7 INFO neutron_taas.services.taas.taas_plugin [None req-273ce413-f040-4d8d-8735-e67b665ad2ee d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] TaaS: Handle Delete Port: b1e23859-0ac9-4ac7-820f-673bd0e189f9 2026-05-25 15:14:12.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-273ce413-f040-4d8d-8735-e67b665ad2ee d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Tap Mirror: Handle Delete Port: b1e23859-0ac9-4ac7-820f-673bd0e189f9 [pid: 7|app: 0|req: 1328/2591] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:12 2026] DELETE /v2.0/ports/b1e23859-0ac9-4ac7-820f-673bd0e189f9 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:12.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f840be0-7c8f-4a3f-9f13-105abdf78049 d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] TaaS: Handle Delete Port: 839cb5aa-3777-4b9f-ad12-1c90b8a1c463 2026-05-25 15:14:12.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f840be0-7c8f-4a3f-9f13-105abdf78049 d27b35f8b3d64ba69dd2ba8b11e1e4a3 dc9e7556a8bb40739bb454a4eed390c9 - - default default] Tap Mirror: Handle Delete Port: 839cb5aa-3777-4b9f-ad12-1c90b8a1c463 [pid: 8|app: 0|req: 1264/2592] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:12 2026] DELETE /v2.0/ports/839cb5aa-3777-4b9f-ad12-1c90b8a1c463 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:12.803 7 INFO neutron.services.segments.plugin [-] Segment cac1932d-631f-4647-90e5-8093df87ff35 resource provider aggregate not found 2026-05-25 15:14:12.812 7 INFO neutron.services.segments.plugin [-] Segment cac1932d-631f-4647-90e5-8093df87ff35 resource provider aggregate not found 2026-05-25 15:14:12.826 7 INFO neutron.services.segments.plugin [-] Segment cac1932d-631f-4647-90e5-8093df87ff35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cac1932d-631f-4647-90e5-8093df87ff35 found for delete ", "request_id": "req-96fd17c2-6fd1-4345-9825-6de73c8efc75"}]} 2026-05-25 15:14:12.833 7 INFO neutron.services.segments.plugin [-] Segment cac1932d-631f-4647-90e5-8093df87ff35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cac1932d-631f-4647-90e5-8093df87ff35 found for delete ", "request_id": "req-abaa7280-900b-4e9d-bbfe-08ecb534b975"}]} [pid: 7|app: 0|req: 1329/2593] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:12 2026] DELETE /v2.0/networks/973363e8-e356-4c48-8403-0965dc0b5952 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:12.970 8 INFO neutron.services.segments.plugin [-] Segment 796b6945-83f2-476e-8753-6adc5c8b1acf resource provider aggregate not found 2026-05-25 15:14:12.973 8 INFO neutron.services.segments.plugin [-] Segment 796b6945-83f2-476e-8753-6adc5c8b1acf resource provider aggregate not found 2026-05-25 15:14:12.989 8 INFO neutron.services.segments.plugin [-] Segment 796b6945-83f2-476e-8753-6adc5c8b1acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 796b6945-83f2-476e-8753-6adc5c8b1acf found for delete ", "request_id": "req-8a4ff883-ccc7-43bb-a2d6-4c837310765a"}]} 2026-05-25 15:14:13.004 8 INFO neutron.services.segments.plugin [-] Segment 796b6945-83f2-476e-8753-6adc5c8b1acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 796b6945-83f2-476e-8753-6adc5c8b1acf found for delete ", "request_id": "req-c8ab7985-4ff9-4377-b686-7e633b4d7d83"}]} [pid: 8|app: 0|req: 1265/2594] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:12 2026] DELETE /v2.0/networks/2240b109-6545-4790-824a-5966121df11d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2595] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:13 2026] DELETE /v2.0/networks/68ed604b-9454-436d-80b7-daa6e2b4352a => 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: 1266/2596] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:13 2026] DELETE /v2.0/networks/033f50b3-b495-4058-b783-aa7d807fb66b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2597] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:13 2026] DELETE /v2.0/networks/b67ee412-6b61-4b2e-b6ef-90dcb5801c0d => 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: 1267/2598] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:14 2026] GET /v2.0/security-groups?tenant_id=dc9e7556a8bb40739bb454a4eed390c9&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2599] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:14 2026] DELETE /v2.0/security-groups/d2afd3d4-f86a-48f0-87cd-37607b490e7d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2600] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:14 2026] GET /v2.0/security-groups?tenant_id=d74bff1c6ada432994f7a71ba29a9fa7&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:14.848 7 INFO neutron.services.segments.plugin [-] Segment 526dd36f-4b64-4efe-8f71-b57b2a282318 resource provider aggregate not found 2026-05-25 15:14:14.858 7 INFO neutron.services.segments.plugin [-] Segment 526dd36f-4b64-4efe-8f71-b57b2a282318 resource provider aggregate not found 2026-05-25 15:14:14.865 7 INFO neutron.services.segments.plugin [-] Segment 526dd36f-4b64-4efe-8f71-b57b2a282318 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 526dd36f-4b64-4efe-8f71-b57b2a282318 found for delete ", "request_id": "req-3a9ae367-3fc4-4b7d-813f-3f848585967c"}]} 2026-05-25 15:14:14.872 7 INFO neutron.services.segments.plugin [-] Segment 526dd36f-4b64-4efe-8f71-b57b2a282318 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 526dd36f-4b64-4efe-8f71-b57b2a282318 found for delete ", "request_id": "req-79e7de79-e9f2-4872-94e2-34685fa049c0"}]} 2026-05-25 15:14:14.886 7 INFO neutron.services.segments.plugin [-] Segment 836793ab-9932-4597-921c-dd82b25048ba resource provider aggregate not found [pid: 7|app: 0|req: 1333/2601] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:14 2026] DELETE /v2.0/security-groups/56b47199-0c71-49db-85cb-bb2e535022b6 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:14.900 7 INFO neutron.services.segments.plugin [-] Segment 836793ab-9932-4597-921c-dd82b25048ba resource provider aggregate not found 2026-05-25 15:14:14.914 7 INFO neutron.services.segments.plugin [-] Segment 836793ab-9932-4597-921c-dd82b25048ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 836793ab-9932-4597-921c-dd82b25048ba found for delete ", "request_id": "req-aeee37fa-b0fb-4ee7-875e-c4c1bc890924"}]} 2026-05-25 15:14:14.916 7 INFO neutron.services.segments.plugin [-] Segment 836793ab-9932-4597-921c-dd82b25048ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 836793ab-9932-4597-921c-dd82b25048ba found for delete ", "request_id": "req-30bfde90-3ece-47d9-9d36-80cbd680ae46"}]} 2026-05-25 15:14:15.006 8 INFO neutron.services.segments.plugin [-] Segment fcfba2d1-8e7c-4ce5-b68b-39a37351cb19 resource provider aggregate not found 2026-05-25 15:14:15.023 8 INFO neutron.services.segments.plugin [-] Segment fcfba2d1-8e7c-4ce5-b68b-39a37351cb19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcfba2d1-8e7c-4ce5-b68b-39a37351cb19 found for delete ", "request_id": "req-e2a7a26f-5303-44e7-9b3c-22edd69a126b"}]} 2026-05-25 15:14:15.031 8 INFO neutron.services.segments.plugin [-] Segment fcfba2d1-8e7c-4ce5-b68b-39a37351cb19 resource provider aggregate not found 2026-05-25 15:14:15.053 8 INFO neutron.services.segments.plugin [-] Segment fcfba2d1-8e7c-4ce5-b68b-39a37351cb19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcfba2d1-8e7c-4ce5-b68b-39a37351cb19 found for delete ", "request_id": "req-846ddf50-e972-4690-a0f0-c81c7475c008"}]} [pid: 8|app: 0|req: 1269/2602] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:15 2026] GET /v2.0/security-groups?tenant_id=78061f4b10c3430e837eda6492254e2b&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2603] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:15 2026] DELETE /v2.0/security-groups/9467f134-54ca-4905-acf5-09e7120af646 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:19.792 8 INFO neutron.db.segments_db [None req-93713791-db49-49b6-8aac-348705c09d19 e3879fdefca74e43b1a075abf49808b2 4bbdd52177ef437a894bd3ad05653662 - - default default] Added segment 994a103d-0d5a-43a9-b37c-22d748ee2697 of type vxlan for network cc685401-7f62-4fe8-9e2a-d9c771437daa [pid: 8|app: 0|req: 1270/2604] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:19 2026] POST /v2.0/networks => generated 632 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2605] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:14:19 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:20.217 8 INFO neutron.db.segments_db [None req-a22d17f4-6286-44ec-b4f0-bae5ed357b61 e3879fdefca74e43b1a075abf49808b2 4bbdd52177ef437a894bd3ad05653662 - - default default] Added segment 008b1be2-c558-4122-a684-424c6050d3e8 of type vxlan for network 94bbb93c-75ea-4ed2-8a95-466305933bd1 [pid: 8|app: 0|req: 1271/2606] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:20 2026] POST /v2.0/networks => generated 632 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2607] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:14:20 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:20.601 8 INFO neutron.db.segments_db [None req-4ffcca83-b217-45f9-be04-29b59de4ad71 e3879fdefca74e43b1a075abf49808b2 4bbdd52177ef437a894bd3ad05653662 - - default default] Added segment 3809d61e-4c21-4e92-9685-4318357ef728 of type vxlan for network 967762b8-ba17-42dd-b85c-8ac4523183c9 [pid: 8|app: 0|req: 1272/2608] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:20 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2609] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:14:20 2026] POST /v2.0/subnets => generated 629 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:21.005 8 INFO neutron.db.segments_db [None req-886ee071-26e2-492e-8ded-3f5c62a16631 e3879fdefca74e43b1a075abf49808b2 4bbdd52177ef437a894bd3ad05653662 - - default default] Added segment 3e588580-0704-4439-9b6b-dcf09f593dea of type vxlan for network 8a06c3ac-6cea-4d6d-bfdd-a411c07c44ac [pid: 8|app: 0|req: 1273/2610] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:20 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2611] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:14:21 2026] POST /v2.0/subnets => generated 629 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 15:14:21.473 8 INFO neutron.db.segments_db [None req-b6f31f6d-7fb1-47e7-b8eb-cd3be13d5e5b e3879fdefca74e43b1a075abf49808b2 4bbdd52177ef437a894bd3ad05653662 - - default default] Added segment e2da9d7f-100f-4973-bee4-88aa5d101800 of type vxlan for network 47c92fd3-2b0a-4b4c-a9d3-27035e02de48 [pid: 8|app: 0|req: 1274/2612] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:21 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2613] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:14:21 2026] POST /v2.0/subnets => generated 629 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2614] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:21 2026] PUT /v2.0/subnets/22ca0f5e-e082-45d2-9724-9c1fbd83f221/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2615] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:21 2026] PUT /v2.0/subnets/4d177c4f-5efa-43cd-afef-d76150560694/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2616] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:22 2026] PUT /v2.0/subnets/106209ba-2dbb-44ee-b3a1-e084e6236461/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: 1341/2617] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:22 2026] PUT /v2.0/subnets/d7f96f21-e4dc-46ba-a874-dff38a01eccd/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2618] 10.0.0.26 () {32 vars in 663 bytes} [Mon May 25 15:14:22 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2619] 10.0.0.26 () {32 vars in 677 bytes} [Mon May 25 15:14:22 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2620] 10.0.0.26 () {32 vars in 673 bytes} [Mon May 25 15:14:22 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2621] 10.0.0.26 () {32 vars in 685 bytes} [Mon May 25 15:14:22 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2622] 10.0.0.26 () {32 vars in 671 bytes} [Mon May 25 15:14:22 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: 7|app: 0|req: 1344/2623] 10.0.0.26 () {32 vars in 685 bytes} [Mon May 25 15:14:22 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2624] 10.0.0.26 () {32 vars in 681 bytes} [Mon May 25 15:14:22 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2627] 10.0.0.26 () {32 vars in 693 bytes} [Mon May 25 15:14:22 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2628] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:14:22 2026] DELETE /v2.0/subnets/22ca0f5e-e082-45d2-9724-9c1fbd83f221 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2629] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:14:22 2026] DELETE /v2.0/subnets/4d177c4f-5efa-43cd-afef-d76150560694 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2630] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:14:23 2026] DELETE /v2.0/subnets/106209ba-2dbb-44ee-b3a1-e084e6236461 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2631] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:14:23 2026] DELETE /v2.0/subnets/d7f96f21-e4dc-46ba-a874-dff38a01eccd => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2632] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:14:23 2026] DELETE /v2.0/subnets/8d0cd0de-cdca-45c8-8bef-a5cfc72081aa => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:23.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-6587cfce-eda8-41e6-8bb7-715bbac1012e e3879fdefca74e43b1a075abf49808b2 4bbdd52177ef437a894bd3ad05653662 - - default default] TaaS: Handle Delete Port: 5b28a128-369f-43ce-99d6-5905c39ba6df 2026-05-25 15:14:23.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6587cfce-eda8-41e6-8bb7-715bbac1012e e3879fdefca74e43b1a075abf49808b2 4bbdd52177ef437a894bd3ad05653662 - - default default] Tap Mirror: Handle Delete Port: 5b28a128-369f-43ce-99d6-5905c39ba6df 2026-05-25 15:14:23.869 7 INFO neutron.services.segments.plugin [-] Segment 994a103d-0d5a-43a9-b37c-22d748ee2697 resource provider aggregate not found 2026-05-25 15:14:23.874 7 INFO neutron.services.segments.plugin [-] Segment 994a103d-0d5a-43a9-b37c-22d748ee2697 resource provider aggregate not found 2026-05-25 15:14:23.889 7 INFO neutron.services.segments.plugin [-] Segment 994a103d-0d5a-43a9-b37c-22d748ee2697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994a103d-0d5a-43a9-b37c-22d748ee2697 found for delete ", "request_id": "req-57ade9c8-563f-4c3d-b260-84a8ed9b3744"}]} 2026-05-25 15:14:23.894 7 INFO neutron.services.segments.plugin [-] Segment 994a103d-0d5a-43a9-b37c-22d748ee2697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994a103d-0d5a-43a9-b37c-22d748ee2697 found for delete ", "request_id": "req-47a16ba7-90ff-454a-bf4a-c730ea990062"}]} [pid: 7|app: 0|req: 1348/2633] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:23 2026] DELETE /v2.0/networks/cc685401-7f62-4fe8-9e2a-d9c771437daa => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:24.031 8 INFO neutron.services.segments.plugin [-] Segment 008b1be2-c558-4122-a684-424c6050d3e8 resource provider aggregate not found 2026-05-25 15:14:24.040 8 INFO neutron.services.segments.plugin [-] Segment 008b1be2-c558-4122-a684-424c6050d3e8 resource provider aggregate not found 2026-05-25 15:14:24.059 8 INFO neutron.services.segments.plugin [-] Segment 008b1be2-c558-4122-a684-424c6050d3e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008b1be2-c558-4122-a684-424c6050d3e8 found for delete ", "request_id": "req-41f0f46b-05a1-4b61-8b49-c4b6a4ca2cf4"}]} 2026-05-25 15:14:24.065 8 INFO neutron.services.segments.plugin [-] Segment 008b1be2-c558-4122-a684-424c6050d3e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008b1be2-c558-4122-a684-424c6050d3e8 found for delete ", "request_id": "req-825bc1c1-c8eb-4bf4-aa96-6cec722998f2"}]} [pid: 8|app: 0|req: 1286/2634] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:23 2026] DELETE /v2.0/networks/94bbb93c-75ea-4ed2-8a95-466305933bd1 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2635] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:24 2026] DELETE /v2.0/networks/967762b8-ba17-42dd-b85c-8ac4523183c9 => 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: 1287/2636] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:24 2026] DELETE /v2.0/networks/8a06c3ac-6cea-4d6d-bfdd-a411c07c44ac => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2637] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:24 2026] DELETE /v2.0/networks/47c92fd3-2b0a-4b4c-a9d3-27035e02de48 => 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: 1288/2638] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:25 2026] GET /v2.0/security-groups?tenant_id=4bbdd52177ef437a894bd3ad05653662&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2639] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:25 2026] DELETE /v2.0/security-groups/c15d5a12-7710-4f0b-ade5-eb62c5a882e0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2640] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:25 2026] GET /v2.0/security-groups?tenant_id=375e5ca9ab2345f8aa1d0e1f458d8a65&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:25.918 7 INFO neutron.services.segments.plugin [-] Segment 3809d61e-4c21-4e92-9685-4318357ef728 resource provider aggregate not found 2026-05-25 15:14:25.927 7 INFO neutron.services.segments.plugin [-] Segment 3809d61e-4c21-4e92-9685-4318357ef728 resource provider aggregate not found 2026-05-25 15:14:25.944 7 INFO neutron.services.segments.plugin [-] Segment 3809d61e-4c21-4e92-9685-4318357ef728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3809d61e-4c21-4e92-9685-4318357ef728 found for delete ", "request_id": "req-a20000c8-1459-467a-bbc9-5011fd9ce5c2"}]} 2026-05-25 15:14:25.947 7 INFO neutron.services.segments.plugin [-] Segment 3809d61e-4c21-4e92-9685-4318357ef728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3809d61e-4c21-4e92-9685-4318357ef728 found for delete ", "request_id": "req-c07e1f21-31cd-447e-8389-cc80f75141da"}]} 2026-05-25 15:14:25.979 7 INFO neutron.services.segments.plugin [-] Segment e2da9d7f-100f-4973-bee4-88aa5d101800 resource provider aggregate not found 2026-05-25 15:14:25.979 7 INFO neutron.services.segments.plugin [-] Segment e2da9d7f-100f-4973-bee4-88aa5d101800 resource provider aggregate not found 2026-05-25 15:14:26.003 7 INFO neutron.services.segments.plugin [-] Segment e2da9d7f-100f-4973-bee4-88aa5d101800 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2da9d7f-100f-4973-bee4-88aa5d101800 found for delete ", "request_id": "req-28adbf4d-4793-44f4-8235-4bc9e50897d9"}]} 2026-05-25 15:14:26.003 7 INFO neutron.services.segments.plugin [-] Segment e2da9d7f-100f-4973-bee4-88aa5d101800 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2da9d7f-100f-4973-bee4-88aa5d101800 found for delete ", "request_id": "req-fb13692d-5b31-4db7-90f3-70ff01fa926c"}]} [pid: 7|app: 0|req: 1352/2641] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:25 2026] DELETE /v2.0/security-groups/197adae7-3b23-4b1b-9a99-fef3a42ab6b0 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:26.098 8 INFO neutron.services.segments.plugin [-] Segment 3e588580-0704-4439-9b6b-dcf09f593dea resource provider aggregate not found 2026-05-25 15:14:26.099 8 INFO neutron.services.segments.plugin [-] Segment 3e588580-0704-4439-9b6b-dcf09f593dea resource provider aggregate not found 2026-05-25 15:14:26.121 8 INFO neutron.services.segments.plugin [-] Segment 3e588580-0704-4439-9b6b-dcf09f593dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e588580-0704-4439-9b6b-dcf09f593dea found for delete ", "request_id": "req-4aada505-bc22-482e-a19c-23924894f465"}]} 2026-05-25 15:14:26.126 8 INFO neutron.services.segments.plugin [-] Segment 3e588580-0704-4439-9b6b-dcf09f593dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e588580-0704-4439-9b6b-dcf09f593dea found for delete ", "request_id": "req-97ad8b74-6b88-4556-9202-4b60f9b2f71c"}]} [pid: 8|app: 0|req: 1290/2642] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:26 2026] GET /v2.0/security-groups?tenant_id=0b328e43e08b494487f4a49ccf3a2b6c&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2643] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:26 2026] DELETE /v2.0/security-groups/7d195aca-1603-4b03-b5d4-a9af7a8a37ea => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:31.442 8 INFO neutron.db.segments_db [None req-c47d3ff1-8013-4a2d-bfc2-375b919687ed 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Added segment e115f4ef-32bb-49dd-ad9b-d1fa865b8049 of type vxlan for network 4aaadf4d-9429-4c7e-9d78-c8b8b1737083 [pid: 8|app: 0|req: 1291/2644] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:31 2026] POST /v2.0/networks => generated 631 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2645] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:31 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2646] 10.0.0.26 () {34 vars in 665 bytes} [Mon May 25 15:14:31 2026] POST /v2.0/trunks => generated 407 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:14:32.150 7 INFO neutron.db.segments_db [None req-a69b1cd8-7de4-4649-bb7c-d7ac0c066f6e 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Added segment 79ac76d4-0ff9-4b40-b895-a2c40db6c888 of type vxlan for network 1fa7371f-eecf-4e2f-b3cc-b4691177a7e0 [pid: 7|app: 0|req: 1355/2647] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:32 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2648] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:32 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2649] 10.0.0.26 () {34 vars in 665 bytes} [Mon May 25 15:14:32 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:14:32.849 8 INFO neutron.db.segments_db [None req-c379ccf9-9a38-4908-b510-469d8e2dbc46 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Added segment 53da1599-99fb-4500-8e1f-c5ff4a8c2a0a of type vxlan for network c45f1f7b-f450-41aa-a23f-62a831fe8150 [pid: 8|app: 0|req: 1294/2650] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:32 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2651] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:32 2026] POST /v2.0/ports => generated 743 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2652] 10.0.0.26 () {34 vars in 665 bytes} [Mon May 25 15:14:33 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:14:33.651 7 INFO neutron.db.segments_db [None req-5b6d3047-5e43-4e03-8bc3-80d2d145f294 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Added segment 6df7743e-0dbc-4494-9e0b-a317b9af774d of type vxlan for network 9b52801b-4c1d-4340-b3e2-37195b9ed65a [pid: 7|app: 0|req: 1358/2653] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:33 2026] POST /v2.0/networks => generated 630 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2654] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:33 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2655] 10.0.0.26 () {34 vars in 665 bytes} [Mon May 25 15:14:34 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:14:34.326 8 INFO neutron.db.segments_db [None req-f7c25fe1-8001-43a3-9631-c8e96a885473 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Added segment 981b2b64-11fd-4de7-9602-65fdd7af1318 of type vxlan for network c93437d4-bbc7-4d54-b2ac-d815ec97c60d [pid: 8|app: 0|req: 1297/2656] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:34 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2657] 10.0.0.26 () {34 vars in 663 bytes} [Mon May 25 15:14:34 2026] POST /v2.0/ports => generated 743 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2658] 10.0.0.26 () {34 vars in 665 bytes} [Mon May 25 15:14:34 2026] POST /v2.0/trunks => generated 407 bytes in 208 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: 1361/2659] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:14:35 2026] PUT /v2.0/trunks/0b504b5f-0640-47da-9701-010904197809/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2660] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:14:35 2026] PUT /v2.0/trunks/88bbc867-fc9d-477e-9905-2aa478a9a6f5/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2661] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:14:35 2026] PUT /v2.0/trunks/812f3cdd-3bd5-4851-a45e-735498631292/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2662] 10.0.0.26 () {34 vars in 748 bytes} [Mon May 25 15:14:35 2026] PUT /v2.0/trunks/936ce2f0-0aa6-4e3b-894f-4bda2f1c801d/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2663] 10.0.0.26 () {32 vars in 661 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2664] 10.0.0.26 () {32 vars in 675 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2665] 10.0.0.26 () {32 vars in 671 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2666] 10.0.0.26 () {32 vars in 683 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2667] 10.0.0.26 () {32 vars in 669 bytes} [Mon May 25 15:14:35 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: 1303/2668] 10.0.0.26 () {32 vars in 683 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2669] 10.0.0.26 () {32 vars in 679 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2670] 10.0.0.26 () {32 vars in 691 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2671] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks/0b504b5f-0640-47da-9701-010904197809 => 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: 1305/2672] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/ports/f09ee671-2725-4747-a7e1-9ebae07731a6 => generated 826 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2673] 10.0.0.26 () {32 vars in 721 bytes} [Mon May 25 15:14:35 2026] DELETE /v2.0/trunks/0b504b5f-0640-47da-9701-010904197809 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2674] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks/88bbc867-fc9d-477e-9905-2aa478a9a6f5 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2675] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/ports/f0ce84ac-6d31-441f-912c-bca319e70036 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2676] 10.0.0.26 () {32 vars in 721 bytes} [Mon May 25 15:14:35 2026] DELETE /v2.0/trunks/88bbc867-fc9d-477e-9905-2aa478a9a6f5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2677] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks/812f3cdd-3bd5-4851-a45e-735498631292 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2678] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/ports/2bc28b31-36a9-4a35-92cc-5fd61dcd3716 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2679] 10.0.0.26 () {32 vars in 721 bytes} [Mon May 25 15:14:35 2026] DELETE /v2.0/trunks/812f3cdd-3bd5-4851-a45e-735498631292 => 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: 1309/2680] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/trunks/936ce2f0-0aa6-4e3b-894f-4bda2f1c801d => generated 414 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2681] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:14:35 2026] GET /v2.0/ports/4699b747-093e-4b4c-855b-69cbb2f9930d => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2682] 10.0.0.26 () {32 vars in 721 bytes} [Mon May 25 15:14:36 2026] DELETE /v2.0/trunks/936ce2f0-0aa6-4e3b-894f-4bda2f1c801d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2683] 10.0.0.26 () {32 vars in 718 bytes} [Mon May 25 15:14:36 2026] GET /v2.0/trunks/c0f0be52-1626-49ab-9c5e-2f170315cfa4 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2684] 10.0.0.26 () {32 vars in 716 bytes} [Mon May 25 15:14:36 2026] GET /v2.0/ports/f9a0392d-7e6c-44d5-8886-42305cd379de => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2685] 10.0.0.26 () {32 vars in 721 bytes} [Mon May 25 15:14:36 2026] DELETE /v2.0/trunks/c0f0be52-1626-49ab-9c5e-2f170315cfa4 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:36.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-55202f3b-8638-4e11-9b74-f2cfe872b5b7 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] TaaS: Handle Delete Port: f09ee671-2725-4747-a7e1-9ebae07731a6 2026-05-25 15:14:36.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55202f3b-8638-4e11-9b74-f2cfe872b5b7 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Tap Mirror: Handle Delete Port: f09ee671-2725-4747-a7e1-9ebae07731a6 [pid: 8|app: 0|req: 1312/2686] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:36 2026] DELETE /v2.0/ports/f09ee671-2725-4747-a7e1-9ebae07731a6 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:36.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-eff37f7d-a1b3-457d-a279-b8611749610d 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] TaaS: Handle Delete Port: f0ce84ac-6d31-441f-912c-bca319e70036 2026-05-25 15:14:36.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eff37f7d-a1b3-457d-a279-b8611749610d 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Tap Mirror: Handle Delete Port: f0ce84ac-6d31-441f-912c-bca319e70036 [pid: 7|app: 0|req: 1375/2687] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:36 2026] DELETE /v2.0/ports/f0ce84ac-6d31-441f-912c-bca319e70036 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:36.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1bb9c93-afea-4c8f-9801-1c879dfd99b9 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] TaaS: Handle Delete Port: 2bc28b31-36a9-4a35-92cc-5fd61dcd3716 2026-05-25 15:14:36.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1bb9c93-afea-4c8f-9801-1c879dfd99b9 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Tap Mirror: Handle Delete Port: 2bc28b31-36a9-4a35-92cc-5fd61dcd3716 [pid: 8|app: 0|req: 1313/2688] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:36 2026] DELETE /v2.0/ports/2bc28b31-36a9-4a35-92cc-5fd61dcd3716 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:37.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-1caf8184-c8cb-4e1c-bc78-8746e323ccb8 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] TaaS: Handle Delete Port: 4699b747-093e-4b4c-855b-69cbb2f9930d 2026-05-25 15:14:37.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1caf8184-c8cb-4e1c-bc78-8746e323ccb8 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Tap Mirror: Handle Delete Port: 4699b747-093e-4b4c-855b-69cbb2f9930d [pid: 7|app: 0|req: 1376/2689] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:37 2026] DELETE /v2.0/ports/4699b747-093e-4b4c-855b-69cbb2f9930d => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:37.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-10351121-a1e4-4811-a4fb-8f44d55152a2 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] TaaS: Handle Delete Port: f9a0392d-7e6c-44d5-8886-42305cd379de 2026-05-25 15:14:37.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10351121-a1e4-4811-a4fb-8f44d55152a2 9dce799489de46158c02bcebdbb462be a02230c7c7f449d4a99570c1f690237d - - default default] Tap Mirror: Handle Delete Port: f9a0392d-7e6c-44d5-8886-42305cd379de [pid: 8|app: 0|req: 1314/2690] 10.0.0.26 () {32 vars in 719 bytes} [Mon May 25 15:14:37 2026] DELETE /v2.0/ports/f9a0392d-7e6c-44d5-8886-42305cd379de => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:37.619 7 INFO neutron.services.segments.plugin [-] Segment e115f4ef-32bb-49dd-ad9b-d1fa865b8049 resource provider aggregate not found 2026-05-25 15:14:37.620 7 INFO neutron.services.segments.plugin [-] Segment e115f4ef-32bb-49dd-ad9b-d1fa865b8049 resource provider aggregate not found 2026-05-25 15:14:37.639 7 INFO neutron.services.segments.plugin [-] Segment e115f4ef-32bb-49dd-ad9b-d1fa865b8049 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e115f4ef-32bb-49dd-ad9b-d1fa865b8049 found for delete ", "request_id": "req-c058abdb-b6cc-4407-a53f-f78a1da472d5"}]} [pid: 7|app: 0|req: 1377/2693] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:37 2026] DELETE /v2.0/networks/4aaadf4d-9429-4c7e-9d78-c8b8b1737083 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:37.648 7 INFO neutron.services.segments.plugin [-] Segment e115f4ef-32bb-49dd-ad9b-d1fa865b8049 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e115f4ef-32bb-49dd-ad9b-d1fa865b8049 found for delete ", "request_id": "req-2a58d36c-18fa-4a48-82a9-dbd2a2e7abd0"}]} 2026-05-25 15:14:37.772 8 INFO neutron.services.segments.plugin [-] Segment 79ac76d4-0ff9-4b40-b895-a2c40db6c888 resource provider aggregate not found 2026-05-25 15:14:37.776 8 INFO neutron.services.segments.plugin [-] Segment 79ac76d4-0ff9-4b40-b895-a2c40db6c888 resource provider aggregate not found 2026-05-25 15:14:37.794 8 INFO neutron.services.segments.plugin [-] Segment 79ac76d4-0ff9-4b40-b895-a2c40db6c888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ac76d4-0ff9-4b40-b895-a2c40db6c888 found for delete ", "request_id": "req-45fab052-6dd0-41e0-aa67-8fb62c533888"}]} 2026-05-25 15:14:37.795 8 INFO neutron.services.segments.plugin [-] Segment 79ac76d4-0ff9-4b40-b895-a2c40db6c888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ac76d4-0ff9-4b40-b895-a2c40db6c888 found for delete ", "request_id": "req-a5787e04-be72-4d84-8970-185e924f7ca3"}]} [pid: 8|app: 0|req: 1317/2694] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:37 2026] DELETE /v2.0/networks/1fa7371f-eecf-4e2f-b3cc-b4691177a7e0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2695] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:37 2026] DELETE /v2.0/networks/c45f1f7b-f450-41aa-a23f-62a831fe8150 => 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: 1318/2696] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:37 2026] DELETE /v2.0/networks/9b52801b-4c1d-4340-b3e2-37195b9ed65a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2697] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:38 2026] DELETE /v2.0/networks/c93437d4-bbc7-4d54-b2ac-d815ec97c60d => 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: 1319/2698] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:39 2026] GET /v2.0/security-groups?tenant_id=c2d44a98cec24f9d8e8702e713dd10b0&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2699] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:39 2026] DELETE /v2.0/security-groups/489aaf99-8273-4ba3-a29e-5a2dfcbc4080 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2700] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:39 2026] GET /v2.0/security-groups?tenant_id=a02230c7c7f449d4a99570c1f690237d&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:39.659 7 INFO neutron.services.segments.plugin [-] Segment 53da1599-99fb-4500-8e1f-c5ff4a8c2a0a resource provider aggregate not found 2026-05-25 15:14:39.675 7 INFO neutron.services.segments.plugin [-] Segment 53da1599-99fb-4500-8e1f-c5ff4a8c2a0a resource provider aggregate not found 2026-05-25 15:14:39.684 7 INFO neutron.services.segments.plugin [-] Segment 53da1599-99fb-4500-8e1f-c5ff4a8c2a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53da1599-99fb-4500-8e1f-c5ff4a8c2a0a found for delete ", "request_id": "req-3e84d08a-d9f1-4801-aaa5-0882d009b0bb"}]} 2026-05-25 15:14:39.701 7 INFO neutron.services.segments.plugin [-] Segment 981b2b64-11fd-4de7-9602-65fdd7af1318 resource provider aggregate not found 2026-05-25 15:14:39.705 7 INFO neutron.services.segments.plugin [-] Segment 53da1599-99fb-4500-8e1f-c5ff4a8c2a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53da1599-99fb-4500-8e1f-c5ff4a8c2a0a found for delete ", "request_id": "req-f4781ae2-0a98-40b2-80e9-81d149191e56"}]} 2026-05-25 15:14:39.718 7 INFO neutron.services.segments.plugin [-] Segment 981b2b64-11fd-4de7-9602-65fdd7af1318 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981b2b64-11fd-4de7-9602-65fdd7af1318 found for delete ", "request_id": "req-e37db526-ea33-4882-8197-0e91754633ae"}]} 2026-05-25 15:14:39.721 7 INFO neutron.services.segments.plugin [-] Segment 981b2b64-11fd-4de7-9602-65fdd7af1318 resource provider aggregate not found 2026-05-25 15:14:39.738 7 INFO neutron.services.segments.plugin [-] Segment 981b2b64-11fd-4de7-9602-65fdd7af1318 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981b2b64-11fd-4de7-9602-65fdd7af1318 found for delete ", "request_id": "req-6de4c69a-139a-423e-9263-ff6928354ade"}]} [pid: 7|app: 0|req: 1381/2701] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:39 2026] DELETE /v2.0/security-groups/03734dfe-b7fe-400c-aba9-8c5a73f11ede => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:39.817 8 INFO neutron.services.segments.plugin [-] Segment 6df7743e-0dbc-4494-9e0b-a317b9af774d resource provider aggregate not found 2026-05-25 15:14:39.823 8 INFO neutron.services.segments.plugin [-] Segment 6df7743e-0dbc-4494-9e0b-a317b9af774d resource provider aggregate not found 2026-05-25 15:14:39.837 8 INFO neutron.services.segments.plugin [-] Segment 6df7743e-0dbc-4494-9e0b-a317b9af774d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df7743e-0dbc-4494-9e0b-a317b9af774d found for delete ", "request_id": "req-ab5d279c-36cd-44b9-9e8e-7c5d54721cdf"}]} 2026-05-25 15:14:39.842 8 INFO neutron.services.segments.plugin [-] Segment 6df7743e-0dbc-4494-9e0b-a317b9af774d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df7743e-0dbc-4494-9e0b-a317b9af774d found for delete ", "request_id": "req-c38b2682-2f5b-431b-a2fc-3f0524516ef6"}]} [pid: 8|app: 0|req: 1321/2702] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:39 2026] GET /v2.0/security-groups?tenant_id=85488ece2f3440c5a0d5960bdb6b823b&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2703] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:40 2026] DELETE /v2.0/security-groups/4a18a953-8bff-49e5-a1ff-6e0e8d24e76b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:43.610 8 INFO neutron.db.segments_db [None req-a39d86cd-35d0-4c9c-a4bd-a81acebbae23 c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] Added segment 69207474-e2d9-49a0-b138-f52dae976598 of type vxlan for network d258164a-70fc-47ea-a29f-c2cb2697aff5 2026-05-25 15:14:43.915 8 INFO neutron.db.l3_hamode_db [None req-a39d86cd-35d0-4c9c-a4bd-a81acebbae23 c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 15:14:44.060 8 INFO neutron.db.l3_hamode_db [None req-a39d86cd-35d0-4c9c-a4bd-a81acebbae23 c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1322/2704] 10.0.0.26 () {34 vars in 667 bytes} [Mon May 25 15:14:43 2026] POST /v2.0/routers => generated 474 bytes in 1252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2705] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:44 2026] PUT /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2706] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:44 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2707] 10.0.0.26 () {34 vars in 761 bytes} [Mon May 25 15:14:44 2026] PUT /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags/green => generated 4 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2708] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:45 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2709] 10.0.0.26 () {34 vars in 757 bytes} [Mon May 25 15:14:45 2026] PUT /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags/red => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2710] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:45 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 34 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2711] 10.0.0.26 () {34 vars in 779 bytes} [Mon May 25 15:14:45 2026] PUT /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags/black.or.white => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2712] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:45 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 52 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2713] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:45 2026] PUT /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2714] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:45 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 37 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2715] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:14:45 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:14:46.070 8 INFO neutron.api.v2.resource [None req-4e0ce4d6-b300-4c8d-8c34-4f767cfe2918 c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1328/2716] 10.0.0.26 () {32 vars in 742 bytes} [Mon May 25 15:14:45 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/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: 1389/2717] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:14:46 2026] DELETE /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags/red => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2718] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:46 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 30 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:14:46.425 7 INFO neutron.api.v2.resource [None req-38080ce1-c8da-416c-8fea-67cf2c08112c c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1390/2719] 10.0.0.26 () {32 vars in 745 bytes} [Mon May 25 15:14:46 2026] DELETE /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags/green => generated 99 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2720] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:14:46 2026] DELETE /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2721] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:46 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2722] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:14:46 2026] GET /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2723] 10.0.0.26 () {34 vars in 741 bytes} [Mon May 25 15:14:46 2026] PUT /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205 => generated 480 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2724] 10.0.0.26 () {32 vars in 735 bytes} [Mon May 25 15:14:47 2026] GET /v2.0/ports?device_id=c1ca90d4-ff5f-44dd-91c7-3545caa47205 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:14:47.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d57186e-35b2-4d7f-b477-7d97e6c6c466 c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] TaaS: Handle Delete Port: a0f4e80a-3c06-422c-a00e-fd566999729e 2026-05-25 15:14:47.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d57186e-35b2-4d7f-b477-7d97e6c6c466 c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] Tap Mirror: Handle Delete Port: a0f4e80a-3c06-422c-a00e-fd566999729e 2026-05-25 15:14:47.898 7 INFO neutron.services.segments.plugin [-] Segment 69207474-e2d9-49a0-b138-f52dae976598 resource provider aggregate not found 2026-05-25 15:14:47.908 7 INFO neutron.services.segments.plugin [-] Segment 69207474-e2d9-49a0-b138-f52dae976598 resource provider aggregate not found 2026-05-25 15:14:47.915 7 INFO neutron.services.segments.plugin [-] Segment 69207474-e2d9-49a0-b138-f52dae976598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69207474-e2d9-49a0-b138-f52dae976598 found for delete ", "request_id": "req-30f1194c-fcc0-4b81-a33d-fca1fc882f6b"}]} 2026-05-25 15:14:47.927 7 INFO neutron.services.segments.plugin [-] Segment 69207474-e2d9-49a0-b138-f52dae976598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69207474-e2d9-49a0-b138-f52dae976598 found for delete ", "request_id": "req-b1d6d71a-ad23-4652-be5d-b218402b6fb1"}]} 2026-05-25 15:14:47.932 7 INFO neutron.db.l3_hamode_db [None req-2d57186e-35b2-4d7f-b477-7d97e6c6c466 c3684ac1d8104bf5b6b18b9d0f5a7880 54d6d83ed32e4f078620f0d50cf66240 - - default default] HA network d258164a-70fc-47ea-a29f-c2cb2697aff5 was deleted as no HA routers are present in tenant 54d6d83ed32e4f078620f0d50cf66240. [pid: 7|app: 0|req: 1393/2725] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:14:47 2026] DELETE /v2.0/routers/c1ca90d4-ff5f-44dd-91c7-3545caa47205 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2726] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:14:48 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: 1394/2727] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:14:48 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: 1395/2728] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:14:48 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: 1396/2729] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:14:48 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: 1397/2730] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:14:48 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => 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: 1398/2731] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:14:48 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2732] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:48 2026] GET /v2.0/security-groups?tenant_id=54d6d83ed32e4f078620f0d50cf66240&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2733] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:48 2026] DELETE /v2.0/security-groups/84c1c5da-076e-4334-a498-a2c1406cd427 => 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: 1399/2734] 199.204.45.89 () {34 vars in 716 bytes} [Mon May 25 15:14:48 2026] POST /v2.0/ports => generated 1055 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2735] 10.0.0.107 () {34 vars in 971 bytes} [Mon May 25 15:14:49 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1055 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2736] 10.0.0.107 () {34 vars in 907 bytes} [Mon May 25 15:14:49 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: 1336/2737] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:48 2026] GET /v2.0/security-groups?tenant_id=b8ed707f7bea4a8fbabc77e9bd5a8220&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: 1402/2738] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:49 2026] DELETE /v2.0/security-groups/657d8af9-a3a8-4e5b-801d-b669faed0c67 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2739] 199.204.45.89 () {34 vars in 1261 bytes} [Mon May 25 15:14:50 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2740] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:14:50 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2741] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:14:50 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2742] 199.204.45.89 () {34 vars in 974 bytes} [Mon May 25 15:14:50 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2743] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:14:50 2026] GET /v2.0/networks?id=9303c160-c461-4603-b454-3b13757d7139 => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2744] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:14:50 2026] PUT /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1245 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:51.439 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35a34d1b-d11c-4681-a2f0-93ac3f45dcc6'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': '6557ec2e-b2e5-4040-a741-f1125e6ba9a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1340/2745] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:14:51 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2746] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:14:52 2026] GET /v2.0/networks?id=9303c160-c461-4603-b454-3b13757d7139 => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2747] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => 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: 1407/2748] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:14:52 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2749] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:14:52 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&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: 1408/2750] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:14:52 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2751] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:14:52 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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) 2026-05-25 15:14:52.522 7 INFO neutron.db.segments_db [None req-7b4b6609-0e04-4cea-957a-1fdf4597f388 b31cd9520ea24afc8d9cfa0d580ecd32 0648623b8e6b4cc9bb1284ff71d6c962 - - default default] Added segment dc1ad531-79b1-4438-b095-591ed1d3f7f6 of type vxlan for network 2b45ccf4-cada-45d3-87b2-a6aeb4620534 [pid: 7|app: 0|req: 1409/2752] 10.0.0.26 () {34 vars in 669 bytes} [Mon May 25 15:14:52 2026] POST /v2.0/networks => generated 631 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2755] 10.0.0.26 () {34 vars in 668 bytes} [Mon May 25 15:14:52 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2756] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:52 2026] PUT /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2757] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:52 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2758] 10.0.0.26 () {34 vars in 761 bytes} [Mon May 25 15:14:52 2026] PUT /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2759] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2760] 10.0.0.26 () {34 vars in 757 bytes} [Mon May 25 15:14:53 2026] PUT /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2761] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2762] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2763] 199.204.45.89 () {34 vars in 1061 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.162&port_id=68a2af6f-7d52-4231-92ee-705d5aa53553 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2764] 10.0.0.26 () {34 vars in 779 bytes} [Mon May 25 15:14:53 2026] PUT /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags/black.or.white => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2765] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets?id=865f0cca-4e13-4fc0-b5a3-67551ed250ee => 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: 1350/2766] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2767] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/ports?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2768] 10.0.0.26 () {34 vars in 750 bytes} [Mon May 25 15:14:53 2026] PUT /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2769] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1352/2770] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2771] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1353/2772] 10.0.0.26 () {32 vars in 738 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/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: 1354/2773] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:14:53.628 7 INFO neutron.api.v2.resource [None req-d672108e-59d7-45b0-9419-a04b3d4b3330 b31cd9520ea24afc8d9cfa0d580ecd32 0648623b8e6b4cc9bb1284ff71d6c962 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1420/2774] 10.0.0.26 () {32 vars in 742 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2775] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => 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: 1421/2776] 10.0.0.26 () {32 vars in 741 bytes} [Mon May 25 15:14:53 2026] DELETE /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2777] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&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: 1422/2778] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2779] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:14:53.755 7 INFO neutron.api.v2.resource [None req-88c51460-7f48-46a5-9618-e043b703c5c7 b31cd9520ea24afc8d9cfa0d580ecd32 0648623b8e6b4cc9bb1284ff71d6c962 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1423/2780] 10.0.0.26 () {32 vars in 745 bytes} [Mon May 25 15:14:53 2026] DELETE /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2781] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1424/2782] 10.0.0.26 () {32 vars in 733 bytes} [Mon May 25 15:14:53 2026] DELETE /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2783] 10.0.0.26 () {32 vars in 730 bytes} [Mon May 25 15:14:53 2026] GET /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2784] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:14:53 2026] DELETE /v2.0/subnets/e0400196-9b7e-4acc-99d1-46b46ec3c725 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:14:54.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-0939c2ef-819c-4582-a189-089307d4c37e b31cd9520ea24afc8d9cfa0d580ecd32 0648623b8e6b4cc9bb1284ff71d6c962 - - default default] TaaS: Handle Delete Port: 211261e6-ae66-4430-a336-e169448b17f2 2026-05-25 15:14:54.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0939c2ef-819c-4582-a189-089307d4c37e b31cd9520ea24afc8d9cfa0d580ecd32 0648623b8e6b4cc9bb1284ff71d6c962 - - default default] Tap Mirror: Handle Delete Port: 211261e6-ae66-4430-a336-e169448b17f2 2026-05-25 15:14:54.248 8 INFO neutron.services.segments.plugin [-] Segment dc1ad531-79b1-4438-b095-591ed1d3f7f6 resource provider aggregate not found 2026-05-25 15:14:54.259 8 INFO neutron.services.segments.plugin [-] Segment dc1ad531-79b1-4438-b095-591ed1d3f7f6 resource provider aggregate not found 2026-05-25 15:14:54.274 8 INFO neutron.services.segments.plugin [-] Segment dc1ad531-79b1-4438-b095-591ed1d3f7f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1ad531-79b1-4438-b095-591ed1d3f7f6 found for delete ", "request_id": "req-5af298a1-9c1f-4731-8e20-dd3a6b99f7bd"}]} 2026-05-25 15:14:54.281 8 INFO neutron.services.segments.plugin [-] Segment dc1ad531-79b1-4438-b095-591ed1d3f7f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1ad531-79b1-4438-b095-591ed1d3f7f6 found for delete ", "request_id": "req-b5208b8c-b3fe-4986-8be5-70e94d2aee5c"}]} [pid: 8|app: 0|req: 1360/2785] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:14:53 2026] DELETE /v2.0/networks/2b45ccf4-cada-45d3-87b2-a6aeb4620534 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2786] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:54 2026] GET /v2.0/security-groups?tenant_id=0648623b8e6b4cc9bb1284ff71d6c962&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2787] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:55 2026] DELETE /v2.0/security-groups/2c2e197e-ac4b-4f34-8303-760783dd9991 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2788] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:14:55 2026] GET /v2.0/security-groups?tenant_id=aa8d85ad84e541228665695931e84abc&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2789] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:14:55 2026] DELETE /v2.0/security-groups/fe12155d-6df2-443f-b18d-1237490b59eb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2790] 10.0.0.107 () {34 vars in 971 bytes} [Mon May 25 15:14:57 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1247 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2791] 199.204.45.89 () {34 vars in 788 bytes} [Mon May 25 15:14:57 2026] PUT /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1272 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:57.934 7 INFO neutron.api.v2.resource [None req-da6557e6-bac3-47a1-a9c3-745605e6fb94 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1429/2792] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 15:14:57 2026] GET /v2.0/security-groups/lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => 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: 1364/2793] 199.204.45.89 () {30 vars in 784 bytes} [Mon May 25 15:14:57 2026] GET /v2.0/security-groups?name=lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:58.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f29e2052-4097-45b1-946d-cfdbdf2c2bdd'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': '6557ec2e-b2e5-4040-a741-f1125e6ba9a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1430/2794] 199.204.45.89 () {34 vars in 788 bytes} [Mon May 25 15:14:57 2026] PUT /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1310 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:14:58.262 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af277301-c4f9-44ca-9e9c-732ef04de9d7'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': '6557ec2e-b2e5-4040-a741-f1125e6ba9a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1365/2795] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2796] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/networks?id=9303c160-c461-4603-b454-3b13757d7139 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2797] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => 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: 1432/2798] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2799] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2800] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1368/2801] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2802] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:14:58 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: 1369/2803] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2804] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:14:58 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: 1370/2805] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:14:58 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: 1436/2806] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2807] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:14:58 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 662 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2808] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => 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: 1372/2809] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2810] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2811] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2812] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2813] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2814] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/networks?id=9303c160-c461-4603-b454-3b13757d7139 => generated 803 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2815] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2816] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:14:59 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2817] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:00 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2818] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:00 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1377/2819] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:00 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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) 2026-05-25 15:15:14.233 8 INFO neutron.db.l3_db [None req-9dceb4a7-1efb-4d2b-afb0-f61bfb0ca04d 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Floating IP f31a27a1-6e18-4aec-a56d-dbf2ddb931a0 associated. External IP: 10.96.250.210, port: f1fd3eff-6e7e-4159-9547-b021e2539a1a. [pid: 8|app: 0|req: 1379/2822] 10.0.0.26 () {34 vars in 676 bytes} [Mon May 25 15:15:13 2026] POST /v2.0/floatingips => generated 899 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2823] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:15:17 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: 1380/2824] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:15:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2825] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:15:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2826] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:15:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:15:17.361 7 INFO neutron.api.v2.resource [None req-c2d9235c-7dbb-4dc8-a11d-18508814bab6 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1446/2827] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 15:15:17 2026] GET /v2.0/security-groups/lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => 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: 1382/2828] 199.204.45.89 () {30 vars in 784 bytes} [Mon May 25 15:15:17 2026] GET /v2.0/security-groups?name=lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2829] 199.204.45.89 () {30 vars in 814 bytes} [Mon May 25 15:15:17 2026] GET /v2.0/security-group-rules?security_group_id=e50d9ebb-1fbb-489f-b628-91f07d735e20 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2830] 199.204.45.89 () {34 vars in 746 bytes} [Mon May 25 15:15:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2831] 199.204.45.89 () {34 vars in 746 bytes} [Mon May 25 15:15:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2834] 10.0.0.196 () {30 vars in 690 bytes} [Mon May 25 15:15:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2835] 10.0.0.196 () {30 vars in 692 bytes} [Mon May 25 15:15:26 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: 1386/2836] 10.0.0.196 () {30 vars in 668 bytes} [Mon May 25 15:15:26 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: 1451/2837] 10.0.0.196 () {30 vars in 704 bytes} [Mon May 25 15:15:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2838] 10.0.0.196 () {28 vars in 439 bytes} [Mon May 25 15:15:26 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2839] 10.0.0.196 () {30 vars in 728 bytes} [Mon May 25 15:15:27 2026] GET /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2840] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:15:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2841] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:15:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2842] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:15: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: 1454/2843] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:15:27 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: 1390/2844] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:27 2026] GET /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2845] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:15:27 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2846] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:15: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: 1456/2847] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:15: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: 1392/2848] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:15: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: 1457/2849] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:15:28 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: 1393/2850] 199.204.45.89 () {34 vars in 716 bytes} [Mon May 25 15:15:28 2026] POST /v2.0/ports => generated 1328 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2851] 10.0.0.107 () {34 vars in 971 bytes} [Mon May 25 15:15:28 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1394/2852] 10.0.0.107 () {34 vars in 907 bytes} [Mon May 25 15:15:28 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: 7|app: 0|req: 1459/2853] 199.204.45.89 () {34 vars in 1261 bytes} [Mon May 25 15:15:29 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2854] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:29 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1460/2855] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:29 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1396/2856] 199.204.45.89 () {34 vars in 974 bytes} [Mon May 25 15:15:30 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2857] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:15:30 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2858] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:15:30 2026] PUT /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1518 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:15:30.922 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f11719cb-3a0d-4428-9b84-ec732ebd27c7'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': 'd0035191-4ea7-435c-8d7f-6513f6926bfb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1462/2859] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4096 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1398/2860] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2861] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => 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: 1399/2862] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A371&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2863] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a&id=6e46df65-390c-4de0-81fc-e32e9a716836 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2864] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&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: 1465/2865] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&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: 1401/2866] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1466/2867] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:31 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1402/2868] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:15:32 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2869] 199.204.45.89 () {34 vars in 1061 bytes} [Mon May 25 15:15:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.162&port_id=68a2af6f-7d52-4231-92ee-705d5aa53553 => 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: 1403/2870] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:15:32 2026] GET /v2.0/subnets?id=865f0cca-4e13-4fc0-b5a3-67551ed250ee => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2871] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/ports?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2872] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1469/2873] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 8|app: 0|req: 1405/2874] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => 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: 1470/2875] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2876] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&device_owner=network%3Adhcp => generated 1461 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2877] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2878] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2879] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2880] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A371&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2881] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a&id=6e46df65-390c-4de0-81fc-e32e9a716836 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2882] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&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: 1474/2883] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2884] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1475/2885] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:33 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2888] 10.0.0.107 () {34 vars in 971 bytes} [Mon May 25 15:15:37 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1518 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2889] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:15:37 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2890] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:37 2026] GET /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2891] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:37 2026] GET /v2.0/subnets/6e46df65-390c-4de0-81fc-e32e9a716836 => generated 743 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2892] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:15:38 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: 1479/2893] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2894] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2895] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2896] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2897] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2898] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2899] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2900] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2901] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => 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: 1419/2902] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:38 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => 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: 1484/2903] 10.0.0.196 () {30 vars in 690 bytes} [Mon May 25 15:15:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2904] 10.0.0.196 () {30 vars in 692 bytes} [Mon May 25 15:15:47 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: 1485/2905] 10.0.0.196 () {30 vars in 668 bytes} [Mon May 25 15:15:47 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: 1421/2906] 10.0.0.196 () {30 vars in 704 bytes} [Mon May 25 15:15:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2907] 10.0.0.196 () {28 vars in 439 bytes} [Mon May 25 15:15:48 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2908] 10.0.0.196 () {30 vars in 728 bytes} [Mon May 25 15:15:48 2026] GET /v2.0/subnets/bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2909] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:15:48 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: 1423/2910] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:15:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2911] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:15:49 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: 1424/2912] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:15:49 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: 1489/2913] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:49 2026] GET /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2914] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:49 2026] GET /v2.0/subnets/bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2915] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:15:49 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4098 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2916] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:15:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2917] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:15:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2918] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:15:49 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: 1492/2919] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:15:49 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: 1428/2920] 199.204.45.89 () {34 vars in 716 bytes} [Mon May 25 15:15:49 2026] POST /v2.0/ports => generated 1324 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2921] 10.0.0.107 () {34 vars in 971 bytes} [Mon May 25 15:15:49 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1429/2922] 199.204.45.89 () {34 vars in 1261 bytes} [Mon May 25 15:15:50 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2923] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:50 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1430/2924] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:50 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1495/2925] 199.204.45.89 () {34 vars in 974 bytes} [Mon May 25 15:15:51 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2926] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:15:51 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2927] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:15:51 2026] PUT /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1514 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:15:52.113 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7efdbee-aae1-4dd6-82e6-1576fb7b5dca'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': '98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1432/2930] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 5604 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1499/2931] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2932] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.72&port_id=98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => 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: 1500/2933] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aad&port_id=98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => 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: 1434/2934] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/subnets?id=f3468d2b-4c06-4dfb-975c-aca0186246ac&id=bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => 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: 1501/2935] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&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: 1435/2936] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2937] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:52 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2938] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:53 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1503/2939] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 5604 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2940] 199.204.45.89 () {34 vars in 1061 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.162&port_id=68a2af6f-7d52-4231-92ee-705d5aa53553 => 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: 1504/2941] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/subnets?id=865f0cca-4e13-4fc0-b5a3-67551ed250ee => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2942] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/ports?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2943] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1439/2944] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1506/2945] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => 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: 1440/2946] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2947] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2948] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1508/2949] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1442/2950] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => 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: 1509/2951] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A371&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => 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: 1443/2952] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a&id=6e46df65-390c-4de0-81fc-e32e9a716836 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2953] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2954] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2955] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2956] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1512/2957] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.72&port_id=98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => 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: 1446/2958] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aad&port_id=98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => 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: 1513/2959] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/subnets?id=f3468d2b-4c06-4dfb-975c-aca0186246ac&id=bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => 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: 1447/2960] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:54 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2961] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:15:55 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&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: 8|app: 0|req: 1448/2962] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:15:55 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1515/2963] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:15:55 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 8|app: 0|req: 1449/2964] 10.0.0.107 () {34 vars in 971 bytes} [Mon May 25 15:15:59 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2965] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:15:59 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2966] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:59 2026] GET /v2.0/subnets/bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => 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: 1517/2967] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:59 2026] GET /v2.0/subnets/f3468d2b-4c06-4dfb-975c-aca0186246ac => generated 747 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2968] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:15:59 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2969] 199.204.45.89 () {34 vars in 789 bytes} [Mon May 25 15:15:59 2026] PUT /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1255 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:15:59.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4934cf0b-f0ee-43ce-9ba4-d6df4ac02ceb'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': 'd0035191-4ea7-435c-8d7f-6513f6926bfb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1452/2970] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:15:59 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 798 bytes in 59 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: 1519/2971] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:15:59 2026] GET /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2972] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:00 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: 1520/2973] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2974] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2975] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:00 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: 1455/2976] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => 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: 1522/2977] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => 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: 1456/2978] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2979] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2980] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2981] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2982] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2983] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 5377 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2984] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2985] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => 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: 1460/2986] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a => 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: 1527/2987] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2988] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2989] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:00 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1530/2992] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2993] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:12 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: 1531/2994] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:12 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: 1464/2995] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2996] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2997] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 5377 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2998] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2999] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3000] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:12 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: 1467/3001] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3002] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:12 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3003] 199.204.45.89 () {34 vars in 789 bytes} [Mon May 25 15:16:12 2026] PUT /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1307 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:16:13.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1af1dc1a-0251-4545-9057-8fd6623f99f0'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': '98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1536/3004] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1469/3005] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/subnets/f3468d2b-4c06-4dfb-975c-aca0186246ac => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3006] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1343 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3007] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 5204 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3008] 199.204.45.89 () {34 vars in 788 bytes} [Mon May 25 15:16:13 2026] PUT /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 1080 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3009] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 800 bytes in 42 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: 1540/3010] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aad&port_id=98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => 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: 1471/3011] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 797 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3012] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/subnets?id=f3468d2b-4c06-4dfb-975c-aca0186246ac => generated 750 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3013] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3014] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3015] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:13 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1473/3016] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:14 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1544/3017] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:14 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3018] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:15 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:16:15.313 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31888ccc-8d6f-4cfc-9330-139a70ff00ca'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': '98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1545/3019] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:15 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3020] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:16:15 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3021] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:15 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1476/3022] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:15 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1547/3023] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:16 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3024] 199.204.45.89 () {34 vars in 974 bytes} [Mon May 25 15:16:16 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => 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: 1548/3025] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:16:16 2026] GET /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3026] 199.204.45.89 () {34 vars in 1015 bytes} [Mon May 25 15:16:16 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3027] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:16:16 2026] PUT /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 917 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3028] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:16:17.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ef36e77-2209-4578-a8c1-df706d16cc1a bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f 2026-05-25 15:16:17.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ef36e77-2209-4578-a8c1-df706d16cc1a bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f [pid: 7|app: 0|req: 1550/3029] 199.204.45.89 () {32 vars in 758 bytes} [Mon May 25 15:16:17 2026] DELETE /v2.0/ports/98b6f6d8-8c93-4ba7-b2ea-7e942a2b152f => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3030] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3031] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3032] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3033] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3034] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3035] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3036] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1346 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3037] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3038] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3039] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3040] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:17 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3041] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3042] 199.204.45.89 () {34 vars in 1225 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/networks?id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&id=9303c160-c461-4603-b454-3b13757d7139&id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 3097 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3043] 199.204.45.89 () {34 vars in 1061 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.162&port_id=68a2af6f-7d52-4231-92ee-705d5aa53553 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3044] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/subnets?id=865f0cca-4e13-4fc0-b5a3-67551ed250ee => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3045] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/ports?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3046] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3047] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3048] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3049] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3050] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3051] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1491/3052] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1562/3053] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3054] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3055] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3056] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:18 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3057] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:19 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3060] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:23 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: 1566/3061] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3062] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:23 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: 1567/3063] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:23 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: 1497/3064] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:23 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3065] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3066] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3067] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:23 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: 1499/3068] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:23 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: 1570/3069] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:23 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3070] 199.204.45.89 () {34 vars in 788 bytes} [Mon May 25 15:16:23 2026] PUT /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1080 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:16:24.293 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b8b4394-cd4a-4c87-a1e8-e2eb75daf4e8'] response: {'name': 'network-changed', 'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'tag': 'd0035191-4ea7-435c-8d7f-6513f6926bfb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1571/3071] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:16:24 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1501/3072] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:24 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3073] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:24 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3074] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:24 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3075] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:16:24 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3076] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:24 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3077] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:24 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1504/3078] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:25 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3079] 199.204.45.89 () {34 vars in 974 bytes} [Mon May 25 15:16:26 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3080] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:16:26 2026] GET /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3081] 199.204.45.89 () {34 vars in 1015 bytes} [Mon May 25 15:16:26 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?fields=dns_domain => generated 29 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3082] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:26 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3083] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:16:26 2026] PUT /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3084] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:27 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:16:27.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-817dea95-89bb-43d3-a91a-9f1fb2ab02f4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: d0035191-4ea7-435c-8d7f-6513f6926bfb 2026-05-25 15:16:27.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-817dea95-89bb-43d3-a91a-9f1fb2ab02f4 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: d0035191-4ea7-435c-8d7f-6513f6926bfb [pid: 7|app: 0|req: 1578/3085] 199.204.45.89 () {32 vars in 758 bytes} [Mon May 25 15:16:27 2026] DELETE /v2.0/ports/d0035191-4ea7-435c-8d7f-6513f6926bfb => 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: 1508/3086] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3087] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3088] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16: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: 1580/3089] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16: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: 8|app: 0|req: 1510/3090] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => 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: 1581/3091] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => 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: 1511/3092] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3093] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3094] 199.204.45.89 () {30 vars in 742 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3095] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3096] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3097] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3098] 199.204.45.89 () {34 vars in 1145 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/networks?id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&id=9303c160-c461-4603-b454-3b13757d7139&id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 2311 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3099] 199.204.45.89 () {34 vars in 1061 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.162&port_id=68a2af6f-7d52-4231-92ee-705d5aa53553 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3100] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/subnets?id=865f0cca-4e13-4fc0-b5a3-67551ed250ee => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3101] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/ports?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3102] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1587/3103] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3104] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3105] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/subnets?id=981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3106] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/ports?network_id=9303c160-c461-4603-b454-3b13757d7139&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3107] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1519/3108] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:28 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?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: 1591/3111] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16: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: 8|app: 0|req: 1521/3112] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3113] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16: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: 8|app: 0|req: 1522/3114] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:16:39.202 7 INFO neutron.api.v2.resource [None req-d9ba2716-9126-4fd0-be92-d13ff999ad5b bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3115] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 15:16:39 2026] GET /v2.0/security-groups/lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => 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: 1523/3116] 199.204.45.89 () {30 vars in 784 bytes} [Mon May 25 15:16:39 2026] GET /v2.0/security-groups?name=lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3117] 199.204.45.89 () {30 vars in 814 bytes} [Mon May 25 15:16:39 2026] GET /v2.0/security-group-rules?security_group_id=e50d9ebb-1fbb-489f-b628-91f07d735e20 => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3118] 199.204.45.89 () {32 vars in 788 bytes} [Mon May 25 15:16:39 2026] DELETE /v2.0/security-group-rules/54708230-315d-4ea0-99f9-a0c7d460f18d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3119] 199.204.45.89 () {32 vars in 788 bytes} [Mon May 25 15:16:39 2026] DELETE /v2.0/security-group-rules/f4035559-c934-453f-b28c-cacdf5ff4aa8 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:16:43.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdec824d-1742-4520-a7c2-72d8b668d303 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 144f5610-71dd-4ceb-9cea-c6349eec3cf9 2026-05-25 15:16:43.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdec824d-1742-4520-a7c2-72d8b668d303 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 144f5610-71dd-4ceb-9cea-c6349eec3cf9 2026-05-25 15:16:43.449 8 INFO neutron.db.l3_db [None req-bdec824d-1742-4520-a7c2-72d8b668d303 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Floating IP f31a27a1-6e18-4aec-a56d-dbf2ddb931a0 disassociated (deleted). External IP: 10.96.250.210, port: f1fd3eff-6e7e-4159-9547-b021e2539a1a. [pid: 8|app: 0|req: 1525/3120] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:16:43 2026] DELETE /v2.0/floatingips/f31a27a1-6e18-4aec-a56d-dbf2ddb931a0 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:16:43.799 7 INFO neutron.api.v2.resource [None req-88576690-4c99-4c6d-8749-a840b0e58a9d 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3121] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:16:43 2026] GET /v2.0/floatingips/f31a27a1-6e18-4aec-a56d-dbf2ddb931a0 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3122] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3123] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:44 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: 1527/3124] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3125] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:16:44.575 8 INFO neutron.api.v2.resource [None req-33079121-52ca-4ea1-8aaa-fe95ebcd57ea bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3126] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/security-groups/lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3127] 199.204.45.89 () {30 vars in 784 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/security-groups?name=lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3128] 199.204.45.89 () {30 vars in 814 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/security-group-rules?security_group_id=e50d9ebb-1fbb-489f-b628-91f07d735e20 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3129] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:44 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: 1530/3130] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3131] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3132] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:44 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: 1602/3133] 199.204.45.89 () {30 vars in 740 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3134] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3135] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:44 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3136] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:45 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3137] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:46 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3138] 199.204.45.89 () {34 vars in 974 bytes} [Mon May 25 15:16:47 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3139] 199.204.45.89 () {34 vars in 1059 bytes} [Mon May 25 15:16:47 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3140] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:47 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3141] 199.204.45.89 () {34 vars in 1015 bytes} [Mon May 25 15:16:47 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3142] 199.204.45.89 () {38 vars in 1027 bytes} [Mon May 25 15:16:47 2026] PUT /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1147 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3143] 199.204.45.89 () {30 vars in 768 bytes} [Mon May 25 15:16:48 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1537/3144] 199.204.45.89 () {34 vars in 788 bytes} [Mon May 25 15:16:48 2026] PUT /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1086 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3145] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:48 2026] GET /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 1086 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 15:16:48.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-273c54c5-563d-48ae-9e99-b6208c88a8ee bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 6557ec2e-b2e5-4040-a741-f1125e6ba9a7 2026-05-25 15:16:48.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-273c54c5-563d-48ae-9e99-b6208c88a8ee bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 6557ec2e-b2e5-4040-a741-f1125e6ba9a7 [pid: 8|app: 0|req: 1538/3146] 199.204.45.89 () {32 vars in 758 bytes} [Mon May 25 15:16:48 2026] DELETE /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3147] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:48 2026] GET /v2.0/ports?tenant_id=109d5071d11a44f1a1485995ac15c820&device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3148] 199.204.45.89 () {34 vars in 1065 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/networks?id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&id=9303c160-c461-4603-b454-3b13757d7139 => generated 1524 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3149] 199.204.45.89 () {34 vars in 1061 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.162&port_id=68a2af6f-7d52-4231-92ee-705d5aa53553 => 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: 1540/3150] 199.204.45.89 () {34 vars in 983 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/subnets?id=865f0cca-4e13-4fc0-b5a3-67551ed250ee => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3151] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/ports?network_id=36aff56c-11d2-4bc0-9c9c-9a8b655314a7&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: 1541/3152] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1612/3153] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/networks/36aff56c-11d2-4bc0-9c9c-9a8b655314a7?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: 1542/3154] 199.204.45.89 () {30 vars in 702 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3155] 199.204.45.89 () {30 vars in 704 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3156] 199.204.45.89 () {30 vars in 680 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3157] 199.204.45.89 () {30 vars in 716 bytes} [Mon May 25 15:16:49 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-05-25 15:16:49.517 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcff4300-9711-469e-ba1f-09033b7f4e43 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3158] 199.204.45.89 () {32 vars in 758 bytes} [Mon May 25 15:16:49 2026] DELETE /v2.0/ports/6557ec2e-b2e5-4040-a741-f1125e6ba9a7 => 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: 1615/3159] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:16:49.575 8 INFO neutron.api.v2.resource [None req-da42cbce-c8e1-427d-a071-f62053e52578 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3160] 199.204.45.89 () {30 vars in 762 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/security-groups/lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => 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: 1616/3161] 199.204.45.89 () {30 vars in 784 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/security-groups?name=lb-689f80b7-d197-4b4d-a5b7-e0f04f58ebcc => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3162] 199.204.45.89 () {30 vars in 736 bytes} [Mon May 25 15:16:49 2026] GET /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3163] 199.204.45.89 () {34 vars in 788 bytes} [Mon May 25 15:16:49 2026] PUT /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 1094 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3164] 199.204.45.89 () {32 vars in 778 bytes} [Mon May 25 15:16:49 2026] DELETE /v2.0/security-groups/e50d9ebb-1fbb-489f-b628-91f07d735e20 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:16:50.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-e296ef2e-968a-4fe7-868b-34be597223a8 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: f1fd3eff-6e7e-4159-9547-b021e2539a1a 2026-05-25 15:16:50.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e296ef2e-968a-4fe7-868b-34be597223a8 bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: f1fd3eff-6e7e-4159-9547-b021e2539a1a [pid: 7|app: 0|req: 1618/3165] 199.204.45.89 () {32 vars in 758 bytes} [Mon May 25 15:16:50 2026] DELETE /v2.0/ports/f1fd3eff-6e7e-4159-9547-b021e2539a1a => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3168] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:16:53 2026] GET /v2.0/ports?device_id=1aef660b-01c5-4a38-a625-05a2623f6da2 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:16:53.187 8 INFO neutron_taas.services.taas.taas_plugin [req-5fbce694-67dd-4b8e-a605-b8bad3af2e2f req-6335e6c9-8ad4-485b-a79d-600a26519c4a bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] TaaS: Handle Delete Port: 68a2af6f-7d52-4231-92ee-705d5aa53553 2026-05-25 15:16:53.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5fbce694-67dd-4b8e-a605-b8bad3af2e2f req-6335e6c9-8ad4-485b-a79d-600a26519c4a bd83e85f9b664566af908d3f2868a642 109d5071d11a44f1a1485995ac15c820 - - default default] Tap Mirror: Handle Delete Port: 68a2af6f-7d52-4231-92ee-705d5aa53553 [pid: 8|app: 0|req: 1549/3169] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:16:53 2026] DELETE /v2.0/ports/68a2af6f-7d52-4231-92ee-705d5aa53553 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:16:53.391 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d24a05c1-3be4-486e-80e8-c5a8e3b4025c'] response: {'server_uuid': '1aef660b-01c5-4a38-a625-05a2623f6da2', 'name': 'network-vif-deleted', 'tag': '68a2af6f-7d52-4231-92ee-705d5aa53553', 'status': 'completed', 'code': 200} 2026-05-25 15:16:54.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8295298-29ca-42d0-85e4-95d4a8672d17 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 68dc4174-f9be-4583-a691-7df636d2f401 2026-05-25 15:16:54.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8295298-29ca-42d0-85e4-95d4a8672d17 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 68dc4174-f9be-4583-a691-7df636d2f401 2026-05-25 15:16:54.331 7 INFO neutron.db.l3_db [None req-a8295298-29ca-42d0-85e4-95d4a8672d17 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Floating IP 52b81417-57d9-409b-b1ea-dd4a57e090fb disassociated (deleted). External IP: 10.96.250.209, port: 54ba5fae-5813-46a0-b916-ed3b1c3d5a1e. [pid: 7|app: 0|req: 1621/3170] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:16:54 2026] DELETE /v2.0/floatingips/52b81417-57d9-409b-b1ea-dd4a57e090fb => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:16:54.627 8 INFO neutron.api.v2.resource [None req-4d7e40f7-1650-4b53-89d9-7dd6999ed6b8 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3171] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:16:54 2026] GET /v2.0/floatingips/52b81417-57d9-409b-b1ea-dd4a57e090fb => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:16:54.630 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-599a051b-2b90-4c54-81f8-475df9cfcfd5'] response: {'name': 'network-changed', 'server_uuid': '18fe6b81-38a5-4e38-85dd-02de2f8fd083', 'tag': '54ba5fae-5813-46a0-b916-ed3b1c3d5a1e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1622/3172] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:16:54 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3173] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:16:54 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3174] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3175] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/networks?id=f506ac5f-e52d-43b0-9111-a3bbf9f85041 => 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: 1624/3176] 199.204.45.89 () {34 vars in 1057 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.137&port_id=54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => 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: 1553/3177] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e&port_id=54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3178] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/subnets?id=f3468d2b-4c06-4dfb-975c-aca0186246ac&id=bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3179] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3180] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/ports?network_id=f506ac5f-e52d-43b0-9111-a3bbf9f85041&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3181] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3182] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:16:55 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041?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: 1556/3183] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:16:57 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:16:57.603 7 INFO neutron_taas.services.taas.taas_plugin [req-15f86690-2385-4bee-8b2e-2daba8bf1677 req-6dc2c75b-5782-4bf1-861b-5430f90a698b 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 54ba5fae-5813-46a0-b916-ed3b1c3d5a1e 2026-05-25 15:16:57.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-15f86690-2385-4bee-8b2e-2daba8bf1677 req-6dc2c75b-5782-4bf1-861b-5430f90a698b 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 54ba5fae-5813-46a0-b916-ed3b1c3d5a1e [pid: 7|app: 0|req: 1628/3184] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:16:57 2026] DELETE /v2.0/ports/54ba5fae-5813-46a0-b916-ed3b1c3d5a1e => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:16:57.817 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0c21906-7a07-45be-8bc5-634087db8939'] response: {'server_uuid': '18fe6b81-38a5-4e38-85dd-02de2f8fd083', 'name': 'network-vif-deleted', 'tag': '54ba5fae-5813-46a0-b916-ed3b1c3d5a1e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1557/3185] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:16:59 2026] GET /v2.0/ports?device_id=18fe6b81-38a5-4e38-85dd-02de2f8fd083 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 15:17:05.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef14d70a-876d-495f-a748-0c6ac37cc804 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 4568ad50-599c-4b0c-9c93-39c6169eb633 2026-05-25 15:17:05.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef14d70a-876d-495f-a748-0c6ac37cc804 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 4568ad50-599c-4b0c-9c93-39c6169eb633 2026-05-25 15:17:05.368 7 INFO neutron.db.l3_db [None req-ef14d70a-876d-495f-a748-0c6ac37cc804 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Floating IP 147d5ebd-a6f7-4cee-b3a5-3112eba33d8b disassociated (deleted). External IP: 10.96.250.217, port: 2d7ef4c2-4e8d-46b8-97c9-976076074622. [pid: 7|app: 0|req: 1629/3186] 10.0.0.26 () {32 vars in 731 bytes} [Mon May 25 15:17:05 2026] DELETE /v2.0/floatingips/147d5ebd-a6f7-4cee-b3a5-3112eba33d8b => generated 0 bytes in 630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:05.714 8 INFO neutron.api.v2.resource [None req-6ec56822-4558-40d2-b3d0-8ab449baf690 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3187] 10.0.0.26 () {32 vars in 728 bytes} [Mon May 25 15:17:05 2026] GET /v2.0/floatingips/147d5ebd-a6f7-4cee-b3a5-3112eba33d8b => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:05.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b46f5f27-ccda-45c9-a70d-5f643bea67e1'] response: {'name': 'network-changed', 'server_uuid': '7eae97db-1ba4-42e1-a0a6-92afe329cab9', 'tag': '2d7ef4c2-4e8d-46b8-97c9-976076074622', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1630/3188] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:17:05 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3189] 10.0.0.107 () {34 vars in 1040 bytes} [Mon May 25 15:17:05 2026] GET /v2.0/security-groups?id=daeddcf5-cb85-4843-8679-54b5e5344a0b&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3190] 199.204.45.89 () {34 vars in 1079 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/ports?tenant_id=2746f37b36074aaa86be9a983d30a4b2&device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1465 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3191] 199.204.45.89 () {34 vars in 985 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/networks?id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3192] 199.204.45.89 () {34 vars in 1055 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=2d7ef4c2-4e8d-46b8-97c9-976076074622 => 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: 1561/3193] 199.204.45.89 () {34 vars in 1103 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33c&port_id=2d7ef4c2-4e8d-46b8-97c9-976076074622 => 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: 1633/3194] 199.204.45.89 () {34 vars in 1063 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/subnets?id=5cc67443-eb45-4e91-a1c6-e8e8598e075a&id=6e46df65-390c-4de0-81fc-e32e9a716836 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3195] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&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: 1634/3196] 199.204.45.89 () {34 vars in 1051 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/ports?network_id=87c93920-3f9b-43f4-a1b2-03a5f27ba3d2&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3197] 199.204.45.89 () {34 vars in 1011 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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: 1635/3198] 199.204.45.89 () {34 vars in 1111 bytes} [Mon May 25 15:17:06 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2?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) [pid: 7|app: 0|req: 1637/3201] 199.204.45.89 () {34 vars in 993 bytes} [Mon May 25 15:17:08 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => generated 1196 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 15:17:08.462 8 INFO neutron_taas.services.taas.taas_plugin [req-629ee7b9-4ea4-4df3-8128-224cd2e3376c req-db7d66bd-312d-4f3e-bbd6-24202556708b 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 2d7ef4c2-4e8d-46b8-97c9-976076074622 2026-05-25 15:17:08.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-629ee7b9-4ea4-4df3-8128-224cd2e3376c req-db7d66bd-312d-4f3e-bbd6-24202556708b 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 2d7ef4c2-4e8d-46b8-97c9-976076074622 [pid: 8|app: 0|req: 1565/3202] 199.204.45.89 () {36 vars in 996 bytes} [Mon May 25 15:17:08 2026] DELETE /v2.0/ports/2d7ef4c2-4e8d-46b8-97c9-976076074622 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:08.704 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de8364b1-5369-46e5-bc80-1eb566d1ab08'] response: {'server_uuid': '7eae97db-1ba4-42e1-a0a6-92afe329cab9', 'name': 'network-vif-deleted', 'tag': '2d7ef4c2-4e8d-46b8-97c9-976076074622', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1638/3203] 10.0.0.107 () {34 vars in 990 bytes} [Mon May 25 15:17:11 2026] GET /v2.0/ports?device_id=7eae97db-1ba4-42e1-a0a6-92afe329cab9 => 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: 1566/3204] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/61ccb5a9-2597-4be1-aaea-27d9c6708267 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.272 7 INFO neutron.api.v2.resource [None req-7947dc81-7192-41de-83bc-b78b1606d321 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3205] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/61ccb5a9-2597-4be1-aaea-27d9c6708267 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3206] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/248a517b-e755-4df8-bef1-f0bc56d32181 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.361 7 INFO neutron.api.v2.resource [None req-b7b8d0ff-95c0-4bab-9e1b-23f3e273ccec 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3207] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/248a517b-e755-4df8-bef1-f0bc56d32181 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3208] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/6a1f64d1-2667-4200-9f36-c4a0d2b9815f => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.445 7 INFO neutron.api.v2.resource [None req-e19c2c38-7707-4623-ae76-433055987935 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3209] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/6a1f64d1-2667-4200-9f36-c4a0d2b9815f => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3210] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/4dde21f7-32bd-429f-8761-ca122731df1d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.527 7 INFO neutron.api.v2.resource [None req-7f586c7a-9591-43c0-9963-88661d466ed9 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3211] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/4dde21f7-32bd-429f-8761-ca122731df1d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3212] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/b07153f5-3cc6-4e1f-8913-a4166a69ce5a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.615 7 INFO neutron.api.v2.resource [None req-4742e438-4375-4e1e-a329-55bc7cd3a730 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3213] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/b07153f5-3cc6-4e1f-8913-a4166a69ce5a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3214] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/07345101-eb43-4f79-be95-0ed9d0d965d8 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.702 7 INFO neutron.api.v2.resource [None req-73c754f1-56b1-405f-9910-7acae5fb4a7f 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3215] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/07345101-eb43-4f79-be95-0ed9d0d965d8 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3216] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/4cfc4849-00a5-45e8-9aba-d755301b890e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.799 7 INFO neutron.api.v2.resource [None req-49cfa060-2344-4aa6-9f0b-27f40bb343e2 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3217] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/4cfc4849-00a5-45e8-9aba-d755301b890e => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3218] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/08bee73b-52b1-4f8c-9e29-218bcb842954 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.890 7 INFO neutron.api.v2.resource [None req-e210029c-5a84-4171-a1cf-c85f306afc9c 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3219] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/08bee73b-52b1-4f8c-9e29-218bcb842954 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3220] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/64ed960c-4a56-47f7-9724-02aa0589e9b1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:16.977 7 INFO neutron.api.v2.resource [None req-2b6d40db-f8d5-4845-b23d-4f7d8796dc06 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3221] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:16 2026] GET /v2.0/security-group-rules/64ed960c-4a56-47f7-9724-02aa0589e9b1 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3222] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:16 2026] DELETE /v2.0/security-group-rules/f85f3dd5-172a-4a2a-8d39-069c2738ae07 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:17.069 7 INFO neutron.api.v2.resource [None req-ee21a2ce-6108-4cf5-8263-2c54baabe308 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3223] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:17 2026] GET /v2.0/security-group-rules/f85f3dd5-172a-4a2a-8d39-069c2738ae07 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3224] 10.0.0.26 () {32 vars in 749 bytes} [Mon May 25 15:17:17 2026] DELETE /v2.0/security-group-rules/14f19ff0-a899-4190-9f77-80ece9034afa => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:17.163 7 INFO neutron.api.v2.resource [None req-726a7361-cd40-4cd3-babe-547df76a4884 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3225] 10.0.0.26 () {32 vars in 746 bytes} [Mon May 25 15:17:17 2026] GET /v2.0/security-group-rules/14f19ff0-a899-4190-9f77-80ece9034afa => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3226] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:17 2026] DELETE /v2.0/security-groups/daeddcf5-cb85-4843-8679-54b5e5344a0b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:17.289 7 INFO neutron.api.v2.resource [None req-94589560-2261-4f70-95e0-5ccc3064c186 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3227] 10.0.0.26 () {32 vars in 736 bytes} [Mon May 25 15:17:17 2026] GET /v2.0/security-groups/daeddcf5-cb85-4843-8679-54b5e5344a0b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:17.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d80d51e-d1b3-4a44-8766-372779c2ba48 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 3268a0b7-1561-47a8-bc12-4379f204912c 2026-05-25 15:17:17.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d80d51e-d1b3-4a44-8766-372779c2ba48 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 3268a0b7-1561-47a8-bc12-4379f204912c [pid: 8|app: 0|req: 1578/3228] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:17:17 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:17:18.410 7 INFO neutron.api.v2.resource [None req-11d6f6ac-78d5-4e9a-b3f1-c170a87c3e1f 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3229] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:17:18 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:18.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-f71875ec-8646-41de-ba03-6ac39406bdf8 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 0390ce55-c65f-4bcf-84b2-5bbdb239020e 2026-05-25 15:17:18.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f71875ec-8646-41de-ba03-6ac39406bdf8 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 0390ce55-c65f-4bcf-84b2-5bbdb239020e [pid: 8|app: 0|req: 1579/3230] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:17:18 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:17:19.487 7 INFO neutron.api.v2.resource [None req-6880d463-c9f6-4e88-be35-a4858f38ba35 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3231] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:17:19 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:19.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-c30455e2-f168-429a-a5d5-4c3694fc8169 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 55bf5f95-810e-4563-9f5d-2cae83712446 2026-05-25 15:17:19.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c30455e2-f168-429a-a5d5-4c3694fc8169 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 55bf5f95-810e-4563-9f5d-2cae83712446 [pid: 8|app: 0|req: 1580/3232] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:17:19 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 15:17:20.579 7 INFO neutron.api.v2.resource [None req-5b069eff-8b61-40fc-ae59-e39b17ee1cd8 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3233] 10.0.0.26 () {34 vars in 788 bytes} [Mon May 25 15:17:20 2026] PUT /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:20.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-51faaa44-ecf9-4f0c-9945-8829d262d25f 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 0e476cb4-884c-4dc1-97be-d2f56541c53b 2026-05-25 15:17:20.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51faaa44-ecf9-4f0c-9945-8829d262d25f 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 0e476cb4-884c-4dc1-97be-d2f56541c53b 2026-05-25 15:17:21.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-51faaa44-ecf9-4f0c-9945-8829d262d25f 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 0cb23f4c-4b3c-4285-b3d0-258f1b36c893 2026-05-25 15:17:21.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51faaa44-ecf9-4f0c-9945-8829d262d25f 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 0cb23f4c-4b3c-4285-b3d0-258f1b36c893 2026-05-25 15:17:21.446 8 INFO neutron.services.segments.plugin [-] Segment 4fea0f28-5ece-4920-9999-4786d681d22a resource provider aggregate not found 2026-05-25 15:17:21.454 8 INFO neutron.services.segments.plugin [-] Segment 4fea0f28-5ece-4920-9999-4786d681d22a resource provider aggregate not found 2026-05-25 15:17:21.467 8 INFO neutron.services.segments.plugin [-] Segment 4fea0f28-5ece-4920-9999-4786d681d22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fea0f28-5ece-4920-9999-4786d681d22a found for delete ", "request_id": "req-c11fb027-7ced-4fa5-a35b-0bb9e31c034b"}]} 2026-05-25 15:17:21.472 8 INFO neutron.services.segments.plugin [-] Segment 4fea0f28-5ece-4920-9999-4786d681d22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fea0f28-5ece-4920-9999-4786d681d22a found for delete ", "request_id": "req-5cdd15a6-1fef-4851-ba63-34f5a388e9cd"}]} 2026-05-25 15:17:21.478 8 INFO neutron.db.l3_hamode_db [None req-51faaa44-ecf9-4f0c-9945-8829d262d25f 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] HA network 7dbe5005-47b1-445b-9114-8582419a4ee9 was deleted as no HA routers are present in tenant 2746f37b36074aaa86be9a983d30a4b2. [pid: 8|app: 0|req: 1581/3234] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:17:20 2026] DELETE /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 15:17:21.508 7 INFO neutron.api.v2.resource [None req-776544b9-4ae3-49c2-a497-1d9e68b3a991 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3235] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:17:21 2026] GET /v2.0/routers/fdb78f1d-11d5-4ab9-84ca-8d8fa9d0e843 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3236] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:17:21 2026] DELETE /v2.0/subnets/f3468d2b-4c06-4dfb-975c-aca0186246ac => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:21.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98e50ab3-c66d-4a29-91f8-693a83e89ca2 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3237] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:17:21 2026] GET /v2.0/subnets/f3468d2b-4c06-4dfb-975c-aca0186246ac => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3238] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:17:21 2026] DELETE /v2.0/subnets/bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:21.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45481b4b-265b-43df-903d-399498b7750c 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3239] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:17:21 2026] GET /v2.0/subnets/bb659ff2-fb35-4962-9a4b-f70e2b66d1aa => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:21.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-26b6cf4c-70ce-4836-a68f-65b43b415866 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 37318fb9-f5ce-44ea-9f77-1c437c356d06 2026-05-25 15:17:22.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26b6cf4c-70ce-4836-a68f-65b43b415866 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 37318fb9-f5ce-44ea-9f77-1c437c356d06 [pid: 8|app: 0|req: 1584/3240] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:17:21 2026] DELETE /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:22.218 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddf790aa-3c41-4277-bfa9-69dbb16bb0d2 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3241] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:17:22 2026] GET /v2.0/networks/f506ac5f-e52d-43b0-9111-a3bbf9f85041 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3242] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:17:22 2026] DELETE /v2.0/subnets/6e46df65-390c-4de0-81fc-e32e9a716836 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:22.397 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb1e49e3-243d-41ce-94e7-0404c9e39ac8 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3243] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:17:22 2026] GET /v2.0/subnets/6e46df65-390c-4de0-81fc-e32e9a716836 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3244] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:17:22 2026] DELETE /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:22.596 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd7e83d8-556e-4db8-9cf6-5e1032fad174 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3245] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:17:22 2026] GET /v2.0/subnets/5cc67443-eb45-4e91-a1c6-e8e8598e075a => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:22.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-f420b8cb-079d-45a7-9ccc-5d4789be323e 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: fec0ecc3-bfd6-472f-8a53-4455ee351a0f 2026-05-25 15:17:22.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f420b8cb-079d-45a7-9ccc-5d4789be323e 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: fec0ecc3-bfd6-472f-8a53-4455ee351a0f [pid: 8|app: 0|req: 1587/3248] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:17:22 2026] DELETE /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:22.951 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c3a4003-01bc-4652-894c-9ddbf124456c 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3249] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:17:22 2026] GET /v2.0/networks/87c93920-3f9b-43f4-a1b2-03a5f27ba3d2 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3250] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:17:22 2026] DELETE /v2.0/subnets/27b13d9e-11be-4d88-804c-3dd8d2e85b33 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:23.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35eef8fe-8dd0-4ccb-840b-a532bc87aa84 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3251] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:17:23 2026] GET /v2.0/subnets/27b13d9e-11be-4d88-804c-3dd8d2e85b33 => 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: 1589/3252] 10.0.0.26 () {32 vars in 723 bytes} [Mon May 25 15:17:23 2026] DELETE /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:23.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a505e1ca-b2ae-4ca8-a768-7214c771a62b 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3253] 10.0.0.26 () {32 vars in 720 bytes} [Mon May 25 15:17:23 2026] GET /v2.0/subnets/981b738b-b94e-41de-91f7-aeb6daae4da2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:23.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d4d4353-9de7-4fd3-aa7b-503c61c71570 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] TaaS: Handle Delete Port: 15580c55-6fdb-4788-8deb-250fc09ffe3e 2026-05-25 15:17:23.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d4d4353-9de7-4fd3-aa7b-503c61c71570 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] Tap Mirror: Handle Delete Port: 15580c55-6fdb-4788-8deb-250fc09ffe3e 2026-05-25 15:17:23.494 8 INFO neutron.services.segments.plugin [-] Segment 0c923864-6795-4cc5-a868-ec9576aadf11 resource provider aggregate not found 2026-05-25 15:17:23.503 8 INFO neutron.services.segments.plugin [-] Segment 0c923864-6795-4cc5-a868-ec9576aadf11 resource provider aggregate not found 2026-05-25 15:17:23.520 8 INFO neutron.services.segments.plugin [-] Segment 0c923864-6795-4cc5-a868-ec9576aadf11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c923864-6795-4cc5-a868-ec9576aadf11 found for delete ", "request_id": "req-8f628c2b-7004-46e5-b28a-ddb2bd66469f"}]} 2026-05-25 15:17:23.527 8 INFO neutron.services.segments.plugin [-] Segment 0c923864-6795-4cc5-a868-ec9576aadf11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c923864-6795-4cc5-a868-ec9576aadf11 found for delete ", "request_id": "req-68fd3f6d-187d-45a0-a6fb-1863086a726a"}]} 2026-05-25 15:17:23.540 8 INFO neutron.services.segments.plugin [-] Segment e0af955d-a1ee-43f0-a6a5-01cc9e419ad0 resource provider aggregate not found 2026-05-25 15:17:23.543 8 INFO neutron.services.segments.plugin [-] Segment e0af955d-a1ee-43f0-a6a5-01cc9e419ad0 resource provider aggregate not found 2026-05-25 15:17:23.561 8 INFO neutron.services.segments.plugin [-] Segment e0af955d-a1ee-43f0-a6a5-01cc9e419ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0af955d-a1ee-43f0-a6a5-01cc9e419ad0 found for delete ", "request_id": "req-764728f2-3a1d-4fed-b328-2068e0e8b669"}]} 2026-05-25 15:17:23.561 8 INFO neutron.services.segments.plugin [-] Segment e0af955d-a1ee-43f0-a6a5-01cc9e419ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0af955d-a1ee-43f0-a6a5-01cc9e419ad0 found for delete ", "request_id": "req-063f9e2a-dd64-4cbc-b53b-b342053f1889"}]} [pid: 8|app: 0|req: 1590/3254] 10.0.0.26 () {32 vars in 725 bytes} [Mon May 25 15:17:23 2026] DELETE /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 15:17:23.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-055cee80-71ea-4ea7-bc9d-2b07f57ba706 0e96b2499a1446b0bc057bd59dd5eebb 2746f37b36074aaa86be9a983d30a4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3255] 10.0.0.26 () {32 vars in 722 bytes} [Mon May 25 15:17:23 2026] GET /v2.0/networks/9303c160-c461-4603-b454-3b13757d7139 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 15:17:25.585 8 INFO neutron.services.segments.plugin [-] Segment 62ff08ca-0721-430d-a5a7-affbf019c12a resource provider aggregate not found 2026-05-25 15:17:25.591 8 INFO neutron.services.segments.plugin [-] Segment 62ff08ca-0721-430d-a5a7-affbf019c12a resource provider aggregate not found 2026-05-25 15:17:25.604 8 INFO neutron.services.segments.plugin [-] Segment 62ff08ca-0721-430d-a5a7-affbf019c12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ff08ca-0721-430d-a5a7-affbf019c12a found for delete ", "request_id": "req-a2df299b-f654-4bfb-9aaa-fb0acc1ab351"}]} 2026-05-25 15:17:25.630 8 INFO neutron.services.segments.plugin [-] Segment 62ff08ca-0721-430d-a5a7-affbf019c12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ff08ca-0721-430d-a5a7-affbf019c12a found for delete ", "request_id": "req-3cac854f-3339-431c-b5ad-13a8429418aa"}]} [pid: 8|app: 0|req: 1591/3256] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:17:25 2026] GET /v2.0/security-groups?tenant_id=dccb533441594a87b3f94c0014841be1&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3257] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:25 2026] DELETE /v2.0/security-groups/0a91cf9d-ade6-44b7-a568-bc5d89604ae0 => 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: 1592/3258] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:17:26 2026] GET /v2.0/security-groups?tenant_id=0f31cdf2f0954457be0881db09517edc&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: 1667/3259] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:26 2026] DELETE /v2.0/security-groups/c8831adc-7e05-4159-ab47-d662cf618279 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3260] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:17:26 2026] GET /v2.0/security-groups?tenant_id=039ebef7f30045428a45a0c2d59c922f&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3261] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:26 2026] DELETE /v2.0/security-groups/65554b4f-2c6e-443b-9890-fea88154904d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3262] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:17:26 2026] GET /v2.0/security-groups?tenant_id=ad6537d07e2340b78daaf9d537a6d573&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3263] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:27 2026] DELETE /v2.0/security-groups/c3025762-1e63-402e-9189-e4c4127ce660 => 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: 1595/3264] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:17:27 2026] GET /v2.0/security-groups?tenant_id=19bde4decaab44bd88537b9ac9145eba&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3265] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:27 2026] DELETE /v2.0/security-groups/fb5ea369-f2ef-45ac-8a14-575281137ef6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3266] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:17:27 2026] GET /v2.0/security-groups?tenant_id=c706d547d75e4737bb46f753021bb8ce&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3267] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:27 2026] DELETE /v2.0/security-groups/0ffcdda6-5cc0-42b2-83be-bfc51dc66434 => 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: 1597/3268] 10.0.0.26 () {32 vars in 773 bytes} [Mon May 25 15:17:28 2026] GET /v2.0/security-groups?tenant_id=2746f37b36074aaa86be9a983d30a4b2&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3269] 10.0.0.26 () {32 vars in 739 bytes} [Mon May 25 15:17:28 2026] DELETE /v2.0/security-groups/15e56330-74cd-407f-ae0f-e9cf2c31c71b => 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: 1598/3270] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:17:31 2026] GET /v2.0/networks => generated 2168 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3271] 10.0.0.26 () {32 vars in 654 bytes} [Mon May 25 15:17:32 2026] GET /v2.0/floatingips => 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: 1599/3272] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:17:32 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3273] 10.0.0.26 () {32 vars in 642 bytes} [Mon May 25 15:17:32 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3274] 10.0.0.26 () {32 vars in 646 bytes} [Mon May 25 15:17:32 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3275] 10.0.0.26 () {32 vars in 648 bytes} [Mon May 25 15:17:32 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: 1601/3276] 10.0.0.26 () {32 vars in 662 bytes} [Mon May 25 15:17:32 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3277] 10.0.0.26 () {32 vars in 654 bytes} [Mon May 25 15:17:32 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)