+ 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 [Sat Apr 4 10:52:24 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-6bd6bcbcbd-j7sc6 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f2809360668 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-04-04 10:52:28.949 7 INFO neutron.common.config [-] Logging enabled! 2026-04-04 10:52:28.949 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-04 10:52:29.031 8 INFO neutron.common.config [-] Logging enabled! 2026-04-04 10:52:29.031 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-04 10:52:29.982 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-04 10:52:30.179 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-04 10:52:31.517 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-04 10:52:31.520 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-04 10:52:31.524 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-04 10:52:31.525 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-04 10:52:31.525 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-04 10:52:31.526 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-04 10:52:31.526 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-04 10:52:31.534 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-04 10:52:31.534 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-04 10:52:31.534 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-04 10:52:31.558 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-04 10:52:31.559 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-04 10:52:31.560 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-04 10:52:31.589 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-04 10:52:31.590 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-04 10:52:31.590 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-04 10:52:31.590 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-04 10:52:31.726 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-04 10:52:31.729 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-04 10:52:31.732 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-04 10:52:31.733 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-04 10:52:31.734 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-04 10:52:31.734 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-04 10:52:31.734 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-04 10:52:31.741 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-04 10:52:31.741 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-04 10:52:31.742 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-04 10:52:31.763 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-04 10:52:31.764 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-04 10:52:31.764 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-04 10:52:31.792 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-04 10:52:31.792 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-04 10:52:31.792 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-04 10:52:31.792 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-04 10:52:31.893 7 INFO neutron.plugins.ml2.managers [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] Initializing driver for type 'vlan' 2026-04-04 10:52:32.080 8 INFO neutron.plugins.ml2.managers [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] Initializing driver for type 'vlan' 2026-04-04 10:52:32.201 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] VlanTypeDriver initialization complete 2026-04-04 10:52:32.201 7 INFO neutron.plugins.ml2.managers [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] Initializing driver for type 'vxlan' 2026-04-04 10:52:32.202 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-04 10:52:32.217 7 INFO neutron.plugins.ml2.managers [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-04 10:52:32.217 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-04 10:52:32.217 7 INFO neutron.plugins.ml2.managers [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] Initializing extension driver 'port_security' 2026-04-04 10:52:32.217 7 INFO neutron.plugins.ml2.extensions.port_security [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-04 10:52:32.217 7 INFO neutron.plugins.ml2.managers [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] Initializing extension driver 'qos' 2026-04-04 10:52:32.218 7 INFO neutron.plugins.ml2.managers [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-04 10:52:32.218 7 INFO neutron.plugins.ml2.managers [None req-061dbab8-860a-4663-9e3a-d53a4557b3a4 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-04 10:52:32.233 7 INFO neutron.quota [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded quota_driver: . 2026-04-04 10:52:32.234 7 INFO neutron.plugins.ml2.plugin [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Modular L2 Plugin initialization complete 2026-04-04 10:52:32.234 7 INFO neutron.plugins.ml2.managers [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-04 10:52:32.234 7 INFO neutron.plugins.ml2.managers [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-04 10:52:32.234 7 INFO neutron.plugins.ml2.managers [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Got port-security extension from driver 'port_security' 2026-04-04 10:52:32.234 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: qos 2026-04-04 10:52:32.247 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: router 2026-04-04 10:52:32.292 7 INFO neutron.services.service_base [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-04 10:52:32.292 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: segments 2026-04-04 10:52:32.392 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: trunk 2026-04-04 10:52:32.406 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: vpnaas 2026-04-04 10:52:32.409 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] VlanTypeDriver initialization complete 2026-04-04 10:52:32.410 8 INFO neutron.plugins.ml2.managers [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] Initializing driver for type 'vxlan' 2026-04-04 10:52:32.410 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-04 10:52:32.429 8 INFO neutron.plugins.ml2.managers [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-04 10:52:32.430 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-04 10:52:32.430 8 INFO neutron.plugins.ml2.managers [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] Initializing extension driver 'port_security' 2026-04-04 10:52:32.430 8 INFO neutron.plugins.ml2.extensions.port_security [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-04 10:52:32.430 8 INFO neutron.plugins.ml2.managers [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] Initializing extension driver 'qos' 2026-04-04 10:52:32.430 8 INFO neutron.plugins.ml2.managers [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-04 10:52:32.430 8 INFO neutron.plugins.ml2.managers [None req-3e5d360f-b0f9-41d7-ae17-1888bfd51fa0 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-04 10:52:32.445 7 WARNING stevedore.named [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-04 10:52:32.445 8 INFO neutron.quota [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded quota_driver: . 2026-04-04 10:52:32.445 8 INFO neutron.plugins.ml2.plugin [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Modular L2 Plugin initialization complete 2026-04-04 10:52:32.445 8 INFO neutron.plugins.ml2.managers [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-04 10:52:32.446 8 INFO neutron.plugins.ml2.managers [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-04 10:52:32.446 8 INFO neutron.plugins.ml2.managers [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-04 10:52:32.446 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: qos 2026-04-04 10:52:32.459 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: router 2026-04-04 10:52:32.505 8 INFO neutron.services.service_base [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-04 10:52:32.505 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: segments 2026-04-04 10:52:32.517 7 INFO neutron_vpnaas.services.vpn.plugin [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-04 10:52:32.517 7 INFO neutron.common.utils [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-04 10:52:32.517 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: taas 2026-04-04 10:52:32.543 7 WARNING stevedore.named [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-04 10:52:32.543 7 WARNING stevedore.named [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-04 10:52:32.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-04 10:52:32.565 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: tapmirror 2026-04-04 10:52:32.579 7 WARNING stevedore.named [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-04 10:52:32.579 7 WARNING stevedore.named [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-04 10:52:32.598 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-04 10:52:32.599 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: auto_allocate 2026-04-04 10:52:32.602 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: trunk 2026-04-04 10:52:32.606 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: tag 2026-04-04 10:52:32.616 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: timestamp 2026-04-04 10:52:32.616 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: vpnaas 2026-04-04 10:52:32.620 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: network_ip_availability 2026-04-04 10:52:32.624 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: flavors 2026-04-04 10:52:32.627 7 INFO neutron.manager [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loading Plugin: revisions 2026-04-04 10:52:32.631 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Initializing extension manager. 2026-04-04 10:52:32.632 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: address-group 2026-04-04 10:52:32.633 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: address-scope 2026-04-04 10:52:32.633 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-04 10:52:32.634 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: agent 2026-04-04 10:52:32.635 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: agent-resources-synced 2026-04-04 10:52:32.636 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: allowed-address-pairs 2026-04-04 10:52:32.636 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: auto-allocated-topology 2026-04-04 10:52:32.637 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: availability_zone 2026-04-04 10:52:32.638 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: availability_zone_filter 2026-04-04 10:52:32.638 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-04 10:52:32.639 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: default-subnetpools 2026-04-04 10:52:32.640 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-04 10:52:32.641 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: dns-integration 2026-04-04 10:52:32.641 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: dns-domain-ports 2026-04-04 10:52:32.642 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-04 10:52:32.642 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: dvr 2026-04-04 10:52:32.643 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-04 10:52:32.643 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: empty-string-filtering 2026-04-04 10:52:32.644 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-04 10:52:32.645 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-04 10:52:32.645 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: external-net 2026-04-04 10:52:32.646 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-04 10:52:32.646 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: extraroute 2026-04-04 10:52:32.647 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: extraroute-atomic 2026-04-04 10:52:32.648 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-04 10:52:32.648 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-04 10:52:32.649 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-04 10:52:32.649 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-04 10:52:32.650 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: fip-port-details 2026-04-04 10:52:32.651 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: flavors 2026-04-04 10:52:32.652 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-04 10:52:32.653 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: floatingip-pools 2026-04-04 10:52:32.653 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: ip_allocation 2026-04-04 10:52:32.654 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: ip-substring-filtering 2026-04-04 10:52:32.654 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: l2_adjacency 2026-04-04 10:52:32.655 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: router 2026-04-04 10:52:32.656 8 WARNING stevedore.named [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-04 10:52:32.657 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-04 10:52:32.658 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-04 10:52:32.658 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-04 10:52:32.659 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: ext-gw-mode 2026-04-04 10:52:32.659 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: l3-ha 2026-04-04 10:52:32.660 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-04 10:52:32.660 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-04 10:52:32.661 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: l3-flavors 2026-04-04 10:52:32.661 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-04 10:52:32.662 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-04 10:52:32.664 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-04 10:52:32.665 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-04 10:52:32.666 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-04 10:52:32.667 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-04 10:52:32.668 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-04 10:52:32.669 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: multi-provider 2026-04-04 10:52:32.669 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: net-mtu 2026-04-04 10:52:32.670 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: net-mtu-writable 2026-04-04 10:52:32.670 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: network_availability_zone 2026-04-04 10:52:32.671 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: network_ha 2026-04-04 10:52:32.671 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: network-ip-availability 2026-04-04 10:52:32.672 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-04 10:52:32.673 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: pagination 2026-04-04 10:52:32.673 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-device-profile 2026-04-04 10:52:32.674 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-04 10:52:32.674 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-04 10:52:32.675 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-04 10:52:32.675 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-mac-override 2026-04-04 10:52:32.676 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-04 10:52:32.676 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-04 10:52:32.677 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-04 10:52:32.678 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-resource-request 2026-04-04 10:52:32.678 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-resource-request-groups 2026-04-04 10:52:32.679 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-04 10:52:32.680 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: binding 2026-04-04 10:52:32.680 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: binding-extended 2026-04-04 10:52:32.681 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-security 2026-04-04 10:52:32.681 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: project-id 2026-04-04 10:52:32.682 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: provider 2026-04-04 10:52:32.683 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-04 10:52:32.685 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos 2026-04-04 10:52:32.685 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-04 10:52:32.686 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-04 10:52:32.686 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-default 2026-04-04 10:52:32.687 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-fip 2026-04-04 10:52:32.687 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-04 10:52:32.688 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-gateway-ip 2026-04-04 10:52:32.688 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-port-network-policy 2026-04-04 10:52:32.689 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-pps-minimum 2026-04-04 10:52:32.690 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-04 10:52:32.690 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-pps 2026-04-04 10:52:32.691 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-rule-type-details 2026-04-04 10:52:32.691 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-04 10:52:32.692 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: qos-rules-alias 2026-04-04 10:52:32.692 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: quota-check-limit 2026-04-04 10:52:32.693 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: quota-check-limit-default 2026-04-04 10:52:32.695 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: quotas 2026-04-04 10:52:32.696 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: quota_details 2026-04-04 10:52:32.698 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: rbac-policies 2026-04-04 10:52:32.698 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: rbac-address-group 2026-04-04 10:52:32.699 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: rbac-address-scope 2026-04-04 10:52:32.699 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: rbac-security-groups 2026-04-04 10:52:32.700 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: rbac-subnetpool 2026-04-04 10:52:32.700 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: revision-if-match 2026-04-04 10:52:32.701 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: standard-attr-revisions 2026-04-04 10:52:32.702 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: router_availability_zone 2026-04-04 10:52:32.702 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-04 10:52:32.704 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: security-groups-default-rules 2026-04-04 10:52:32.705 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-04 10:52:32.705 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-04 10:52:32.706 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-04 10:52:32.706 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-04 10:52:32.707 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-04 10:52:32.712 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: security-group 2026-04-04 10:52:32.713 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: segment 2026-04-04 10:52:32.714 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-04 10:52:32.715 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: service-type 2026-04-04 10:52:32.716 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: sorting 2026-04-04 10:52:32.716 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: standard-attr-segment 2026-04-04 10:52:32.717 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: standard-attr-description 2026-04-04 10:52:32.717 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: stateful-security-group 2026-04-04 10:52:32.718 7 WARNING neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-04 10:52:32.718 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-04 10:52:32.719 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: subnet-external-network 2026-04-04 10:52:32.719 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: subnet_onboard 2026-04-04 10:52:32.720 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-04 10:52:32.720 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: subnet-service-types 2026-04-04 10:52:32.721 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: subnet_allocation 2026-04-04 10:52:32.725 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-04 10:52:32.725 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: tag-creation 2026-04-04 10:52:32.726 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-04 10:52:32.730 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: standard-attr-tag 2026-04-04 10:52:32.731 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-04 10:52:32.731 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: trunk 2026-04-04 10:52:32.732 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: trunk-details 2026-04-04 10:52:32.732 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-04 10:52:32.733 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-04 10:52:32.733 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-04 10:52:32.734 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-04 10:52:32.736 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-04 10:52:32.736 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-04 10:52:32.737 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: vpn-flavors 2026-04-04 10:52:32.739 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: vpnaas 2026-04-04 10:52:32.739 8 INFO neutron_vpnaas.services.vpn.plugin [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-04 10:52:32.739 8 INFO neutron.common.utils [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-04 10:52:32.739 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: taas 2026-04-04 10:52:32.740 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: taas 2026-04-04 10:52:32.741 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: tap-mirror 2026-04-04 10:52:32.743 7 INFO neutron.api.extensions [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Loaded extension: taas-vlan-filter 2026-04-04 10:52:32.746 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-04 10:52:32.746 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-04 10:52:32.746 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:32.746 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-04 10:52:32.750 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-04 10:52:32.751 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-04 10:52:32.755 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-04 10:52:32.756 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-04 10:52:32.756 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-04 10:52:32.757 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:32.758 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] subnetpool is already registered 2026-04-04 10:52:32.758 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:32.758 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] subnetpool is already registered 2026-04-04 10:52:32.759 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-04 10:52:32.759 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:32.759 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:32.760 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-04 10:52:32.760 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-04 10:52:32.760 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-04 10:52:32.761 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:32.761 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] ipsecpolicy is already registered 2026-04-04 10:52:32.761 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:32.762 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] ikepolicy is already registered 2026-04-04 10:52:32.767 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-04 10:52:32.767 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] router is already registered 2026-04-04 10:52:32.768 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-04 10:52:32.768 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] floatingip is already registered 2026-04-04 10:52:32.771 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-04 10:52:32.771 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] rbac_policy is already registered 2026-04-04 10:52:32.772 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-04 10:52:32.772 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] security_group is already registered 2026-04-04 10:52:32.772 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-04 10:52:32.773 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] security_group_rule is already registered 2026-04-04 10:52:32.773 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:32.773 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] subnetpool is already registered 2026-04-04 10:52:32.774 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:32.774 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] subnetpool is already registered 2026-04-04 10:52:32.774 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-04 10:52:32.775 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] trunk is already registered 2026-04-04 10:52:32.775 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:32.775 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] ikepolicy is already registered 2026-04-04 10:52:32.775 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:32.776 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] ipsecpolicy is already registered 2026-04-04 10:52:32.776 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-04 10:52:32.776 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] endpoint_group is already registered 2026-04-04 10:52:32.776 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-04 10:52:32.777 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] vpnservice is already registered 2026-04-04 10:52:32.777 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-04 10:52:32.777 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] ipsec_site_connection is already registered 2026-04-04 10:52:32.777 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:32.778 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] ipsecpolicy is already registered 2026-04-04 10:52:32.778 7 INFO neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:32.778 7 WARNING neutron.quota.resource_registry [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] ikepolicy is already registered 2026-04-04 10:52:32.778 8 WARNING stevedore.named [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-04 10:52:32.778 8 WARNING stevedore.named [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-04 10:52:32.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-04 10:52:32.806 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: tapmirror 2026-04-04 10:52:32.820 8 WARNING stevedore.named [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-04 10:52:32.821 8 WARNING stevedore.named [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-04 10:52:32.822 7 WARNING keystonemiddleware._common.config [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-04 10:52:32.829 7 WARNING oslo_config.cfg [None req-13eb26bb-5b8c-43a2-b69e-2139acfae6eb - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2809360668 pid: 7 (default app) 2026-04-04 10:52:32.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-04 10:52:32.837 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: auto_allocate 2026-04-04 10:52:32.845 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: tag 2026-04-04 10:52:32.855 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: timestamp 2026-04-04 10:52:32.858 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: network_ip_availability 2026-04-04 10:52:32.862 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: flavors 2026-04-04 10:52:32.865 8 INFO neutron.manager [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loading Plugin: revisions 2026-04-04 10:52:32.869 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Initializing extension manager. 2026-04-04 10:52:32.871 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: address-group 2026-04-04 10:52:32.872 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: address-scope 2026-04-04 10:52:32.873 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-04 10:52:32.874 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: agent 2026-04-04 10:52:32.874 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: agent-resources-synced 2026-04-04 10:52:32.875 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-04 10:52:32.876 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-04 10:52:32.877 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: availability_zone 2026-04-04 10:52:32.877 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: availability_zone_filter 2026-04-04 10:52:32.878 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-04 10:52:32.878 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: default-subnetpools 2026-04-04 10:52:32.881 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-04 10:52:32.882 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: dns-integration 2026-04-04 10:52:32.883 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: dns-domain-ports 2026-04-04 10:52:32.883 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-04 10:52:32.884 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: dvr 2026-04-04 10:52:32.884 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-04 10:52:32.885 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: empty-string-filtering 2026-04-04 10:52:32.885 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-04 10:52:32.886 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-04 10:52:32.886 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: external-net 2026-04-04 10:52:32.887 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-04 10:52:32.887 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: extraroute 2026-04-04 10:52:32.888 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: extraroute-atomic 2026-04-04 10:52:32.888 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-04 10:52:32.889 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-04 10:52:32.889 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-04 10:52:32.890 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-04 10:52:32.890 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: fip-port-details 2026-04-04 10:52:32.891 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: flavors 2026-04-04 10:52:32.892 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-04 10:52:32.893 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: floatingip-pools 2026-04-04 10:52:32.893 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: ip_allocation 2026-04-04 10:52:32.894 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-04 10:52:32.894 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: l2_adjacency 2026-04-04 10:52:32.896 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: router 2026-04-04 10:52:32.897 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-04 10:52:32.898 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-04 10:52:32.898 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-04 10:52:32.899 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: ext-gw-mode 2026-04-04 10:52:32.899 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: l3-ha 2026-04-04 10:52:32.900 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-04 10:52:32.900 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-04 10:52:32.902 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: l3-flavors 2026-04-04 10:52:32.903 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-04 10:52:32.903 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-04 10:52:32.906 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-04 10:52:32.907 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-04 10:52:32.908 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-04 10:52:32.909 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-04 10:52:32.910 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-04 10:52:32.911 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: multi-provider 2026-04-04 10:52:32.911 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: net-mtu 2026-04-04 10:52:32.912 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: net-mtu-writable 2026-04-04 10:52:32.913 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: network_availability_zone 2026-04-04 10:52:32.913 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: network_ha 2026-04-04 10:52:32.914 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: network-ip-availability 2026-04-04 10:52:32.915 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-04 10:52:32.915 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: pagination 2026-04-04 10:52:32.916 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-device-profile 2026-04-04 10:52:32.916 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-04 10:52:32.917 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-04 10:52:32.917 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-04 10:52:32.918 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-mac-override 2026-04-04 10:52:32.918 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-04 10:52:32.919 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-04 10:52:32.919 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-04 10:52:32.920 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-resource-request 2026-04-04 10:52:32.920 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-04 10:52:32.921 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-04 10:52:32.921 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: binding 2026-04-04 10:52:32.922 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: binding-extended 2026-04-04 10:52:32.923 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-security 2026-04-04 10:52:32.923 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: project-id 2026-04-04 10:52:32.923 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: provider 2026-04-04 10:52:32.924 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-04 10:52:32.926 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos 2026-04-04 10:52:32.927 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-04 10:52:32.928 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-04 10:52:32.928 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-default 2026-04-04 10:52:32.929 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-fip 2026-04-04 10:52:32.929 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-04 10:52:32.930 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-04 10:52:32.930 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-04 10:52:32.931 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-04 10:52:32.931 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-04 10:52:32.932 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-pps 2026-04-04 10:52:32.933 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-04 10:52:32.933 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-04 10:52:32.934 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: qos-rules-alias 2026-04-04 10:52:32.934 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: quota-check-limit 2026-04-04 10:52:32.935 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-04 10:52:32.937 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: quotas 2026-04-04 10:52:32.938 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: quota_details 2026-04-04 10:52:32.939 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: rbac-policies 2026-04-04 10:52:32.940 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: rbac-address-group 2026-04-04 10:52:32.940 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: rbac-address-scope 2026-04-04 10:52:32.941 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: rbac-security-groups 2026-04-04 10:52:32.941 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-04 10:52:32.942 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: revision-if-match 2026-04-04 10:52:32.942 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-04 10:52:32.943 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: router_availability_zone 2026-04-04 10:52:32.944 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-04 10:52:32.945 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-04 10:52:32.946 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-04 10:52:32.948 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-04 10:52:32.948 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-04 10:52:32.949 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-04 10:52:32.949 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-04 10:52:32.955 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: security-group 2026-04-04 10:52:32.956 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: segment 2026-04-04 10:52:32.957 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-04 10:52:32.958 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: service-type 2026-04-04 10:52:32.958 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: sorting 2026-04-04 10:52:32.958 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: standard-attr-segment 2026-04-04 10:52:32.959 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: standard-attr-description 2026-04-04 10:52:32.960 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: stateful-security-group 2026-04-04 10:52:32.960 8 WARNING neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-04 10:52:32.961 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-04 10:52:32.961 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: subnet-external-network 2026-04-04 10:52:32.962 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: subnet_onboard 2026-04-04 10:52:32.962 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-04 10:52:32.963 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: subnet-service-types 2026-04-04 10:52:32.963 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: subnet_allocation 2026-04-04 10:52:32.964 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-04 10:52:32.967 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: tag-creation 2026-04-04 10:52:32.967 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-04 10:52:32.972 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: standard-attr-tag 2026-04-04 10:52:32.972 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-04 10:52:32.973 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: trunk 2026-04-04 10:52:32.973 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: trunk-details 2026-04-04 10:52:32.974 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-04 10:52:32.975 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-04 10:52:32.975 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-04 10:52:32.976 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-04 10:52:32.979 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-04 10:52:32.980 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-04 10:52:32.980 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: vpn-flavors 2026-04-04 10:52:32.982 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: vpnaas 2026-04-04 10:52:32.984 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: taas 2026-04-04 10:52:32.985 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: tap-mirror 2026-04-04 10:52:32.985 8 INFO neutron.api.extensions [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-04 10:52:32.988 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-04 10:52:32.988 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-04 10:52:32.989 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:32.989 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-04 10:52:32.992 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-04 10:52:32.992 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-04 10:52:32.997 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-04 10:52:32.998 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-04 10:52:32.998 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-04 10:52:32.999 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:32.999 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] subnetpool is already registered 2026-04-04 10:52:33.000 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:33.000 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] subnetpool is already registered 2026-04-04 10:52:33.000 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-04 10:52:33.001 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:33.001 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:33.002 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-04 10:52:33.002 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-04 10:52:33.002 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-04 10:52:33.003 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:33.003 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] ipsecpolicy is already registered 2026-04-04 10:52:33.003 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:33.004 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] ikepolicy is already registered 2026-04-04 10:52:33.008 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-04 10:52:33.009 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] router is already registered 2026-04-04 10:52:33.009 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-04 10:52:33.009 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] floatingip is already registered 2026-04-04 10:52:33.013 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-04 10:52:33.013 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] rbac_policy is already registered 2026-04-04 10:52:33.014 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-04 10:52:33.014 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] security_group is already registered 2026-04-04 10:52:33.014 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-04 10:52:33.014 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] security_group_rule is already registered 2026-04-04 10:52:33.015 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:33.015 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] subnetpool is already registered 2026-04-04 10:52:33.016 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-04 10:52:33.016 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] subnetpool is already registered 2026-04-04 10:52:33.016 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-04 10:52:33.016 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] trunk is already registered 2026-04-04 10:52:33.017 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:33.017 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] ikepolicy is already registered 2026-04-04 10:52:33.017 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:33.017 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] ipsecpolicy is already registered 2026-04-04 10:52:33.018 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-04 10:52:33.018 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] endpoint_group is already registered 2026-04-04 10:52:33.019 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-04 10:52:33.019 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] vpnservice is already registered 2026-04-04 10:52:33.019 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-04 10:52:33.020 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] ipsec_site_connection is already registered 2026-04-04 10:52:33.020 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-04 10:52:33.020 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] ipsecpolicy is already registered 2026-04-04 10:52:33.021 8 INFO neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-04 10:52:33.021 8 WARNING neutron.quota.resource_registry [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] ikepolicy is already registered 2026-04-04 10:52:33.061 8 WARNING keystonemiddleware._common.config [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-04 10:52:33.068 8 WARNING oslo_config.cfg [None req-452fa8c4-ec11-403e-952e-58267c3ea878 - - - - - -] 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 0x7f2809360668 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-04-04 10:52:36.015 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a18206c-f810-4a99-9a0d-7ba81d417c4a 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 10:52:35 2026] GET /v2.0/networks/public => generated 108 bytes in 827 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.69 () {44 vars in 945 bytes} [Sat Apr 4 10:52:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 10:52:36.854 7 WARNING neutron.services.revisions.revision_plugin [None req-5b3dbee0-04a8-411e-b467-fefc5ac82ee3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Could not find related network for resource to bump revision. 2026-04-04 10:52:36.881 7 INFO neutron.db.segments_db [None req-5b3dbee0-04a8-411e-b467-fefc5ac82ee3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment e6f97fb0-553e-4284-98ca-6282598a2622 of type flat for network 7a023f90-31bf-4ec1-9f68-02464b21c9a4 2026-04-04 10:52:36.950 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b3dbee0-04a8-411e-b467-fefc5ac82ee3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.69 () {48 vars in 963 bytes} [Sat Apr 4 10:52:36 2026] POST /v2.0/networks => generated 124 bytes in 507 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 10:52:43.125 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7f83315-c9ab-47ca-8ab3-83e88169cbb8 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 10:52:42 2026] GET /v2.0/networks/public => generated 108 bytes in 379 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 10:52:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 10:52:43.412 8 WARNING neutron.services.revisions.revision_plugin [None req-4ca13801-1a79-49c3-b0ec-1cf95f9db5b1 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Could not find related network for resource to bump revision. 2026-04-04 10:52:43.441 8 INFO neutron.db.segments_db [None req-4ca13801-1a79-49c3-b0ec-1cf95f9db5b1 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 826a16ed-bd26-4696-b2f7-00cce9f5cd9e of type flat for network b876cd2d-c3c3-48ec-ae46-add64314b0cd 2026-04-04 10:52:43.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ca13801-1a79-49c3-b0ec-1cf95f9db5b1 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.69 () {48 vars in 963 bytes} [Sat Apr 4 10:52:43 2026] POST /v2.0/networks => generated 124 bytes in 360 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 10:52:49.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bfc2869-af44-4689-9f8d-83a8cf40437b 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 10:52:49 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 10:52:49 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-04-04 10:52:49.463 8 WARNING neutron.services.revisions.revision_plugin [None req-961d7095-bca1-4017-9680-3f3837b45c51 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Could not find related network for resource to bump revision. 2026-04-04 10:52:49.482 8 INFO neutron.db.segments_db [None req-961d7095-bca1-4017-9680-3f3837b45c51 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 7462ad5c-06ae-4c09-9409-15926cd0bee6 of type flat for network 0c50cddf-dfba-40ca-bb77-97e525fbf0ff 2026-04-04 10:52:49.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-961d7095-bca1-4017-9680-3f3837b45c51 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.69 () {48 vars in 963 bytes} [Sat Apr 4 10:52:49 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 10:52:55.405 7 INFO neutron.pecan_wsgi.hooks.translation [None req-206fb7ee-30dd-45d6-b6fc-ce796c623482 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 10:52:55 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 10:52:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 10:52:55.486 7 WARNING neutron.services.revisions.revision_plugin [None req-906b5a9c-60a7-40dc-a7b8-b43da6feb0e2 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Could not find related network for resource to bump revision. 2026-04-04 10:52:55.506 7 INFO neutron.db.segments_db [None req-906b5a9c-60a7-40dc-a7b8-b43da6feb0e2 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment fdf1acb3-131d-4f05-b447-283db81d282c of type flat for network f2d782ec-0143-45a0-b6a9-15098b862a0a 2026-04-04 10:52:55.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-906b5a9c-60a7-40dc-a7b8-b43da6feb0e2 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.69 () {48 vars in 963 bytes} [Sat Apr 4 10:52:55 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 10:53:01.525 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a81591f-d8d6-41b6-bb99-2cb815094d50 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 10:53:01 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/17] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 10:53:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 10:53:01.615 8 WARNING neutron.services.revisions.revision_plugin [None req-57ee0fcf-d295-47c0-815c-46a15e7675b6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Could not find related network for resource to bump revision. 2026-04-04 10:53:01.632 8 INFO neutron.db.segments_db [None req-57ee0fcf-d295-47c0-815c-46a15e7675b6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 719ead50-45c2-47eb-92e3-fa122cff6cda of type flat for network c150b65e-8afd-4191-8d81-cbfe7b41fd2c 2026-04-04 10:53:01.651 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57ee0fcf-d295-47c0-815c-46a15e7675b6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/18] 199.204.45.69 () {48 vars in 963 bytes} [Sat Apr 4 10:53:01 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 10:53:07.572 8 INFO neutron.pecan_wsgi.hooks.translation [None req-920057a3-308b-4baa-b6c3-7f2675fd4d61 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 10:53:07 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 10:53:07 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-04-04 10:53:07.639 8 WARNING neutron.services.revisions.revision_plugin [None req-b47307c4-6db6-4283-9946-b6490d5bfe2e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Could not find related network for resource to bump revision. 2026-04-04 10:53:07.655 8 INFO neutron.db.segments_db [None req-b47307c4-6db6-4283-9946-b6490d5bfe2e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 056e31f2-5909-495f-b143-8b518d48e697 of type flat for network 67e9ab69-01fc-45fc-bb44-81edb47f9750 [pid: 8|app: 0|req: 10/22] 199.204.45.69 () {48 vars in 963 bytes} [Sat Apr 4 10:53:07 2026] POST /v2.0/networks => generated 706 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 10:53:09.003 7 INFO neutron.pecan_wsgi.hooks.translation [None req-827a9c1c-c6ae-4605-9b99-4e6ec1f68fa9 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 10:53:08 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 10:53:09 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 10:53:09.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3228d0de-af31-4e3c-9f63-81a00809cf7a 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/25] 199.204.45.69 () {44 vars in 1030 bytes} [Sat Apr 4 10:53:09 2026] GET /v2.0/subnets/public-subnet?network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/26] 199.204.45.69 () {44 vars in 1053 bytes} [Sat Apr 4 10:53:09 2026] GET /v2.0/subnets?name=public-subnet&network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.69 () {48 vars in 961 bytes} [Sat Apr 4 10:53:09 2026] POST /v2.0/subnets => generated 664 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 10:58:17.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a44a6cfb-90d5-4847-b66c-8385341a9c35 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/67] 199.204.45.69 () {44 vars in 933 bytes} [Sat Apr 4 10:58:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.204.45.69 () {44 vars in 955 bytes} [Sat Apr 4 10:58:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 10:58:17.935 7 INFO neutron.db.segments_db [None req-607fdc29-1aa9-4304-8330-16fa81598eaa 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 235eac37-46fc-4863-87b0-811072b11a9f of type vxlan for network 242dfd6a-74de-428c-927d-505f54c83214 [pid: 7|app: 0|req: 36/71] 199.204.45.69 () {48 vars in 962 bytes} [Sat Apr 4 10:58:17 2026] POST /v2.0/networks => generated 688 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 10:58:18.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ced64715-430e-41cb-947b-c42cf87124cf 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/72] 199.204.45.69 () {44 vars in 933 bytes} [Sat Apr 4 10:58:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.69 () {44 vars in 955 bytes} [Sat Apr 4 10:58:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 10:58:19.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9bacb475-b94b-4202-a064-3eb38594e749 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/74] 199.204.45.69 () {44 vars in 1032 bytes} [Sat Apr 4 10:58:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=242dfd6a-74de-428c-927d-505f54c83214 => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.69 () {44 vars in 1055 bytes} [Sat Apr 4 10:58:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=242dfd6a-74de-428c-927d-505f54c83214 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.69 () {48 vars in 961 bytes} [Sat Apr 4 10:58:19 2026] POST /v2.0/subnets => generated 651 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 10:58:20.589 7 INFO neutron.api.v2.resource [None req-288bb35c-6f82-4a47-973f-e9ad678a9c39 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/77] 199.204.45.69 () {44 vars in 967 bytes} [Sat Apr 4 10:58:20 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.69 () {44 vars in 989 bytes} [Sat Apr 4 10:58:20 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.69 () {48 vars in 976 bytes} [Sat Apr 4 10:58:20 2026] POST /v2.0/security-groups => generated 1616 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:21 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 1616 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:22 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => 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: 41/82] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:22 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 10:58:22 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: 8|app: 0|req: 42/84] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:23 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:23 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:23 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 10:58:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:24 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:24 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => 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: 45/90] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:24 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 10:58:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:25 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 3462 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:25 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:25 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 10:58:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:26 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4078 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/97] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:26 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:26 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 10:58:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/100] 199.204.45.69 () {44 vars in 983 bytes} [Sat Apr 4 10:58:27 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 10:58:27.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e194bf9b-5f69-4392-b816-33ec179e62ac 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/101] 199.204.45.69 () {44 vars in 1072 bytes} [Sat Apr 4 10:58:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=242dfd6a-74de-428c-927d-505f54c83214 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.69 () {44 vars in 1095 bytes} [Sat Apr 4 10:58:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=242dfd6a-74de-428c-927d-505f54c83214 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/103] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:27 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/104] 199.204.45.69 () {48 vars in 957 bytes} [Sat Apr 4 10:58:27 2026] POST /v2.0/ports => generated 1100 bytes in 307 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 10:58:35.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89938577-a396-4c65-adf2-d52fc5f9f810 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/107] 199.204.45.69 () {44 vars in 975 bytes} [Sat Apr 4 10:58:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.69 () {48 vars in 1027 bytes} [Sat Apr 4 10:58:35 2026] PUT /v2.0/ports/a3edef39-b679-4a1a-9100-b0c28bbc5064 => generated 1249 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.69 () {44 vars in 916 bytes} [Sat Apr 4 10:58:37 2026] GET /v2.0/ports => generated 3730 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 10:58:39.069 8 INFO neutron.api.v2.resource [None req-49dc79c2-fe4f-4f8d-bc40-432e76bb37a9 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/111] 199.204.45.69 () {44 vars in 955 bytes} [Sat Apr 4 10:58:39 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.69 () {44 vars in 977 bytes} [Sat Apr 4 10:58:39 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.69 () {48 vars in 976 bytes} [Sat Apr 4 10:58:39 2026] POST /v2.0/security-groups => generated 1610 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:40 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:40 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => 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: 58/116] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:40 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 10:58:40 2026] POST /v2.0/security-group-rules => generated 623 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:41 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 2246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:41 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 2246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 10:58:41 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/121] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 10:58:41 2026] POST /v2.0/security-group-rules => generated 627 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/132] 199.204.45.69 () {44 vars in 971 bytes} [Sat Apr 4 10:59:55 2026] GET /v2.0/quotas/82e00c02c21448549adca0bd531dc144 => 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: 67/133] 199.204.45.69 () {48 vars in 1023 bytes} [Sat Apr 4 10:59:55 2026] PUT /v2.0/quotas/82e00c02c21448549adca0bd531dc144 => generated 291 bytes in 32 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-04-04 11:02:16.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3678af2-b248-4d08-ac52-56ee1610cf8e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/152] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:02:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 199 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/153] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:02:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:02:18.688 8 INFO neutron.pecan_wsgi.hooks.translation [None req-015d91ca-8e6a-4a1e-a8b0-6aec3d60719c 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/156] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:02:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/157] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:02:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:08:45.132 8 INFO neutron.api.v2.resource [None req-92f39617-5713-4861-8ee5-fb249cf2a9c6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 105/208] 199.204.45.69 () {44 vars in 1070 bytes} [Sat Apr 4 11:08:44 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 139 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.69 () {44 vars in 1093 bytes} [Sat Apr 4 11:08:45 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.69 () {48 vars in 977 bytes} [Sat Apr 4 11:08:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:46 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:08:46 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:46 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 11:08:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:47 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:08:47 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:47 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 11:08:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:48 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/222] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:08:48 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/223] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:48 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/224] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 11:08:49 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: 113/225] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:50 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/226] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:08:50 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/227] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:08:50 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/228] 199.204.45.69 () {48 vars in 987 bytes} [Sat Apr 4 11:08:50 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: 124/247] 199.204.45.69 () {30 vars in 739 bytes} [Sat Apr 4 11:11:08 2026] GET /v2.0/networks?tenant_id=4fa488a3bcb24ce196d4e91874e61365&shared=False => generated 15 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:11:08.751 8 INFO neutron.db.segments_db [None req-6761fc4b-fd0f-4e9c-a026-8071bcac1951 72f553d21ddf4592bb3a00fb4c15fbaa 4fa488a3bcb24ce196d4e91874e61365 - - ef9d78e9e8d24e208fc07535803a62bb ef9d78e9e8d24e208fc07535803a62bb] Added segment c224d963-02a0-4439-bf61-a743d576a677 of type vxlan for network 05d3cd8d-f8fd-4cc6-87d4-9ffc72df81e6 [pid: 8|app: 0|req: 124/248] 199.204.45.69 () {34 vars in 681 bytes} [Sat Apr 4 11:11:08 2026] POST /v2.0/networks => generated 699 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/249] 199.204.45.69 () {30 vars in 721 bytes} [Sat Apr 4 11:11:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/250] 199.204.45.69 () {30 vars in 632 bytes} [Sat Apr 4 11:11:08 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/251] 199.204.45.69 () {34 vars in 676 bytes} [Sat Apr 4 11:11:08 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: 8|app: 0|req: 126/252] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:11:09 2026] GET /v2.0/networks/05d3cd8d-f8fd-4cc6-87d4-9ffc72df81e6 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/253] 199.204.45.69 () {30 vars in 721 bytes} [Sat Apr 4 11:11:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/254] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:11:11 2026] GET /v2.0/networks/05d3cd8d-f8fd-4cc6-87d4-9ffc72df81e6 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/259] 199.204.45.69 () {44 vars in 971 bytes} [Sat Apr 4 11:11:41 2026] GET /v2.0/quotas/4fa488a3bcb24ce196d4e91874e61365 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/260] 199.204.45.69 () {48 vars in 1023 bytes} [Sat Apr 4 11:11:42 2026] PUT /v2.0/quotas/4fa488a3bcb24ce196d4e91874e61365 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:24:19.803 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4abb3875-3174-40c0-b5c6-49b5c1e58e97 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/363] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 11:24:19 2026] GET /v2.0/networks/public => generated 108 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 11:24:19 2026] GET /v2.0/networks?name=public => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:24:21.172 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7628a036-1540-487f-88c2-05e1dcfae2cd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/365] 199.204.45.69 () {44 vars in 923 bytes} [Sat Apr 4 11:24:21 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 11:24:21 2026] GET /v2.0/networks?name=public => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:24:21.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28691267-6630-416b-a638-a72881f180c3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/367] 199.204.45.69 () {44 vars in 1030 bytes} [Sat Apr 4 11:24:21 2026] GET /v2.0/subnets/public-subnet?network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 199.204.45.69 () {44 vars in 1053 bytes} [Sat Apr 4 11:24:21 2026] GET /v2.0/subnets?name=public-subnet&network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:25:02.558 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef257fbe-dc34-4bf5-8f89-02b141f5cc34 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/373] 199.204.45.69 () {44 vars in 933 bytes} [Sat Apr 4 11:25:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/374] 199.204.45.69 () {44 vars in 955 bytes} [Sat Apr 4 11:25:02 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:25:03.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98a8fe95-22a7-420c-a5e4-4d3b8075e8e7 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/377] 199.204.45.69 () {44 vars in 933 bytes} [Sat Apr 4 11:25:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 199.204.45.69 () {44 vars in 955 bytes} [Sat Apr 4 11:25:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:25:03.610 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d9227c6-a5f2-4be8-a8ef-fb6a09766724 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/379] 199.204.45.69 () {44 vars in 1032 bytes} [Sat Apr 4 11:25:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=242dfd6a-74de-428c-927d-505f54c83214 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.204.45.69 () {44 vars in 1055 bytes} [Sat Apr 4 11:25:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=242dfd6a-74de-428c-927d-505f54c83214 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:25:04.779 7 INFO neutron.api.v2.resource [None req-8bdca23d-387c-4485-adce-a02965d22fab 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/381] 199.204.45.69 () {44 vars in 967 bytes} [Sat Apr 4 11:25:04 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.69 () {44 vars in 989 bytes} [Sat Apr 4 11:25:04 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 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.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:06 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 68 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.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:06 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:25:06 2026] GET /v2.0/security-group-rules/16571b66-7278-4f97-b425-904a6085e753 => 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: 193/386] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:06 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:07 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:25:07 2026] GET /v2.0/security-group-rules/cbed8023-a796-4d54-ab10-bda565b91a03 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:07 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => 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: 195/390] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:07 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 47 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.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:25:08 2026] GET /v2.0/security-group-rules/3a698dc3-c3d1-4be8-8f3e-bf7be82589e9 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:08 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:08 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:25:08 2026] GET /v2.0/security-group-rules/7cecb7ef-a688-4f9f-bb74-b613c65a5f6f => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:09 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:09 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:25:09 2026] GET /v2.0/security-group-rules/aaa4d7a3-4207-4372-8165-b99551d658f5 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.204.45.69 () {44 vars in 983 bytes} [Sat Apr 4 11:25:11 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214 => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:25:11.184 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae0c257b-d451-42d7-9888-022e959a4bdf 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/399] 199.204.45.69 () {44 vars in 1072 bytes} [Sat Apr 4 11:25:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=242dfd6a-74de-428c-927d-505f54c83214 => 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: 200/400] 199.204.45.69 () {44 vars in 1095 bytes} [Sat Apr 4 11:25:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=242dfd6a-74de-428c-927d-505f54c83214 => generated 1254 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:11 2026] GET /v2.0/security-groups/f3e35537-62ec-49ac-a4ec-1adcdd23cd8a => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:25:19.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1e32f9b-1665-4150-a0b7-47c43e74ff17 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/404] 199.204.45.69 () {44 vars in 975 bytes} [Sat Apr 4 11:25:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 199.204.45.69 () {44 vars in 916 bytes} [Sat Apr 4 11:25:20 2026] GET /v2.0/ports => generated 4725 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:25:21.884 7 INFO neutron.api.v2.resource [None req-6be36267-6da2-44a9-83d5-0f60c3e659aa 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/407] 199.204.45.69 () {44 vars in 955 bytes} [Sat Apr 4 11:25:21 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.204.45.69 () {44 vars in 977 bytes} [Sat Apr 4 11:25:21 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/409] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:22 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:22 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:25:22 2026] GET /v2.0/security-group-rules/9f73dcf5-4a65-41a2-9d8d-9ea3df4c9fd6 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:23 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:25:23 2026] GET /v2.0/security-groups/39b358e1-66ba-4b55-bb5c-c98b07c28357 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:25:23 2026] GET /v2.0/security-group-rules/1417ba58-733d-4ad9-a312-2be0b38f735a => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/417] 199.204.45.69 () {44 vars in 971 bytes} [Sat Apr 4 11:25:35 2026] GET /v2.0/quotas/82e00c02c21448549adca0bd531dc144 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:26:45.763 8 INFO neutron.api.v2.resource [None req-d3d5ca94-4f6a-4bd1-a0c0-939ac7b5c920 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 214/426] 199.204.45.69 () {44 vars in 1070 bytes} [Sat Apr 4 11:26:45 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 139 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 199.204.45.69 () {44 vars in 1093 bytes} [Sat Apr 4 11:26:45 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=4fa488a3bcb24ce196d4e91874e61365 => 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: 215/428] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:26:46 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:26:46 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:26:46 2026] GET /v2.0/security-group-rules/93e53c7f-d927-4dc6-9044-b694286f6de0 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/431] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:26:47 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => 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: 217/434] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:26:47 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => 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: 218/435] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:26:47 2026] GET /v2.0/security-group-rules/9e3b6790-a224-4dab-b08a-9b59299f4fa1 => generated 599 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/436] 199.204.45.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:26:48 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/437] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:26:48 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:26:49 2026] GET /v2.0/security-group-rules/9849fbef-c80b-4982-8c21-3bd2eb3ce066 => generated 601 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.69 () {44 vars in 1084 bytes} [Sat Apr 4 11:26:49 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7?project_id=4fa488a3bcb24ce196d4e91874e61365 => 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: 220/440] 199.204.45.69 () {44 vars in 997 bytes} [Sat Apr 4 11:26:50 2026] GET /v2.0/security-groups/fd3b0fea-b628-4a1e-8e34-b3f03faea6c7 => 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: 221/441] 199.204.45.69 () {44 vars in 1007 bytes} [Sat Apr 4 11:26:50 2026] GET /v2.0/security-group-rules/86488b3b-9285-4cf1-b65a-dff4f18bd7d1 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 199.204.45.69 () {44 vars in 971 bytes} [Sat Apr 4 11:27:02 2026] GET /v2.0/quotas/4fa488a3bcb24ce196d4e91874e61365 => 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: 227/453] 199.204.45.69 () {44 vars in 945 bytes} [Sat Apr 4 11:28:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:28:42 2026] GET /v2.0/networks => generated 2168 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/459] 10.0.0.108 () {32 vars in 655 bytes} [Sat Apr 4 11:28:43 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:28:43 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:28:43 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/462] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:28:43 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/463] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:28:43 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: 7|app: 0|req: 233/464] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:28:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 10.0.0.108 () {32 vars in 655 bytes} [Sat Apr 4 11:28:43 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-04-04 11:28:54.398 7 INFO neutron.db.segments_db [None req-56de4613-696e-4a3c-bcab-a40d85a6f90c 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 2a3b8157-7e9d-4e62-9a88-20bcf38437ec of type vxlan for network 1e5c8015-466d-4e1a-a8b9-767479292fae [pid: 7|app: 0|req: 235/468] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:28:54 2026] POST /v2.0/networks => generated 733 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:28:54.544 8 INFO neutron.db.segments_db [None req-4eef383e-535c-4ec2-9c47-24f42bae27b0 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 08f6a4d0-73dc-4faf-b9d1-f69c00b8e8b9 of type vxlan for network 86e846f9-bd63-46bb-990e-474f3d039336 [pid: 8|app: 0|req: 234/469] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:28:54 2026] POST /v2.0/networks => generated 724 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:28:54.825 7 INFO neutron.db.segments_db [None req-ce033b43-8a55-47ca-b35d-4ef04f278309 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 6b1b2ccf-f366-4de5-b889-6e428fe9a523 of type vxlan for network 039eadd4-98dd-48b9-8622-55e2c32bd214 [pid: 8|app: 0|req: 235/470] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:28:54 2026] POST /v2.0/subnets => generated 699 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/471] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:28:54 2026] POST /v2.0/networks => generated 727 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:28:54 2026] GET /v2.0/security-groups?tenant_id=47789d8b34f14c75bc6fc4c94f37e770&name=default => generated 2921 bytes in 153 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.108 () {34 vars in 669 bytes} [Sat Apr 4 11:28:54 2026] POST /v2.0/subnets => generated 691 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:28:55.109 7 INFO neutron.db.segments_db [None req-493d0d1b-ef45-40d6-9d1e-6da07f4116b1 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 18e630c9-298e-4d3b-8abf-d5865e3e7790 of type vxlan for network 08980518-2abc-4097-b0fc-b2cd9279d68b [pid: 8|app: 0|req: 237/474] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:28:55 2026] POST /v2.0/subnets => generated 693 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:28:55.348 7 INFO neutron.db.l3_hamode_db [None req-493d0d1b-ef45-40d6-9d1e-6da07f4116b1 1aacbe0af36e43ffa18f2d4a3dc0e111 7cb794102842430b8f734878aa8bb6df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/475] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:28:55 2026] DELETE /v2.0/security-groups/acba2ebb-ea3c-4f3f-a042-ad331dd3d895 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:28:55.415 8 INFO neutron.db.segments_db [None req-4f2091b3-7fa9-49d2-90a0-f589beb427b0 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 4ab47f06-017c-4d34-91c4-cffb5cd1d189 of type vxlan for network 874b3ac3-3f9a-49e6-85b2-d0364f43bd06 2026-04-04 11:28:55.653 8 INFO neutron.db.l3_hamode_db [None req-4f2091b3-7fa9-49d2-90a0-f589beb427b0 1aacbe0af36e43ffa18f2d4a3dc0e111 dc14e4ebed1e406388e01e2072eaa94d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:28:56.094 7 INFO neutron.db.l3_hamode_db [None req-493d0d1b-ef45-40d6-9d1e-6da07f4116b1 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:28:56.470 8 INFO neutron.db.l3_hamode_db [None req-4f2091b3-7fa9-49d2-90a0-f589beb427b0 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/476] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:28:55 2026] POST /v2.0/routers => generated 739 bytes in 2320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:28:57.427 7 INFO neutron.db.segments_db [None req-428639da-885c-4694-983d-8f58b8928c64 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment e85b2f73-c2f0-4d1e-b74c-9a745b83324d of type vxlan for network 593ec712-f57d-4fd2-af18-635cc37be3c3 2026-04-04 11:28:57.669 7 INFO neutron.db.l3_hamode_db [None req-428639da-885c-4694-983d-8f58b8928c64 1aacbe0af36e43ffa18f2d4a3dc0e111 8c3afafb7c804dc3bfb19acc80edb650 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/477] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:28:55 2026] POST /v2.0/routers => generated 731 bytes in 2479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:28:58.116 8 INFO neutron.db.segments_db [None req-49c72d9e-eed1-47a2-a12c-6974f19dc477 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 732a7828-f22a-4b46-b0f8-32b69bff736a of type vxlan for network e5b8a680-4574-4e9a-8596-9e11f0ae3db1 [pid: 8|app: 0|req: 240/478] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:28:57 2026] POST /v2.0/networks => generated 730 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:28:58.336 7 INFO neutron.db.l3_hamode_db [None req-428639da-885c-4694-983d-8f58b8928c64 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/479] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:28:57 2026] POST /v2.0/routers => generated 733 bytes in 1853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/480] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:28:58 2026] PUT /v2.0/routers/357517d1-a72f-42c4-b4c1-3a625fe26c41/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:28:59 2026] POST /v2.0/subnets => generated 696 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:28:59 2026] PUT /v2.0/routers/8fd2c50f-228f-4592-8fc3-8d30340f7711/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:00.416 7 INFO neutron.db.segments_db [None req-f16737af-febd-4a10-993e-e7d7d110a2aa 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 44ca60d8-403e-4d39-835e-bd8a8a63cc5e of type vxlan for network ea77d92c-4698-437b-94fd-4581c348b530 [pid: 8|app: 0|req: 243/483] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:28:59 2026] PUT /v2.0/routers/1d5dc124-d9c3-41f7-859d-830c162cd845/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:00.704 7 INFO neutron.db.l3_hamode_db [None req-f16737af-febd-4a10-993e-e7d7d110a2aa 1aacbe0af36e43ffa18f2d4a3dc0e111 bf504343d73d4aa797af6a76955a6f19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 244/484] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:29:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/485] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:29:00 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: 246/486] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:29:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:29:00 2026] POST /v2.0/security-groups => generated 1659 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-04 11:29:01.250 7 INFO neutron.db.l3_hamode_db [None req-f16737af-febd-4a10-993e-e7d7d110a2aa 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/488] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:29:01 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:29:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/490] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:29:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/491] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:29:00 2026] POST /v2.0/routers => generated 736 bytes in 1757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/492] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/networks?id=039eadd4-98dd-48b9-8622-55e2c32bd214 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/493] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:29:01 2026] POST /v2.0/floatingips => generated 552 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/494] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/quotas/8c3afafb7c804dc3bfb19acc80edb650 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/495] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/ports?tenant_id=8c3afafb7c804dc3bfb19acc80edb650&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/496] 10.0.0.250 () {34 vars in 1100 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2069615496&fields=id&tenant_id=7cb794102842430b8f734878aa8bb6df => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/497] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 684 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/498] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/quotas/7cb794102842430b8f734878aa8bb6df => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/499] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&fields=id => generated 103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/500] 10.0.0.250 () {34 vars in 907 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/501] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/networks/039eadd4-98dd-48b9-8622-55e2c32bd214?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/502] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/networks/039eadd4-98dd-48b9-8622-55e2c32bd214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/505] 10.0.0.250 () {34 vars in 907 bytes} [Sat Apr 4 11:29:02 2026] GET /v2.0/extensions => generated 21537 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/506] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 265/507] 10.0.0.250 () {34 vars in 1098 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--895010991&fields=id&tenant_id=dc14e4ebed1e406388e01e2072eaa94d => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/508] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/509] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/networks?id=86e846f9-bd63-46bb-990e-474f3d039336 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/510] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/quotas/dc14e4ebed1e406388e01e2072eaa94d => 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: 269/511] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/ports?tenant_id=dc14e4ebed1e406388e01e2072eaa94d&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/512] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/513] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/networks/86e846f9-bd63-46bb-990e-474f3d039336?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/514] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 273/515] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/networks/86e846f9-bd63-46bb-990e-474f3d039336?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: 243/516] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:29:02 2026] PUT /v2.0/routers/3e868771-d370-4ca1-b5da-a5bb2ce76f8a/add_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/517] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:03 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 244/518] 10.0.0.250 () {38 vars in 971 bytes} [Sat Apr 4 11:29:04 2026] POST /v2.0/security-groups => generated 1685 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/519] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:04 2026] GET /v2.0/security-groups/9d512611-3829-4329-a7d1-c03fcae82eb7 => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/520] 10.0.0.250 () {38 vars in 981 bytes} [Sat Apr 4 11:29:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/521] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:04 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => 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: 277/522] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:04 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 246/523] 10.0.0.250 () {38 vars in 971 bytes} [Sat Apr 4 11:29:04 2026] POST /v2.0/security-groups => generated 1685 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/524] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:04 2026] GET /v2.0/security-groups/21f6f48f-beb6-4346-8259-a910eb23171d => generated 1685 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/525] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:04 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/526] 10.0.0.250 () {38 vars in 981 bytes} [Sat Apr 4 11:29:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/527] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:04 2026] GET /v2.0/security-groups/21f6f48f-beb6-4346-8259-a910eb23171d => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/528] 10.0.0.250 () {38 vars in 981 bytes} [Sat Apr 4 11:29:04 2026] POST /v2.0/security-group-rules => generated 619 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/529] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/security-groups/21f6f48f-beb6-4346-8259-a910eb23171d => generated 2940 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/530] 10.0.0.250 () {34 vars in 1001 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/security-group-rules/94983a84-6b94-4b3b-ab01-5ed8f4991a1b => generated 616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/531] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/security-groups/21f6f48f-beb6-4346-8259-a910eb23171d => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/532] 10.0.0.250 () {36 vars in 1023 bytes} [Sat Apr 4 11:29:05 2026] DELETE /v2.0/security-group-rules/94983a84-6b94-4b3b-ab01-5ed8f4991a1b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/533] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/security-groups/21f6f48f-beb6-4346-8259-a910eb23171d => generated 2310 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/534] 10.0.0.250 () {36 vars in 1013 bytes} [Sat Apr 4 11:29:05 2026] DELETE /v2.0/security-groups/21f6f48f-beb6-4346-8259-a910eb23171d => 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: 252/535] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/security-groups/9d512611-3829-4329-a7d1-c03fcae82eb7 => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/536] 10.0.0.250 () {36 vars in 1013 bytes} [Sat Apr 4 11:29:05 2026] DELETE /v2.0/security-groups/9d512611-3829-4329-a7d1-c03fcae82eb7 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/537] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => 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: 254/538] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 255/539] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:05 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:06.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-83a7305a-3e1f-45dd-bcd7-8c8850c774b8 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 1a60d75c-a7af-4fe3-88c9-1a207450ceaa 2026-04-04 11:29:06.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a7305a-3e1f-45dd-bcd7-8c8850c774b8 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 1a60d75c-a7af-4fe3-88c9-1a207450ceaa [pid: 7|app: 0|req: 256/540] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:06 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/541] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:06 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 258/542] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:06 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 285/543] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:29:05 2026] PUT /v2.0/routers/3e868771-d370-4ca1-b5da-a5bb2ce76f8a/remove_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:07.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad484569-a20e-41ff-8ea8-614e74139d15 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 6a1c66da-0434-4b5a-92d6-cf12cfbb5e96 2026-04-04 11:29:07.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad484569-a20e-41ff-8ea8-614e74139d15 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 6a1c66da-0434-4b5a-92d6-cf12cfbb5e96 2026-04-04 11:29:07.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad484569-a20e-41ff-8ea8-614e74139d15 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 1afc1e57-ef8d-46e4-ae32-513d7b54e175 2026-04-04 11:29:07.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad484569-a20e-41ff-8ea8-614e74139d15 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 1afc1e57-ef8d-46e4-ae32-513d7b54e175 2026-04-04 11:29:07.578 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ad484569-a20e-41ff-8ea8-614e74139d15 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 286/544] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:07 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => 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: 287/545] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:07 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:08.065 7 INFO neutron.db.l3_hamode_db [None req-ad484569-a20e-41ff-8ea8-614e74139d15 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network ea77d92c-4698-437b-94fd-4581c348b530 was deleted as no HA routers are present in tenant bf504343d73d4aa797af6a76955a6f19. [pid: 7|app: 0|req: 259/546] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:06 2026] DELETE /v2.0/routers/3e868771-d370-4ca1-b5da-a5bb2ce76f8a => generated 0 bytes in 1082 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/547] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:08 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 288/548] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:07 2026] GET /v2.0/networks?id=039eadd4-98dd-48b9-8622-55e2c32bd214 => generated 678 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/549] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:08 2026] DELETE /v2.0/subnets/f8b04d58-e330-4db7-9178-8115ce456e32 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/550] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:29:08 2026] DELETE /v2.0/networks/e5b8a680-4574-4e9a-8596-9e11f0ae3db1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:29:08.364 7 INFO neutron.services.segments.plugin [-] Segment 44ca60d8-403e-4d39-835e-bd8a8a63cc5e resource provider aggregate not found 2026-04-04 11:29:08.380 7 INFO neutron.services.segments.plugin [-] Segment 44ca60d8-403e-4d39-835e-bd8a8a63cc5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44ca60d8-403e-4d39-835e-bd8a8a63cc5e found for delete ", "request_id": "req-7a7708d9-5626-4759-9846-a8b108ff21ed"}]} 2026-04-04 11:29:08.397 7 INFO neutron.services.segments.plugin [-] Segment 44ca60d8-403e-4d39-835e-bd8a8a63cc5e resource provider aggregate not found 2026-04-04 11:29:08.415 7 INFO neutron.services.segments.plugin [-] Segment 44ca60d8-403e-4d39-835e-bd8a8a63cc5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44ca60d8-403e-4d39-835e-bd8a8a63cc5e found for delete ", "request_id": "req-d5c439f3-8452-4091-a85a-6c785f1a1320"}]} [pid: 8|app: 0|req: 289/551] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:29:08 2026] POST /v2.0/ports => generated 954 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/552] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:08 2026] GET /v2.0/security-groups?tenant_id=bf504343d73d4aa797af6a76955a6f19&name=default => generated 2925 bytes in 27 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: 290/553] 199.204.45.69 () {34 vars in 910 bytes} [Sat Apr 4 11:29:08 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/554] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:08 2026] DELETE /v2.0/security-groups/3bac2090-a91c-4601-8f3e-8e4f3b9ae1d5 => 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: 265/555] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:08 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 957 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/556] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:08 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/557] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:08 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 268/558] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:09 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 291/559] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:29:08 2026] PUT /v2.0/ports/e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567 => generated 1235 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/560] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:09 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 684 bytes in 47 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: 292/561] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:29:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7cb794102842430b8f734878aa8bb6df => generated 181 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:09.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5b15e5d-ec98-4bce-aa9c-ddf62066e5d1'] response: {'name': 'network-changed', 'server_uuid': 'db3ea914-1d10-4d42-8596-93a68d81a0be', 'tag': 'e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 293/562] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/563] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 295/564] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/565] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:10.401 7 INFO neutron.services.segments.plugin [-] Segment 732a7828-f22a-4b46-b0f8-32b69bff736a resource provider aggregate not found [pid: 8|app: 0|req: 297/566] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/ports?tenant_id=8c3afafb7c804dc3bfb19acc80edb650&device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 1238 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:10.422 7 INFO neutron.services.segments.plugin [-] Segment 732a7828-f22a-4b46-b0f8-32b69bff736a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732a7828-f22a-4b46-b0f8-32b69bff736a found for delete ", "request_id": "req-b43e2ff0-a4ea-48ad-ac49-276872181f17"}]} 2026-04-04 11:29:10.434 7 INFO neutron.services.segments.plugin [-] Segment 732a7828-f22a-4b46-b0f8-32b69bff736a resource provider aggregate not found 2026-04-04 11:29:10.469 7 INFO neutron.services.segments.plugin [-] Segment 732a7828-f22a-4b46-b0f8-32b69bff736a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732a7828-f22a-4b46-b0f8-32b69bff736a found for delete ", "request_id": "req-4a6f470e-7a5b-4f9c-add5-a8b0102125a0"}]} [pid: 8|app: 0|req: 298/567] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/568] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:29:09 2026] POST /v2.0/ports => generated 958 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/569] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/subnets?id=09a352f8-ddd4-44a3-b6cf-0caca9246020 => generated 696 bytes in 30 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-04-04 11:29:10.769 7 INFO neutron.db.segments_db [None req-0768a4f2-5490-4b88-a15c-c0be64fe45d5 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 14312849-796c-4864-bf67-99d207a41ae3 of type vxlan for network 0ed61a78-d576-4032-a5c1-d6b2bc99b911 [pid: 7|app: 0|req: 271/570] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:29:10 2026] POST /v2.0/networks => generated 725 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/571] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:29:10 2026] PUT /v2.0/ports/a19eedab-d7ad-4717-9383-d078504f03d9 => generated 1239 bytes in 359 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: 272/572] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/ports?network_id=039eadd4-98dd-48b9-8622-55e2c32bd214&device_owner=network%3Adhcp => generated 1244 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/573] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:10 2026] GET /v2.0/networks/039eadd4-98dd-48b9-8622-55e2c32bd214?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: 301/574] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:29:10 2026] POST /v2.0/subnets => generated 692 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/575] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/networks/039eadd4-98dd-48b9-8622-55e2c32bd214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:11.085 8 INFO neutron.db.segments_db [None req-fb3377ea-b59a-47a5-bfa5-7a4e3c3c33e3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 33ee5935-5a86-44c2-be18-31fda22c9208 of type vxlan for network 98905ee1-3441-4a13-ac78-d9c1fc39ccb7 [pid: 7|app: 0|req: 275/576] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/577] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:11.333 8 INFO neutron.db.l3_hamode_db [None req-fb3377ea-b59a-47a5-bfa5-7a4e3c3c33e3 1aacbe0af36e43ffa18f2d4a3dc0e111 b18b40e3769c427ab59290d501055b7f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 277/578] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/579] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/580] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 280/581] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 1242 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:11.988 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b9d52c9-e3b1-49e5-ad17-2d2072f6246a'] response: {'name': 'network-changed', 'server_uuid': 'c82148f4-09fa-4c70-85fc-5927fd9b6fc7', 'tag': 'a19eedab-d7ad-4717-9383-d078504f03d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 281/582] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:11 2026] GET /v2.0/networks?id=86e846f9-bd63-46bb-990e-474f3d039336 => generated 676 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:12.061 8 INFO neutron.db.l3_hamode_db [None req-fb3377ea-b59a-47a5-bfa5-7a4e3c3c33e3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 282/583] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/584] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc14e4ebed1e406388e01e2072eaa94d => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/585] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/ports?tenant_id=8c3afafb7c804dc3bfb19acc80edb650&device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/586] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/subnets?id=884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => 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: 286/587] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:29:12 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 287/588] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/networks?id=039eadd4-98dd-48b9-8622-55e2c32bd214 => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/589] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/ports?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/590] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 290/591] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/592] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:29:11 2026] POST /v2.0/routers => generated 732 bytes in 1834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/593] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/594] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/595] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 306/596] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:12 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/597] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:29:12 2026] PUT /v2.0/ports/45dcebf7-51d1-4c45-8b43-abda95b03211 => generated 1235 bytes in 403 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: 292/598] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:13 2026] GET /v2.0/subnets?id=09a352f8-ddd4-44a3-b6cf-0caca9246020 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/599] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:13 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 294/600] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:13 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/601] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:13 2026] GET /v2.0/ports?network_id=039eadd4-98dd-48b9-8622-55e2c32bd214&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/602] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:13 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&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: 297/603] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:13 2026] GET /v2.0/networks/039eadd4-98dd-48b9-8622-55e2c32bd214?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: 298/604] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:13 2026] GET /v2.0/networks/039eadd4-98dd-48b9-8622-55e2c32bd214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:13.639 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-304f8ddf-6efd-4e2e-9629-4ca530e4c415'] response: {'name': 'network-changed', 'server_uuid': '82eb05e5-c6bc-412f-8719-6038351d901d', 'tag': '45dcebf7-51d1-4c45-8b43-abda95b03211', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 299/605] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/606] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/607] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/608] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:29:13 2026] PUT /v2.0/routers/90835859-9560-40e3-8060-600d525d0f7d/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/609] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/ports?tenant_id=dc14e4ebed1e406388e01e2072eaa94d&device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/610] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/611] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/networks?tenant_id=dc14e4ebed1e406388e01e2072eaa94d&shared=False => generated 771 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/612] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/613] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/614] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/615] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/616] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/subnets?id=884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/617] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/618] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&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: 312/619] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/ports?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/620] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 313/621] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:14 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 309/622] 10.0.0.250 () {38 vars in 971 bytes} [Sat Apr 4 11:29:14 2026] POST /v2.0/security-groups => generated 1680 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/623] 10.0.0.250 () {38 vars in 971 bytes} [Sat Apr 4 11:29:14 2026] POST /v2.0/security-groups => generated 1680 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/624] 10.0.0.250 () {38 vars in 971 bytes} [Sat Apr 4 11:29:15 2026] POST /v2.0/security-groups => generated 1682 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/625] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups?tenant_id=b18b40e3769c427ab59290d501055b7f => generated 7907 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/626] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups/47a06900-df2b-452a-a28d-9529bd72d871 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/627] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups/47a06900-df2b-452a-a28d-9529bd72d871 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/628] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/629] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/ports?tenant_id=dc14e4ebed1e406388e01e2072eaa94d&device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/630] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/631] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=45dcebf7-51d1-4c45-8b43-abda95b03211 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/632] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 319/633] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/subnets?id=1d3930d6-428a-49bd-be7c-5efb58859e3d => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/634] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/635] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups/84da7e25-737e-432e-a94e-61332ed2d9a5 => generated 1680 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/636] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/ports?network_id=86e846f9-bd63-46bb-990e-474f3d039336&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/637] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/networks/86e846f9-bd63-46bb-990e-474f3d039336?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: 321/638] 10.0.0.250 () {36 vars in 1013 bytes} [Sat Apr 4 11:29:15 2026] DELETE /v2.0/security-groups/84da7e25-737e-432e-a94e-61332ed2d9a5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/639] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:15.639 7 INFO neutron.api.v2.resource [req-f3ea76ef-b3eb-4577-835f-44b12640078c req-449fa950-ee65-4c67-9cc6-9dc5b00376d6 05cbd514fcd446a89ccd6062f17bcb5d b18b40e3769c427ab59290d501055b7f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 319/640] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups/84da7e25-737e-432e-a94e-61332ed2d9a5 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/641] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/networks/86e846f9-bd63-46bb-990e-474f3d039336?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/642] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/643] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups/d550dd68-e251-4de1-94c0-bf744980086b => generated 1680 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/644] 10.0.0.250 () {36 vars in 1013 bytes} [Sat Apr 4 11:29:15 2026] DELETE /v2.0/security-groups/d550dd68-e251-4de1-94c0-bf744980086b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:29:15.847 8 INFO neutron.api.v2.resource [req-c68eda66-df2b-493f-8e14-1da6545cf197 req-ceb52381-1c40-47e7-8e99-d350306c45a1 05cbd514fcd446a89ccd6062f17bcb5d b18b40e3769c427ab59290d501055b7f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/645] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups/d550dd68-e251-4de1-94c0-bf744980086b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/646] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:15 2026] GET /v2.0/security-groups/32a208ac-b43a-4c49-8896-b0bd3b552f89 => generated 1682 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/647] 10.0.0.250 () {36 vars in 1013 bytes} [Sat Apr 4 11:29:15 2026] DELETE /v2.0/security-groups/32a208ac-b43a-4c49-8896-b0bd3b552f89 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:29:16.032 7 INFO neutron.api.v2.resource [req-e0cd32f0-fbf9-4504-92a0-2dae514c4e70 req-a1085b73-dc3c-4203-a0f3-cc2467e81584 05cbd514fcd446a89ccd6062f17bcb5d b18b40e3769c427ab59290d501055b7f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 323/648] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups/32a208ac-b43a-4c49-8896-b0bd3b552f89 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/649] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups?tenant_id=b18b40e3769c427ab59290d501055b7f => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/650] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups/47a06900-df2b-452a-a28d-9529bd72d871 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/651] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups/47a06900-df2b-452a-a28d-9529bd72d871 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:16.222 7 INFO neutron.api.v2.resource [req-b42237a5-0037-44f4-912e-d782754c7ed2 req-09c1f47e-c224-49cb-8778-f675343aff95 05cbd514fcd446a89ccd6062f17bcb5d b18b40e3769c427ab59290d501055b7f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 325/652] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups/32a208ac-b43a-4c49-8896-b0bd3b552f89 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:29:16.255 8 INFO neutron.api.v2.resource [req-fa98a9f9-50a5-4ade-bc81-3987acd20a39 req-b9494444-2dd4-4ba9-bc7a-581886d59b62 05cbd514fcd446a89ccd6062f17bcb5d b18b40e3769c427ab59290d501055b7f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 328/653] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups/d550dd68-e251-4de1-94c0-bf744980086b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:29:16.295 7 INFO neutron.api.v2.resource [req-2a222cad-f7a0-425c-9cdb-40ad691ec09d req-6ec9e0c3-c697-4637-ae66-65dd7731d93c 05cbd514fcd446a89ccd6062f17bcb5d b18b40e3769c427ab59290d501055b7f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/654] 10.0.0.250 () {34 vars in 991 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups/84da7e25-737e-432e-a94e-61332ed2d9a5 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/655] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/656] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/657] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:16.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbe60e8f-221e-4e40-86cd-b9173b20618c 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 36a51057-7499-4b48-8816-784cacad1028 2026-04-04 11:29:16.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbe60e8f-221e-4e40-86cd-b9173b20618c 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 36a51057-7499-4b48-8816-784cacad1028 [pid: 7|app: 0|req: 330/658] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&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: 7|app: 0|req: 331/659] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/660] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:16 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/661] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:29:16 2026] PUT /v2.0/routers/90835859-9560-40e3-8060-600d525d0f7d/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:17.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-19fab38e-367a-430d-9ee4-64854dc5e972 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 39e7833b-f4b6-4c98-9347-8c8305a602cf 2026-04-04 11:29:17.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19fab38e-367a-430d-9ee4-64854dc5e972 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 39e7833b-f4b6-4c98-9347-8c8305a602cf 2026-04-04 11:29:17.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-19fab38e-367a-430d-9ee4-64854dc5e972 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 001cbfdc-8fa5-4f10-847a-4d122784ca63 2026-04-04 11:29:17.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19fab38e-367a-430d-9ee4-64854dc5e972 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 001cbfdc-8fa5-4f10-847a-4d122784ca63 [pid: 8|app: 0|req: 330/662] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:17 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/663] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:17 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/664] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:17 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 335/667] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:17 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:18.090 7 INFO neutron.services.segments.plugin [-] Segment 33ee5935-5a86-44c2-be18-31fda22c9208 resource provider aggregate not found 2026-04-04 11:29:18.096 7 INFO neutron.services.segments.plugin [-] Segment 33ee5935-5a86-44c2-be18-31fda22c9208 resource provider aggregate not found [pid: 8|app: 0|req: 336/668] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:18 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:18.109 7 INFO neutron.services.segments.plugin [-] Segment 33ee5935-5a86-44c2-be18-31fda22c9208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33ee5935-5a86-44c2-be18-31fda22c9208 found for delete ", "request_id": "req-afddde00-559f-40b4-8956-65dfcf24dc2e"}]} 2026-04-04 11:29:18.117 7 INFO neutron.services.segments.plugin [-] Segment 33ee5935-5a86-44c2-be18-31fda22c9208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33ee5935-5a86-44c2-be18-31fda22c9208 found for delete ", "request_id": "req-2f7db86d-4dfc-4322-a464-fb3912fd1ba4"}]} 2026-04-04 11:29:18.118 7 INFO neutron.db.l3_hamode_db [None req-19fab38e-367a-430d-9ee4-64854dc5e972 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 98905ee1-3441-4a13-ac78-d9c1fc39ccb7 was deleted as no HA routers are present in tenant b18b40e3769c427ab59290d501055b7f. [pid: 7|app: 0|req: 333/669] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:17 2026] DELETE /v2.0/routers/90835859-9560-40e3-8060-600d525d0f7d => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/670] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:18 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/671] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:18 2026] DELETE /v2.0/subnets/b260304b-7278-4575-803a-b3cb1ab376ed => 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: 338/672] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:29:18 2026] DELETE /v2.0/networks/0ed61a78-d576-4032-a5c1-d6b2bc99b911 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/673] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:18 2026] GET /v2.0/security-groups?tenant_id=b18b40e3769c427ab59290d501055b7f&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/674] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:18 2026] DELETE /v2.0/security-groups/47a06900-df2b-452a-a28d-9529bd72d871 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:29:19.094 8 INFO neutron.services.segments.plugin [-] Segment 14312849-796c-4864-bf67-99d207a41ae3 resource provider aggregate not found [pid: 7|app: 0|req: 336/675] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:19 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:19.099 8 INFO neutron.services.segments.plugin [-] Segment 14312849-796c-4864-bf67-99d207a41ae3 resource provider aggregate not found 2026-04-04 11:29:19.115 8 INFO neutron.services.segments.plugin [-] Segment 14312849-796c-4864-bf67-99d207a41ae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14312849-796c-4864-bf67-99d207a41ae3 found for delete ", "request_id": "req-5e080ff5-8e45-4a4e-9d96-e6c2a057b800"}]} 2026-04-04 11:29:19.124 8 INFO neutron.services.segments.plugin [-] Segment 14312849-796c-4864-bf67-99d207a41ae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14312849-796c-4864-bf67-99d207a41ae3 found for delete ", "request_id": "req-3a3fbdd5-80d1-4390-bee7-893978deb028"}]} [pid: 7|app: 0|req: 337/676] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:19 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 340/677] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:19 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/678] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:19 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/679] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:19 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/680] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:19 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&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: 342/681] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:20 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/682] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:20 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/683] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:20 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/684] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:20 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/685] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:20 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/686] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:20 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:20.731 8 INFO neutron.db.segments_db [None req-523d41cb-7649-4030-b0dc-d32f305fe2f2 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment b19b6515-29f4-488d-a77b-729ee60531a3 of type vxlan for network e181b85f-bdbd-4b11-855f-23e63a8437ba [pid: 8|app: 0|req: 345/687] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:29:20 2026] POST /v2.0/networks => generated 723 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/688] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:29:20 2026] POST /v2.0/subnets => generated 689 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:29:21.024 8 INFO neutron.db.segments_db [None req-0cf66e7b-1ace-4906-896e-ae24f7024a4b 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment cea9b982-7917-4d66-b3b7-5842512b1272 of type vxlan for network 7b3e2c78-594f-4873-9b00-fb9e936c83de 2026-04-04 11:29:21.204 8 INFO neutron.db.l3_hamode_db [None req-0cf66e7b-1ace-4906-896e-ae24f7024a4b 1aacbe0af36e43ffa18f2d4a3dc0e111 66dcf9891026457bbdc258bed9e2ec8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 344/689] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:21 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 345/690] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:21 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/691] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:21 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/692] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:21 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/693] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:21 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/694] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:21 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:22.326 8 INFO neutron.db.l3_hamode_db [None req-0cf66e7b-1ace-4906-896e-ae24f7024a4b 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 350/695] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:22 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/696] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:22 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 352/697] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:22 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/698] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:22 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/699] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:22 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/700] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:22 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/701] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:23 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 346/702] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:29:20 2026] POST /v2.0/routers => generated 729 bytes in 2323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:29:24.154 7 INFO neutron.db.l3_db [None req-358db0aa-48b6-44bb-a7c6-d39a694ebdb7 f49f4b139c56405cba9986f7ac33c41b dc14e4ebed1e406388e01e2072eaa94d - - default default] Floating IP a1471eae-04b6-404f-b0f6-9bbaa70805bb associated. External IP: 10.96.250.219, port: 45dcebf7-51d1-4c45-8b43-abda95b03211. [pid: 8|app: 0|req: 347/703] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:29:23 2026] PUT /v2.0/routers/66a82127-78ae-450e-ad8b-b434ea6d094b/add_router_interface => generated 309 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/704] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:24 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 357/705] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:29:23 2026] PUT /v2.0/floatingips/a1471eae-04b6-404f-b0f6-9bbaa70805bb => generated 855 bytes in 1342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/706] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:24 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/707] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:24 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/708] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:24 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:24.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a00a70bc-9126-4e3b-8ee9-7d34781ef37b'] response: {'name': 'network-changed', 'server_uuid': '82eb05e5-c6bc-412f-8719-6038351d901d', 'tag': '45dcebf7-51d1-4c45-8b43-abda95b03211', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 359/709] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:24 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 351/710] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:24 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/711] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => 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: 353/712] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/713] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/ports?tenant_id=dc14e4ebed1e406388e01e2072eaa94d&device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/714] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:29:25 2026] POST /v2.0/security-groups => generated 1660 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/715] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/networks?id=86e846f9-bd63-46bb-990e-474f3d039336 => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/716] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/717] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=45dcebf7-51d1-4c45-8b43-abda95b03211 => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/718] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:29:25 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: 8|app: 0|req: 357/719] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/720] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/subnets?id=1d3930d6-428a-49bd-be7c-5efb58859e3d => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/721] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/ports?network_id=86e846f9-bd63-46bb-990e-474f3d039336&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: 358/722] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:29:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/723] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/networks/86e846f9-bd63-46bb-990e-474f3d039336?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: 366/724] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/networks/86e846f9-bd63-46bb-990e-474f3d039336?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: 367/725] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 368/726] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 369/727] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:25 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/728] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:29:25 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:29:26.235 7 INFO neutron.db.l3_db [None req-518f8086-1209-4d57-a1c4-89cfc79a3e9a 43652c2eab194f59af8dddfac3b8027b 7cb794102842430b8f734878aa8bb6df - - default default] Floating IP f0f14756-88ae-4519-b4d5-83c4d665fec3 associated. External IP: 10.96.250.211, port: a19eedab-d7ad-4717-9383-d078504f03d9. [pid: 8|app: 0|req: 360/729] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => 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: 361/730] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&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: 8|app: 0|req: 362/731] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/732] 10.0.0.250 () {34 vars in 1100 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1204215670&fields=id&tenant_id=66dcf9891026457bbdc258bed9e2ec8e => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/733] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/734] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:29:25 2026] PUT /v2.0/floatingips/f0f14756-88ae-4519-b4d5-83c4d665fec3 => generated 856 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/735] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/networks?id=e181b85f-bdbd-4b11-855f-23e63a8437ba => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/736] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/quotas/66dcf9891026457bbdc258bed9e2ec8e => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/737] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/738] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/ports?tenant_id=66dcf9891026457bbdc258bed9e2ec8e&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/739] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 7|app: 0|req: 373/740] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:26.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3df3504-d633-40fb-a6e8-21112a8385e9'] response: {'name': 'network-changed', 'server_uuid': 'c82148f4-09fa-4c70-85fc-5927fd9b6fc7', 'tag': 'a19eedab-d7ad-4717-9383-d078504f03d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 368/741] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?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: 374/742] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:26 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 369/743] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 375/744] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/745] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/746] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/subnets?id=884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/747] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/ports?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae&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: 376/748] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/749] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 377/750] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/security-groups?id=a923bbb8-1cfd-4da5-8813-1f0622eb1ff4&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/751] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/752] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/753] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/754] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/755] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:27 2026] GET /v2.0/security-groups?id=1b334220-ecc8-4579-aa98-f22d377125bb&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:27.834 8 INFO neutron_taas.services.taas.taas_plugin [req-e384cda0-dba5-47d0-a05f-befb054a7580 req-3d18bbc1-70f0-45e3-90b6-505dab338506 ac5100b7140046a6b66e18cff39f80be 8c3afafb7c804dc3bfb19acc80edb650 - - default default] TaaS: Handle Delete Port: e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567 2026-04-04 11:29:27.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e384cda0-dba5-47d0-a05f-befb054a7580 req-3d18bbc1-70f0-45e3-90b6-505dab338506 ac5100b7140046a6b66e18cff39f80be 8c3afafb7c804dc3bfb19acc80edb650 - - default default] Tap Mirror: Handle Delete Port: e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567 2026-04-04 11:29:27.872 7 INFO neutron_taas.services.taas.taas_plugin [req-a9241766-6882-4a4f-8055-166731b59e10 req-a0b602e8-09b1-4e21-a257-1a03454ece75 f49f4b139c56405cba9986f7ac33c41b dc14e4ebed1e406388e01e2072eaa94d - - default default] TaaS: Handle Delete Port: 45dcebf7-51d1-4c45-8b43-abda95b03211 2026-04-04 11:29:27.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a9241766-6882-4a4f-8055-166731b59e10 req-a0b602e8-09b1-4e21-a257-1a03454ece75 f49f4b139c56405cba9986f7ac33c41b dc14e4ebed1e406388e01e2072eaa94d - - default default] Tap Mirror: Handle Delete Port: 45dcebf7-51d1-4c45-8b43-abda95b03211 2026-04-04 11:29:28.033 7 INFO neutron.db.l3_db [req-a9241766-6882-4a4f-8055-166731b59e10 req-a0b602e8-09b1-4e21-a257-1a03454ece75 f49f4b139c56405cba9986f7ac33c41b dc14e4ebed1e406388e01e2072eaa94d - - default default] Floating IP a1471eae-04b6-404f-b0f6-9bbaa70805bb disassociated. External IP: 10.96.250.219, port: 45dcebf7-51d1-4c45-8b43-abda95b03211. [pid: 8|app: 0|req: 376/756] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:29:27 2026] DELETE /v2.0/ports/e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/757] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:28 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:28.124 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6f41dfb-73de-4085-8a89-687a0d5d996b'] response: {'server_uuid': 'db3ea914-1d10-4d42-8596-93a68d81a0be', 'name': 'network-vif-deleted', 'tag': 'e4d1aa59-fe4f-4a3e-b218-ea0f7ef11567', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 381/758] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:29:27 2026] DELETE /v2.0/ports/45dcebf7-51d1-4c45-8b43-abda95b03211 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/759] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:28 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:28.774 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42adb4a9-1758-41ec-81b3-15f2052350bd'] response: {'server_uuid': '82eb05e5-c6bc-412f-8719-6038351d901d', 'name': 'network-vif-deleted', 'tag': '45dcebf7-51d1-4c45-8b43-abda95b03211', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/760] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:28 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 379/761] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:29 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 383/762] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:29 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/763] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:29 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 384/764] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:30 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 381/765] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:30 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => 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: 385/766] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:30 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => 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: 382/767] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:31 2026] GET /v2.0/networks?id=e181b85f-bdbd-4b11-855f-23e63a8437ba => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/768] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:29:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=66dcf9891026457bbdc258bed9e2ec8e => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/769] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:31 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 383/770] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:29:31 2026] POST /v2.0/ports => generated 958 bytes in 358 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: 384/771] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:32 2026] GET /v2.0/ports?device_id=db3ea914-1d10-4d42-8596-93a68d81a0be => 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: 388/772] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:29:31 2026] PUT /v2.0/ports/1e7641cc-37b5-4841-b743-11f364ff2a3d => generated 1239 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:32.126 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a45060e7-8e72-4406-89da-431ee91b80b7'] response: {'name': 'network-changed', 'server_uuid': 'df24a005-1135-4b57-9c60-6a7ed5d12eba', 'tag': '1e7641cc-37b5-4841-b743-11f364ff2a3d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 385/773] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:32 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 12 bytes in 35 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: 389/774] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:32 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 386/775] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:32 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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: 390/776] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:32 2026] GET /v2.0/ports?tenant_id=66dcf9891026457bbdc258bed9e2ec8e&device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 387/777] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:29:32 2026] GET /v2.0/networks?tenant_id=66dcf9891026457bbdc258bed9e2ec8e&shared=False => generated 770 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/778] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:29:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/781] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/ports?device_id=82eb05e5-c6bc-412f-8719-6038351d901d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:33.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-46f56a96-6f7b-4f54-8db4-b60983b992b5 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 2a4b66ae-0441-434b-9684-c8def4332fda 2026-04-04 11:29:33.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46f56a96-6f7b-4f54-8db4-b60983b992b5 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 2a4b66ae-0441-434b-9684-c8def4332fda [pid: 8|app: 0|req: 390/782] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 391/783] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/784] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/ports?tenant_id=66dcf9891026457bbdc258bed9e2ec8e&device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/785] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1e7641cc-37b5-4841-b743-11f364ff2a3d => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/786] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/subnets?id=d71ed434-5af1-40db-aa62-1cce99eb52e3 => generated 692 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/787] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/ports?network_id=e181b85f-bdbd-4b11-855f-23e63a8437ba&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/788] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?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: 393/789] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:29:33 2026] PUT /v2.0/routers/1d5dc124-d9c3-41f7-859d-830c162cd845/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/790] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:33 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:29:34.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-b58935d3-fcbb-4627-b655-3382bd4d31bd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: f75b4c3e-1d18-4142-9df7-58b25b33edcb 2026-04-04 11:29:34.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b58935d3-fcbb-4627-b655-3382bd4d31bd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: f75b4c3e-1d18-4142-9df7-58b25b33edcb [pid: 8|app: 0|req: 398/791] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:34 2026] DELETE /v2.0/security-groups/1b334220-ecc8-4579-aa98-f22d377125bb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:29:34.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-b58935d3-fcbb-4627-b655-3382bd4d31bd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 01aa08f5-93b8-448f-8f45-bf0a00756d16 2026-04-04 11:29:34.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b58935d3-fcbb-4627-b655-3382bd4d31bd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 01aa08f5-93b8-448f-8f45-bf0a00756d16 2026-04-04 11:29:34.519 8 INFO neutron.api.v2.resource [None req-d7ba6c92-9c41-435d-95a4-930b02698e2f f49f4b139c56405cba9986f7ac33c41b dc14e4ebed1e406388e01e2072eaa94d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 399/792] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:29:34 2026] GET /v2.0/security-groups/1b334220-ecc8-4579-aa98-f22d377125bb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:29:34.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a79422e-ae39-4194-991b-6098f4de32de f49f4b139c56405cba9986f7ac33c41b dc14e4ebed1e406388e01e2072eaa94d - - default default] TaaS: Handle Delete Port: 86d2767a-b2b0-4112-98fd-e4c9fb5568b1 2026-04-04 11:29:34.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a79422e-ae39-4194-991b-6098f4de32de f49f4b139c56405cba9986f7ac33c41b dc14e4ebed1e406388e01e2072eaa94d - - default default] Tap Mirror: Handle Delete Port: 86d2767a-b2b0-4112-98fd-e4c9fb5568b1 [pid: 8|app: 0|req: 400/793] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:29:34 2026] DELETE /v2.0/floatingips/a1471eae-04b6-404f-b0f6-9bbaa70805bb => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/794] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:34 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:34.888 7 INFO neutron.services.segments.plugin [-] Segment e85b2f73-c2f0-4d1e-b74c-9a745b83324d resource provider aggregate not found 2026-04-04 11:29:34.898 7 INFO neutron.services.segments.plugin [-] Segment e85b2f73-c2f0-4d1e-b74c-9a745b83324d resource provider aggregate not found 2026-04-04 11:29:34.905 7 INFO neutron.services.segments.plugin [-] Segment e85b2f73-c2f0-4d1e-b74c-9a745b83324d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e85b2f73-c2f0-4d1e-b74c-9a745b83324d found for delete ", "request_id": "req-36b2760c-4cf1-4d75-a1c2-5ddc4f16e307"}]} 2026-04-04 11:29:34.914 7 INFO neutron.services.segments.plugin [-] Segment e85b2f73-c2f0-4d1e-b74c-9a745b83324d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e85b2f73-c2f0-4d1e-b74c-9a745b83324d found for delete ", "request_id": "req-43b63544-5924-471f-a28d-cb65007ecb50"}]} 2026-04-04 11:29:34.938 7 INFO neutron.db.l3_hamode_db [None req-b58935d3-fcbb-4627-b655-3382bd4d31bd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 593ec712-f57d-4fd2-af18-635cc37be3c3 was deleted as no HA routers are present in tenant 8c3afafb7c804dc3bfb19acc80edb650. [pid: 7|app: 0|req: 394/795] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:34 2026] DELETE /v2.0/routers/1d5dc124-d9c3-41f7-859d-830c162cd845 => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/796] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:34 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/797] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:34 2026] DELETE /v2.0/subnets/09a352f8-ddd4-44a3-b6cf-0caca9246020 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:29:35.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-90984e85-bf60-48b0-9963-00e3d61b73f6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 14bfff20-0ad5-4dd5-b8fe-e9683160f6a8 2026-04-04 11:29:35.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90984e85-bf60-48b0-9963-00e3d61b73f6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 14bfff20-0ad5-4dd5-b8fe-e9683160f6a8 2026-04-04 11:29:35.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cfa12e9-633e-4d4b-902a-621812bbe7e6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 3203bd7f-2dbd-4700-83d8-5955b1684239 2026-04-04 11:29:35.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cfa12e9-633e-4d4b-902a-621812bbe7e6 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 3203bd7f-2dbd-4700-83d8-5955b1684239 [pid: 7|app: 0|req: 397/798] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:29:35 2026] DELETE /v2.0/networks/039eadd4-98dd-48b9-8622-55e2c32bd214 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/799] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:35 2026] GET /v2.0/security-groups?tenant_id=8c3afafb7c804dc3bfb19acc80edb650&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/800] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:35 2026] DELETE /v2.0/security-groups/a923bbb8-1cfd-4da5-8813-1f0622eb1ff4 => 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: 402/801] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:29:34 2026] PUT /v2.0/routers/8fd2c50f-228f-4592-8fc3-8d30340f7711/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/802] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:36 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 404/803] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:36 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:36.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-33785765-46e7-41fc-8a9e-c0cb55aad40f 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: c34ef029-02e7-416b-be64-14a93ddad661 2026-04-04 11:29:36.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33785765-46e7-41fc-8a9e-c0cb55aad40f 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: c34ef029-02e7-416b-be64-14a93ddad661 2026-04-04 11:29:36.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-33785765-46e7-41fc-8a9e-c0cb55aad40f 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 3015178a-ea4a-4a34-9117-6b79d93411d6 2026-04-04 11:29:36.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33785765-46e7-41fc-8a9e-c0cb55aad40f 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 3015178a-ea4a-4a34-9117-6b79d93411d6 [pid: 8|app: 0|req: 405/804] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:29:36 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 1244 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:36.818 7 INFO neutron.db.l3_hamode_db [None req-33785765-46e7-41fc-8a9e-c0cb55aad40f 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 874b3ac3-3f9a-49e6-85b2-d0364f43bd06 was deleted as no HA routers are present in tenant dc14e4ebed1e406388e01e2072eaa94d. [pid: 7|app: 0|req: 400/805] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:35 2026] DELETE /v2.0/routers/8fd2c50f-228f-4592-8fc3-8d30340f7711 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/806] 10.0.0.160 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:36 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:36.924 7 INFO neutron.services.segments.plugin [-] Segment 6b1b2ccf-f366-4de5-b889-6e428fe9a523 resource provider aggregate not found 2026-04-04 11:29:36.942 7 INFO neutron.services.segments.plugin [-] Segment 6b1b2ccf-f366-4de5-b889-6e428fe9a523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1b2ccf-f366-4de5-b889-6e428fe9a523 found for delete ", "request_id": "req-9977ba37-2891-4903-b483-c5a3bf60ff40"}]} 2026-04-04 11:29:36.947 7 INFO neutron.services.segments.plugin [-] Segment 6b1b2ccf-f366-4de5-b889-6e428fe9a523 resource provider aggregate not found 2026-04-04 11:29:36.962 7 INFO neutron.services.segments.plugin [-] Segment 4ab47f06-017c-4d34-91c4-cffb5cd1d189 resource provider aggregate not found 2026-04-04 11:29:36.964 7 INFO neutron.services.segments.plugin [-] Segment 6b1b2ccf-f366-4de5-b889-6e428fe9a523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1b2ccf-f366-4de5-b889-6e428fe9a523 found for delete ", "request_id": "req-579f2339-3097-44ca-9068-fe00241dabd0"}]} 2026-04-04 11:29:36.976 7 INFO neutron.services.segments.plugin [-] Segment 4ab47f06-017c-4d34-91c4-cffb5cd1d189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ab47f06-017c-4d34-91c4-cffb5cd1d189 found for delete ", "request_id": "req-7ef61908-c74a-4205-8c61-6f909506df45"}]} 2026-04-04 11:29:36.981 7 INFO neutron.services.segments.plugin [-] Segment 4ab47f06-017c-4d34-91c4-cffb5cd1d189 resource provider aggregate not found 2026-04-04 11:29:36.996 7 INFO neutron.services.segments.plugin [-] Segment 4ab47f06-017c-4d34-91c4-cffb5cd1d189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ab47f06-017c-4d34-91c4-cffb5cd1d189 found for delete ", "request_id": "req-cfbca5ab-6f4f-4f90-a4fc-b32f6c929af8"}]} [pid: 7|app: 0|req: 401/807] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:29:36 2026] DELETE /v2.0/subnets/1d3930d6-428a-49bd-be7c-5efb58859e3d => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:29:37.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd67d6bb-42b6-4bf8-ac17-c3e2e180bc93 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: bc8edad7-109b-46ec-84e0-e62135f3a9ff 2026-04-04 11:29:37.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd67d6bb-42b6-4bf8-ac17-c3e2e180bc93 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: bc8edad7-109b-46ec-84e0-e62135f3a9ff [pid: 7|app: 0|req: 402/808] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:37 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/809] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:37 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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-04-04 11:29:37.375 8 INFO neutron.services.segments.plugin [-] Segment 08f6a4d0-73dc-4faf-b9d1-f69c00b8e8b9 resource provider aggregate not found 2026-04-04 11:29:37.386 8 INFO neutron.services.segments.plugin [-] Segment 08f6a4d0-73dc-4faf-b9d1-f69c00b8e8b9 resource provider aggregate not found 2026-04-04 11:29:37.399 8 INFO neutron.services.segments.plugin [-] Segment 08f6a4d0-73dc-4faf-b9d1-f69c00b8e8b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08f6a4d0-73dc-4faf-b9d1-f69c00b8e8b9 found for delete ", "request_id": "req-9e678e10-478e-4c28-82f0-0ee2cc1e1fe1"}]} 2026-04-04 11:29:37.407 8 INFO neutron.services.segments.plugin [-] Segment 08f6a4d0-73dc-4faf-b9d1-f69c00b8e8b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08f6a4d0-73dc-4faf-b9d1-f69c00b8e8b9 found for delete ", "request_id": "req-8496bb32-d783-4df2-90fa-eeacde890780"}]} [pid: 8|app: 0|req: 407/810] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:29:37 2026] DELETE /v2.0/networks/86e846f9-bd63-46bb-990e-474f3d039336 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/811] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:37 2026] GET /v2.0/security-groups?tenant_id=dc14e4ebed1e406388e01e2072eaa94d&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/812] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:37 2026] DELETE /v2.0/security-groups/426dd867-8f0d-4b9d-8f5f-39a7dc5861ab => 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: 405/813] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:38 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/814] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:38 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/815] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:38 2026] GET /v2.0/security-groups?tenant_id=e0d51bc6b77544058fc10e3b224dd980&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/816] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:39 2026] DELETE /v2.0/security-groups/bb45095d-919d-4859-868b-4b03604e0740 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/817] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:39 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/818] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:39 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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: 408/819] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:39 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:40.284 8 INFO neutron.db.l3_db [None req-f44232b1-6ef8-4291-b08a-1aa6bac6e401 bc33536051204282bf7ce5160ddde947 66dcf9891026457bbdc258bed9e2ec8e - - default default] Floating IP 64e39094-3298-4415-9594-34647f833912 associated. External IP: 10.96.250.213, port: 1e7641cc-37b5-4841-b743-11f364ff2a3d. [pid: 8|app: 0|req: 412/820] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:29:39 2026] PUT /v2.0/floatingips/64e39094-3298-4415-9594-34647f833912 => generated 856 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:40.674 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-002d4ed3-61fd-4a3b-b501-085a3f6417a5'] response: {'name': 'network-changed', 'server_uuid': 'df24a005-1135-4b57-9c60-6a7ed5d12eba', 'tag': '1e7641cc-37b5-4841-b743-11f364ff2a3d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 409/821] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:41 2026] GET /v2.0/ports?tenant_id=66dcf9891026457bbdc258bed9e2ec8e&device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/822] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:41 2026] GET /v2.0/networks?id=e181b85f-bdbd-4b11-855f-23e63a8437ba => generated 770 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/823] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1e7641cc-37b5-4841-b743-11f364ff2a3d => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/824] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:41 2026] GET /v2.0/subnets?id=d71ed434-5af1-40db-aa62-1cce99eb52e3 => generated 692 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/825] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:41 2026] GET /v2.0/ports?network_id=e181b85f-bdbd-4b11-855f-23e63a8437ba&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/826] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:41 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/827] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:41 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?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: 416/828] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:42 2026] GET /v2.0/security-groups?tenant_id=f78a4d274b1b40febe5d63e090338b91&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/829] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:42 2026] DELETE /v2.0/security-groups/e58adc2a-a729-403e-b0bb-fae3b53bb9c3 => 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: 417/830] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:43 2026] GET /v2.0/security-groups?tenant_id=e650b035b39c4b7691cdbc9859acb1b4&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/831] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:43 2026] DELETE /v2.0/security-groups/82ffdd17-d449-48d1-b745-e11be5afd214 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/832] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:46 2026] GET /v2.0/security-groups?tenant_id=cb8d5d98884646a29535462c369611bd&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/833] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:46 2026] DELETE /v2.0/security-groups/99c39b48-e872-4c5d-9300-f3aebad60208 => 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: 419/834] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:46 2026] GET /v2.0/security-groups?tenant_id=22d12fff7ab04fbb94a99681876b908e&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/835] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:46 2026] DELETE /v2.0/security-groups/9a63ceae-7050-433e-bf0b-68e1f83892ee => 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: 421/838] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:49 2026] GET /v2.0/security-groups?tenant_id=1a1483e401d74452ba81e85a72f27188&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/839] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:49 2026] DELETE /v2.0/security-groups/7ed4315a-2b5c-43a5-84e7-7561aef73b9a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/840] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:49 2026] GET /v2.0/security-groups?tenant_id=1ddd9d5e54f24ad3b2f20218057dddaa&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/841] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:49 2026] DELETE /v2.0/security-groups/9fcd4042-fe34-4531-a050-4a423b1e1ffc => 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: 423/842] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:29:50 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 1244 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/843] 10.0.0.160 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:51 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:29:53.380 8 WARNING keystonemiddleware.audit [req-4a12878c-9039-4293-8042-e70e71f54b4e req-324b0771-27b8-4c7b-8ea2-bfd5b329a57d b2b87d91a11f42d79385705c8a93897f 4fa488a3bcb24ce196d4e91874e61365 - - ef9d78e9e8d24e208fc07535803a62bb ef9d78e9e8d24e208fc07535803a62bb] Skipping service tempest-service-1480866508 as it have no endpoints. [pid: 8|app: 0|req: 424/844] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:53 2026] GET /v2.0/security-groups?tenant_id=330b61d683754e05a9bac9dd4d5f3f8e&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:53.509 7 WARNING keystonemiddleware.audit [req-4a12878c-9039-4293-8042-e70e71f54b4e req-1738a7d9-a9a6-48b6-9c63-3e968fce2cb0 b2b87d91a11f42d79385705c8a93897f 4fa488a3bcb24ce196d4e91874e61365 - - ef9d78e9e8d24e208fc07535803a62bb ef9d78e9e8d24e208fc07535803a62bb] Skipping service tempest-service-1480866508 as it have no endpoints. [pid: 7|app: 0|req: 421/845] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:53 2026] DELETE /v2.0/security-groups/b896d2da-3160-41ea-bc91-e6842a5bc1ed => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:29:53.680 8 WARNING keystonemiddleware.audit [None req-9b9ba048-89f4-4248-8a53-0fdafc530afd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Skipping service tempest-service-1480866508 as it have no endpoints. [pid: 8|app: 0|req: 425/846] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:53 2026] GET /v2.0/security-groups?tenant_id=655bdf970d8b475f87865600fe91ea80&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:53.811 7 WARNING keystonemiddleware.audit [None req-3ca013a2-d423-43df-a3c7-f76c5c54a41b 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Skipping service tempest-service-1480866508 as it have no endpoints. [pid: 7|app: 0|req: 422/847] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:53 2026] DELETE /v2.0/security-groups/2359b106-ea80-4f9f-8108-79b664c73c68 => 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: 423/848] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:55 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/849] 10.0.0.250 () {34 vars in 971 bytes} [Sat Apr 4 11:29:55 2026] GET /v2.0/ports/a19eedab-d7ad-4717-9383-d078504f03d9 => generated 972 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/850] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:54 2026] GET /v2.0/security-groups?tenant_id=7054ba9b7eac4d6ba4a81e8a15c16028&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: 425/851] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:55 2026] DELETE /v2.0/security-groups/3c3d8033-e5dc-48c9-af4f-d27a15702a98 => 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: 427/852] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:55 2026] GET /v2.0/security-groups?tenant_id=83d39cb903334c6090d4584038588bf7&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/853] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:55 2026] DELETE /v2.0/security-groups/129e36ff-8ac7-43f8-8192-9a80b481b9b0 => 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: 428/854] 199.204.45.69 () {34 vars in 999 bytes} [Sat Apr 4 11:29:55 2026] GET /v2.0/subnets?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 684 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/855] 199.204.45.69 () {34 vars in 1145 bytes} [Sat Apr 4 11:29:55 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7&device_owner=compute%3Anova&network_id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/856] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:29:55 2026] PUT /v2.0/ports/a19eedab-d7ad-4717-9383-d078504f03d9 => generated 1149 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:29:56.575 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dee09a49-24aa-40f6-9d49-ef29b7647973'] response: {'name': 'network-changed', 'server_uuid': 'c82148f4-09fa-4c70-85fc-5927fd9b6fc7', 'tag': 'a19eedab-d7ad-4717-9383-d078504f03d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 428/857] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 1421 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: 430/858] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/859] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/860] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => 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: 430/861] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/subnets?id=884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => generated 702 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/862] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/ports?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/863] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/864] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/security-groups?tenant_id=6e7ee302758b488d86fd6d6b7cf09ad0&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/865] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:57 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 8|app: 0|req: 433/866] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:57 2026] DELETE /v2.0/security-groups/b31d8b1f-e4cd-4474-8e7d-bc3f48ed5b3e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/867] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:58 2026] GET /v2.0/security-groups?tenant_id=574fb67a6d53493c8d14434155d5cd06&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/868] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:58 2026] DELETE /v2.0/security-groups/3eb5bb28-2df6-4af8-89bc-f19d94e15d66 => 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: 435/869] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:29:58 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 1152 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/870] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:29:58 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/871] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/872] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/873] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/874] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => 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: 438/875] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/subnets?id=884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/876] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/ports?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/877] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 439/878] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 7|app: 0|req: 440/879] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/security-groups?tenant_id=5531362590f14531b98fc61b6e7cc0bb&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/880] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:29:59 2026] DELETE /v2.0/security-groups/8c77ab8d-6326-4654-b0c6-abece419bba0 => 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: 441/881] 199.204.45.69 () {34 vars in 1117 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/882] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:29:59 2026] GET /v2.0/security-groups?tenant_id=52109fec95524d62896a91ba22bf848e&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/883] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:00 2026] DELETE /v2.0/security-groups/3e3ab99e-9fa1-49e3-8ed5-affd2cab23ce => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/884] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:00 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/885] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:00 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/886] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:29:59 2026] PUT /v2.0/ports/a19eedab-d7ad-4717-9383-d078504f03d9 => generated 972 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:00.627 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8da763ea-a500-48f7-ad6f-47fe570b76e8'] response: {'name': 'network-changed', 'server_uuid': 'c82148f4-09fa-4c70-85fc-5927fd9b6fc7', 'tag': 'a19eedab-d7ad-4717-9383-d078504f03d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 446/887] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:00 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 442/888] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:00 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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: 447/889] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:00 2026] GET /v2.0/security-groups?tenant_id=53327d176a2246e6b697438f11d1f0a7&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/890] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/891] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:00 2026] DELETE /v2.0/security-groups/2efa343b-541b-4124-8077-6be5d0d5cefc => 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: 449/892] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/893] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/894] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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: 445/895] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/896] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/subnets?id=884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/897] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/ports?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/898] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 447/899] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:30:01 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/900] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/901] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 454/902] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 449/903] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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: 455/904] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/ports?tenant_id=7cb794102842430b8f734878aa8bb6df&device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 450/905] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/networks?id=1e5c8015-466d-4e1a-a8b9-767479292fae => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/906] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a19eedab-d7ad-4717-9383-d078504f03d9 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/907] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/subnets?id=884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/908] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/ports?network_id=1e5c8015-466d-4e1a-a8b9-767479292fae&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: 452/909] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/ports?tenant_id=66dcf9891026457bbdc258bed9e2ec8e&device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/910] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 453/911] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/networks?id=e181b85f-bdbd-4b11-855f-23e63a8437ba => generated 770 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/912] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae?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: 454/913] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1e7641cc-37b5-4841-b743-11f364ff2a3d => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/914] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/subnets?id=d71ed434-5af1-40db-aa62-1cce99eb52e3 => generated 692 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/915] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/ports?network_id=e181b85f-bdbd-4b11-855f-23e63a8437ba&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/916] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/917] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:30:02 2026] GET /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:03.312 7 INFO neutron.db.segments_db [None req-cd22519e-0602-4993-9456-4e848f777248 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Added segment 548b6870-e6af-4bba-90c4-14d64c72a7df of type vxlan for network 31b050bf-837a-4103-9cd0-a4ee7951ce82 2026-04-04 11:30:03.401 7 INFO neutron.db.segments_db [None req-cd22519e-0602-4993-9456-4e848f777248 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Added segment 8d0dc209-bebe-44f1-b086-ab279182b2ab of type vxlan for network 5c5d66c6-8b46-4dc3-b826-22340947473e [pid: 8|app: 0|req: 461/920] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:03 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/921] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:03 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/922] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:02 2026] POST /v2.0/networks => generated 1206 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/923] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:03 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&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: 461/924] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:03 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/925] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:30:03 2026] GET /v2.0/networks => generated 1843 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:03.718 7 INFO neutron.services.segments.plugin [-] Segment 548b6870-e6af-4bba-90c4-14d64c72a7df resource provider aggregate not found 2026-04-04 11:30:03.725 7 INFO neutron.services.segments.plugin [-] Segment 548b6870-e6af-4bba-90c4-14d64c72a7df resource provider aggregate not found 2026-04-04 11:30:03.738 7 INFO neutron.services.segments.plugin [-] Segment 548b6870-e6af-4bba-90c4-14d64c72a7df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 548b6870-e6af-4bba-90c4-14d64c72a7df found for delete ", "request_id": "req-8bd7f77c-07aa-47f8-85a8-55e9b43f66f4"}]} 2026-04-04 11:30:03.749 7 INFO neutron.services.segments.plugin [-] Segment 548b6870-e6af-4bba-90c4-14d64c72a7df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 548b6870-e6af-4bba-90c4-14d64c72a7df found for delete ", "request_id": "req-1efb9504-0455-4618-87f0-c199f6814a79"}]} [pid: 7|app: 0|req: 462/926] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:03 2026] DELETE /v2.0/networks/31b050bf-837a-4103-9cd0-a4ee7951ce82 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:04.359 8 INFO neutron.services.segments.plugin [-] Segment 8d0dc209-bebe-44f1-b086-ab279182b2ab resource provider aggregate not found 2026-04-04 11:30:04.368 8 INFO neutron.services.segments.plugin [-] Segment 8d0dc209-bebe-44f1-b086-ab279182b2ab resource provider aggregate not found 2026-04-04 11:30:04.383 8 INFO neutron.services.segments.plugin [-] Segment 8d0dc209-bebe-44f1-b086-ab279182b2ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d0dc209-bebe-44f1-b086-ab279182b2ab found for delete ", "request_id": "req-cb70652f-20a9-42cf-8ed7-9d4c23f811c2"}]} 2026-04-04 11:30:04.384 8 INFO neutron.services.segments.plugin [-] Segment 8d0dc209-bebe-44f1-b086-ab279182b2ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d0dc209-bebe-44f1-b086-ab279182b2ab found for delete ", "request_id": "req-794b31ed-ec4c-4457-86d1-5d5b6683b889"}]} [pid: 8|app: 0|req: 465/927] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:03 2026] DELETE /v2.0/networks/5c5d66c6-8b46-4dc3-b826-22340947473e => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/928] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:30:04 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:04.536 8 INFO neutron.db.segments_db [None req-c26f8e1e-6f56-4bb1-9b0f-765f56a65aab 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Added segment 87678982-f750-4ec3-9cc6-f7dbff0a2632 of type vxlan for network dd2a2cd9-1dd1-4de9-b829-1e7bafcdceca [pid: 8|app: 0|req: 466/929] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:04 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/930] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:04 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/931] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:30:04 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:04.691 7 INFO neutron.db.segments_db [None req-ff054aea-ac7d-4f19-8b8e-6f32f9739d8d 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Added segment 738255d7-92a3-4e51-9f56-a047e9f780d4 of type vxlan for network 257b4186-c55b-4bb3-b6d4-613a1bbeba07 [pid: 8|app: 0|req: 468/932] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:04 2026] GET /v2.0/security-groups?id=4cb6baa2-d58e-46f3-8630-a84086b385b9&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/933] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:04 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/934] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:04 2026] POST /v2.0/networks => generated 630 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/935] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:04 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:04.875 8 INFO neutron_taas.services.taas.taas_plugin [req-a54266db-123f-4bc7-b7b5-869ecfecdf7c req-acd8af4d-7458-441c-a023-1c1e2f60db51 43652c2eab194f59af8dddfac3b8027b 7cb794102842430b8f734878aa8bb6df - - default default] TaaS: Handle Delete Port: a19eedab-d7ad-4717-9383-d078504f03d9 2026-04-04 11:30:04.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a54266db-123f-4bc7-b7b5-869ecfecdf7c req-acd8af4d-7458-441c-a023-1c1e2f60db51 43652c2eab194f59af8dddfac3b8027b 7cb794102842430b8f734878aa8bb6df - - default default] Tap Mirror: Handle Delete Port: a19eedab-d7ad-4717-9383-d078504f03d9 2026-04-04 11:30:05.058 8 INFO neutron.db.l3_db [req-a54266db-123f-4bc7-b7b5-869ecfecdf7c req-acd8af4d-7458-441c-a023-1c1e2f60db51 43652c2eab194f59af8dddfac3b8027b 7cb794102842430b8f734878aa8bb6df - - default default] Floating IP f0f14756-88ae-4519-b4d5-83c4d665fec3 disassociated. External IP: 10.96.250.211, port: a19eedab-d7ad-4717-9383-d078504f03d9. [pid: 8|app: 0|req: 470/936] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:30:04 2026] DELETE /v2.0/ports/a19eedab-d7ad-4717-9383-d078504f03d9 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/937] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:30:04 2026] POST /v2.0/ports => generated 1506 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-04 11:30:05.457 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef4b9322-9249-423c-9feb-2b27b19c0723'] response: {'server_uuid': 'c82148f4-09fa-4c70-85fc-5927fd9b6fc7', 'name': 'network-vif-deleted', 'tag': 'a19eedab-d7ad-4717-9383-d078504f03d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 471/938] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:30:05 2026] GET /v2.0/ports => generated 1506 bytes in 123 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-04-04 11:30:05.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-180658bc-b6bf-4e6d-8b71-400b62dd8905 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] TaaS: Handle Delete Port: f697cef3-0865-4391-a7f5-25bde4c2ac8e 2026-04-04 11:30:05.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-180658bc-b6bf-4e6d-8b71-400b62dd8905 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Tap Mirror: Handle Delete Port: f697cef3-0865-4391-a7f5-25bde4c2ac8e [pid: 7|app: 0|req: 468/939] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:30:05 2026] DELETE /v2.0/ports/f697cef3-0865-4391-a7f5-25bde4c2ac8e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/940] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:05 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:05.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-344597e3-4eee-41e0-83fa-3bffdcbbbb08 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] TaaS: Handle Delete Port: 92b7b1a9-df53-488f-824f-56b48f97736b 2026-04-04 11:30:05.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-344597e3-4eee-41e0-83fa-3bffdcbbbb08 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Tap Mirror: Handle Delete Port: 92b7b1a9-df53-488f-824f-56b48f97736b [pid: 8|app: 0|req: 472/941] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:30:05 2026] DELETE /v2.0/ports/92b7b1a9-df53-488f-824f-56b48f97736b => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/942] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:30:05 2026] GET /v2.0/ports => 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: 470/943] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:05 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:06.069 8 INFO neutron.db.segments_db [None req-4f68c298-7019-43ac-81d1-19e86a5e3344 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Added segment 7f333336-fa1c-44b4-aaac-45132f1421f5 of type vxlan for network 5deebdab-9d74-49ae-9a1a-d51797faa156 [pid: 7|app: 0|req: 471/944] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:06 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/945] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:06 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:06.212 7 INFO neutron.db.segments_db [None req-3ea2111d-89c1-448f-97c8-61e740fef256 2580c3bdbbe8408a88835a6df0b5e270 0f3433532f364812877f8c633ce26762 - - default default] Added segment a1bf224b-c91a-4036-8206-1b42aee5a5bc of type vxlan for network 19e420c5-c5c6-4aa5-8564-1b98dcbaa865 [pid: 7|app: 0|req: 472/946] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:06 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/947] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:06 2026] POST /v2.0/subnets => generated 1274 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/948] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:30:06 2026] GET /v2.0/subnets => generated 1910 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/949] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:06 2026] DELETE /v2.0/subnets/dc852dba-d0b3-4843-86bb-633d57741aaa => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/950] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:06 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => 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: 479/951] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:06 2026] DELETE /v2.0/subnets/76b1ea2e-1ae9-415c-891c-e2fe73e8cdd4 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/952] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:30:07 2026] GET /v2.0/subnets => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/953] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:06 2026] GET /v2.0/security-groups?tenant_id=86dfd5dad653452992f284ed2cf86645&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:07.188 8 INFO neutron.services.segments.plugin [-] Segment a1bf224b-c91a-4036-8206-1b42aee5a5bc resource provider aggregate not found 2026-04-04 11:30:07.215 8 INFO neutron.services.segments.plugin [-] Segment a1bf224b-c91a-4036-8206-1b42aee5a5bc resource provider aggregate not found [pid: 8|app: 0|req: 481/954] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:07 2026] DELETE /v2.0/networks/19e420c5-c5c6-4aa5-8564-1b98dcbaa865 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:07.233 8 INFO neutron.services.segments.plugin [-] Segment a1bf224b-c91a-4036-8206-1b42aee5a5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1bf224b-c91a-4036-8206-1b42aee5a5bc found for delete ", "request_id": "req-21b23827-8fea-4e2a-8f35-9a5004b702b4"}]} 2026-04-04 11:30:07.235 8 INFO neutron.services.segments.plugin [-] Segment a1bf224b-c91a-4036-8206-1b42aee5a5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1bf224b-c91a-4036-8206-1b42aee5a5bc found for delete ", "request_id": "req-832bf562-9caa-4c9a-9a66-ba5e3c192a5f"}]} [pid: 7|app: 0|req: 474/955] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:07 2026] DELETE /v2.0/security-groups/b9279bc3-2ee0-41be-9244-0b7185cc277e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/956] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:07 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/957] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:07 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:07.388 7 INFO neutron.services.segments.plugin [-] Segment 7f333336-fa1c-44b4-aaac-45132f1421f5 resource provider aggregate not found 2026-04-04 11:30:07.393 7 INFO neutron.services.segments.plugin [-] Segment 7f333336-fa1c-44b4-aaac-45132f1421f5 resource provider aggregate not found 2026-04-04 11:30:07.409 7 INFO neutron.services.segments.plugin [-] Segment 7f333336-fa1c-44b4-aaac-45132f1421f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f333336-fa1c-44b4-aaac-45132f1421f5 found for delete ", "request_id": "req-bdc046e3-30cd-48c3-bdcf-693fe4cf1d67"}]} 2026-04-04 11:30:07.410 7 INFO neutron.services.segments.plugin [-] Segment 7f333336-fa1c-44b4-aaac-45132f1421f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f333336-fa1c-44b4-aaac-45132f1421f5 found for delete ", "request_id": "req-157b28e3-ae4a-451e-a56d-a425890df4a5"}]} [pid: 7|app: 0|req: 475/958] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:07 2026] DELETE /v2.0/networks/5deebdab-9d74-49ae-9a1a-d51797faa156 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/959] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:07 2026] GET /v2.0/security-groups?tenant_id=d219be0e2cc74cba8428f12e6d9bd522&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/960] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:07 2026] DELETE /v2.0/networks/257b4186-c55b-4bb3-b6d4-613a1bbeba07 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/961] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:07 2026] DELETE /v2.0/security-groups/8ac8cc0d-4b92-4262-827a-54f48a103525 => 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: 477/962] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:07 2026] DELETE /v2.0/networks/dd2a2cd9-1dd1-4de9-b829-1e7bafcdceca => 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: 486/963] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:08 2026] GET /v2.0/ports?device_id=c82148f4-09fa-4c70-85fc-5927fd9b6fc7 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/964] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:08 2026] GET /v2.0/security-groups?tenant_id=0f3433532f364812877f8c633ce26762&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/965] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:08 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/966] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:08 2026] DELETE /v2.0/security-groups/65a8b3eb-fbf9-440a-9df3-80407c14f9db => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/967] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:08 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/968] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:09 2026] DELETE /v2.0/security-groups/4cb6baa2-d58e-46f3-8630-a84086b385b9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:09.311 7 INFO neutron.api.v2.resource [None req-a9a64628-137b-49c9-afc9-9dfc84759418 43652c2eab194f59af8dddfac3b8027b 7cb794102842430b8f734878aa8bb6df - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 481/969] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:30:09 2026] GET /v2.0/security-groups/4cb6baa2-d58e-46f3-8630-a84086b385b9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:09.438 7 INFO neutron.services.segments.plugin [-] Segment 738255d7-92a3-4e51-9f56-a047e9f780d4 resource provider aggregate not found 2026-04-04 11:30:09.441 7 INFO neutron.services.segments.plugin [-] Segment 738255d7-92a3-4e51-9f56-a047e9f780d4 resource provider aggregate not found 2026-04-04 11:30:09.456 7 INFO neutron.services.segments.plugin [-] Segment 738255d7-92a3-4e51-9f56-a047e9f780d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 738255d7-92a3-4e51-9f56-a047e9f780d4 found for delete ", "request_id": "req-ddd5540b-a5f7-436c-9077-9386dde7a62d"}]} 2026-04-04 11:30:09.465 7 INFO neutron.services.segments.plugin [-] Segment 738255d7-92a3-4e51-9f56-a047e9f780d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 738255d7-92a3-4e51-9f56-a047e9f780d4 found for delete ", "request_id": "req-76e51b2d-fd45-4679-9a2a-27d674e8dde1"}]} 2026-04-04 11:30:09.470 7 INFO neutron.services.segments.plugin [-] Segment 87678982-f750-4ec3-9cc6-f7dbff0a2632 resource provider aggregate not found 2026-04-04 11:30:09.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-77a66333-7aa2-4f22-9a72-c86d8c154f4f 43652c2eab194f59af8dddfac3b8027b 7cb794102842430b8f734878aa8bb6df - - default default] TaaS: Handle Delete Port: 3f1f23d0-6e73-44a5-aed0-7e91c75585be 2026-04-04 11:30:09.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77a66333-7aa2-4f22-9a72-c86d8c154f4f 43652c2eab194f59af8dddfac3b8027b 7cb794102842430b8f734878aa8bb6df - - default default] Tap Mirror: Handle Delete Port: 3f1f23d0-6e73-44a5-aed0-7e91c75585be 2026-04-04 11:30:09.486 7 INFO neutron.services.segments.plugin [-] Segment 87678982-f750-4ec3-9cc6-f7dbff0a2632 resource provider aggregate not found 2026-04-04 11:30:09.490 7 INFO neutron.services.segments.plugin [-] Segment 87678982-f750-4ec3-9cc6-f7dbff0a2632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87678982-f750-4ec3-9cc6-f7dbff0a2632 found for delete ", "request_id": "req-61330fca-5fbd-4093-a25a-c317cf43c5a8"}]} 2026-04-04 11:30:09.530 7 INFO neutron.services.segments.plugin [-] Segment 87678982-f750-4ec3-9cc6-f7dbff0a2632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87678982-f750-4ec3-9cc6-f7dbff0a2632 found for delete ", "request_id": "req-dd0e4c15-736f-4b41-ba3c-06e40cb75241"}]} [pid: 7|app: 0|req: 482/970] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:09 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/971] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:30:09 2026] DELETE /v2.0/floatingips/f0f14756-88ae-4519-b4d5-83c4d665fec3 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/972] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:09 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:09.991 7 INFO neutron.db.segments_db [None req-841aa274-9362-4838-88ac-e10cfb04f887 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Added segment 8f350a88-b047-4ae2-82ef-b539b7fd91e7 of type vxlan for network d0da5b6a-eb59-4ba8-adb3-c41b5830b970 2026-04-04 11:30:10.042 7 INFO neutron.db.segments_db [None req-841aa274-9362-4838-88ac-e10cfb04f887 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Added segment e9091745-19cb-4972-8484-19ff88af56ae of type vxlan for network a970b5da-697b-415b-b029-b6b5ce076b8b [pid: 7|app: 0|req: 483/973] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:09 2026] POST /v2.0/networks => generated 1208 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-04 11:30:10.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-a866bc8c-ea94-4713-87a3-31cdb953c7e5 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 26c50939-ff5b-40ca-82b2-bc48ae81b9a5 2026-04-04 11:30:10.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a866bc8c-ea94-4713-87a3-31cdb953c7e5 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 26c50939-ff5b-40ca-82b2-bc48ae81b9a5 [pid: 7|app: 0|req: 484/974] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:30:10 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: 485/975] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:10 2026] DELETE /v2.0/networks/d0da5b6a-eb59-4ba8-adb3-c41b5830b970 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/976] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:30:10 2026] POST /v2.0/subnetpools => generated 548 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/977] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:10 2026] DELETE /v2.0/networks/a970b5da-697b-415b-b029-b6b5ce076b8b => 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: 488/978] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:30:10 2026] GET /v2.0/subnetpools/9541f39d-ad74-4d68-8167-cde02510cf24 => generated 548 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/979] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:09 2026] PUT /v2.0/routers/357517d1-a72f-42c4-b4c1-3a625fe26c41/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: 489/980] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:30:10 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/981] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:30:10 2026] PUT /v2.0/subnetpools/9541f39d-ad74-4d68-8167-cde02510cf24 => generated 500 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:10.844 8 INFO neutron.db.segments_db [None req-da088d04-56a4-4e26-a940-294ecb05d398 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Added segment dba9b406-c464-4364-a248-697ed3bcd4b3 of type vxlan for network 5d47975c-ed4a-4717-a3e3-c7a29641b56d [pid: 8|app: 0|req: 493/982] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:10 2026] POST /v2.0/networks => generated 634 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:10.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-82eac280-9746-4ab4-8482-32a36a760405 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 6d4c267b-42a1-4bb5-890b-76e8af30bbea 2026-04-04 11:30:10.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82eac280-9746-4ab4-8482-32a36a760405 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 6d4c267b-42a1-4bb5-890b-76e8af30bbea [pid: 8|app: 0|req: 494/983] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:10 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/984] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:30:10 2026] DELETE /v2.0/subnetpools/9541f39d-ad74-4d68-8167-cde02510cf24 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:11.105 8 INFO neutron.db.segments_db [None req-05a9c769-a73c-4a47-8fbb-81469e4882cd 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Added segment 9465c253-fcac-402b-9615-0f6bee0bf8f6 of type vxlan for network d798bccf-7fca-41f4-94cf-b83fc84067a7 [pid: 8|app: 0|req: 496/985] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:11 2026] POST /v2.0/networks => generated 635 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/986] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:11 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:11.233 8 INFO neutron.api.v2.resource [None req-f82fe70c-217c-4283-b65e-adc7685a49fc 2f04e882030d46a6b05cb5c31225c135 fd37376e2e274e60bb9c339d9349d629 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/987] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:30:11 2026] GET /v2.0/subnetpools/9541f39d-ad74-4d68-8167-cde02510cf24 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:11.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-82eac280-9746-4ab4-8482-32a36a760405 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 77504f29-d5f3-4e5e-8fab-303a17fdcc15 2026-04-04 11:30:11.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82eac280-9746-4ab4-8482-32a36a760405 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 77504f29-d5f3-4e5e-8fab-303a17fdcc15 2026-04-04 11:30:11.513 7 INFO neutron.services.segments.plugin [-] Segment 8f350a88-b047-4ae2-82ef-b539b7fd91e7 resource provider aggregate not found 2026-04-04 11:30:11.537 7 INFO neutron.services.segments.plugin [-] Segment 8f350a88-b047-4ae2-82ef-b539b7fd91e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f350a88-b047-4ae2-82ef-b539b7fd91e7 found for delete ", "request_id": "req-f8a0908e-5ca4-4b3c-8941-07d33bf37a19"}]} 2026-04-04 11:30:11.555 7 INFO neutron.services.segments.plugin [-] Segment e9091745-19cb-4972-8484-19ff88af56ae resource provider aggregate not found 2026-04-04 11:30:11.569 7 INFO neutron.services.segments.plugin [-] Segment 8f350a88-b047-4ae2-82ef-b539b7fd91e7 resource provider aggregate not found 2026-04-04 11:30:11.579 7 INFO neutron.services.segments.plugin [-] Segment e9091745-19cb-4972-8484-19ff88af56ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9091745-19cb-4972-8484-19ff88af56ae found for delete ", "request_id": "req-7e587038-6864-46c2-87e6-53bbb568848f"}]} 2026-04-04 11:30:11.596 7 INFO neutron.services.segments.plugin [-] Segment 8f350a88-b047-4ae2-82ef-b539b7fd91e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f350a88-b047-4ae2-82ef-b539b7fd91e7 found for delete ", "request_id": "req-2a919f31-074c-4030-93df-5957d910ae16"}]} 2026-04-04 11:30:11.630 7 INFO neutron.services.segments.plugin [-] Segment e9091745-19cb-4972-8484-19ff88af56ae resource provider aggregate not found 2026-04-04 11:30:11.655 7 INFO neutron.services.segments.plugin [-] Segment e9091745-19cb-4972-8484-19ff88af56ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9091745-19cb-4972-8484-19ff88af56ae found for delete ", "request_id": "req-bf9d0d79-4402-4ff8-a1d9-c41d761b124e"}]} 2026-04-04 11:30:11.689 7 INFO neutron.db.l3_hamode_db [None req-82eac280-9746-4ab4-8482-32a36a760405 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 08980518-2abc-4097-b0fc-b2cd9279d68b was deleted as no HA routers are present in tenant 7cb794102842430b8f734878aa8bb6df. [pid: 7|app: 0|req: 490/988] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:10 2026] DELETE /v2.0/routers/357517d1-a72f-42c4-b4c1-3a625fe26c41 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:11.707 7 INFO neutron.api.v2.resource [None req-c5f1f445-8914-4e0a-9268-efe3533fc09b 2f04e882030d46a6b05cb5c31225c135 fd37376e2e274e60bb9c339d9349d629 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/989] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:30:11 2026] DELETE /v2.0/subnetpools/9541f39d-ad74-4d68-8167-cde02510cf24 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/990] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:30:11 2026] POST /v2.0/ports => generated 1506 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/991] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:11 2026] DELETE /v2.0/subnets/884f91fe-2e4d-48cf-aa34-5ad5f2a13478 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 11:30:11.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f452a83-a883-45ed-9d32-24880b4f3a9d 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: ca3e9c43-03b8-4e6f-b22d-df81a23a8faf 2026-04-04 11:30:11.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f452a83-a883-45ed-9d32-24880b4f3a9d 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: ca3e9c43-03b8-4e6f-b22d-df81a23a8faf [pid: 7|app: 0|req: 493/992] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:30:11 2026] GET /v2.0/ports => generated 1506 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:12.083 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7e80d41-2576-49ce-9374-ee3b190f29a4 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] TaaS: Handle Delete Port: 50d66eba-1c2c-447b-985c-babb01790573 2026-04-04 11:30:12.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7e80d41-2576-49ce-9374-ee3b190f29a4 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Tap Mirror: Handle Delete Port: 50d66eba-1c2c-447b-985c-babb01790573 2026-04-04 11:30:12.147 8 INFO neutron.services.segments.plugin [-] Segment 2a3b8157-7e9d-4e62-9a88-20bcf38437ec resource provider aggregate not found 2026-04-04 11:30:12.150 8 INFO neutron.services.segments.plugin [-] Segment 2a3b8157-7e9d-4e62-9a88-20bcf38437ec resource provider aggregate not found [pid: 7|app: 0|req: 494/993] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:30:11 2026] DELETE /v2.0/ports/50d66eba-1c2c-447b-985c-babb01790573 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:12.161 8 INFO neutron.services.segments.plugin [-] Segment 2a3b8157-7e9d-4e62-9a88-20bcf38437ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3b8157-7e9d-4e62-9a88-20bcf38437ec found for delete ", "request_id": "req-a1663f4f-b872-4f67-81fd-8e30d936e56d"}]} [pid: 8|app: 0|req: 500/994] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:11 2026] DELETE /v2.0/networks/1e5c8015-466d-4e1a-a8b9-767479292fae => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:12.171 8 INFO neutron.services.segments.plugin [-] Segment 2a3b8157-7e9d-4e62-9a88-20bcf38437ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3b8157-7e9d-4e62-9a88-20bcf38437ec found for delete ", "request_id": "req-2e5533d4-8b69-4af7-b0d1-5ff957f91531"}]} 2026-04-04 11:30:12.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-865859af-0d8c-4112-8658-211c7083442a 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] TaaS: Handle Delete Port: 138968cb-c01d-4560-874d-8b0f646f80b8 2026-04-04 11:30:12.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-865859af-0d8c-4112-8658-211c7083442a 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Tap Mirror: Handle Delete Port: 138968cb-c01d-4560-874d-8b0f646f80b8 [pid: 7|app: 0|req: 495/995] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:30:12 2026] DELETE /v2.0/ports/138968cb-c01d-4560-874d-8b0f646f80b8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/996] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:30:12 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:12.421 7 INFO neutron.db.segments_db [None req-94ab2d48-77c5-4540-89e1-d6ad133b93f5 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Added segment 598cfbac-8016-44cd-bc59-8ac276e3f429 of type vxlan for network 910411d1-69a8-4d77-ae1a-8fc2f1881a7a [pid: 7|app: 0|req: 497/997] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:12 2026] POST /v2.0/networks => generated 635 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/998] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:12 2026] GET /v2.0/security-groups?tenant_id=7cb794102842430b8f734878aa8bb6df&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: 501/999] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:12 2026] GET /v2.0/security-groups?tenant_id=fd37376e2e274e60bb9c339d9349d629&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:12.649 7 INFO neutron.db.segments_db [None req-7bd04dbf-4b60-4a6b-bdd2-d5def12c9348 25ed550e70214865991ae354f9e6728b 530316459b104ab59a5d68dace9efcff - - default default] Added segment 06fd3d2b-551f-463d-8b2f-f217846fe79d of type vxlan for network 68e775d1-e8ed-40c1-91e2-a193616e5361 [pid: 8|app: 0|req: 502/1000] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:12 2026] DELETE /v2.0/security-groups/c9cf75f7-e4c4-4625-8e15-b11733cb4c75 => 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: 499/1001] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:12 2026] POST /v2.0/networks => generated 633 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1002] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:12 2026] DELETE /v2.0/security-groups/e0d13e69-8115-4282-aa1d-a140437ff5dd => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:13.604 7 INFO neutron.services.segments.plugin [-] Segment 18e630c9-298e-4d3b-8abf-d5865e3e7790 resource provider aggregate not found 2026-04-04 11:30:13.627 7 INFO neutron.services.segments.plugin [-] Segment 18e630c9-298e-4d3b-8abf-d5865e3e7790 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e630c9-298e-4d3b-8abf-d5865e3e7790 found for delete ", "request_id": "req-c6449823-7e88-46cd-9199-66ed6a4077ef"}]} [pid: 7|app: 0|req: 500/1003] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:13 2026] POST /v2.0/subnets => generated 1324 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-04 11:30:13.672 7 INFO neutron.services.segments.plugin [-] Segment 18e630c9-298e-4d3b-8abf-d5865e3e7790 resource provider aggregate not found 2026-04-04 11:30:13.690 7 INFO neutron.services.segments.plugin [-] Segment 18e630c9-298e-4d3b-8abf-d5865e3e7790 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e630c9-298e-4d3b-8abf-d5865e3e7790 found for delete ", "request_id": "req-5ad87797-bb08-4587-9b89-2e83453dd841"}]} [pid: 8|app: 0|req: 504/1004] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:30:13 2026] GET /v2.0/subnets => generated 1960 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1005] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:13 2026] DELETE /v2.0/subnets/d2e1701d-84ff-4210-be26-b1dc1335d51e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1006] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:13 2026] DELETE /v2.0/subnets/54a0e208-7e1a-4d25-8d31-5b2d6aba3aa4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1007] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:30:13 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1008] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:14 2026] DELETE /v2.0/networks/68e775d1-e8ed-40c1-91e2-a193616e5361 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:14.186 8 INFO neutron.services.segments.plugin [-] Segment 06fd3d2b-551f-463d-8b2f-f217846fe79d resource provider aggregate not found 2026-04-04 11:30:14.202 8 INFO neutron.services.segments.plugin [-] Segment 06fd3d2b-551f-463d-8b2f-f217846fe79d resource provider aggregate not found 2026-04-04 11:30:14.212 8 INFO neutron.services.segments.plugin [-] Segment 06fd3d2b-551f-463d-8b2f-f217846fe79d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06fd3d2b-551f-463d-8b2f-f217846fe79d found for delete ", "request_id": "req-265f4d8d-6ff2-43f5-8f1b-4b7c77a9bcf9"}]} 2026-04-04 11:30:14.219 8 INFO neutron.services.segments.plugin [-] Segment 06fd3d2b-551f-463d-8b2f-f217846fe79d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06fd3d2b-551f-463d-8b2f-f217846fe79d found for delete ", "request_id": "req-fc0902de-0827-4a52-a7cb-b4c58f212134"}]} [pid: 7|app: 0|req: 503/1009] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:14 2026] DELETE /v2.0/networks/910411d1-69a8-4d77-ae1a-8fc2f1881a7a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1010] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:14 2026] DELETE /v2.0/networks/d798bccf-7fca-41f4-94cf-b83fc84067a7 => 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: 504/1011] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:14 2026] DELETE /v2.0/networks/5d47975c-ed4a-4717-a3e3-c7a29641b56d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1012] 10.0.0.108 () {32 vars in 623 bytes} [Sat Apr 4 11:30:14 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1013] 10.0.0.108 () {32 vars in 633 bytes} [Sat Apr 4 11:30:14 2026] GET /v2.0/ => generated 632 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:14.901 8 INFO neutron.db.segments_db [None req-8232170d-086e-4f42-8ccd-43b4d4c3d912 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment e81a22c7-1f1d-49c2-b89e-c0a31e45f820 of type vxlan for network 2608863e-34c7-453d-ac09-0ca5d7de9e0a [pid: 8|app: 0|req: 508/1014] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:30:14 2026] POST /v2.0/networks => generated 729 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1015] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:14 2026] GET /v2.0/security-groups?tenant_id=530316459b104ab59a5d68dace9efcff&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: 509/1016] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:14 2026] POST /v2.0/subnets => generated 695 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1017] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:15 2026] DELETE /v2.0/security-groups/1fd9226b-3639-401f-ac34-039de8f2d6b2 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:15.251 8 INFO neutron.db.segments_db [None req-06c311ed-787b-4950-8781-01330469f023 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment e2488930-b3d4-4373-ab22-e3b86a9f005d of type vxlan for network 7ea562ad-a1f2-45a3-812c-83a850121028 2026-04-04 11:30:15.508 8 INFO neutron.db.l3_hamode_db [None req-06c311ed-787b-4950-8781-01330469f023 1aacbe0af36e43ffa18f2d4a3dc0e111 4f09dd6d068242668dc5c88171bab82c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:15.654 7 INFO neutron.services.segments.plugin [-] Segment 598cfbac-8016-44cd-bc59-8ac276e3f429 resource provider aggregate not found [pid: 7|app: 0|req: 509/1018] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:15 2026] GET /v2.0/security-groups?tenant_id=91358bb4c8854412a369b7d3240ca1d6&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:15.677 7 INFO neutron.services.segments.plugin [-] Segment 598cfbac-8016-44cd-bc59-8ac276e3f429 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 598cfbac-8016-44cd-bc59-8ac276e3f429 found for delete ", "request_id": "req-ef1aee53-c0b1-4f9d-9742-fcce3e2b94c7"}]} 2026-04-04 11:30:15.700 7 INFO neutron.services.segments.plugin [-] Segment dba9b406-c464-4364-a248-697ed3bcd4b3 resource provider aggregate not found 2026-04-04 11:30:15.711 7 INFO neutron.services.segments.plugin [-] Segment 598cfbac-8016-44cd-bc59-8ac276e3f429 resource provider aggregate not found 2026-04-04 11:30:15.731 7 INFO neutron.services.segments.plugin [-] Segment dba9b406-c464-4364-a248-697ed3bcd4b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dba9b406-c464-4364-a248-697ed3bcd4b3 found for delete ", "request_id": "req-a6a53bee-4ded-499d-bf2d-27acf99297f9"}]} 2026-04-04 11:30:15.732 7 INFO neutron.services.segments.plugin [-] Segment 598cfbac-8016-44cd-bc59-8ac276e3f429 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 598cfbac-8016-44cd-bc59-8ac276e3f429 found for delete ", "request_id": "req-89fe2393-88d3-4adf-af59-85307779c15c"}]} 2026-04-04 11:30:15.751 7 INFO neutron.services.segments.plugin [-] Segment dba9b406-c464-4364-a248-697ed3bcd4b3 resource provider aggregate not found 2026-04-04 11:30:15.769 7 INFO neutron.services.segments.plugin [-] Segment dba9b406-c464-4364-a248-697ed3bcd4b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dba9b406-c464-4364-a248-697ed3bcd4b3 found for delete ", "request_id": "req-d856411d-f77a-44cc-a665-d12141b468c3"}]} [pid: 7|app: 0|req: 510/1019] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:15 2026] DELETE /v2.0/security-groups/b85de51d-751e-4606-8402-440374ad8bec => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:16.227 8 INFO neutron.db.l3_hamode_db [None req-06c311ed-787b-4950-8781-01330469f023 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:16.231 8 INFO neutron.services.segments.plugin [-] Segment 9465c253-fcac-402b-9615-0f6bee0bf8f6 resource provider aggregate not found 2026-04-04 11:30:16.236 8 INFO neutron.services.segments.plugin [-] Segment 9465c253-fcac-402b-9615-0f6bee0bf8f6 resource provider aggregate not found 2026-04-04 11:30:16.252 8 INFO neutron.services.segments.plugin [-] Segment 9465c253-fcac-402b-9615-0f6bee0bf8f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9465c253-fcac-402b-9615-0f6bee0bf8f6 found for delete ", "request_id": "req-0ee7640e-49bc-493d-91af-9059eeaed530"}]} 2026-04-04 11:30:16.263 8 INFO neutron.services.segments.plugin [-] Segment 9465c253-fcac-402b-9615-0f6bee0bf8f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9465c253-fcac-402b-9615-0f6bee0bf8f6 found for delete ", "request_id": "req-77098cda-587f-4677-9a75-a268fedeb722"}]} [pid: 8|app: 0|req: 510/1020] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:15 2026] POST /v2.0/routers => generated 735 bytes in 2019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:17.259 7 INFO neutron.db.segments_db [None req-376fd43c-9e37-4381-8b84-2cdf338b8308 faa431aa447c41628e015f8144d5d547 72c0b6cfac374fedbab8b0e57f4f7986 - - default default] Added segment 40e6abc8-2b88-4627-b0bf-b4b84f925264 of type vxlan for network 247222d6-4e50-4808-aa17-44adb9bc5240 [pid: 7|app: 0|req: 511/1021] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:16 2026] POST /v2.0/networks => generated 625 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1022] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:17 2026] POST /v2.0/subnets => generated 641 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:17.686 7 INFO neutron.db.segments_db [None req-5cfcccb5-0344-4fb8-a645-b84e70fb8b41 faa431aa447c41628e015f8144d5d547 72c0b6cfac374fedbab8b0e57f4f7986 - - default default] Added segment b25af6fc-e171-4208-bc4f-f15fa58f1254 of type vxlan for network 743f34bf-5efb-4a9b-9fe3-38aa7228e7fc [pid: 7|app: 0|req: 513/1023] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:17 2026] POST /v2.0/networks => generated 624 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1024] 10.0.0.108 () {34 vars in 743 bytes} [Sat Apr 4 11:30:17 2026] PUT /v2.0/networks/743f34bf-5efb-4a9b-9fe3-38aa7228e7fc => generated 592 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1025] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:17 2026] POST /v2.0/subnets => generated 626 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1028] 10.0.0.108 () {34 vars in 741 bytes} [Sat Apr 4 11:30:18 2026] PUT /v2.0/subnets/4ad95e11-d32e-49f2-a231-9c9754156d69 => generated 636 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1029] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:30:17 2026] PUT /v2.0/routers/65fe4c3c-a0f4-4824-896b-524526fe5216/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:18.630 7 INFO neutron.services.segments.plugin [-] Segment b25af6fc-e171-4208-bc4f-f15fa58f1254 resource provider aggregate not found 2026-04-04 11:30:18.635 7 INFO neutron.services.segments.plugin [-] Segment b25af6fc-e171-4208-bc4f-f15fa58f1254 resource provider aggregate not found 2026-04-04 11:30:18.647 7 INFO neutron.services.segments.plugin [-] Segment b25af6fc-e171-4208-bc4f-f15fa58f1254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b25af6fc-e171-4208-bc4f-f15fa58f1254 found for delete ", "request_id": "req-1a05b2d0-9c47-446c-80ff-0b2942c25160"}]} 2026-04-04 11:30:18.657 7 INFO neutron.services.segments.plugin [-] Segment b25af6fc-e171-4208-bc4f-f15fa58f1254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b25af6fc-e171-4208-bc4f-f15fa58f1254 found for delete ", "request_id": "req-8c18c2b4-0891-45cb-a789-4c3c1c813298"}]} [pid: 7|app: 0|req: 519/1030] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:18 2026] DELETE /v2.0/networks/743f34bf-5efb-4a9b-9fe3-38aa7228e7fc => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:18.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-efd4358e-fad0-4feb-b59b-37d4bf6ee43d faa431aa447c41628e015f8144d5d547 72c0b6cfac374fedbab8b0e57f4f7986 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/1031] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:18 2026] DELETE /v2.0/networks/743f34bf-5efb-4a9b-9fe3-38aa7228e7fc => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1032] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:30:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1033] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:30:18 2026] GET /v2.0/subnets?network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1034] 10.0.0.108 () {32 vars in 653 bytes} [Sat Apr 4 11:30:18 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: 514/1035] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:30:18 2026] GET /v2.0/networks => generated 1309 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1036] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:30:18 2026] GET /v2.0/subnets => generated 1280 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1037] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:30:18 2026] GET /v2.0/networks/247222d6-4e50-4808-aa17-44adb9bc5240 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1038] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:30:18 2026] GET /v2.0/subnets/441e169d-f89a-47d7-9c22-20685cd07e5a => generated 641 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:19.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80320a46-a215-4b27-8c52-29b309435fe4 faa431aa447c41628e015f8144d5d547 72c0b6cfac374fedbab8b0e57f4f7986 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/1039] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:19 2026] DELETE /v2.0/subnets/4ad95e11-d32e-49f2-a231-9c9754156d69 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:19.086 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b96cf657-47c9-4d7c-9021-9b7556263033 faa431aa447c41628e015f8144d5d547 72c0b6cfac374fedbab8b0e57f4f7986 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 524/1040] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:19 2026] DELETE /v2.0/networks/743f34bf-5efb-4a9b-9fe3-38aa7228e7fc => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1041] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:19 2026] DELETE /v2.0/subnets/441e169d-f89a-47d7-9c22-20685cd07e5a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1042] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:30:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1043] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1044] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:19 2026] DELETE /v2.0/networks/247222d6-4e50-4808-aa17-44adb9bc5240 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1045] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:19 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: 527/1046] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:30:19 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1047] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:20 2026] GET /v2.0/security-groups?tenant_id=72c0b6cfac374fedbab8b0e57f4f7986&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1048] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:19 2026] GET /v2.0/security-groups?tenant_id=3f5d22025b1747eda68440aa3384ae58&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1049] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:20 2026] DELETE /v2.0/security-groups/e5e1f761-8aa1-45ad-9505-0000463ed017 => 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: 521/1050] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:20 2026] DELETE /v2.0/security-groups/b5874ebc-4279-4a89-8e2e-ec010cd7f01f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:20.670 7 INFO neutron.services.segments.plugin [-] Segment 40e6abc8-2b88-4627-b0bf-b4b84f925264 resource provider aggregate not found 2026-04-04 11:30:20.677 7 INFO neutron.services.segments.plugin [-] Segment 40e6abc8-2b88-4627-b0bf-b4b84f925264 resource provider aggregate not found 2026-04-04 11:30:20.692 7 INFO neutron.services.segments.plugin [-] Segment 40e6abc8-2b88-4627-b0bf-b4b84f925264 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e6abc8-2b88-4627-b0bf-b4b84f925264 found for delete ", "request_id": "req-15fe0aed-5691-4a9e-94e2-a91753f78b6c"}]} 2026-04-04 11:30:20.692 7 INFO neutron.services.segments.plugin [-] Segment 40e6abc8-2b88-4627-b0bf-b4b84f925264 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e6abc8-2b88-4627-b0bf-b4b84f925264 found for delete ", "request_id": "req-e8b1a815-cf5c-4836-9046-c7dfe10bfe44"}]} [pid: 7|app: 0|req: 530/1051] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:30:21 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1052] 10.0.0.160 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:21 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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-04-04 11:30:22.425 7 INFO neutron.db.segments_db [None req-9c9484a6-994e-4300-b279-835bf8741e0c 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment de4b3f4c-239a-4d58-96fa-4bdcbd6c943b of type vxlan for network 6abb4d73-b8da-49ba-bae2-bc4722513edc [pid: 7|app: 0|req: 531/1053] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:22 2026] POST /v2.0/networks => generated 609 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:22.566 8 INFO neutron.db.segments_db [None req-0dcd435e-c773-4ac9-b303-b1d710e911d1 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment d3001345-eb92-48af-8171-c166930dae8a of type vxlan for network 212a3dba-6659-43c7-9318-75c132727f16 [pid: 8|app: 0|req: 523/1054] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:22 2026] POST /v2.0/networks => generated 610 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1055] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:22 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1056] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:22 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:23.213 7 INFO neutron.db.segments_db [None req-327768fc-dc9f-4135-83ca-18b2e96ad27d 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment 06f1f34b-ff2e-434b-8a8f-c5151a2eb968 of type vxlan for network 25efce16-2799-45a0-96c0-545416ac64cc 2026-04-04 11:30:23.486 7 INFO neutron.db.l3_hamode_db [None req-327768fc-dc9f-4135-83ca-18b2e96ad27d 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:23.630 7 INFO neutron.db.l3_hamode_db [None req-327768fc-dc9f-4135-83ca-18b2e96ad27d 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 525/1057] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:23 2026] GET /v2.0/security-groups?tenant_id=5d7b2ecf8683423d81deec9200a3b099&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1058] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:23 2026] DELETE /v2.0/security-groups/540407f1-0a84-473a-9a07-4feb201debe8 => 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: 533/1059] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:23 2026] POST /v2.0/routers => generated 506 bytes in 1016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1060] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:30:24 2026] PUT /v2.0/routers/fafddb47-7efd-4b8c-9cfa-b924e99ce8be/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1061] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:30:25 2026] GET /v2.0/ports/42e0d8c9-4c41-449c-aa8a-fab047ad860b => generated 955 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1062] 10.0.0.250 () {34 vars in 1098 bytes} [Sat Apr 4 11:30:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--359017637&fields=id&tenant_id=4f09dd6d068242668dc5c88171bab82c => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1063] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:30:25 2026] GET /v2.0/networks?id=2608863e-34c7-453d-ac09-0ca5d7de9e0a => generated 680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1064] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:30:25 2026] GET /v2.0/quotas/4f09dd6d068242668dc5c88171bab82c => 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: 538/1065] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:30:25 2026] GET /v2.0/ports?tenant_id=4f09dd6d068242668dc5c88171bab82c&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1066] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:30:26 2026] GET /v2.0/networks/2608863e-34c7-453d-ac09-0ca5d7de9e0a?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: 540/1067] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:30:26 2026] GET /v2.0/networks/2608863e-34c7-453d-ac09-0ca5d7de9e0a?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: 541/1068] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:26 2026] GET /v2.0/security-groups?tenant_id=01adf74bd4564be7976998563b65a675&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1069] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:26 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1070] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:30:25 2026] PUT /v2.0/routers/fafddb47-7efd-4b8c-9cfa-b924e99ce8be/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1071] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:30:26 2026] GET /v2.0/ports/06b609cb-4fbe-47d4-8a3b-3a3957934b5d => generated 955 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1072] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:26 2026] DELETE /v2.0/security-groups/a0256bd5-13bb-4ec7-b09c-90d2842576e2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:26.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-87749a2f-8dca-412d-a647-0ea666f031d7 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: 06b609cb-4fbe-47d4-8a3b-3a3957934b5d 2026-04-04 11:30:26.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87749a2f-8dca-412d-a647-0ea666f031d7 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: 06b609cb-4fbe-47d4-8a3b-3a3957934b5d [pid: 8|app: 0|req: 530/1073] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:26 2026] PUT /v2.0/routers/fafddb47-7efd-4b8c-9cfa-b924e99ce8be/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1074] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:27 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:27.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-a77abdbe-42fd-41e0-b2a0-4d5156df708e 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: 42e0d8c9-4c41-449c-aa8a-fab047ad860b 2026-04-04 11:30:27.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a77abdbe-42fd-41e0-b2a0-4d5156df708e 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: 42e0d8c9-4c41-449c-aa8a-fab047ad860b [pid: 7|app: 0|req: 544/1075] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:27 2026] PUT /v2.0/routers/fafddb47-7efd-4b8c-9cfa-b924e99ce8be/remove_router_interface => generated 309 bytes in 634 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1076] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:27 2026] GET /v2.0/ports?device_id=fafddb47-7efd-4b8c-9cfa-b924e99ce8be => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:28.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4921308-7937-4189-8019-2751effa9438 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: d702fd79-fcf4-4828-a25f-7399fccfe58b 2026-04-04 11:30:28.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4921308-7937-4189-8019-2751effa9438 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: d702fd79-fcf4-4828-a25f-7399fccfe58b 2026-04-04 11:30:28.497 8 INFO neutron.db.segments_db [None req-1e2165c1-d8e4-48e7-b2e3-4bafb420313d 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 71fa1a5d-8e46-4b43-95be-c082a52c9e9f of type vxlan for network dc2a04a0-5cc0-46a9-8154-e57e253f443a 2026-04-04 11:30:28.540 7 INFO neutron.services.segments.plugin [-] Segment 06f1f34b-ff2e-434b-8a8f-c5151a2eb968 resource provider aggregate not found 2026-04-04 11:30:28.546 7 INFO neutron.services.segments.plugin [-] Segment 06f1f34b-ff2e-434b-8a8f-c5151a2eb968 resource provider aggregate not found 2026-04-04 11:30:28.562 7 INFO neutron.services.segments.plugin [-] Segment 06f1f34b-ff2e-434b-8a8f-c5151a2eb968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f1f34b-ff2e-434b-8a8f-c5151a2eb968 found for delete ", "request_id": "req-a68871f0-cce6-4ff2-9262-20bb77127d82"}]} 2026-04-04 11:30:28.565 7 INFO neutron.services.segments.plugin [-] Segment 06f1f34b-ff2e-434b-8a8f-c5151a2eb968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f1f34b-ff2e-434b-8a8f-c5151a2eb968 found for delete ", "request_id": "req-900dcf75-8ac6-4572-bdff-3ef8cf2ef159"}]} 2026-04-04 11:30:28.568 7 INFO neutron.db.l3_hamode_db [None req-b4921308-7937-4189-8019-2751effa9438 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] HA network 25efce16-2799-45a0-96c0-545416ac64cc was deleted as no HA routers are present in tenant 2c8403d6c6444c04ad8fc1d1fa4664fd. [pid: 7|app: 0|req: 545/1077] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:27 2026] DELETE /v2.0/routers/fafddb47-7efd-4b8c-9cfa-b924e99ce8be => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1078] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:30:28 2026] POST /v2.0/networks => generated 722 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1079] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:28 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 546/1080] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:28 2026] DELETE /v2.0/subnets/c20b9bd7-76eb-4f28-b4dc-850f499a8a93 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1081] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:28 2026] POST /v2.0/subnets => generated 688 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:28.843 8 INFO neutron.db.segments_db [None req-a5f19e86-ae9a-4cb8-bd58-ac2aa7baf84b 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment f6c61033-a455-451b-8cba-ad4d128bf6ed of type vxlan for network 6c4614c6-9fcc-4a3a-a2f9-8abfd8ab2115 [pid: 7|app: 0|req: 547/1082] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:28 2026] DELETE /v2.0/subnets/2bf3dfee-6d80-43f5-8a4e-e00d910ec3e7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:28.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-8570e8c7-59dd-4f9a-a4ec-fe20c032e045 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: cf0c82c7-4739-486d-90b5-f272534df243 2026-04-04 11:30:28.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8570e8c7-59dd-4f9a-a4ec-fe20c032e045 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: cf0c82c7-4739-486d-90b5-f272534df243 2026-04-04 11:30:29.102 8 INFO neutron.db.l3_hamode_db [None req-a5f19e86-ae9a-4cb8-bd58-ac2aa7baf84b 1aacbe0af36e43ffa18f2d4a3dc0e111 a473572249f842e89d72ddc2cbf0f124 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 548/1083] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:28 2026] DELETE /v2.0/networks/212a3dba-6659-43c7-9318-75c132727f16 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1084] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:29 2026] DELETE /v2.0/networks/6abb4d73-b8da-49ba-bae2-bc4722513edc => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:29.341 7 INFO neutron.db.segments_db [None req-b7f1a98c-7cc5-4d40-bd8d-08e70c145db5 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment ab522418-6e85-4ca8-9ff3-bdb7ed113cb3 of type vxlan for network 4b0d2496-9c69-4efb-9d36-d1ca8131ee2f [pid: 7|app: 0|req: 550/1085] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:29 2026] POST /v2.0/networks => generated 611 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1086] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:29 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1087] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:29 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:29.789 7 INFO neutron.db.segments_db [None req-145346ff-4b8d-48f0-ad54-b1e4d9f822f7 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment 9d258d94-295f-46c7-8d97-00e9f7c0cb7a of type vxlan for network fa8348f5-0c6e-404d-8948-8d2f27d41608 2026-04-04 11:30:29.874 8 INFO neutron.db.l3_hamode_db [None req-a5f19e86-ae9a-4cb8-bd58-ac2aa7baf84b 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:30.041 7 INFO neutron.db.l3_hamode_db [None req-145346ff-4b8d-48f0-ad54-b1e4d9f822f7 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:30.166 7 INFO neutron.db.l3_hamode_db [None req-145346ff-4b8d-48f0-ad54-b1e4d9f822f7 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:30.586 7 INFO neutron.services.segments.plugin [-] Segment d3001345-eb92-48af-8171-c166930dae8a resource provider aggregate not found 2026-04-04 11:30:30.594 7 INFO neutron.services.segments.plugin [-] Segment d3001345-eb92-48af-8171-c166930dae8a resource provider aggregate not found 2026-04-04 11:30:30.614 7 INFO neutron.services.segments.plugin [-] Segment d3001345-eb92-48af-8171-c166930dae8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3001345-eb92-48af-8171-c166930dae8a found for delete ", "request_id": "req-02f7a22c-968e-4d95-9b50-ed10a8471c5e"}]} 2026-04-04 11:30:30.623 7 INFO neutron.services.segments.plugin [-] Segment d3001345-eb92-48af-8171-c166930dae8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3001345-eb92-48af-8171-c166930dae8a found for delete ", "request_id": "req-929000ef-9d4d-4349-b128-a7537b583746"}]} 2026-04-04 11:30:30.647 7 INFO neutron.services.segments.plugin [-] Segment de4b3f4c-239a-4d58-96fa-4bdcbd6c943b resource provider aggregate not found 2026-04-04 11:30:30.653 7 INFO neutron.services.segments.plugin [-] Segment de4b3f4c-239a-4d58-96fa-4bdcbd6c943b resource provider aggregate not found 2026-04-04 11:30:30.667 7 INFO neutron.services.segments.plugin [-] Segment de4b3f4c-239a-4d58-96fa-4bdcbd6c943b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de4b3f4c-239a-4d58-96fa-4bdcbd6c943b found for delete ", "request_id": "req-bd3abd84-e5f8-4266-90cb-a641c0127861"}]} 2026-04-04 11:30:30.678 7 INFO neutron.services.segments.plugin [-] Segment de4b3f4c-239a-4d58-96fa-4bdcbd6c943b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de4b3f4c-239a-4d58-96fa-4bdcbd6c943b found for delete ", "request_id": "req-07b85d0c-2a99-4158-a432-5ec715865f79"}]} [pid: 7|app: 0|req: 553/1088] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:29 2026] POST /v2.0/routers => generated 507 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1089] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:30:30 2026] GET /v2.0/networks?id=2608863e-34c7-453d-ac09-0ca5d7de9e0a => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1090] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:30:30 2026] POST /v2.0/ports => generated 947 bytes in 358 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: 556/1091] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:31 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 557/1092] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:30:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4f09dd6d068242668dc5c88171bab82c => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1093] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:28 2026] POST /v2.0/routers => generated 728 bytes in 2491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1094] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:30:31 2026] POST /v2.0/ports => generated 958 bytes in 370 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: 558/1095] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:30:31 2026] PUT /v2.0/routers/9cf10a2b-cbdc-4150-8e46-18c7d7fc6fdc/add_router_interface => generated 309 bytes in 1073 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: 559/1096] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:30:32 2026] PUT /v2.0/ports/96a828bb-29ff-4725-b67c-e70a66ebd8e8 => generated 1239 bytes in 417 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: 560/1097] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:32 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1098] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:30:32 2026] GET /v2.0/ports/0425399d-548b-447c-b20b-0926c33cc38c => generated 1021 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1099] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:30:31 2026] PUT /v2.0/routers/754b96d7-696f-4a17-8061-bec180075bb8/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1100] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:32 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&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: 562/1101] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:32 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:32.970 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4733097c-be41-4d49-be77-470e1a562892'] response: {'name': 'network-changed', 'server_uuid': 'd4128808-8a64-477c-8811-510a0382726d', 'tag': '96a828bb-29ff-4725-b67c-e70a66ebd8e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 565/1104] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:32 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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: 566/1105] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:33 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 567/1106] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:33 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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-04-04 11:30:33.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9ea243c-0b86-4d71-8d8c-ef81ac9b668d 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: 0425399d-548b-447c-b20b-0926c33cc38c 2026-04-04 11:30:33.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9ea243c-0b86-4d71-8d8c-ef81ac9b668d 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: 0425399d-548b-447c-b20b-0926c33cc38c [pid: 7|app: 0|req: 568/1107] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:33 2026] GET /v2.0/ports?tenant_id=4f09dd6d068242668dc5c88171bab82c&device_id=d4128808-8a64-477c-8811-510a0382726d => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1108] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:30:33 2026] GET /v2.0/networks?tenant_id=4f09dd6d068242668dc5c88171bab82c&shared=False => generated 776 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1109] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:30:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1110] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:32 2026] PUT /v2.0/routers/9cf10a2b-cbdc-4150-8e46-18c7d7fc6fdc/remove_router_interface => generated 309 bytes in 848 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-04-04 11:30:33.941 7 INFO neutron.api.v2.resource [None req-d8b80970-d09d-417e-aff9-43f36352e92d 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 571/1111] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:33 2026] PUT /v2.0/routers/9cf10a2b-cbdc-4150-8e46-18c7d7fc6fdc/remove_router_interface => generated 197 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1112] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:33 2026] GET /v2.0/ports?device_id=9cf10a2b-cbdc-4150-8e46-18c7d7fc6fdc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:34.087 8 INFO neutron.db.segments_db [None req-3e24b8ad-d654-4639-a849-328dacdadeb7 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment ea4cf770-afea-40f1-bb83-afd899511b2d of type vxlan for network fa4627d3-e59c-4e30-b806-bfb1d4b650de 2026-04-04 11:30:34.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bcfc765-c81a-4949-8b58-171012642e7a 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: 5e75edca-b6d4-4553-8157-1f190f18c849 2026-04-04 11:30:34.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bcfc765-c81a-4949-8b58-171012642e7a 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: 5e75edca-b6d4-4553-8157-1f190f18c849 [pid: 8|app: 0|req: 541/1113] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:30:33 2026] POST /v2.0/networks => generated 722 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1114] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:34 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:34.530 7 INFO neutron.services.segments.plugin [-] Segment 9d258d94-295f-46c7-8d97-00e9f7c0cb7a resource provider aggregate not found 2026-04-04 11:30:34.536 7 INFO neutron.services.segments.plugin [-] Segment 9d258d94-295f-46c7-8d97-00e9f7c0cb7a resource provider aggregate not found [pid: 8|app: 0|req: 543/1115] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:34 2026] POST /v2.0/subnets => generated 688 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:34.555 7 INFO neutron.services.segments.plugin [-] Segment 9d258d94-295f-46c7-8d97-00e9f7c0cb7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d258d94-295f-46c7-8d97-00e9f7c0cb7a found for delete ", "request_id": "req-9ba303d9-daec-45ac-a9e7-53334a83378f"}]} 2026-04-04 11:30:34.560 7 INFO neutron.services.segments.plugin [-] Segment 9d258d94-295f-46c7-8d97-00e9f7c0cb7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d258d94-295f-46c7-8d97-00e9f7c0cb7a found for delete ", "request_id": "req-ba4d325c-19a5-403b-ad18-545bcb674196"}]} 2026-04-04 11:30:34.575 7 INFO neutron.db.l3_hamode_db [None req-9bcfc765-c81a-4949-8b58-171012642e7a 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] HA network fa8348f5-0c6e-404d-8948-8d2f27d41608 was deleted as no HA routers are present in tenant 2c8403d6c6444c04ad8fc1d1fa4664fd. [pid: 7|app: 0|req: 573/1116] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:33 2026] DELETE /v2.0/routers/9cf10a2b-cbdc-4150-8e46-18c7d7fc6fdc => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1117] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:34 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&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: 7|app: 0|req: 574/1118] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:34 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:34.639 8 INFO neutron.db.segments_db [None req-bfbde78f-207f-4db5-a06d-094365191269 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 1dcd97f9-2791-44e6-9d0e-13ab0dee2777 of type vxlan for network ca0d1422-762a-45be-b7e3-d74723e540b1 [pid: 7|app: 0|req: 575/1119] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:34 2026] DELETE /v2.0/subnets/24ce4312-77f1-4e49-98ba-3d6f61ef9853 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1120] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:34 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&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: 577/1121] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:34 2026] GET /v2.0/ports?tenant_id=4f09dd6d068242668dc5c88171bab82c&device_id=d4128808-8a64-477c-8811-510a0382726d => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:34.944 8 INFO neutron.db.l3_hamode_db [None req-bfbde78f-207f-4db5-a06d-094365191269 1aacbe0af36e43ffa18f2d4a3dc0e111 713934def52a4486ab3d6450e3a68d4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 578/1122] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:34 2026] DELETE /v2.0/networks/4b0d2496-9c69-4efb-9d36-d1ca8131ee2f => 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: 579/1123] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:30:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=96a828bb-29ff-4725-b67c-e70a66ebd8e8 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:35.102 7 INFO neutron.db.segments_db [None req-66cbb962-6c62-4f08-a8b8-1acbf5085f50 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment fe82630c-9e81-4957-8486-2fdb0dc47988 of type vxlan for network f1072751-dc72-4017-ba04-c6e538220443 [pid: 7|app: 0|req: 580/1124] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:35 2026] POST /v2.0/networks => generated 610 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1125] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:30:35 2026] GET /v2.0/subnets?id=6c72aff5-95b3-40e6-97df-235f94cb65aa => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1126] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:35 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1127] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:30:35 2026] GET /v2.0/ports?network_id=2608863e-34c7-453d-ac09-0ca5d7de9e0a&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-04-04 11:30:35.571 7 INFO neutron.db.segments_db [None req-c6ae67b4-6c7a-4012-b5e6-7204be64ba9a 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment b4064feb-1b9f-4709-a39e-be9e2cb53cda of type vxlan for network d757fbb4-77fe-4076-aab1-8974ca8f822a 2026-04-04 11:30:35.772 8 INFO neutron.db.l3_hamode_db [None req-bfbde78f-207f-4db5-a06d-094365191269 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:35.851 7 INFO neutron.db.l3_hamode_db [None req-c6ae67b4-6c7a-4012-b5e6-7204be64ba9a 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:30:35.984 7 INFO neutron.db.l3_hamode_db [None req-c6ae67b4-6c7a-4012-b5e6-7204be64ba9a 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 584/1128] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:35 2026] POST /v2.0/routers => generated 506 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:36.588 7 INFO neutron.services.segments.plugin [-] Segment ab522418-6e85-4ca8-9ff3-bdb7ed113cb3 resource provider aggregate not found 2026-04-04 11:30:36.590 7 INFO neutron.services.segments.plugin [-] Segment ab522418-6e85-4ca8-9ff3-bdb7ed113cb3 resource provider aggregate not found 2026-04-04 11:30:36.609 7 INFO neutron.services.segments.plugin [-] Segment ab522418-6e85-4ca8-9ff3-bdb7ed113cb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab522418-6e85-4ca8-9ff3-bdb7ed113cb3 found for delete ", "request_id": "req-ae7a3a86-79b2-43ec-896d-1e40c76cbfdf"}]} 2026-04-04 11:30:36.612 7 INFO neutron.services.segments.plugin [-] Segment ab522418-6e85-4ca8-9ff3-bdb7ed113cb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab522418-6e85-4ca8-9ff3-bdb7ed113cb3 found for delete ", "request_id": "req-1952495f-d3ed-4c1f-9a7d-d2c894e2b35b"}]} [pid: 7|app: 0|req: 585/1129] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:30:36 2026] GET /v2.0/networks/2608863e-34c7-453d-ac09-0ca5d7de9e0a?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: 586/1130] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:30:36 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1131] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:36 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1132] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:36 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1133] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:34 2026] POST /v2.0/routers => generated 728 bytes in 2151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1134] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:30:36 2026] GET /v2.0/networks/2608863e-34c7-453d-ac09-0ca5d7de9e0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:36.931 8 INFO neutron_taas.services.taas.taas_plugin [req-303290b8-0d3a-45ea-bebb-4acae7f3bb40 req-0b4f937f-9257-4968-9723-1a9bd7944c06 bc33536051204282bf7ce5160ddde947 66dcf9891026457bbdc258bed9e2ec8e - - default default] TaaS: Handle Delete Port: 1e7641cc-37b5-4841-b743-11f364ff2a3d 2026-04-04 11:30:36.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-303290b8-0d3a-45ea-bebb-4acae7f3bb40 req-0b4f937f-9257-4968-9723-1a9bd7944c06 bc33536051204282bf7ce5160ddde947 66dcf9891026457bbdc258bed9e2ec8e - - default default] Tap Mirror: Handle Delete Port: 1e7641cc-37b5-4841-b743-11f364ff2a3d 2026-04-04 11:30:37.045 8 INFO neutron.db.l3_db [req-303290b8-0d3a-45ea-bebb-4acae7f3bb40 req-0b4f937f-9257-4968-9723-1a9bd7944c06 bc33536051204282bf7ce5160ddde947 66dcf9891026457bbdc258bed9e2ec8e - - default default] Floating IP 64e39094-3298-4415-9594-34647f833912 disassociated. External IP: 10.96.250.213, port: 1e7641cc-37b5-4841-b743-11f364ff2a3d. [pid: 8|app: 0|req: 547/1135] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:30:36 2026] DELETE /v2.0/ports/1e7641cc-37b5-4841-b743-11f364ff2a3d => generated 0 bytes in 652 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1136] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:37 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&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: 549/1137] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:37 2026] GET /v2.0/security-groups?id=c188b8b1-bf66-4c75-bf99-c73e79afb19d&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:37.553 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f0cac11-4ae4-4700-8c7f-ef9f9cfb854e'] response: {'server_uuid': 'df24a005-1135-4b57-9c60-6a7ed5d12eba', 'name': 'network-vif-deleted', 'tag': '1e7641cc-37b5-4841-b743-11f364ff2a3d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 589/1138] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:30:36 2026] PUT /v2.0/routers/c3e323c7-a33d-4504-be05-ae3a30c0eaaa/add_router_interface => generated 309 bytes in 1760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1139] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:30:38 2026] GET /v2.0/ports/c9ca898d-9acb-456b-97d5-309a5ba0a132 => generated 955 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1140] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:38 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1141] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:30:37 2026] PUT /v2.0/routers/f2c41384-1d0e-4e07-9338-33990abe5b20/add_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1142] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:38 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => 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: 552/1143] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:38 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:39.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-c14e182a-c5be-40ac-99eb-c78333b7bbaf 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: c9ca898d-9acb-456b-97d5-309a5ba0a132 2026-04-04 11:30:39.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c14e182a-c5be-40ac-99eb-c78333b7bbaf 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: c9ca898d-9acb-456b-97d5-309a5ba0a132 [pid: 7|app: 0|req: 592/1144] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:38 2026] PUT /v2.0/routers/c3e323c7-a33d-4504-be05-ae3a30c0eaaa/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1145] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:39 2026] GET /v2.0/ports?device_id=c3e323c7-a33d-4504-be05-ae3a30c0eaaa => 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: 593/1146] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:30:39 2026] POST /v2.0/security-groups => generated 1675 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-04 11:30:39.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-3be5a991-1a57-4cf7-873b-175f1aba910b 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: 759b30bf-0755-4703-bdc8-1a5d9f7bafc6 2026-04-04 11:30:39.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3be5a991-1a57-4cf7-873b-175f1aba910b 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: 759b30bf-0755-4703-bdc8-1a5d9f7bafc6 [pid: 7|app: 0|req: 594/1147] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:39.717 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3be5a991-1a57-4cf7-873b-175f1aba910b 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 595/1148] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1149] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1150] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:40.059 8 INFO neutron.services.segments.plugin [-] Segment b4064feb-1b9f-4709-a39e-be9e2cb53cda resource provider aggregate not found 2026-04-04 11:30:40.066 8 INFO neutron.services.segments.plugin [-] Segment b4064feb-1b9f-4709-a39e-be9e2cb53cda resource provider aggregate not found [pid: 7|app: 0|req: 598/1151] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:40 2026] GET /v2.0/ports?device_id=df24a005-1135-4b57-9c60-6a7ed5d12eba => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:40.084 8 INFO neutron.services.segments.plugin [-] Segment b4064feb-1b9f-4709-a39e-be9e2cb53cda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4064feb-1b9f-4709-a39e-be9e2cb53cda found for delete ", "request_id": "req-cdd66257-a4fc-4ea0-817a-874e0e344fc9"}]} 2026-04-04 11:30:40.087 8 INFO neutron.services.segments.plugin [-] Segment b4064feb-1b9f-4709-a39e-be9e2cb53cda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4064feb-1b9f-4709-a39e-be9e2cb53cda found for delete ", "request_id": "req-e3d5e7a1-6652-43b4-8281-d45baa403a01"}]} 2026-04-04 11:30:40.095 8 INFO neutron.db.l3_hamode_db [None req-3be5a991-1a57-4cf7-873b-175f1aba910b 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] HA network d757fbb4-77fe-4076-aab1-8974ca8f822a was deleted as no HA routers are present in tenant 2c8403d6c6444c04ad8fc1d1fa4664fd. [pid: 8|app: 0|req: 554/1152] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:39 2026] DELETE /v2.0/routers/c3e323c7-a33d-4504-be05-ae3a30c0eaaa => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1153] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:40 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:40.147 8 INFO neutron.db.securitygroups_db [None req-5cc045e0-cc9d-4b12-b689-9faced3bd1cf 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] Project a473572249f842e89d72ddc2cbf0f124 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: 555/1154] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1155] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:40 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1156] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:40 2026] DELETE /v2.0/subnets/61450aa2-f13f-420c-8aa8-6cb2f77e5c2b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:40.305 8 INFO neutron.db.securitygroups_db [None req-608a3ce1-3b46-41e6-8b34-a9001ec7eda7 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] Project a473572249f842e89d72ddc2cbf0f124 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: 557/1157] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:40 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:40.405 7 INFO neutron.services.segments.plugin [-] Segment fe82630c-9e81-4957-8486-2fdb0dc47988 resource provider aggregate not found 2026-04-04 11:30:40.413 7 INFO neutron.services.segments.plugin [-] Segment fe82630c-9e81-4957-8486-2fdb0dc47988 resource provider aggregate not found 2026-04-04 11:30:40.432 7 INFO neutron.services.segments.plugin [-] Segment fe82630c-9e81-4957-8486-2fdb0dc47988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe82630c-9e81-4957-8486-2fdb0dc47988 found for delete ", "request_id": "req-54ebb1ce-a62b-4428-9e05-4ca10e6df47b"}]} 2026-04-04 11:30:40.435 7 INFO neutron.services.segments.plugin [-] Segment fe82630c-9e81-4957-8486-2fdb0dc47988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe82630c-9e81-4957-8486-2fdb0dc47988 found for delete ", "request_id": "req-ad6457c3-8c5c-4231-b6bf-150216b0e28c"}]} [pid: 7|app: 0|req: 601/1158] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:40 2026] DELETE /v2.0/networks/f1072751-dc72-4017-ba04-c6e538220443 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:40.501 8 INFO neutron.db.segments_db [None req-8dd76ff7-a820-4e0d-95e6-b06a42389d64 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Added segment f1f398e2-c79a-46c4-b028-7ac65ca830e7 of type vxlan for network e5c7f073-a837-420f-9338-d80ee08b6068 2026-04-04 11:30:40.807 8 INFO neutron.db.l3_hamode_db [None req-8dd76ff7-a820-4e0d-95e6-b06a42389d64 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 602/1159] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:30:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1160] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1161] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1162] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:41 2026] DELETE /v2.0/security-groups/c188b8b1-bf66-4c75-bf99-c73e79afb19d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:41.615 8 INFO neutron.db.l3_hamode_db [None req-8dd76ff7-a820-4e0d-95e6-b06a42389d64 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 606/1163] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:30:41 2026] POST /v2.0/floatingips => generated 552 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1164] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:41 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:42.019 7 INFO neutron.api.v2.resource [None req-8e0e39f9-a2c7-4c7e-a234-0b7e0061c7a6 bc33536051204282bf7ce5160ddde947 66dcf9891026457bbdc258bed9e2ec8e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1165] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/security-groups/c188b8b1-bf66-4c75-bf99-c73e79afb19d => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1166] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:42.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-720ab42c-8ac3-46a6-92a1-85a5bae5206a bc33536051204282bf7ce5160ddde947 66dcf9891026457bbdc258bed9e2ec8e - - default default] TaaS: Handle Delete Port: 7219afef-e3e5-41ff-94d6-2b563898b42a 2026-04-04 11:30:42.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-720ab42c-8ac3-46a6-92a1-85a5bae5206a bc33536051204282bf7ce5160ddde947 66dcf9891026457bbdc258bed9e2ec8e - - default default] Tap Mirror: Handle Delete Port: 7219afef-e3e5-41ff-94d6-2b563898b42a [pid: 7|app: 0|req: 610/1167] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:30:42 2026] DELETE /v2.0/floatingips/64e39094-3298-4415-9594-34647f833912 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1168] 10.0.0.250 () {34 vars in 1100 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1178986103&fields=id&tenant_id=a473572249f842e89d72ddc2cbf0f124 => 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: 558/1169] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:40 2026] POST /v2.0/routers => generated 688 bytes in 2009 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1170] 10.0.0.250 () {34 vars in 1100 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1278807692&fields=id&tenant_id=a473572249f842e89d72ddc2cbf0f124 => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1171] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/routers/124779e6-2048-4587-b89e-2691f141f935 => generated 694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1172] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/networks?id=dc2a04a0-5cc0-46a9-8154-e57e253f443a => generated 673 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:42.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9d9a57a-5e64-4eb5-aaf0-b6f13ccedcbd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 9633d7e2-b01b-4340-867f-04a1b4b98e45 2026-04-04 11:30:42.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9d9a57a-5e64-4eb5-aaf0-b6f13ccedcbd 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 9633d7e2-b01b-4340-867f-04a1b4b98e45 [pid: 8|app: 0|req: 562/1173] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/routers => generated 697 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1174] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:30:42 2026] GET /v2.0/quotas/a473572249f842e89d72ddc2cbf0f124 => generated 292 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1175] 10.0.0.108 () {34 vars in 741 bytes} [Sat Apr 4 11:30:42 2026] PUT /v2.0/routers/124779e6-2048-4587-b89e-2691f141f935 => generated 701 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1176] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:42 2026] PUT /v2.0/routers/66a82127-78ae-450e-ad8b-b434ea6d094b/remove_router_interface => generated 309 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1177] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:30:43 2026] GET /v2.0/ports?tenant_id=a473572249f842e89d72ddc2cbf0f124&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1178] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:43 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 566/1179] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:30:43 2026] GET /v2.0/routers/124779e6-2048-4587-b89e-2691f141f935 => generated 701 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1180] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:30:43 2026] GET /v2.0/networks/dc2a04a0-5cc0-46a9-8154-e57e253f443a?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: 568/1181] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:43 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&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: 569/1182] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:43 2026] GET /v2.0/ports?device_id=124779e6-2048-4587-b89e-2691f141f935 => 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: 570/1183] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:30:43 2026] GET /v2.0/networks/dc2a04a0-5cc0-46a9-8154-e57e253f443a?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) 2026-04-04 11:30:43.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f10ab41-98be-4b68-b464-55dec4cd6b76 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: cee707fc-6fca-4980-a213-f233d6d0e6d8 2026-04-04 11:30:43.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f10ab41-98be-4b68-b464-55dec4cd6b76 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: cee707fc-6fca-4980-a213-f233d6d0e6d8 2026-04-04 11:30:43.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d65dd0d-1123-4f39-9025-0555737b0626 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: 9e2260b1-33f0-4fba-aef3-775f87d94c34 2026-04-04 11:30:43.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d65dd0d-1123-4f39-9025-0555737b0626 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: 9e2260b1-33f0-4fba-aef3-775f87d94c34 2026-04-04 11:30:43.815 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f10ab41-98be-4b68-b464-55dec4cd6b76 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: d4e6fc34-9ca6-4e69-b59c-440ca9153e1c 2026-04-04 11:30:43.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f10ab41-98be-4b68-b464-55dec4cd6b76 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: d4e6fc34-9ca6-4e69-b59c-440ca9153e1c 2026-04-04 11:30:43.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d65dd0d-1123-4f39-9025-0555737b0626 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] TaaS: Handle Delete Port: 65f0be9d-8c40-42e2-a032-9e142756d46d 2026-04-04 11:30:43.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d65dd0d-1123-4f39-9025-0555737b0626 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] Tap Mirror: Handle Delete Port: 65f0be9d-8c40-42e2-a032-9e142756d46d 2026-04-04 11:30:44.195 7 INFO neutron.services.segments.plugin [-] Segment cea9b982-7917-4d66-b3b7-5842512b1272 resource provider aggregate not found 2026-04-04 11:30:44.198 7 INFO neutron.services.segments.plugin [-] Segment cea9b982-7917-4d66-b3b7-5842512b1272 resource provider aggregate not found 2026-04-04 11:30:44.233 7 INFO neutron.services.segments.plugin [-] Segment cea9b982-7917-4d66-b3b7-5842512b1272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cea9b982-7917-4d66-b3b7-5842512b1272 found for delete ", "request_id": "req-aecb167d-8923-4f48-808e-ffcef2eb86b2"}]} 2026-04-04 11:30:44.234 7 INFO neutron.services.segments.plugin [-] Segment cea9b982-7917-4d66-b3b7-5842512b1272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cea9b982-7917-4d66-b3b7-5842512b1272 found for delete ", "request_id": "req-07c0028d-29e5-46a7-bae6-0b3a1b94a3c3"}]} 2026-04-04 11:30:44.250 7 INFO neutron.db.l3_hamode_db [None req-1f10ab41-98be-4b68-b464-55dec4cd6b76 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 7b3e2c78-594f-4873-9b00-fb9e936c83de was deleted as no HA routers are present in tenant 66dcf9891026457bbdc258bed9e2ec8e. [pid: 7|app: 0|req: 614/1184] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:43 2026] DELETE /v2.0/routers/66a82127-78ae-450e-ad8b-b434ea6d094b => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:44.307 8 INFO neutron.services.segments.plugin [-] Segment f1f398e2-c79a-46c4-b028-7ac65ca830e7 resource provider aggregate not found 2026-04-04 11:30:44.316 8 INFO neutron.services.segments.plugin [-] Segment f1f398e2-c79a-46c4-b028-7ac65ca830e7 resource provider aggregate not found [pid: 7|app: 0|req: 615/1185] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:44 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1186] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:44 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:44.338 8 INFO neutron.services.segments.plugin [-] Segment f1f398e2-c79a-46c4-b028-7ac65ca830e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1f398e2-c79a-46c4-b028-7ac65ca830e7 found for delete ", "request_id": "req-9d4b4512-b85d-4836-991c-32e1665ba4b4"}]} 2026-04-04 11:30:44.343 8 INFO neutron.db.l3_hamode_db [None req-3d65dd0d-1123-4f39-9025-0555737b0626 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] HA network e5c7f073-a837-420f-9338-d80ee08b6068 was deleted as no HA routers are present in tenant 2c8403d6c6444c04ad8fc1d1fa4664fd. 2026-04-04 11:30:44.346 8 INFO neutron.services.segments.plugin [-] Segment f1f398e2-c79a-46c4-b028-7ac65ca830e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1f398e2-c79a-46c4-b028-7ac65ca830e7 found for delete ", "request_id": "req-b5d868d4-933a-4ec7-a537-37b34f4da565"}]} [pid: 8|app: 0|req: 571/1187] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:43 2026] DELETE /v2.0/routers/124779e6-2048-4587-b89e-2691f141f935 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1188] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/subnets/d71ed434-5af1-40db-aa62-1cce99eb52e3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1189] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:44 2026] GET /v2.0/ports?device_id=124779e6-2048-4587-b89e-2691f141f935 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:44.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa2fe070-0624-4261-831e-94151c5f945e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 8d12e89f-f803-402b-9afe-292a0552841e 2026-04-04 11:30:44.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2fe070-0624-4261-831e-94151c5f945e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 8d12e89f-f803-402b-9afe-292a0552841e 2026-04-04 11:30:44.648 8 INFO neutron.db.l3_db [None req-f30ba4be-b3da-49c2-83ae-9f88ec62b860 e9a7f34456b04511a1f0950ac8d9c096 4f09dd6d068242668dc5c88171bab82c - - default default] Floating IP c43ccb63-d80d-4ed4-b2b3-9d1227e5b55f associated. External IP: 10.96.250.207, port: 96a828bb-29ff-4725-b67c-e70a66ebd8e8. [pid: 7|app: 0|req: 619/1190] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/networks/e181b85f-bdbd-4b11-855f-23e63a8437ba => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:44.746 7 INFO neutron.api.v2.resource [None req-c5876531-ab00-4f41-aefa-313a8c52b1ea 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 620/1191] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/routers/124779e6-2048-4587-b89e-2691f141f935 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1192] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:44 2026] GET /v2.0/ports?device_id=c3e323c7-a33d-4504-be05-ae3a30c0eaaa => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:44.819 7 INFO neutron.api.v2.resource [None req-6e66ef0d-8c09-4c04-a1c5-bfc534bc8bc8 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1193] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/routers/c3e323c7-a33d-4504-be05-ae3a30c0eaaa => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:44.843 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98d243ea-d27a-44df-94c8-c9a9d6fd1e0b 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1194] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/subnets/61450aa2-f13f-420c-8aa8-6cb2f77e5c2b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1195] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:44 2026] GET /v2.0/ports?device_id=9cf10a2b-cbdc-4150-8e46-18c7d7fc6fdc => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:44.886 7 INFO neutron.api.v2.resource [None req-44eecf73-d823-4adc-bb17-0de604e67b16 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1196] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/routers/9cf10a2b-cbdc-4150-8e46-18c7d7fc6fdc => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:44.902 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72a274c2-31cc-4cc3-ac8f-c12b249cd2ea 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 626/1197] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/subnets/24ce4312-77f1-4e49-98ba-3d6f61ef9853 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1198] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:30:44 2026] GET /v2.0/ports?device_id=fafddb47-7efd-4b8c-9cfa-b924e99ce8be => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1199] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:44 2026] GET /v2.0/security-groups?tenant_id=66dcf9891026457bbdc258bed9e2ec8e&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:44.968 7 INFO neutron.api.v2.resource [None req-2b80eff1-0670-418f-a8ac-7cab6095aeaf 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1200] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/routers/fafddb47-7efd-4b8c-9cfa-b924e99ce8be => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1201] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:30:44 2026] PUT /v2.0/floatingips/c43ccb63-d80d-4ed4-b2b3-9d1227e5b55f => generated 856 bytes in 619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:44.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d4101d46-30ea-46ba-8c63-09ea92b1a5d2 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 573/1202] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/subnets/c20b9bd7-76eb-4f28-b4dc-850f499a8a93 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:45.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-982c2881-f536-4c2f-a328-a4747e7da8d6 3f307d6de8644fb289cafc037c3b6ec8 2c8403d6c6444c04ad8fc1d1fa4664fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1203] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/subnets/2bf3dfee-6d80-43f5-8a4e-e00d910ec3e7 => generated 136 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:45.039 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77dd8ac3-4a6e-45ac-9e77-cd36fecb6e78'] response: {'name': 'network-changed', 'server_uuid': 'd4128808-8a64-477c-8811-510a0382726d', 'tag': '96a828bb-29ff-4725-b67c-e70a66ebd8e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 630/1204] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:44 2026] DELETE /v2.0/security-groups/1b4f5d19-275f-4e53-8b4b-9b4a6a9fcd19 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1205] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1206] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1207] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => 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: 632/1208] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/ports?tenant_id=4f09dd6d068242668dc5c88171bab82c&device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 577/1209] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 578/1210] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&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: 633/1211] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/networks?id=2608863e-34c7-453d-ac09-0ca5d7de9e0a => generated 776 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1212] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=96a828bb-29ff-4725-b67c-e70a66ebd8e8 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1213] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/subnets?id=6c72aff5-95b3-40e6-97df-235f94cb65aa => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1214] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/ports?network_id=2608863e-34c7-453d-ac09-0ca5d7de9e0a&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1215] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/networks/2608863e-34c7-453d-ac09-0ca5d7de9e0a?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1216] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/security-groups?tenant_id=2c8403d6c6444c04ad8fc1d1fa4664fd&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1217] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:30:45 2026] GET /v2.0/networks/2608863e-34c7-453d-ac09-0ca5d7de9e0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1218] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:45 2026] DELETE /v2.0/security-groups/ef0c4102-0a38-4f40-a20d-b05a84c6b8ec => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:46.259 7 INFO neutron.services.segments.plugin [-] Segment b19b6515-29f4-488d-a77b-729ee60531a3 resource provider aggregate not found 2026-04-04 11:30:46.262 7 INFO neutron.services.segments.plugin [-] Segment b19b6515-29f4-488d-a77b-729ee60531a3 resource provider aggregate not found 2026-04-04 11:30:46.284 7 INFO neutron.services.segments.plugin [-] Segment b19b6515-29f4-488d-a77b-729ee60531a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19b6515-29f4-488d-a77b-729ee60531a3 found for delete ", "request_id": "req-c3d625b0-d294-4ea0-ba2f-4835816a790c"}]} 2026-04-04 11:30:46.292 7 INFO neutron.services.segments.plugin [-] Segment b19b6515-29f4-488d-a77b-729ee60531a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19b6515-29f4-488d-a77b-729ee60531a3 found for delete ", "request_id": "req-8e3e8a26-7359-4428-8d71-ba12653d0cb1"}]} [pid: 8|app: 0|req: 584/1219] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:46 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1220] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:46 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 585/1221] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:46 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1222] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:47 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => 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: 637/1223] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:47 2026] GET /v2.0/security-groups?tenant_id=739b3e14e3954dce8137793287e09470&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1224] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:47 2026] DELETE /v2.0/security-groups/12077bed-1a0a-4e65-8f45-7f5d9f2a600c => 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: 590/1227] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:47 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1228] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:30:47 2026] GET /v2.0/networks?id=dc2a04a0-5cc0-46a9-8154-e57e253f443a => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1229] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:30:48 2026] GET /v2.0/security-groups?id=6e202dec-159c-4662-8f48-fdabd0a3b000&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: 593/1230] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:30:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a473572249f842e89d72ddc2cbf0f124 => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1231] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:30:47 2026] POST /v2.0/security-groups => generated 1625 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1232] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:30:48 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1233] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:30:48 2026] GET /v2.0/security-groups => generated 4530 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:48.404 7 INFO neutron_taas.services.taas.taas_plugin [req-dc3bc00d-bd4a-48cb-bfc6-3e70539a012c req-ca8415e0-789f-4581-b231-ca6de8afd514 e9a7f34456b04511a1f0950ac8d9c096 4f09dd6d068242668dc5c88171bab82c - - default default] TaaS: Handle Delete Port: 96a828bb-29ff-4725-b67c-e70a66ebd8e8 2026-04-04 11:30:48.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dc3bc00d-bd4a-48cb-bfc6-3e70539a012c req-ca8415e0-789f-4581-b231-ca6de8afd514 e9a7f34456b04511a1f0950ac8d9c096 4f09dd6d068242668dc5c88171bab82c - - default default] Tap Mirror: Handle Delete Port: 96a828bb-29ff-4725-b67c-e70a66ebd8e8 [pid: 8|app: 0|req: 594/1234] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:30:48 2026] POST /v2.0/ports => generated 993 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 11:30:48.494 7 INFO neutron.db.l3_db [req-dc3bc00d-bd4a-48cb-bfc6-3e70539a012c req-ca8415e0-789f-4581-b231-ca6de8afd514 e9a7f34456b04511a1f0950ac8d9c096 4f09dd6d068242668dc5c88171bab82c - - default default] Floating IP c43ccb63-d80d-4ed4-b2b3-9d1227e5b55f disassociated. External IP: 10.96.250.207, port: 96a828bb-29ff-4725-b67c-e70a66ebd8e8. [pid: 8|app: 0|req: 595/1235] 10.0.0.108 () {34 vars in 758 bytes} [Sat Apr 4 11:30:48 2026] PUT /v2.0/security-groups/875fe168-30bc-4052-b5a2-be6c3572dbb0 => generated 1661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1236] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:30:48 2026] DELETE /v2.0/ports/96a828bb-29ff-4725-b67c-e70a66ebd8e8 => generated 0 bytes in 514 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1237] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:30:48 2026] GET /v2.0/security-groups/875fe168-30bc-4052-b5a2-be6c3572dbb0 => generated 1661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:48.865 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-78f55ad9-4de6-4588-99e8-4b74870fd0c6'] response: {'server_uuid': 'd4128808-8a64-477c-8811-510a0382726d', 'name': 'network-vif-deleted', 'tag': '96a828bb-29ff-4725-b67c-e70a66ebd8e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 643/1238] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:48 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1008 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1239] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:30:48 2026] PUT /v2.0/ports/a5de2b19-5c3a-4053-a0da-aeea107eb260 => generated 1274 bytes in 448 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: 644/1240] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:48 2026] DELETE /v2.0/security-groups/875fe168-30bc-4052-b5a2-be6c3572dbb0 => 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: 597/1241] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:48 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:49.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d733507-765c-4fc2-b55e-ac5f706b3522'] response: {'name': 'network-changed', 'server_uuid': 'a3d41309-2b3e-4bf5-b16b-80fe6059449b', 'tag': 'a5de2b19-5c3a-4053-a0da-aeea107eb260', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 645/1242] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:30:49 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-04-04 11:30:49.083 8 INFO neutron.api.v2.resource [None req-7f028e81-32ee-4721-9fed-559e8d04ddf9 e0f3d59bcb544296864c55b1181d3411 b6ab14acd53a498488da4da130fde0f2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 598/1243] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:49 2026] DELETE /v2.0/security-groups/875fe168-30bc-4052-b5a2-be6c3572dbb0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1244] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 646/1245] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:30:49 2026] POST /v2.0/security-groups => generated 1623 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1246] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1247] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules/1ab1bd01-41bf-4f9c-aa2f-9de879c7b2ae => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1248] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1249] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:30:49 2026] DELETE /v2.0/security-group-rules/1ab1bd01-41bf-4f9c-aa2f-9de879c7b2ae => 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: 602/1250] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1251] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/ports?tenant_id=a473572249f842e89d72ddc2cbf0f124&device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1252] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/networks?tenant_id=a473572249f842e89d72ddc2cbf0f124&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1253] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1254] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules/4fdab2e6-5795-4395-9b9c-b87f8a4a5811 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1255] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1256] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1257] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:30:49 2026] DELETE /v2.0/security-group-rules/4fdab2e6-5795-4395-9b9c-b87f8a4a5811 => 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: 606/1258] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:30:49.922 7 INFO neutron.db.securitygroups_db [None req-a9e7c2b8-c208-4507-acb4-b88d9f46a39f e0f3d59bcb544296864c55b1181d3411 b6ab14acd53a498488da4da130fde0f2 - - default default] Project b6ab14acd53a498488da4da130fde0f2 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: 653/1259] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:30:49 2026] POST /v2.0/security-group-rules => generated 607 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1260] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules/64cbc282-5a59-4cd8-bb70-408b9a1bdc96 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1261] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:30:49 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1262] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:30:50 2026] DELETE /v2.0/security-group-rules/64cbc282-5a59-4cd8-bb70-408b9a1bdc96 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1263] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1264] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1265] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1266] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1267] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:50 2026] DELETE /v2.0/security-groups/1b1b4bdc-cfc6-4b1d-96a3-07e6c8c45ccb => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1268] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:30:50 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: 611/1269] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1270] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/ports?tenant_id=a473572249f842e89d72ddc2cbf0f124&device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1271] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a5de2b19-5c3a-4053-a0da-aeea107eb260 => 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: 660/1272] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/subnets?id=ad7314e5-0095-4115-89d4-e1bcd084bd86 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1273] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/ports?network_id=dc2a04a0-5cc0-46a9-8154-e57e253f443a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1274] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/networks/dc2a04a0-5cc0-46a9-8154-e57e253f443a?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: 662/1275] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/networks/dc2a04a0-5cc0-46a9-8154-e57e253f443a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1276] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:50 2026] GET /v2.0/security-groups?tenant_id=b6ab14acd53a498488da4da130fde0f2&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1277] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:51 2026] DELETE /v2.0/security-groups/41fd96b5-530e-4aed-8fd8-276717532ab4 => 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: 615/1278] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:51 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1279] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:51 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1280] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:51 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => 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: 617/1281] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:52 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1282] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:52 2026] GET /v2.0/ports?device_id=d4128808-8a64-477c-8811-510a0382726d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1283] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:52 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1284] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:52 2026] GET /v2.0/security-groups?tenant_id=7e6ba916384c429b9a7d7782b585cff5&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1285] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:52 2026] DELETE /v2.0/security-groups/ae842a7e-bac4-4d44-9924-ace4234eddc7 => 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/1286] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:53 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1008 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1287] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:53 2026] DELETE /v2.0/security-groups/6e202dec-159c-4662-8f48-fdabd0a3b000 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:53.710 7 INFO neutron.api.v2.resource [None req-3ece9ea9-0f2a-415c-bf68-2a4f26999ebe e9a7f34456b04511a1f0950ac8d9c096 4f09dd6d068242668dc5c88171bab82c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 667/1288] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:30:53 2026] GET /v2.0/security-groups/6e202dec-159c-4662-8f48-fdabd0a3b000 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1289] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:53 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:53.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-70949a1c-8358-48aa-bda8-287579f8dab0 e9a7f34456b04511a1f0950ac8d9c096 4f09dd6d068242668dc5c88171bab82c - - default default] TaaS: Handle Delete Port: bc388fcd-8c47-46a5-b4e9-6e5321e64e10 2026-04-04 11:30:53.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70949a1c-8358-48aa-bda8-287579f8dab0 e9a7f34456b04511a1f0950ac8d9c096 4f09dd6d068242668dc5c88171bab82c - - default default] Tap Mirror: Handle Delete Port: bc388fcd-8c47-46a5-b4e9-6e5321e64e10 [pid: 7|app: 0|req: 668/1290] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:30:53 2026] DELETE /v2.0/floatingips/c43ccb63-d80d-4ed4-b2b3-9d1227e5b55f => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1291] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:30:54 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1292] 199.204.45.69 () {34 vars in 1123 bytes} [Sat Apr 4 11:30:54 2026] GET /v2.0/security-groups?id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&id=323c1065-eec1-4103-9314-a05832b4aed4&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:54.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-e56e999d-1b24-4a63-9f93-97257adcd584 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: e570dfc4-8c03-49a3-bf19-f18b33567991 2026-04-04 11:30:54.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e56e999d-1b24-4a63-9f93-97257adcd584 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: e570dfc4-8c03-49a3-bf19-f18b33567991 2026-04-04 11:30:54.939 7 INFO neutron.db.segments_db [None req-8067fced-6831-435d-a138-2ea54a31efd5 4f6f4b137869435f90e48f6f9e775bbc 4c7649a8d040433a955050f7be12dcc5 - - default default] Added segment ae278bc4-38bd-477d-ad4f-8ba8a649b046 of type vxlan for network 9d804cce-cb46-4bf5-89a0-d4f599760a0c [pid: 7|app: 0|req: 671/1293] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:54 2026] POST /v2.0/networks => generated 629 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1294] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:55 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1008 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1295] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:55 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1296] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:30:54 2026] PUT /v2.0/routers/65fe4c3c-a0f4-4824-896b-524526fe5216/remove_router_interface => generated 309 bytes in 1578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1297] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:55 2026] POST /v2.0/subnets => generated 673 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:30:55.821 7 INFO neutron.db.segments_db [None req-b0ddd8b6-e0f7-4383-aeb8-96e171fe1de2 4f6f4b137869435f90e48f6f9e775bbc 4c7649a8d040433a955050f7be12dcc5 - - default default] Added segment d93bfed5-b988-4a69-b269-c39b664cc523 of type vxlan for network 2bc4f10b-939d-4faf-8fb2-cbbbd38ace47 2026-04-04 11:30:55.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-4aa052a5-2a52-4fde-8cfd-a11dff3c4c11 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 5f5a7f69-72ab-4091-a476-458db68fae0f 2026-04-04 11:30:55.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aa052a5-2a52-4fde-8cfd-a11dff3c4c11 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 5f5a7f69-72ab-4091-a476-458db68fae0f [pid: 7|app: 0|req: 675/1298] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:30:55 2026] POST /v2.0/networks => generated 629 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1299] 10.0.0.108 () {34 vars in 743 bytes} [Sat Apr 4 11:30:55 2026] PUT /v2.0/networks/2bc4f10b-939d-4faf-8fb2-cbbbd38ace47 => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:56.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-4aa052a5-2a52-4fde-8cfd-a11dff3c4c11 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: fc5c8758-6996-410d-a64c-72f22afdea30 2026-04-04 11:30:56.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aa052a5-2a52-4fde-8cfd-a11dff3c4c11 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: fc5c8758-6996-410d-a64c-72f22afdea30 [pid: 7|app: 0|req: 677/1300] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:56 2026] POST /v2.0/subnets => generated 646 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1301] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:56 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1302] 10.0.0.108 () {34 vars in 741 bytes} [Sat Apr 4 11:30:56 2026] PUT /v2.0/subnets/b37be794-4c6f-4e9e-85ae-f22ba87555f3 => generated 656 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1303] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:56 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:56.634 8 INFO neutron.services.segments.plugin [-] Segment e2488930-b3d4-4373-ab22-e3b86a9f005d resource provider aggregate not found 2026-04-04 11:30:56.640 8 INFO neutron.services.segments.plugin [-] Segment e2488930-b3d4-4373-ab22-e3b86a9f005d resource provider aggregate not found 2026-04-04 11:30:56.658 8 INFO neutron.services.segments.plugin [-] Segment e2488930-b3d4-4373-ab22-e3b86a9f005d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2488930-b3d4-4373-ab22-e3b86a9f005d found for delete ", "request_id": "req-06fc1856-0357-43e1-ad62-9b7ffb52553e"}]} 2026-04-04 11:30:56.661 8 INFO neutron.services.segments.plugin [-] Segment e2488930-b3d4-4373-ab22-e3b86a9f005d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2488930-b3d4-4373-ab22-e3b86a9f005d found for delete ", "request_id": "req-646e810e-26dc-4179-8102-022b650ac0e2"}]} 2026-04-04 11:30:56.674 8 INFO neutron.db.l3_hamode_db [None req-4aa052a5-2a52-4fde-8cfd-a11dff3c4c11 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 7ea562ad-a1f2-45a3-812c-83a850121028 was deleted as no HA routers are present in tenant 4f09dd6d068242668dc5c88171bab82c. [pid: 8|app: 0|req: 624/1304] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:55 2026] DELETE /v2.0/routers/65fe4c3c-a0f4-4824-896b-524526fe5216 => generated 0 bytes in 1043 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:56.812 7 INFO neutron.services.segments.plugin [-] Segment d93bfed5-b988-4a69-b269-c39b664cc523 resource provider aggregate not found 2026-04-04 11:30:56.819 7 INFO neutron.services.segments.plugin [-] Segment d93bfed5-b988-4a69-b269-c39b664cc523 resource provider aggregate not found 2026-04-04 11:30:56.844 7 INFO neutron.services.segments.plugin [-] Segment d93bfed5-b988-4a69-b269-c39b664cc523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d93bfed5-b988-4a69-b269-c39b664cc523 found for delete ", "request_id": "req-1b6a9602-ee52-4bd5-9056-ee859897d57b"}]} 2026-04-04 11:30:56.853 7 INFO neutron.services.segments.plugin [-] Segment d93bfed5-b988-4a69-b269-c39b664cc523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d93bfed5-b988-4a69-b269-c39b664cc523 found for delete ", "request_id": "req-b1930c49-da99-43bd-8919-d5b16e44efb4"}]} [pid: 7|app: 0|req: 681/1305] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:56 2026] DELETE /v2.0/networks/2bc4f10b-939d-4faf-8fb2-cbbbd38ace47 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1306] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:56 2026] DELETE /v2.0/subnets/6c72aff5-95b3-40e6-97df-235f94cb65aa => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:30:56.881 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c17968c8-5b4e-4f00-a5bd-3e5b03f96a21 4f6f4b137869435f90e48f6f9e775bbc 4c7649a8d040433a955050f7be12dcc5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1307] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:56 2026] DELETE /v2.0/networks/2bc4f10b-939d-4faf-8fb2-cbbbd38ace47 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1308] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:30:56 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: 684/1309] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:30:56 2026] GET /v2.0/subnets?network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750 => generated 649 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:56.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-7acc9be9-dad8-4bdb-badb-e37dc276aa2e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 7dd6cf12-cfa3-4b9c-822a-ccb8d19f317d 2026-04-04 11:30:56.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7acc9be9-dad8-4bdb-badb-e37dc276aa2e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 7dd6cf12-cfa3-4b9c-822a-ccb8d19f317d [pid: 7|app: 0|req: 685/1310] 10.0.0.108 () {32 vars in 653 bytes} [Sat Apr 4 11:30:56 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1311] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/networks => generated 1313 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1312] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1313] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/networks/9d804cce-cb46-4bf5-89a0-d4f599760a0c => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1314] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/subnets/73ef06da-f527-4397-88e7-4a964a078896 => generated 673 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:57.150 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35bec138-8c3f-474e-8130-6758f1dfb656 4f6f4b137869435f90e48f6f9e775bbc 4c7649a8d040433a955050f7be12dcc5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 690/1315] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:57 2026] DELETE /v2.0/subnets/b37be794-4c6f-4e9e-85ae-f22ba87555f3 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:30:57.162 7 INFO neutron.pecan_wsgi.hooks.translation [None req-115fb2b9-dd7a-4d78-acec-4353b3d693ad 4f6f4b137869435f90e48f6f9e775bbc 4c7649a8d040433a955050f7be12dcc5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1316] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:57 2026] DELETE /v2.0/networks/2bc4f10b-939d-4faf-8fb2-cbbbd38ace47 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1317] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:56 2026] DELETE /v2.0/networks/2608863e-34c7-453d-ac09-0ca5d7de9e0a => 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: 692/1318] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:30:57 2026] DELETE /v2.0/subnets/73ef06da-f527-4397-88e7-4a964a078896 => 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: 693/1319] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/security-groups?tenant_id=4f09dd6d068242668dc5c88171bab82c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1320] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:30:57 2026] DELETE /v2.0/networks/9d804cce-cb46-4bf5-89a0-d4f599760a0c => 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: 694/1321] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:57 2026] DELETE /v2.0/security-groups/4e6324b0-1904-4abf-ae3b-e64ea9cf1ec0 => 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: 628/1322] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1323] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1324] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1010 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1325] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:30:57 2026] GET /v2.0/security-groups?tenant_id=4c7649a8d040433a955050f7be12dcc5&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1326] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:30:58 2026] DELETE /v2.0/security-groups/a4e2e074-3266-4462-acd2-b85b3f5423a3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:30:58.290 7 INFO neutron.db.l3_db [None req-7021fc8c-c3c7-4e08-8a26-a8e5422da0ef 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] Floating IP 71b3893b-2068-408e-a762-b21c127d1e01 associated. External IP: 10.96.250.202, port: a5de2b19-5c3a-4053-a0da-aeea107eb260. [pid: 7|app: 0|req: 696/1327] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:30:57 2026] PUT /v2.0/floatingips/71b3893b-2068-408e-a762-b21c127d1e01 => generated 855 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:30:58.680 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-995e4f0c-e7c5-4be2-bc64-ab987770ce50'] response: {'name': 'network-changed', 'server_uuid': 'a3d41309-2b3e-4bf5-b16b-80fe6059449b', 'tag': 'a5de2b19-5c3a-4053-a0da-aeea107eb260', 'status': 'completed', 'code': 200} 2026-04-04 11:30:58.685 8 INFO neutron.services.segments.plugin [-] Segment e81a22c7-1f1d-49c2-b89e-c0a31e45f820 resource provider aggregate not found 2026-04-04 11:30:58.700 8 INFO neutron.services.segments.plugin [-] Segment e81a22c7-1f1d-49c2-b89e-c0a31e45f820 resource provider aggregate not found 2026-04-04 11:30:58.711 8 INFO neutron.services.segments.plugin [-] Segment e81a22c7-1f1d-49c2-b89e-c0a31e45f820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81a22c7-1f1d-49c2-b89e-c0a31e45f820 found for delete ", "request_id": "req-cd3d7099-b888-4485-97fb-f48fdf973484"}]} 2026-04-04 11:30:58.718 8 INFO neutron.services.segments.plugin [-] Segment e81a22c7-1f1d-49c2-b89e-c0a31e45f820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81a22c7-1f1d-49c2-b89e-c0a31e45f820 found for delete ", "request_id": "req-57366828-b1da-4f44-9114-e382cc7bcdaa"}]} 2026-04-04 11:30:58.736 8 INFO neutron.services.segments.plugin [-] Segment ae278bc4-38bd-477d-ad4f-8ba8a649b046 resource provider aggregate not found 2026-04-04 11:30:58.741 8 INFO neutron.services.segments.plugin [-] Segment ae278bc4-38bd-477d-ad4f-8ba8a649b046 resource provider aggregate not found 2026-04-04 11:30:58.755 8 INFO neutron.services.segments.plugin [-] Segment ae278bc4-38bd-477d-ad4f-8ba8a649b046 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae278bc4-38bd-477d-ad4f-8ba8a649b046 found for delete ", "request_id": "req-0b6756fc-3b69-44bb-bab3-2066d5ad869c"}]} 2026-04-04 11:30:58.762 8 INFO neutron.services.segments.plugin [-] Segment ae278bc4-38bd-477d-ad4f-8ba8a649b046 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae278bc4-38bd-477d-ad4f-8ba8a649b046 found for delete ", "request_id": "req-fe03c393-aa8c-49c6-adf1-08f73afccbfc"}]} [pid: 8|app: 0|req: 632/1328] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:30:59 2026] GET /v2.0/ports?tenant_id=a473572249f842e89d72ddc2cbf0f124&device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1329] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:30:59 2026] GET /v2.0/networks?id=dc2a04a0-5cc0-46a9-8154-e57e253f443a => generated 769 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1330] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:30:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a5de2b19-5c3a-4053-a0da-aeea107eb260 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1331] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:30:59 2026] GET /v2.0/subnets?id=ad7314e5-0095-4115-89d4-e1bcd084bd86 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1332] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:30:59 2026] GET /v2.0/ports?network_id=dc2a04a0-5cc0-46a9-8154-e57e253f443a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1333] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:30:59 2026] GET /v2.0/networks/dc2a04a0-5cc0-46a9-8154-e57e253f443a?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1334] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:30:59 2026] GET /v2.0/networks/dc2a04a0-5cc0-46a9-8154-e57e253f443a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:30:59.680 7 INFO neutron.db.segments_db [None req-5a325fd4-6323-4167-aa04-dc85f7a471a5 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment c1e1dd00-24f3-4b53-bb0e-8db03c7b2116 of type vxlan for network b6f2ee56-1db0-4a4f-aa83-38950b0e86a5 [pid: 7|app: 0|req: 698/1335] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:30:59 2026] POST /v2.0/networks => generated 718 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1336] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:59 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:00.001 7 INFO neutron.db.segments_db [None req-946f6935-3a08-47bb-89b2-e0ff112d114a 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 020ab582-c4c3-448f-b390-cde03dd45d3a of type vxlan for network 49f55248-c5be-4d91-9fd8-092a9965e4bb 2026-04-04 11:31:00.290 7 INFO neutron.db.l3_hamode_db [None req-946f6935-3a08-47bb-89b2-e0ff112d114a 1aacbe0af36e43ffa18f2d4a3dc0e111 b72fbad525244edda158ff31c1173be1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:31:00.382 8 INFO neutron.db.segments_db [None req-bbd1daa0-4679-4903-b39b-c9b24e9647ad 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] Added segment 8cdde287-8a3b-4f3c-8714-4092277c119b of type vxlan for network 05de47b2-050c-467e-81ff-9547323ac6c0 [pid: 8|app: 0|req: 639/1337] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:31:00 2026] POST /v2.0/networks => generated 626 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1338] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:31:00 2026] POST /v2.0/ports => generated 775 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 11:31:00.973 8 INFO neutron.db.segments_db [None req-acc26e62-9953-42c5-9e2a-750e3b230e1d 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] Added segment 59669e2f-44eb-41d0-91bc-8c20079e5fe8 of type vxlan for network 2d76e4db-8753-49fe-b3ab-5d4c7e7293ae [pid: 8|app: 0|req: 641/1339] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:31:00 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:01.129 7 INFO neutron.db.l3_hamode_db [None req-946f6935-3a08-47bb-89b2-e0ff112d114a 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 642/1340] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:01 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1341] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:31:01 2026] POST /v2.0/ports => generated 953 bytes in 307 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-04-04 11:31:01.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8ebfae5-f338-46ca-813f-e92503e5bb70 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] TaaS: Handle Delete Port: cfea798f-9509-46fd-9812-afe8568d7787 2026-04-04 11:31:01.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8ebfae5-f338-46ca-813f-e92503e5bb70 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] Tap Mirror: Handle Delete Port: cfea798f-9509-46fd-9812-afe8568d7787 [pid: 8|app: 0|req: 644/1342] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:01 2026] DELETE /v2.0/ports/cfea798f-9509-46fd-9812-afe8568d7787 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1343] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:30:59 2026] POST /v2.0/routers => generated 724 bytes in 1941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:01.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-365bdb67-3b4a-4095-aa34-6903c7adb725 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1344] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:01 2026] DELETE /v2.0/ports/cfea798f-9509-46fd-9812-afe8568d7787 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1345] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:01 2026] GET /v2.0/security-groups?tenant_id=3ad749a0ab784ef68bb24e5b469beb8b&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:02.092 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ddef5b7-cdf6-4d29-b640-1c83d7a6c210 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1346] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:31:02 2026] GET /v2.0/ports/cfea798f-9509-46fd-9812-afe8568d7787 => 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: 647/1347] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:02 2026] DELETE /v2.0/security-groups/90d17d12-5951-42dd-bbd9-1cbabe986bf3 => 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: 648/1348] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:02 2026] DELETE /v2.0/subnets/2668d26f-83f6-47ba-9fad-73c802c60a5e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:02.448 8 INFO neutron.services.segments.plugin [-] Segment 59669e2f-44eb-41d0-91bc-8c20079e5fe8 resource provider aggregate not found 2026-04-04 11:31:02.452 8 INFO neutron.services.segments.plugin [-] Segment 59669e2f-44eb-41d0-91bc-8c20079e5fe8 resource provider aggregate not found 2026-04-04 11:31:02.466 8 INFO neutron.services.segments.plugin [-] Segment 59669e2f-44eb-41d0-91bc-8c20079e5fe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59669e2f-44eb-41d0-91bc-8c20079e5fe8 found for delete ", "request_id": "req-f3cdc973-71e9-41b9-80b4-162eb79d304f"}]} 2026-04-04 11:31:02.466 8 INFO neutron.services.segments.plugin [-] Segment 59669e2f-44eb-41d0-91bc-8c20079e5fe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59669e2f-44eb-41d0-91bc-8c20079e5fe8 found for delete ", "request_id": "req-2bed199a-5540-4575-864c-a52bbe9c762f"}]} [pid: 8|app: 0|req: 649/1349] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:02 2026] DELETE /v2.0/networks/2d76e4db-8753-49fe-b3ab-5d4c7e7293ae => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:02.537 8 INFO neutron.db.segments_db [None req-8cac3383-8f1e-4fb4-8ccd-8a317cc2c466 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] Added segment a3362a73-ed36-4f36-b3c6-461bdfd05238 of type vxlan for network c1b5de2b-79da-4e77-894e-69afe319ebf6 [pid: 8|app: 0|req: 650/1350] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:31:02 2026] POST /v2.0/networks => generated 613 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1351] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:02 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1352] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:31:01 2026] PUT /v2.0/routers/39b09563-ec85-44a0-9cb7-71d569c9dd3a/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1355] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:31:02 2026] POST /v2.0/ports => generated 911 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:03.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-4933d1c5-c991-4c35-b374-e71bc385a365 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] TaaS: Handle Delete Port: 02c80671-23ad-4d22-a176-aa0d8abe21c8 2026-04-04 11:31:03.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4933d1c5-c991-4c35-b374-e71bc385a365 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] Tap Mirror: Handle Delete Port: 02c80671-23ad-4d22-a176-aa0d8abe21c8 [pid: 7|app: 0|req: 704/1356] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:03 2026] DELETE /v2.0/ports/02c80671-23ad-4d22-a176-aa0d8abe21c8 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:03.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7db14899-fe66-45c8-a0bd-f08406c52114 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1357] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:31:03 2026] GET /v2.0/ports/02c80671-23ad-4d22-a176-aa0d8abe21c8 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1358] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:03 2026] DELETE /v2.0/subnets/950c02d7-d7ab-432b-9106-5139d83088cc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1359] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:31:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-04 11:31:03.830 7 INFO neutron.services.segments.plugin [-] Segment a3362a73-ed36-4f36-b3c6-461bdfd05238 resource provider aggregate not found 2026-04-04 11:31:03.836 7 INFO neutron.services.segments.plugin [-] Segment a3362a73-ed36-4f36-b3c6-461bdfd05238 resource provider aggregate not found 2026-04-04 11:31:03.852 7 INFO neutron.services.segments.plugin [-] Segment a3362a73-ed36-4f36-b3c6-461bdfd05238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3362a73-ed36-4f36-b3c6-461bdfd05238 found for delete ", "request_id": "req-932f7f37-52ca-44fa-a31c-643d203a8e6e"}]} 2026-04-04 11:31:03.859 7 INFO neutron.services.segments.plugin [-] Segment a3362a73-ed36-4f36-b3c6-461bdfd05238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3362a73-ed36-4f36-b3c6-461bdfd05238 found for delete ", "request_id": "req-1b767137-e4f8-4e30-b97e-e5a1e51d9337"}]} [pid: 7|app: 0|req: 706/1360] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:03 2026] DELETE /v2.0/networks/c1b5de2b-79da-4e77-894e-69afe319ebf6 => 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: 655/1361] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1362] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1363] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:31:03 2026] POST /v2.0/ports => generated 774 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 708/1364] 10.0.0.108 () {34 vars in 737 bytes} [Sat Apr 4 11:31:04 2026] PUT /v2.0/ports/ee87ede7-c058-492e-9674-2a857e21c2e8 => generated 752 bytes in 154 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-04-04 11:31:04.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bc382bc-57a2-43f3-aef5-2fc8dad1722b 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] TaaS: Handle Delete Port: ee87ede7-c058-492e-9674-2a857e21c2e8 2026-04-04 11:31:04.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bc382bc-57a2-43f3-aef5-2fc8dad1722b 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] Tap Mirror: Handle Delete Port: ee87ede7-c058-492e-9674-2a857e21c2e8 [pid: 7|app: 0|req: 709/1365] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:04 2026] DELETE /v2.0/ports/ee87ede7-c058-492e-9674-2a857e21c2e8 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1366] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:31:04 2026] GET /v2.0/ports => generated 778 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:04.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c905fca-9ece-40c9-8ad0-4ddc97cd1c4e 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1367] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:31:04 2026] GET /v2.0/ports/ee87ede7-c058-492e-9674-2a857e21c2e8 => generated 132 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1368] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:31:04 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1369] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:31:04 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1370] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:31:04 2026] GET /v2.0/ports/ae6433e4-07b4-44d6-965c-a6bb9386c3f9 => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:04.602 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc8a4470-420a-4ea4-aeea-292bd9fd4047 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1371] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:04 2026] DELETE /v2.0/ports/02c80671-23ad-4d22-a176-aa0d8abe21c8 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:31:04.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-401d87da-18d6-432c-8115-a991853e2e4f 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1372] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:04 2026] DELETE /v2.0/subnets/950c02d7-d7ab-432b-9106-5139d83088cc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:31:04.648 8 INFO neutron.pecan_wsgi.hooks.translation [None req-463b7fd0-8d3e-49c6-ad17-1c8000ee0de7 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1373] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:04 2026] DELETE /v2.0/subnets/2668d26f-83f6-47ba-9fad-73c802c60a5e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:31:04.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cdd7ef4-2326-4927-bff5-bc8dcc888124 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] TaaS: Handle Delete Port: ae6433e4-07b4-44d6-965c-a6bb9386c3f9 2026-04-04 11:31:04.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cdd7ef4-2326-4927-bff5-bc8dcc888124 0c6375a0ef5f4a539ec4ed69af46d1c9 b5c9f9ba5d1d4ee3a6e338b0acfc9505 - - default default] Tap Mirror: Handle Delete Port: ae6433e4-07b4-44d6-965c-a6bb9386c3f9 [pid: 7|app: 0|req: 715/1374] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:04 2026] DELETE /v2.0/ports/ae6433e4-07b4-44d6-965c-a6bb9386c3f9 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:04.970 8 INFO neutron.services.segments.plugin [-] Segment 8cdde287-8a3b-4f3c-8714-4092277c119b resource provider aggregate not found 2026-04-04 11:31:04.973 8 INFO neutron.services.segments.plugin [-] Segment 8cdde287-8a3b-4f3c-8714-4092277c119b resource provider aggregate not found [pid: 8|app: 0|req: 660/1375] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:04 2026] DELETE /v2.0/networks/05de47b2-050c-467e-81ff-9547323ac6c0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:04.996 8 INFO neutron.services.segments.plugin [-] Segment 8cdde287-8a3b-4f3c-8714-4092277c119b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cdde287-8a3b-4f3c-8714-4092277c119b found for delete ", "request_id": "req-5d6240c7-1c54-4f8a-a33b-1b5724023850"}]} 2026-04-04 11:31:04.996 8 INFO neutron.services.segments.plugin [-] Segment 8cdde287-8a3b-4f3c-8714-4092277c119b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cdde287-8a3b-4f3c-8714-4092277c119b found for delete ", "request_id": "req-0a5fdbcd-6237-4c78-88ca-b68691b25355"}]} [pid: 7|app: 0|req: 716/1376] 10.0.0.250 () {34 vars in 1100 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1887684162&fields=id&tenant_id=b72fbad525244edda158ff31c1173be1 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1377] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/networks?id=b6f2ee56-1db0-4a4f-aa83-38950b0e86a5 => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1378] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/quotas/b72fbad525244edda158ff31c1173be1 => 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: 663/1379] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/ports?tenant_id=b72fbad525244edda158ff31c1173be1&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1380] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/networks/b6f2ee56-1db0-4a4f-aa83-38950b0e86a5?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1381] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/networks/b6f2ee56-1db0-4a4f-aa83-38950b0e86a5?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-04-04 11:31:05.455 7 INFO neutron.db.segments_db [None req-e712abb4-8694-46b2-b01a-5253f47b075f defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Added segment 46099c8f-eefd-4372-ba25-603022932ba6 of type vxlan for network de3c904c-4e97-4845-96c1-5458ebf00889 [pid: 8|app: 0|req: 666/1382] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => 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: 717/1383] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:31:05 2026] POST /v2.0/networks => generated 614 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:05.630 8 INFO neutron.db.segments_db [None req-2eb31c75-1778-4064-82c6-13b602b0cff6 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Added segment c8ab23ce-1db0-4e21-8d52-6b148a5cb93e of type vxlan for network 2a6b6105-42c6-4aa0-ae82-fca42b7063e5 [pid: 7|app: 0|req: 718/1384] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:05 2026] GET /v2.0/security-groups?tenant_id=b5c9f9ba5d1d4ee3a6e338b0acfc9505&name=default => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1385] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:05 2026] DELETE /v2.0/security-groups/9fe87c96-019f-48cc-8b7b-2feda1d91e35 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:05.889 8 INFO neutron.db.l3_hamode_db [None req-2eb31c75-1778-4064-82c6-13b602b0cff6 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 720/1386] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:06 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1387] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:06 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => 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: 722/1388] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:31:06 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:06.742 8 INFO neutron.db.l3_hamode_db [None req-2eb31c75-1778-4064-82c6-13b602b0cff6 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 723/1389] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:31:06 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1279 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1390] 10.0.0.108 () {32 vars in 858 bytes} [Sat Apr 4 11:31:06 2026] GET /v2.0/floatingips?floating_network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750&port_id=a5de2b19-5c3a-4053-a0da-aeea107eb260 => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1391] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:05 2026] POST /v2.0/routers => generated 695 bytes in 2073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1392] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:07 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => 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: 669/1393] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:31:07 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1279 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1394] 10.0.0.160 () {34 vars in 1120 bytes} [Sat Apr 4 11:31:07 2026] GET /v2.0/security-groups?id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&id=323c1065-eec1-4103-9314-a05832b4aed4&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1395] 10.0.0.108 () {32 vars in 776 bytes} [Sat Apr 4 11:31:07 2026] GET /v2.0/subnets?project_id=ed8a25e796d749b69af99cbb30cd51c8&cidr=10.100.0.0%2F28 => generated 14 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1396] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:31:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1397] 10.0.0.108 () {32 vars in 784 bytes} [Sat Apr 4 11:31:07 2026] GET /v2.0/subnets?network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750&cidr=10.100.0.0%2F28 => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1398] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:07 2026] POST /v2.0/subnets => generated 657 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1399] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:08 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1400] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:31:08 2026] PUT /v2.0/routers/a5e7d74e-ec42-4843-a12c-e53615006f5e/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1401] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:31:09 2026] GET /v2.0/networks => generated 7956 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1402] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:31:09 2026] GET /v2.0/subnets => generated 6491 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1403] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:31:09 2026] GET /v2.0/networks?id=b6f2ee56-1db0-4a4f-aa83-38950b0e86a5 => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1404] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:31:09 2026] GET /v2.0/routers => generated 2906 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1405] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:31:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b72fbad525244edda158ff31c1173be1 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1406] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:09 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1407] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:31:09 2026] POST /v2.0/security-groups => generated 1673 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1408] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1409] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:31:09 2026] POST /v2.0/ports => generated 958 bytes in 395 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: 731/1410] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:10 2026] POST /v2.0/security-group-rules => generated 596 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1411] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:10 2026] GET /v2.0/security-groups?tenant_id=525e1a4ff98144be9285f78f0b280d23&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1412] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:10 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1413] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1414] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:10 2026] DELETE /v2.0/security-groups/12222a77-2ad0-4d08-9eed-3235fd6dd3dc => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1415] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:31:10 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1416] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:31:10 2026] PUT /v2.0/ports/312c8848-72fe-43e1-a970-ed4da8a291f0 => generated 1239 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:10.912 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c344df36-2ae8-4a06-9ff4-cd0d20c90e34'] response: {'name': 'network-changed', 'server_uuid': 'ba13a72e-2e45-41e2-8775-d04fa7a01b7f', 'tag': '312c8848-72fe-43e1-a970-ed4da8a291f0', '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: 685/1417] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1418] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:10 2026] GET /v2.0/security-groups?tenant_id=dd68b598a90646f9a133264084a98bde&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:11.040 8 INFO neutron.db.securitygroups_db [None req-a83cd765-3e6b-416f-8f1b-d20a54c5d19e defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Project ed8a25e796d749b69af99cbb30cd51c8 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: 734/1419] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:11 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1420] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:11 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) [pid: 8|app: 0|req: 687/1421] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:11 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&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: 735/1422] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:11 2026] DELETE /v2.0/security-groups/56ca0cd4-839d-44ac-9228-94d63c350e43 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:11.196 8 INFO neutron.db.securitygroups_db [None req-23147d1c-eee8-4de3-a426-fb5566d581fd defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Project ed8a25e796d749b69af99cbb30cd51c8 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: 688/1423] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1424] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:11 2026] GET /v2.0/ports?tenant_id=b72fbad525244edda158ff31c1173be1&device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1425] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:31:11 2026] GET /v2.0/networks?tenant_id=b72fbad525244edda158ff31c1173be1&shared=False => generated 765 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1426] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:31:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1427] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:31:11 2026] GET /v2.0/networks => generated 1298 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1428] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:11 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1010 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1429] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/security-groups?id=323c1065-eec1-4103-9314-a05832b4aed4&id=ef2ea486-17f8-4fc0-8383-c6cad8951f5d&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1430] 10.0.0.250 () {34 vars in 1098 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-150104056&fields=id&tenant_id=ed8a25e796d749b69af99cbb30cd51c8 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1431] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/networks?id=de3c904c-4e97-4845-96c1-5458ebf00889 => generated 661 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1432] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/quotas/ed8a25e796d749b69af99cbb30cd51c8 => generated 292 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1433] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1434] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&fields=id => generated 57 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1435] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&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: 8|app: 0|req: 694/1436] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?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: 743/1437] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?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: 8|app: 0|req: 695/1438] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 744/1439] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/ports?tenant_id=b72fbad525244edda158ff31c1173be1&device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1440] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=312c8848-72fe-43e1-a970-ed4da8a291f0 => 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: 745/1441] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/subnets?id=54011929-3303-4fd6-b18b-deb0202d0820 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1442] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/ports?network_id=b6f2ee56-1db0-4a4f-aa83-38950b0e86a5&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: 746/1443] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1444] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/networks/b6f2ee56-1db0-4a4f-aa83-38950b0e86a5?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: 699/1445] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:31:12 2026] GET /v2.0/networks/b6f2ee56-1db0-4a4f-aa83-38950b0e86a5?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) 2026-04-04 11:31:12.950 7 INFO neutron_taas.services.taas.taas_plugin [req-1e4dc1c4-ceda-4acd-9fb6-131ab8674422 req-db460553-5f89-4fbf-a97c-4b9d2add2cf4 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] TaaS: Handle Delete Port: a5de2b19-5c3a-4053-a0da-aeea107eb260 2026-04-04 11:31:12.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e4dc1c4-ceda-4acd-9fb6-131ab8674422 req-db460553-5f89-4fbf-a97c-4b9d2add2cf4 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] Tap Mirror: Handle Delete Port: a5de2b19-5c3a-4053-a0da-aeea107eb260 2026-04-04 11:31:13.098 7 INFO neutron.db.l3_db [req-1e4dc1c4-ceda-4acd-9fb6-131ab8674422 req-db460553-5f89-4fbf-a97c-4b9d2add2cf4 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] Floating IP 71b3893b-2068-408e-a762-b21c127d1e01 disassociated. External IP: 10.96.250.202, port: a5de2b19-5c3a-4053-a0da-aeea107eb260. 2026-04-04 11:31:13.458 8 INFO neutron.db.segments_db [None req-9845dcb8-49a9-4f07-899e-9009e6f461f8 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment 2608eaa6-9e9d-4a4f-abe5-72e0e02300a6 of type vxlan for network 24450599-4a0c-4cdb-81d0-14dc95902fd8 [pid: 7|app: 0|req: 747/1446] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:31:12 2026] DELETE /v2.0/ports/a5de2b19-5c3a-4053-a0da-aeea107eb260 => generated 0 bytes in 701 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1447] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:13 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1448] 10.0.0.108 () {34 vars in 671 bytes} [Sat Apr 4 11:31:13 2026] POST /v2.0/networks => generated 721 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1449] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:13 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:13.580 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f6c4cd5-33f0-45e7-952c-92cb8cc321cb'] response: {'server_uuid': 'a3d41309-2b3e-4bf5-b16b-80fe6059449b', 'name': 'network-vif-deleted', 'tag': 'a5de2b19-5c3a-4053-a0da-aeea107eb260', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 750/1450] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:13 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1451] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:13 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1452] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:13 2026] POST /v2.0/subnets => generated 687 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:13.808 7 INFO neutron.db.segments_db [None req-9e412187-54a8-47b3-956c-e03992dd04ab 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Added segment b2939182-3602-4fbf-ba64-2cdce6965d83 of type vxlan for network 8f2d3837-cc63-47d4-b606-62a27627e427 2026-04-04 11:31:14.057 7 INFO neutron.db.l3_hamode_db [None req-9e412187-54a8-47b3-956c-e03992dd04ab 1aacbe0af36e43ffa18f2d4a3dc0e111 074b16d1c239430294dc39e79af88649 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 702/1453] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:14 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:14.813 7 INFO neutron.db.l3_hamode_db [None req-9e412187-54a8-47b3-956c-e03992dd04ab 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 703/1454] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:14 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1455] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:14 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1456] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:14 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1457] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:15 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => 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: 707/1458] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:15 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 708/1459] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:15 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1460] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:16 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&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: 752/1461] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:13 2026] POST /v2.0/routers => generated 727 bytes in 2493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1462] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:16 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => 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: 754/1463] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:17 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 755/1464] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:17 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1465] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:31:17 2026] GET /v2.0/networks?id=de3c904c-4e97-4845-96c1-5458ebf00889 => generated 661 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1466] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:31:16 2026] PUT /v2.0/routers/02d93dd7-fcbc-4bd2-9382-2aa60ffec4c2/add_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1467] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:17 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&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: 711/1468] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:31:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ed8a25e796d749b69af99cbb30cd51c8 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1469] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:31:17 2026] POST /v2.0/ports => generated 958 bytes in 432 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: 761/1472] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:17 2026] GET /v2.0/ports?device_id=a3d41309-2b3e-4bf5-b16b-80fe6059449b => 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: 762/1473] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:18 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1474] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:18 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&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: 712/1475] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:31:17 2026] PUT /v2.0/ports/641b7d99-63db-464a-b6db-f1ef8e114cc9 => generated 1239 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:18.368 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0a86c3f-0d0e-4f7f-a2c8-b8b9d78b5f44'] response: {'name': 'network-changed', 'server_uuid': '9c846028-5c17-41e9-97bd-466c688ea93a', 'tag': '641b7d99-63db-464a-b6db-f1ef8e114cc9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 764/1476] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:18 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 975 bytes in 37 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: 713/1477] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:18 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&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: 765/1478] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:18 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1479] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:18 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:19.003 8 INFO neutron.db.l3_db [None req-7a126cd0-3fbd-4b54-86b9-9883e57303ae 404aec21caf646b99bf258103f04a01f b72fbad525244edda158ff31c1173be1 - - default default] Floating IP 25bd0339-1cfb-4636-92b7-bd712cee0a01 associated. External IP: 10.96.250.220, port: 312c8848-72fe-43e1-a970-ed4da8a291f0. [pid: 7|app: 0|req: 767/1480] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:31:18 2026] GET /v2.0/networks?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&shared=False => generated 757 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1481] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1482] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:19 2026] DELETE /v2.0/security-groups/323c1065-eec1-4103-9314-a05832b4aed4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:19.247 7 INFO neutron.api.v2.resource [None req-d3f23ce1-4e4b-4ad8-a60c-a18547e7eb94 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1483] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/security-groups/323c1065-eec1-4103-9314-a05832b4aed4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1484] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:31:18 2026] PUT /v2.0/floatingips/25bd0339-1cfb-4636-92b7-bd712cee0a01 => generated 856 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:19.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-5506c7f2-da09-4eb6-a192-daad23cad4fe 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] TaaS: Handle Delete Port: 083fb8d9-c76f-4dd9-9d66-739f98139b2d 2026-04-04 11:31:19.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5506c7f2-da09-4eb6-a192-daad23cad4fe 4cebbbc3fd5f44a5a63a3afe365b037c a473572249f842e89d72ddc2cbf0f124 - - default default] Tap Mirror: Handle Delete Port: 083fb8d9-c76f-4dd9-9d66-739f98139b2d [pid: 8|app: 0|req: 715/1485] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 973 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1486] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1487] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:31:19 2026] DELETE /v2.0/floatingips/71b3893b-2068-408e-a762-b21c127d1e01 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1488] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&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: 718/1489] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1490] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:19 2026] DELETE /v2.0/security-groups/ef2ea486-17f8-4fc0-8383-c6cad8951f5d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1491] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/networks?id=24450599-4a0c-4cdb-81d0-14dc95902fd8 => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1492] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/quotas/074b16d1c239430294dc39e79af88649 => 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: 774/1493] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/ports?tenant_id=074b16d1c239430294dc39e79af88649&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1494] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/networks/24450599-4a0c-4cdb-81d0-14dc95902fd8?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: 776/1495] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:19 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => 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: 777/1496] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/networks/24450599-4a0c-4cdb-81d0-14dc95902fd8?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: 778/1497] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1498] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1499] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=641b7d99-63db-464a-b6db-f1ef8e114cc9 => 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: 781/1500] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/subnets?id=22a4268c-2988-4a4e-8aa5-9b1a3ee51965 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:20.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-89b5fd9d-d2c9-4aea-8e26-a384319afa19 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: cf2dd40f-7fd5-478a-8512-4a2c306b8188 2026-04-04 11:31:20.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89b5fd9d-d2c9-4aea-8e26-a384319afa19 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: cf2dd40f-7fd5-478a-8512-4a2c306b8188 [pid: 7|app: 0|req: 782/1501] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => 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: 783/1502] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/ports?network_id=de3c904c-4e97-4845-96c1-5458ebf00889&device_owner=network%3Adhcp => 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: 784/1503] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1504] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:20.425 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddf12c94-d1a6-40a4-95c7-7b1ea05bf462'] response: {'name': 'network-changed', 'server_uuid': 'ba13a72e-2e45-41e2-8775-d04fa7a01b7f', 'tag': '312c8848-72fe-43e1-a970-ed4da8a291f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 786/1505] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1506] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1507] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:31:19 2026] PUT /v2.0/routers/754b96d7-696f-4a17-8061-bec180075bb8/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1508] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/ports?tenant_id=b72fbad525244edda158ff31c1173be1&device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => 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: 722/1509] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:31:20 2026] GET /v2.0/networks?id=b6f2ee56-1db0-4a4f-aa83-38950b0e86a5 => generated 765 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:21.083 7 INFO neutron_taas.services.taas.taas_plugin [None req-224a47f9-f01c-43e7-9b2d-4e55454fbaf3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 0d7c39df-c0b0-4d3f-8c26-75ae36ed691a 2026-04-04 11:31:21.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-224a47f9-f01c-43e7-9b2d-4e55454fbaf3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 0d7c39df-c0b0-4d3f-8c26-75ae36ed691a [pid: 8|app: 0|req: 723/1510] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=312c8848-72fe-43e1-a970-ed4da8a291f0 => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1511] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/subnets?id=54011929-3303-4fd6-b18b-deb0202d0820 => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1512] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/ports?network_id=b6f2ee56-1db0-4a4f-aa83-38950b0e86a5&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1513] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1514] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/networks/b6f2ee56-1db0-4a4f-aa83-38950b0e86a5?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: 728/1515] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&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: 729/1516] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:21.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-224a47f9-f01c-43e7-9b2d-4e55454fbaf3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 60868650-2dfa-48d3-b1b7-56ea51186a31 2026-04-04 11:31:21.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-224a47f9-f01c-43e7-9b2d-4e55454fbaf3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 60868650-2dfa-48d3-b1b7-56ea51186a31 [pid: 8|app: 0|req: 730/1517] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/networks/b6f2ee56-1db0-4a4f-aa83-38950b0e86a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:21.777 7 INFO neutron.services.segments.plugin [-] Segment f6c61033-a455-451b-8cba-ad4d128bf6ed resource provider aggregate not found 2026-04-04 11:31:21.787 7 INFO neutron.services.segments.plugin [-] Segment f6c61033-a455-451b-8cba-ad4d128bf6ed resource provider aggregate not found 2026-04-04 11:31:21.811 7 INFO neutron.services.segments.plugin [-] Segment f6c61033-a455-451b-8cba-ad4d128bf6ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6c61033-a455-451b-8cba-ad4d128bf6ed found for delete ", "request_id": "req-a2cb06b5-f701-400f-972b-3e80136e95f1"}]} 2026-04-04 11:31:21.815 7 INFO neutron.services.segments.plugin [-] Segment f6c61033-a455-451b-8cba-ad4d128bf6ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6c61033-a455-451b-8cba-ad4d128bf6ed found for delete ", "request_id": "req-0d1dc054-0dd7-4582-b9ff-3aca3037c77c"}]} 2026-04-04 11:31:21.837 7 INFO neutron.db.l3_hamode_db [None req-224a47f9-f01c-43e7-9b2d-4e55454fbaf3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 6c4614c6-9fcc-4a3a-a2f9-8abfd8ab2115 was deleted as no HA routers are present in tenant a473572249f842e89d72ddc2cbf0f124. [pid: 7|app: 0|req: 788/1518] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:20 2026] DELETE /v2.0/routers/754b96d7-696f-4a17-8061-bec180075bb8 => generated 0 bytes in 994 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1519] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1520] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:21 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1521] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:21 2026] DELETE /v2.0/subnets/ad7314e5-0095-4115-89d4-e1bcd084bd86 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:22.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-5678228b-0b7b-47e5-89e3-3f04800ac301 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 048a2712-d3ad-4963-b5f1-e97362df2797 2026-04-04 11:31:22.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5678228b-0b7b-47e5-89e3-3f04800ac301 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 048a2712-d3ad-4963-b5f1-e97362df2797 [pid: 7|app: 0|req: 791/1522] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:22 2026] DELETE /v2.0/networks/dc2a04a0-5cc0-46a9-8154-e57e253f443a => 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: 792/1523] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:31:22 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1524] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:22 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1525] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:22 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:22.626 7 INFO neutron_taas.services.taas.taas_plugin [req-a88ddc17-5232-4854-93e9-94b6109e0981 req-fbe4911c-bf8d-49f0-a9d7-124fbca4ef8b 404aec21caf646b99bf258103f04a01f b72fbad525244edda158ff31c1173be1 - - default default] TaaS: Handle Delete Port: 312c8848-72fe-43e1-a970-ed4da8a291f0 2026-04-04 11:31:22.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a88ddc17-5232-4854-93e9-94b6109e0981 req-fbe4911c-bf8d-49f0-a9d7-124fbca4ef8b 404aec21caf646b99bf258103f04a01f b72fbad525244edda158ff31c1173be1 - - default default] Tap Mirror: Handle Delete Port: 312c8848-72fe-43e1-a970-ed4da8a291f0 2026-04-04 11:31:22.718 7 INFO neutron.db.l3_db [req-a88ddc17-5232-4854-93e9-94b6109e0981 req-fbe4911c-bf8d-49f0-a9d7-124fbca4ef8b 404aec21caf646b99bf258103f04a01f b72fbad525244edda158ff31c1173be1 - - default default] Floating IP 25bd0339-1cfb-4636-92b7-bd712cee0a01 disassociated. External IP: 10.96.250.220, port: 312c8848-72fe-43e1-a970-ed4da8a291f0. 2026-04-04 11:31:22.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-506579ee-68e3-4f72-bd14-0f389ac38b91 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: acbb7750-94c6-4240-9220-16067860a830 2026-04-04 11:31:22.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-506579ee-68e3-4f72-bd14-0f389ac38b91 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: acbb7750-94c6-4240-9220-16067860a830 [pid: 7|app: 0|req: 795/1526] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:31:22 2026] DELETE /v2.0/ports/312c8848-72fe-43e1-a970-ed4da8a291f0 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1527] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:23 2026] GET /v2.0/security-groups?id=688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:23.053 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb2a89ad-26ef-4388-84b4-90a775d38670'] response: {'server_uuid': 'ba13a72e-2e45-41e2-8775-d04fa7a01b7f', 'name': 'network-vif-deleted', 'tag': '312c8848-72fe-43e1-a970-ed4da8a291f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 797/1528] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:23 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1529] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:23 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1530] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:31:22 2026] PUT /v2.0/routers/f2c41384-1d0e-4e07-9338-33990abe5b20/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:23.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-32f39885-78a3-46c1-8308-5d7f2f004943 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 7b21a7e3-4b6a-4288-9801-d8087d42ca27 2026-04-04 11:31:23.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f39885-78a3-46c1-8308-5d7f2f004943 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 7b21a7e3-4b6a-4288-9801-d8087d42ca27 [pid: 8|app: 0|req: 733/1531] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:23 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:23.841 7 INFO neutron.services.segments.plugin [-] Segment 71fa1a5d-8e46-4b43-95be-c082a52c9e9f resource provider aggregate not found 2026-04-04 11:31:23.847 7 INFO neutron.services.segments.plugin [-] Segment 71fa1a5d-8e46-4b43-95be-c082a52c9e9f resource provider aggregate not found 2026-04-04 11:31:23.857 7 INFO neutron.services.segments.plugin [-] Segment 71fa1a5d-8e46-4b43-95be-c082a52c9e9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fa1a5d-8e46-4b43-95be-c082a52c9e9f found for delete ", "request_id": "req-2c1bd749-bab5-42c4-a4a6-e766f5a8cee5"}]} 2026-04-04 11:31:23.869 7 INFO neutron.services.segments.plugin [-] Segment 71fa1a5d-8e46-4b43-95be-c082a52c9e9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fa1a5d-8e46-4b43-95be-c082a52c9e9f found for delete ", "request_id": "req-8e000fe6-c76c-49fc-816f-1c8c8ba99b72"}]} 2026-04-04 11:31:23.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-32f39885-78a3-46c1-8308-5d7f2f004943 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 0de4aa2c-3e71-4d44-89a9-c2aa3be26318 2026-04-04 11:31:23.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f39885-78a3-46c1-8308-5d7f2f004943 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 0de4aa2c-3e71-4d44-89a9-c2aa3be26318 [pid: 8|app: 0|req: 734/1532] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:24 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:24.223 7 INFO neutron.db.l3_hamode_db [None req-32f39885-78a3-46c1-8308-5d7f2f004943 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network ca0d1422-762a-45be-b7e3-d74723e540b1 was deleted as no HA routers are present in tenant 713934def52a4486ab3d6450e3a68d4c. [pid: 7|app: 0|req: 799/1533] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:23 2026] DELETE /v2.0/routers/f2c41384-1d0e-4e07-9338-33990abe5b20 => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1534] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:24 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1535] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:24 2026] DELETE /v2.0/subnets/04abca94-11c7-4fc6-aad6-a6af546b4c3c => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1536] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:24 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&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-04-04 11:31:24.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-160b3d2b-7f63-4f70-9abc-0a6a475b9900 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 18b819a1-9944-4ca8-bf15-09d3e36f8bf1 2026-04-04 11:31:24.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-160b3d2b-7f63-4f70-9abc-0a6a475b9900 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 18b819a1-9944-4ca8-bf15-09d3e36f8bf1 [pid: 7|app: 0|req: 802/1537] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:24 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:24.811 8 INFO neutron.services.segments.plugin [-] Segment ea4cf770-afea-40f1-bb83-afd899511b2d resource provider aggregate not found 2026-04-04 11:31:24.823 8 INFO neutron.services.segments.plugin [-] Segment ea4cf770-afea-40f1-bb83-afd899511b2d resource provider aggregate not found 2026-04-04 11:31:24.836 8 INFO neutron.services.segments.plugin [-] Segment ea4cf770-afea-40f1-bb83-afd899511b2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4cf770-afea-40f1-bb83-afd899511b2d found for delete ", "request_id": "req-7ca56505-66ae-4f69-88e1-f300c2382bc5"}]} [pid: 8|app: 0|req: 736/1538] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:24 2026] DELETE /v2.0/networks/fa4627d3-e59c-4e30-b806-bfb1d4b650de => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:24.859 8 INFO neutron.services.segments.plugin [-] Segment ea4cf770-afea-40f1-bb83-afd899511b2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4cf770-afea-40f1-bb83-afd899511b2d found for delete ", "request_id": "req-b5fe5a8c-201f-4435-b78d-5aef02c9327c"}]} [pid: 7|app: 0|req: 803/1539] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:25 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => 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: 737/1540] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:25 2026] GET /v2.0/security-groups?tenant_id=a473572249f842e89d72ddc2cbf0f124&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: 804/1541] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:25 2026] DELETE /v2.0/security-groups/45b33526-5cc6-4b95-a208-a82bdebeb26e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1542] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:25 2026] GET /v2.0/security-groups?tenant_id=713934def52a4486ab3d6450e3a68d4c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1543] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:25 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1544] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:25 2026] DELETE /v2.0/security-groups/039f491b-aa89-4c4b-80a2-b32885526691 => 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: 739/1545] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:25 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1546] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:25 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:25.898 7 INFO neutron.services.segments.plugin [-] Segment 1dcd97f9-2791-44e6-9d0e-13ab0dee2777 resource provider aggregate not found 2026-04-04 11:31:25.904 7 INFO neutron.services.segments.plugin [-] Segment 1dcd97f9-2791-44e6-9d0e-13ab0dee2777 resource provider aggregate not found 2026-04-04 11:31:25.911 7 INFO neutron.services.segments.plugin [-] Segment 1dcd97f9-2791-44e6-9d0e-13ab0dee2777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dcd97f9-2791-44e6-9d0e-13ab0dee2777 found for delete ", "request_id": "req-cfdb6bfa-2652-4fad-8d53-ddb2abfc6a8d"}]} 2026-04-04 11:31:25.923 7 INFO neutron.services.segments.plugin [-] Segment 1dcd97f9-2791-44e6-9d0e-13ab0dee2777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dcd97f9-2791-44e6-9d0e-13ab0dee2777 found for delete ", "request_id": "req-d6e2d666-e5ed-4103-9f71-8fd60bf465d4"}]} [pid: 8|app: 0|req: 740/1547] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:31:25 2026] GET /v2.0/networks?id=24450599-4a0c-4cdb-81d0-14dc95902fd8 => generated 672 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1548] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:26 2026] GET /v2.0/ports?device_id=ba13a72e-2e45-41e2-8775-d04fa7a01b7f => 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: 808/1549] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:31:25 2026] POST /v2.0/ports => generated 954 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 809/1550] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:26 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1551] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:26 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1552] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:31:26 2026] PUT /v2.0/ports/10e4c87d-f59b-48e0-852d-661845f8c98c => generated 1235 bytes in 526 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: 811/1553] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:26 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1554] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:26 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 812/1555] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:26 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1556] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:26 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:27.063 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-319748c9-c1e0-449f-92e5-c33032fe2000'] response: {'name': 'network-changed', 'server_uuid': 'fd32dfbc-43af-416d-9742-140c5ff8f023', 'tag': '10e4c87d-f59b-48e0-852d-661845f8c98c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 813/1557] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:31:27 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1558] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:27 2026] DELETE /v2.0/security-groups/688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1559] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:27 2026] GET /v2.0/ports?tenant_id=074b16d1c239430294dc39e79af88649&device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:27.625 7 INFO neutron.api.v2.resource [None req-da425def-aeb4-42f9-9fb7-a73ab3085d65 404aec21caf646b99bf258103f04a01f b72fbad525244edda158ff31c1173be1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 816/1560] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:31:27 2026] GET /v2.0/security-groups/688ca161-d37d-4cbf-a6a5-0ed8e5f3dca3 => 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: 817/1561] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:31:27 2026] GET /v2.0/networks?tenant_id=074b16d1c239430294dc39e79af88649&shared=False => generated 768 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:27.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee250281-45d1-4dc8-80c7-7c71b1b7fd47 404aec21caf646b99bf258103f04a01f b72fbad525244edda158ff31c1173be1 - - default default] TaaS: Handle Delete Port: 465072bb-32c6-4a5e-99ae-8c38214ebb9c 2026-04-04 11:31:27.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee250281-45d1-4dc8-80c7-7c71b1b7fd47 404aec21caf646b99bf258103f04a01f b72fbad525244edda158ff31c1173be1 - - default default] Tap Mirror: Handle Delete Port: 465072bb-32c6-4a5e-99ae-8c38214ebb9c 2026-04-04 11:31:27.883 8 INFO neutron.db.l3_db [None req-0b5b2640-0892-4b46-a2b6-572de213edb3 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Floating IP a54d56af-7281-434e-8c65-21c1d69d5cb4 associated. External IP: 10.96.250.212, port: 641b7d99-63db-464a-b6db-f1ef8e114cc9. [pid: 7|app: 0|req: 818/1562] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:31:27 2026] DELETE /v2.0/floatingips/25bd0339-1cfb-4636-92b7-bd712cee0a01 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1563] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:31:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1564] 10.0.0.108 () {34 vars in 677 bytes} [Sat Apr 4 11:31:27 2026] POST /v2.0/floatingips => generated 856 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1565] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:28 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:28.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-50d70c12-d6ee-4f4f-88fd-9dcc5ba3fa4e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 30a840a0-58ab-45f1-9d33-ae4a2cccef4c 2026-04-04 11:31:28.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50d70c12-d6ee-4f4f-88fd-9dcc5ba3fa4e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 30a840a0-58ab-45f1-9d33-ae4a2cccef4c [pid: 8|app: 0|req: 747/1566] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:28 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1567] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:28 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&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: 820/1568] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:31:27 2026] PUT /v2.0/routers/39b09563-ec85-44a0-9cb7-71d569c9dd3a/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1569] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/ports?tenant_id=074b16d1c239430294dc39e79af88649&device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1570] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=10e4c87d-f59b-48e0-852d-661845f8c98c => 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: 823/1571] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/subnets?id=d8b14ec3-551c-4ec1-b906-c7e60c5340dc => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:29.121 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b0f187b-8179-4717-beb5-c7da39babbdd'] response: {'name': 'network-changed', 'server_uuid': '9c846028-5c17-41e9-97bd-466c688ea93a', 'tag': '641b7d99-63db-464a-b6db-f1ef8e114cc9', 'status': 'completed', 'code': 200} 2026-04-04 11:31:29.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-daecb130-320f-429b-9f00-c645a1f592e9 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 1abd01cf-d664-4d19-b674-f69b80b41b2b 2026-04-04 11:31:29.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daecb130-320f-429b-9f00-c645a1f592e9 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 1abd01cf-d664-4d19-b674-f69b80b41b2b [pid: 7|app: 0|req: 824/1572] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/ports?network_id=24450599-4a0c-4cdb-81d0-14dc95902fd8&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1573] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/networks/24450599-4a0c-4cdb-81d0-14dc95902fd8?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1574] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/networks/24450599-4a0c-4cdb-81d0-14dc95902fd8?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-04-04 11:31:29.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-daecb130-320f-429b-9f00-c645a1f592e9 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: bf8027da-861e-4729-9125-3523e7826dc6 2026-04-04 11:31:29.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daecb130-320f-429b-9f00-c645a1f592e9 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: bf8027da-861e-4729-9125-3523e7826dc6 [pid: 7|app: 0|req: 827/1575] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1576] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1577] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&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: 830/1578] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1579] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/networks?id=de3c904c-4e97-4845-96c1-5458ebf00889 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1580] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=641b7d99-63db-464a-b6db-f1ef8e114cc9 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:29.769 8 INFO neutron.services.segments.plugin [-] Segment 020ab582-c4c3-448f-b390-cde03dd45d3a resource provider aggregate not found 2026-04-04 11:31:29.772 8 INFO neutron.services.segments.plugin [-] Segment 020ab582-c4c3-448f-b390-cde03dd45d3a resource provider aggregate not found 2026-04-04 11:31:29.787 8 INFO neutron.services.segments.plugin [-] Segment 020ab582-c4c3-448f-b390-cde03dd45d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 020ab582-c4c3-448f-b390-cde03dd45d3a found for delete ", "request_id": "req-9860c2af-63ad-4a5f-8d2c-924f3bec7044"}]} 2026-04-04 11:31:29.788 8 INFO neutron.db.l3_hamode_db [None req-daecb130-320f-429b-9f00-c645a1f592e9 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 49f55248-c5be-4d91-9fd8-092a9965e4bb was deleted as no HA routers are present in tenant b72fbad525244edda158ff31c1173be1. [pid: 8|app: 0|req: 749/1581] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:28 2026] DELETE /v2.0/routers/39b09563-ec85-44a0-9cb7-71d569c9dd3a => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:29.794 8 INFO neutron.services.segments.plugin [-] Segment 020ab582-c4c3-448f-b390-cde03dd45d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 020ab582-c4c3-448f-b390-cde03dd45d3a found for delete ", "request_id": "req-61144f4d-5792-4033-bd17-b0eda57e2ac9"}]} [pid: 7|app: 0|req: 833/1582] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/subnets?id=22a4268c-2988-4a4e-8aa5-9b1a3ee51965 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1583] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/ports?network_id=de3c904c-4e97-4845-96c1-5458ebf00889&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1584] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1585] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:29 2026] DELETE /v2.0/subnets/54011929-3303-4fd6-b18b-deb0202d0820 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1586] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:31:29 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?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) 2026-04-04 11:31:30.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-a44d3cc1-0aa7-41ab-b02a-8cce5d90f899 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 8b52c8b9-320c-4442-b7c7-8d3fd1e20d1d 2026-04-04 11:31:30.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a44d3cc1-0aa7-41ab-b02a-8cce5d90f899 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 8b52c8b9-320c-4442-b7c7-8d3fd1e20d1d [pid: 8|app: 0|req: 751/1587] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:29 2026] DELETE /v2.0/networks/b6f2ee56-1db0-4a4f-aa83-38950b0e86a5 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1588] 10.0.0.108 () {34 vars in 678 bytes} [Sat Apr 4 11:31:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1589] 10.0.0.108 () {34 vars in 678 bytes} [Sat Apr 4 11:31:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1590] 10.0.0.108 () {34 vars in 678 bytes} [Sat Apr 4 11:31:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1591] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:30 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1592] 10.0.0.108 () {34 vars in 678 bytes} [Sat Apr 4 11:31:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1593] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:30 2026] GET /v2.0/security-groups?tenant_id=b72fbad525244edda158ff31c1173be1&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1594] 10.0.0.108 () {34 vars in 678 bytes} [Sat Apr 4 11:31:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1595] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:31:30 2026] PUT /v2.0/policies/ed7ddd41-e402-43ef-aab7-f2dd6431afef/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: 755/1596] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:30 2026] DELETE /v2.0/security-groups/9c32585d-9cf6-4dd5-ae9b-4b6e222a9a18 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1597] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:31:30 2026] PUT /v2.0/policies/6ddf1211-5f5e-44bc-ab6c-cfe4843517e6/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1598] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:31:30 2026] PUT /v2.0/policies/3f06c6c1-1369-49da-b55b-3c3ec6904137/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: 843/1599] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:30 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => 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: 757/1600] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:31:30 2026] PUT /v2.0/policies/87d48f8a-8f21-468a-bc0b-a9975c905f6e/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1601] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:30 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1602] 10.0.0.108 () {32 vars in 674 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1603] 10.0.0.108 () {32 vars in 688 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1604] 10.0.0.108 () {32 vars in 684 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1605] 10.0.0.108 () {32 vars in 696 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1606] 10.0.0.108 () {32 vars in 682 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1607] 10.0.0.108 () {32 vars in 696 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1608] 10.0.0.108 () {32 vars in 692 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1609] 10.0.0.108 () {32 vars in 704 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:31.821 8 INFO neutron.services.segments.plugin [-] Segment c1e1dd00-24f3-4b53-bb0e-8db03c7b2116 resource provider aggregate not found 2026-04-04 11:31:31.824 8 INFO neutron.services.segments.plugin [-] Segment c1e1dd00-24f3-4b53-bb0e-8db03c7b2116 resource provider aggregate not found [pid: 7|app: 0|req: 849/1610] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:31:31 2026] DELETE /v2.0/qos/policies/ed7ddd41-e402-43ef-aab7-f2dd6431afef => 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: 762/1611] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:31.848 8 INFO neutron.services.segments.plugin [-] Segment c1e1dd00-24f3-4b53-bb0e-8db03c7b2116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1e1dd00-24f3-4b53-bb0e-8db03c7b2116 found for delete ", "request_id": "req-0b3606e0-9dd7-4555-aeb8-850a33921bef"}]} 2026-04-04 11:31:31.861 8 INFO neutron.services.segments.plugin [-] Segment c1e1dd00-24f3-4b53-bb0e-8db03c7b2116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1e1dd00-24f3-4b53-bb0e-8db03c7b2116 found for delete ", "request_id": "req-420b36fc-034b-4137-b802-aabb86c650ff"}]} [pid: 7|app: 0|req: 850/1612] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:31:31 2026] DELETE /v2.0/qos/policies/6ddf1211-5f5e-44bc-ab6c-cfe4843517e6 => 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: 763/1613] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:31 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1614] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:31:31 2026] DELETE /v2.0/qos/policies/3f06c6c1-1369-49da-b55b-3c3ec6904137 => 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: 764/1615] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:31:31 2026] DELETE /v2.0/qos/policies/87d48f8a-8f21-468a-bc0b-a9975c905f6e => 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: 852/1616] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:31:32 2026] DELETE /v2.0/qos/policies/972b967d-380d-44bc-a454-7b10ff360b1d => 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: 766/1619] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:33 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1620] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:33 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&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: 854/1621] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:33 2026] GET /v2.0/security-groups?tenant_id=c7de649042bd41628dc607a4e7fa5e67&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1622] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:33 2026] DELETE /v2.0/security-groups/ba50113d-e30a-48c9-b8da-5cd298c2f4c7 => 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: 855/1623] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:33 2026] GET /v2.0/security-groups?tenant_id=1612ec5498f04e8ba3c6b810b00a23e6&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1624] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:33 2026] DELETE /v2.0/security-groups/124f2e30-10cb-45cb-8f63-889101730a26 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1625] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:34 2026] GET /v2.0/security-groups?tenant_id=881b5b863f274367a70ce92fccaa2ff9&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1626] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:34 2026] DELETE /v2.0/security-groups/8d3fb7ef-0445-45a8-8ff5-b1e66ad41cca => 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: 857/1627] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:34 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1628] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:34 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&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: 858/1629] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:34 2026] GET /v2.0/security-groups?tenant_id=6b152e39ceda4390bbd2d143b1aa755c&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1630] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:34 2026] DELETE /v2.0/security-groups/b908d7de-02e0-4b9c-bbe2-d5b1cf987541 => 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: 859/1631] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:35 2026] GET /v2.0/security-groups?tenant_id=75c251971bfa4199922f0121a6b051c2&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: 860/1632] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:35 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => 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: 773/1633] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:35 2026] DELETE /v2.0/security-groups/910336e6-7d09-486e-b5f8-525dd4632eed => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1634] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:35 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1635] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:36 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1636] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:36 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1637] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:31:37 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1638] 10.0.0.160 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:37 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&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: 864/1639] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:37 2026] GET /v2.0/security-groups?tenant_id=df52fc38ede94cf385321722ac6008aa&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1640] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:38 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1641] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:38 2026] DELETE /v2.0/security-groups/2ef11524-b34d-4dfb-9306-75741f78fac0 => 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: 867/1642] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:38 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1643] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:31:37 2026] POST /v2.0/floatingips => generated 552 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1644] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:31:38 2026] PUT /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1645] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:38 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1646] 10.0.0.108 () {34 vars in 770 bytes} [Sat Apr 4 11:31:38 2026] PUT /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1647] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:38 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1648] 10.0.0.108 () {34 vars in 766 bytes} [Sat Apr 4 11:31:38 2026] PUT /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/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: 779/1649] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:38 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1650] 10.0.0.108 () {34 vars in 788 bytes} [Sat Apr 4 11:31:38 2026] PUT /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1651] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:38 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1652] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:31:38 2026] PUT /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1653] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:38 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1654] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:31:39 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:39.124 8 INFO neutron.api.v2.resource [None req-9b1f40fb-6b00-4a47-bb46-7d31e0aba8ec 4cc79b06cfdd4176bd5776abb13b50c5 7f4d4caef8cd41deaf9912dc1033d13a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1655] 10.0.0.108 () {32 vars in 751 bytes} [Sat Apr 4 11:31:39 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1656] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:31:39 2026] DELETE /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1657] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:39 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:39.281 7 INFO neutron.api.v2.resource [None req-7f35c11d-b1f8-4024-8fbe-b99b692d79ac 4cc79b06cfdd4176bd5776abb13b50c5 7f4d4caef8cd41deaf9912dc1033d13a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1658] 10.0.0.108 () {32 vars in 754 bytes} [Sat Apr 4 11:31:39 2026] DELETE /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1659] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:31:39 2026] DELETE /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1660] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:31:39 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1661] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:39 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1662] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:39 2026] GET /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1663] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:39 2026] GET /v2.0/security-groups?id=71f4b35b-e75c-4302-b08a-f2ee0cf3e925&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-04-04 11:31:39.509 8 INFO neutron_taas.services.taas.taas_plugin [req-89fe7f91-a6a9-492d-b8df-231cdfb862a5 req-898876f8-3e9a-4d6d-80ac-c5ccfbf4014c ef869716d79c4c35a19c03cfd5b09b0b 074b16d1c239430294dc39e79af88649 - - default default] TaaS: Handle Delete Port: 10e4c87d-f59b-48e0-852d-661845f8c98c 2026-04-04 11:31:39.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89fe7f91-a6a9-492d-b8df-231cdfb862a5 req-898876f8-3e9a-4d6d-80ac-c5ccfbf4014c ef869716d79c4c35a19c03cfd5b09b0b 074b16d1c239430294dc39e79af88649 - - default default] Tap Mirror: Handle Delete Port: 10e4c87d-f59b-48e0-852d-661845f8c98c 2026-04-04 11:31:39.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-c71a3414-ce2a-4c46-8a97-822ba1b1cd29 4cc79b06cfdd4176bd5776abb13b50c5 7f4d4caef8cd41deaf9912dc1033d13a - - default default] TaaS: Handle Delete Port: 60a314f8-4ec6-41f8-b558-2aef5da81678 2026-04-04 11:31:39.578 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c71a3414-ce2a-4c46-8a97-822ba1b1cd29 4cc79b06cfdd4176bd5776abb13b50c5 7f4d4caef8cd41deaf9912dc1033d13a - - default default] Tap Mirror: Handle Delete Port: 60a314f8-4ec6-41f8-b558-2aef5da81678 [pid: 7|app: 0|req: 879/1664] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:31:39 2026] DELETE /v2.0/floatingips/8526b83e-db88-49dd-9b7c-8d0e43c862e9 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1665] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:31:39 2026] DELETE /v2.0/ports/10e4c87d-f59b-48e0-852d-661845f8c98c => generated 0 bytes in 734 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:40.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df9b6724-fad5-4dda-8978-2fa5c6329771'] response: {'server_uuid': 'fd32dfbc-43af-416d-9742-140c5ff8f023', 'name': 'network-vif-deleted', 'tag': '10e4c87d-f59b-48e0-852d-661845f8c98c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 880/1666] 10.0.0.108 () {32 vars in 653 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions => generated 21537 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1667] 10.0.0.108 () {32 vars in 681 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1668] 10.0.0.108 () {32 vars in 681 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1669] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1670] 10.0.0.108 () {32 vars in 665 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1671] 10.0.0.108 () {32 vars in 699 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1672] 10.0.0.108 () {32 vars in 697 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1673] 10.0.0.108 () {32 vars in 701 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1674] 10.0.0.108 () {32 vars in 689 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 791/1675] 10.0.0.108 () {32 vars in 703 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1676] 10.0.0.108 () {32 vars in 693 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1677] 10.0.0.108 () {32 vars in 695 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1678] 10.0.0.108 () {32 vars in 685 bytes} [Sat Apr 4 11:31:40 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: 793/1679] 10.0.0.108 () {32 vars in 687 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1680] 10.0.0.108 () {32 vars in 661 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1681] 10.0.0.108 () {32 vars in 699 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1682] 10.0.0.108 () {32 vars in 679 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1683] 10.0.0.108 () {32 vars in 683 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1684] 10.0.0.108 () {32 vars in 675 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1685] 10.0.0.108 () {32 vars in 689 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1686] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1687] 10.0.0.108 () {32 vars in 687 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1688] 10.0.0.108 () {32 vars in 669 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1689] 10.0.0.108 () {32 vars in 687 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1690] 10.0.0.108 () {32 vars in 681 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1691] 10.0.0.108 () {32 vars in 699 bytes} [Sat Apr 4 11:31:40 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: 7|app: 0|req: 897/1692] 10.0.0.108 () {32 vars in 679 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1693] 10.0.0.108 () {32 vars in 667 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1694] 10.0.0.108 () {32 vars in 677 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1695] 10.0.0.108 () {32 vars in 665 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1696] 10.0.0.108 () {32 vars in 675 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1697] 10.0.0.108 () {32 vars in 713 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1698] 10.0.0.108 () {32 vars in 691 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1699] 10.0.0.108 () {32 vars in 683 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1700] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => 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: 906/1701] 10.0.0.108 () {32 vars in 669 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1702] 10.0.0.108 () {32 vars in 687 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1703] 10.0.0.108 () {32 vars in 705 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1704] 10.0.0.108 () {32 vars in 675 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1705] 10.0.0.108 () {32 vars in 701 bytes} [Sat Apr 4 11:31:40 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: 911/1706] 10.0.0.108 () {32 vars in 675 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1707] 10.0.0.108 () {32 vars in 693 bytes} [Sat Apr 4 11:31:40 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: 913/1708] 10.0.0.108 () {32 vars in 689 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1709] 10.0.0.108 () {32 vars in 709 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1710] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/security-groups?tenant_id=78a77bdf05124a65b414d2b6081b30bc&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1711] 10.0.0.108 () {32 vars in 705 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1712] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 798/1713] 10.0.0.108 () {32 vars in 697 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1714] 10.0.0.108 () {32 vars in 711 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1715] 10.0.0.108 () {32 vars in 669 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1716] 10.0.0.108 () {32 vars in 687 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 802/1717] 10.0.0.108 () {32 vars in 681 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 803/1718] 10.0.0.108 () {32 vars in 675 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1719] 10.0.0.108 () {32 vars in 671 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 805/1720] 10.0.0.108 () {32 vars in 661 bytes} [Sat Apr 4 11:31:40 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: 806/1721] 10.0.0.108 () {32 vars in 699 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 807/1722] 10.0.0.108 () {32 vars in 699 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1723] 10.0.0.108 () {32 vars in 677 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1724] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:40 2026] DELETE /v2.0/security-groups/be729aa7-e9e1-4581-9a56-da735f93add1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1725] 10.0.0.108 () {32 vars in 669 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1726] 10.0.0.108 () {32 vars in 683 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1727] 10.0.0.108 () {32 vars in 701 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1728] 10.0.0.108 () {32 vars in 685 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1729] 10.0.0.108 () {32 vars in 707 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1730] 10.0.0.108 () {32 vars in 669 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1731] 10.0.0.108 () {32 vars in 697 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1732] 10.0.0.108 () {32 vars in 695 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1733] 10.0.0.108 () {32 vars in 685 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1734] 10.0.0.108 () {32 vars in 689 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1735] 10.0.0.108 () {32 vars in 705 bytes} [Sat Apr 4 11:31:40 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: 816/1736] 10.0.0.108 () {32 vars in 667 bytes} [Sat Apr 4 11:31:40 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: 817/1737] 10.0.0.108 () {32 vars in 681 bytes} [Sat Apr 4 11:31:40 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: 818/1738] 10.0.0.108 () {32 vars in 681 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 819/1739] 10.0.0.108 () {32 vars in 691 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1740] 10.0.0.108 () {32 vars in 691 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1741] 10.0.0.108 () {32 vars in 695 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1742] 10.0.0.108 () {32 vars in 685 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1743] 10.0.0.108 () {32 vars in 689 bytes} [Sat Apr 4 11:31:40 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: 824/1744] 10.0.0.108 () {32 vars in 701 bytes} [Sat Apr 4 11:31:40 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: 825/1745] 10.0.0.108 () {32 vars in 703 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1746] 10.0.0.108 () {32 vars in 713 bytes} [Sat Apr 4 11:31:40 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: 8|app: 0|req: 827/1747] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1748] 10.0.0.108 () {32 vars in 715 bytes} [Sat Apr 4 11:31:40 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: 829/1749] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1750] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/security-groups?tenant_id=7f4d4caef8cd41deaf9912dc1033d13a&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1751] 10.0.0.108 () {32 vars in 741 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1752] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1753] 10.0.0.108 () {32 vars in 683 bytes} [Sat Apr 4 11:31:40 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: 924/1754] 10.0.0.108 () {32 vars in 669 bytes} [Sat Apr 4 11:31:40 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: 925/1755] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1756] 10.0.0.108 () {32 vars in 679 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1757] 10.0.0.108 () {32 vars in 669 bytes} [Sat Apr 4 11:31:40 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1758] 10.0.0.108 () {32 vars in 697 bytes} [Sat Apr 4 11:31:40 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: 929/1759] 10.0.0.108 () {32 vars in 705 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1760] 10.0.0.108 () {32 vars in 701 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1761] 10.0.0.108 () {32 vars in 701 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1762] 10.0.0.108 () {32 vars in 683 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1763] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:40 2026] DELETE /v2.0/security-groups/18146d55-49aa-4439-ad12-bfc8b827fcce => 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: 933/1764] 10.0.0.108 () {32 vars in 705 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1765] 10.0.0.108 () {32 vars in 695 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1766] 10.0.0.108 () {32 vars in 689 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1767] 10.0.0.108 () {32 vars in 697 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1768] 10.0.0.108 () {32 vars in 679 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1769] 10.0.0.108 () {32 vars in 689 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1770] 10.0.0.108 () {32 vars in 701 bytes} [Sat Apr 4 11:31:41 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: 835/1771] 10.0.0.108 () {32 vars in 665 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1772] 10.0.0.108 () {32 vars in 681 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1773] 10.0.0.108 () {32 vars in 677 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1774] 10.0.0.108 () {32 vars in 693 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1775] 10.0.0.108 () {32 vars in 677 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1776] 10.0.0.108 () {32 vars in 667 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1777] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1778] 10.0.0.108 () {32 vars in 675 bytes} [Sat Apr 4 11:31:41 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: 839/1779] 10.0.0.108 () {32 vars in 687 bytes} [Sat Apr 4 11:31:41 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: 7|app: 0|req: 941/1780] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => 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: 840/1781] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:41 2026] GET /v2.0/security-groups?tenant_id=2091b36a24f54f93b14e4e7a58d1a3d1&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1782] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:41 2026] DELETE /v2.0/security-groups/55df0ce2-0cfe-48f6-8f79-0cecaa248fff => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1783] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:42 2026] GET /v2.0/ports?device_id=fd32dfbc-43af-416d-9742-140c5ff8f023 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:44.163 7 INFO neutron.db.segments_db [None req-31dcc373-c8a6-46dd-b8c9-d48fe226b960 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Added segment 66e241d7-cb74-4f1c-97c6-5eda7279abbc of type vxlan for network d2cb00a5-6b6a-42fb-bfae-419a1f79d5e8 [pid: 7|app: 0|req: 943/1784] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:31:43 2026] POST /v2.0/networks => generated 631 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:44.469 7 INFO neutron.db.segments_db [None req-496bc066-091a-4a72-83ac-50cee566bacf 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] Added segment a2d4fa81-270c-4144-bbe5-41d256ededdd of type vxlan for network 03be31ec-a388-4cf1-9008-0bbe0c6db549 [pid: 8|app: 0|req: 842/1785] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:44 2026] POST /v2.0/subnets => generated 627 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:44.555 8 INFO neutron.db.segments_db [None req-79beab79-612f-40d7-ba1e-ef4f66b6deab e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Added segment 693d0982-f175-497b-9055-0b0e26aee6b3 of type vxlan for network 0384b5e1-c294-4661-806e-17e0de67c1ec 2026-04-04 11:31:44.722 7 INFO neutron.db.l3_hamode_db [None req-496bc066-091a-4a72-83ac-50cee566bacf 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:31:44.827 8 INFO neutron.db.l3_hamode_db [None req-79beab79-612f-40d7-ba1e-ef4f66b6deab e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:31:44.837 7 INFO neutron.db.l3_hamode_db [None req-496bc066-091a-4a72-83ac-50cee566bacf 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 944/1786] 10.0.0.108 () {34 vars in 668 bytes} [Sat Apr 4 11:31:44 2026] POST /v2.0/routers => generated 474 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:45.541 8 INFO neutron.db.l3_hamode_db [None req-79beab79-612f-40d7-ba1e-ef4f66b6deab e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:31:45.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-99e5587d-ae7b-47d7-8151-f6b0c357afa1 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 63f1c03d-3b53-460d-b34e-1925f2148abf 2026-04-04 11:31:45.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99e5587d-ae7b-47d7-8151-f6b0c357afa1 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 63f1c03d-3b53-460d-b34e-1925f2148abf [pid: 7|app: 0|req: 945/1787] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:31:45 2026] PUT /v2.0/routers/02d93dd7-fcbc-4bd2-9382-2aa60ffec4c2/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1788] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:31:44 2026] POST /v2.0/routers => generated 695 bytes in 1893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1789] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:31:46 2026] PUT /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1790] 10.0.0.108 () {32 vars in 826 bytes} [Sat Apr 4 11:31:46 2026] GET /v2.0/ports?project_id=ed8a25e796d749b69af99cbb30cd51c8&network_id=de3c904c-4e97-4845-96c1-5458ebf00889 => generated 3695 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:46.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-712763ab-4149-43f9-906b-f8cf84761c99 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 154a63de-f42b-4a65-9b7a-94fe9ac2ccc2 2026-04-04 11:31:46.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-712763ab-4149-43f9-906b-f8cf84761c99 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 154a63de-f42b-4a65-9b7a-94fe9ac2ccc2 2026-04-04 11:31:46.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-712763ab-4149-43f9-906b-f8cf84761c99 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: d74c52e1-f8a6-4a3c-a3f2-7845fa6f0196 2026-04-04 11:31:46.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-712763ab-4149-43f9-906b-f8cf84761c99 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: d74c52e1-f8a6-4a3c-a3f2-7845fa6f0196 2026-04-04 11:31:47.338 7 INFO neutron.services.segments.plugin [-] Segment b2939182-3602-4fbf-ba64-2cdce6965d83 resource provider aggregate not found 2026-04-04 11:31:47.343 7 INFO neutron.services.segments.plugin [-] Segment b2939182-3602-4fbf-ba64-2cdce6965d83 resource provider aggregate not found 2026-04-04 11:31:47.359 7 INFO neutron.services.segments.plugin [-] Segment b2939182-3602-4fbf-ba64-2cdce6965d83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2939182-3602-4fbf-ba64-2cdce6965d83 found for delete ", "request_id": "req-e4af793d-c774-4042-9b30-a9c2c5e0c023"}]} 2026-04-04 11:31:47.364 7 INFO neutron.services.segments.plugin [-] Segment b2939182-3602-4fbf-ba64-2cdce6965d83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2939182-3602-4fbf-ba64-2cdce6965d83 found for delete ", "request_id": "req-5bb49d7b-52b5-4898-b780-9ee3650c3d9e"}]} 2026-04-04 11:31:47.369 7 INFO neutron.db.l3_hamode_db [None req-712763ab-4149-43f9-906b-f8cf84761c99 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] HA network 8f2d3837-cc63-47d4-b606-62a27627e427 was deleted as no HA routers are present in tenant 074b16d1c239430294dc39e79af88649. [pid: 7|app: 0|req: 947/1791] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:46 2026] DELETE /v2.0/routers/02d93dd7-fcbc-4bd2-9382-2aa60ffec4c2 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1792] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:31:47 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1793] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:31:47 2026] GET /v2.0/subnets?network_id=67e9ab69-01fc-45fc-bb44-81edb47f9750 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1794] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:47 2026] DELETE /v2.0/subnets/d8b14ec3-551c-4ec1-b906-c7e60c5340dc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1795] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:31:46 2026] PUT /v2.0/routers/c52f2464-136d-4c79-88bc-26dfdfcb7e60/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1796] 10.0.0.108 () {34 vars in 762 bytes} [Sat Apr 4 11:31:47 2026] PUT /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags/green => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-04 11:31:47.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-025ac9d4-edf3-4c59-9aed-61ee7ba557ec 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: e332c13b-7009-4d85-a19c-5123c163b219 2026-04-04 11:31:47.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-025ac9d4-edf3-4c59-9aed-61ee7ba557ec 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: e332c13b-7009-4d85-a19c-5123c163b219 2026-04-04 11:31:47.867 7 INFO neutron.db.l3_db [None req-9bbb9158-767a-4fc7-ba60-58b76a559062 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Floating IP a54d56af-7281-434e-8c65-21c1d69d5cb4 disassociated. External IP: 10.96.250.212, port: 641b7d99-63db-464a-b6db-f1ef8e114cc9. 2026-04-04 11:31:47.993 8 INFO neutron.services.segments.plugin [-] Segment 2608eaa6-9e9d-4a4f-abe5-72e0e02300a6 resource provider aggregate not found 2026-04-04 11:31:47.995 8 INFO neutron.services.segments.plugin [-] Segment 2608eaa6-9e9d-4a4f-abe5-72e0e02300a6 resource provider aggregate not found 2026-04-04 11:31:48.012 8 INFO neutron.services.segments.plugin [-] Segment 2608eaa6-9e9d-4a4f-abe5-72e0e02300a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2608eaa6-9e9d-4a4f-abe5-72e0e02300a6 found for delete ", "request_id": "req-9ac2c3d9-7966-4a23-8d8f-ec329b3e71d6"}]} 2026-04-04 11:31:48.018 8 INFO neutron.services.segments.plugin [-] Segment 2608eaa6-9e9d-4a4f-abe5-72e0e02300a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2608eaa6-9e9d-4a4f-abe5-72e0e02300a6 found for delete ", "request_id": "req-fccf4fb8-fdd4-4fb5-8bb9-a21c6abadd9d"}]} [pid: 8|app: 0|req: 846/1797] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:47 2026] DELETE /v2.0/networks/24450599-4a0c-4cdb-81d0-14dc95902fd8 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1798] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:31:47 2026] PUT /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 554 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:48.183 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0febe99e-2c32-4b55-8a9b-6d4a7bbb8fc8'] response: {'name': 'network-changed', 'server_uuid': '9c846028-5c17-41e9-97bd-466c688ea93a', 'tag': '641b7d99-63db-464a-b6db-f1ef8e114cc9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 953/1799] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1802] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1803] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/security-groups?tenant_id=074b16d1c239430294dc39e79af88649&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: 958/1804] 10.0.0.108 () {34 vars in 758 bytes} [Sat Apr 4 11:31:48 2026] PUT /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags/red => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1805] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:31:48 2026] POST /v2.0/ports => generated 959 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, ' [pid: 7|app: 0|req: 959/1806] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:48 2026] DELETE /v2.0/security-groups/71f4b35b-e75c-4302-b08a-f2ee0cf3e925 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1807] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 34 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1808] 10.0.0.108 () {34 vars in 780 bytes} [Sat Apr 4 11:31:48 2026] PUT /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags/black.or.white => generated 4 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1809] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1810] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:31:48 2026] POST /v2.0/ports => generated 958 bytes in 304 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: 961/1811] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/networks?id=de3c904c-4e97-4845-96c1-5458ebf00889 => generated 757 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1812] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 52 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1813] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=641b7d99-63db-464a-b6db-f1ef8e114cc9 => 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: 853/1814] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:31:48 2026] PUT /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1815] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/subnets?id=22a4268c-2988-4a4e-8aa5-9b1a3ee51965 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1816] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:31:48 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1817] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/ports?network_id=de3c904c-4e97-4845-96c1-5458ebf00889&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1818] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags/red => 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: 858/1819] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:49.301 8 INFO neutron.api.v2.resource [None req-837e3d1b-1a6f-4b13-b9e1-36c9d573d4f5 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1820] 10.0.0.108 () {32 vars in 743 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1821] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1822] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:49.436 7 INFO neutron.db.l3_db [None req-9febb403-16b1-4378-bcfe-ef353e98f5ea e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Floating IP e001381a-2cb7-4230-831c-ac9093f33f5d associated. External IP: 10.96.250.206, port: 9a85efb2-6c4c-4c40-96ff-95cfa65f1063. [pid: 8|app: 0|req: 862/1823] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:31:49 2026] DELETE /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags/red => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1824] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 30 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:49.704 8 INFO neutron.api.v2.resource [None req-e70e5102-0e93-4c09-a4ca-52dbde0cb4c8 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1825] 10.0.0.108 () {32 vars in 746 bytes} [Sat Apr 4 11:31:49 2026] DELETE /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags/green => generated 99 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1826] 10.0.0.108 () {34 vars in 677 bytes} [Sat Apr 4 11:31:48 2026] POST /v2.0/floatingips => generated 842 bytes in 915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1827] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:31:49 2026] DELETE /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:49.865 7 INFO neutron.db.l3_db [None req-c6fa18f1-efb3-4d92-a977-118b742a7ff3 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Floating IP e001381a-2cb7-4230-831c-ac9093f33f5d disassociated. External IP: 10.96.250.206, port: 9a85efb2-6c4c-4c40-96ff-95cfa65f1063. [pid: 8|app: 0|req: 866/1828] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab/tags => generated 12 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1829] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:31:49 2026] GET /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1830] 10.0.0.108 () {34 vars in 742 bytes} [Sat Apr 4 11:31:50 2026] PUT /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab => generated 480 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1831] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:50 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1832] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:31:50 2026] GET /v2.0/ports?device_id=5edb9d6e-e6cb-4924-b630-38bb546b31ab => 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: 963/1833] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:31:49 2026] PUT /v2.0/floatingips/e001381a-2cb7-4230-831c-ac9093f33f5d => generated 552 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:50.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-62d88745-c285-43c1-a3c3-97deb9dfe1e1 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] TaaS: Handle Delete Port: ff38867e-9818-4144-a0c4-7c405dd482b6 2026-04-04 11:31:50.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62d88745-c285-43c1-a3c3-97deb9dfe1e1 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] Tap Mirror: Handle Delete Port: ff38867e-9818-4144-a0c4-7c405dd482b6 2026-04-04 11:31:50.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f22a75d-8ffa-4c03-826a-66caff42c521 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] TaaS: Handle Delete Port: a0594ff9-0f0b-472b-8541-687bd93dd884 2026-04-04 11:31:50.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f22a75d-8ffa-4c03-826a-66caff42c521 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Tap Mirror: Handle Delete Port: a0594ff9-0f0b-472b-8541-687bd93dd884 [pid: 7|app: 0|req: 964/1834] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:31:50 2026] DELETE /v2.0/floatingips/e001381a-2cb7-4230-831c-ac9093f33f5d => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:51.294 8 INFO neutron.services.segments.plugin [-] Segment a2d4fa81-270c-4144-bbe5-41d256ededdd resource provider aggregate not found 2026-04-04 11:31:51.302 8 INFO neutron.services.segments.plugin [-] Segment a2d4fa81-270c-4144-bbe5-41d256ededdd resource provider aggregate not found 2026-04-04 11:31:51.325 8 INFO neutron.services.segments.plugin [-] Segment a2d4fa81-270c-4144-bbe5-41d256ededdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2d4fa81-270c-4144-bbe5-41d256ededdd found for delete ", "request_id": "req-c33bf84c-5c46-4090-91b4-235616afdb5b"}]} 2026-04-04 11:31:51.326 8 INFO neutron.services.segments.plugin [-] Segment a2d4fa81-270c-4144-bbe5-41d256ededdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2d4fa81-270c-4144-bbe5-41d256ededdd found for delete ", "request_id": "req-e418a34e-12ce-460d-b218-e66659954057"}]} 2026-04-04 11:31:51.334 8 INFO neutron.db.l3_hamode_db [None req-62d88745-c285-43c1-a3c3-97deb9dfe1e1 47041404debe4978beaf27d65f5bfafa 7aac6c9c27ea4e05ac63ecaab8a72b38 - - default default] HA network 03be31ec-a388-4cf1-9008-0bbe0c6db549 was deleted as no HA routers are present in tenant 7aac6c9c27ea4e05ac63ecaab8a72b38. [pid: 8|app: 0|req: 871/1835] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:50 2026] DELETE /v2.0/routers/5edb9d6e-e6cb-4924-b630-38bb546b31ab => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1836] 10.0.0.54 () {32 vars in 801 bytes} [Sat Apr 4 11:31:51 2026] GET /v2.0/extensions => generated 21537 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-04 11:31:51.894 7 INFO neutron.db.l3_db [None req-26b7c978-89cf-4fd7-80ed-51678a96d3c3 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Floating IP 75e64f99-604f-4a46-9d64-35e204971eaf associated. External IP: 10.96.250.219, port: d35296c3-e59d-4cfa-bfda-db950bf6e355. [pid: 8|app: 0|req: 873/1837] 10.0.0.108 () {34 vars in 685 bytes} [Sat Apr 4 11:31:51 2026] POST /v2.0/security-groups => generated 1673 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1838] 10.0.0.54 () {30 vars in 723 bytes} [Sat Apr 4 11:31:51 2026] GET /v2.0/quotas/908839ea6e244f60b23ea7f96eb2f1ab/details => generated 847 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1839] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1840] 10.0.0.108 () {34 vars in 677 bytes} [Sat Apr 4 11:31:51 2026] POST /v2.0/floatingips => generated 843 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1841] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1842] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:31:52 2026] GET /v2.0/floatingips/75e64f99-604f-4a46-9d64-35e204971eaf => generated 843 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1843] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1844] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:52 2026] GET /v2.0/security-groups?tenant_id=bce010e39430432c8cdd6c3b1b991902&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1845] 10.0.0.108 () {32 vars in 655 bytes} [Sat Apr 4 11:31:52 2026] GET /v2.0/floatingips => generated 846 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1846] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:52 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: 970/1847] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:52 2026] DELETE /v2.0/security-groups/065d5234-269b-43de-b7c3-0e8d515b9eb6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:52.685 7 INFO neutron.db.securitygroups_db [None req-124aa308-47d5-42f7-9993-4d98202cabb8 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Project ed8a25e796d749b69af99cbb30cd51c8 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: 971/1848] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:52.800 7 INFO neutron.db.securitygroups_db [None req-402e0d8c-062e-493b-a031-f73d46d74ba5 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Project ed8a25e796d749b69af99cbb30cd51c8 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: 972/1849] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:31:52 2026] POST /v2.0/security-group-rules => generated 606 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:52.978 8 INFO neutron.db.l3_db [None req-5e6f2442-3308-4442-aed6-f09b34bd93ef e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Floating IP 75e64f99-604f-4a46-9d64-35e204971eaf associated. External IP: 10.96.250.219, port: d35296c3-e59d-4cfa-bfda-db950bf6e355. [pid: 7|app: 0|req: 973/1850] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:52 2026] GET /v2.0/security-groups?tenant_id=7aac6c9c27ea4e05ac63ecaab8a72b38&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1851] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:53 2026] DELETE /v2.0/security-groups/f551c698-fcb1-4457-987f-e2d23cf16e33 => 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: 975/1852] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:31:53 2026] GET /v2.0/networks => generated 1298 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1853] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:31:52 2026] PUT /v2.0/floatingips/75e64f99-604f-4a46-9d64-35e204971eaf => generated 842 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1854] 10.0.0.250 () {34 vars in 1098 bytes} [Sat Apr 4 11:31:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-168022000&fields=id&tenant_id=ed8a25e796d749b69af99cbb30cd51c8 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:53.782 7 INFO neutron.db.l3_db [None req-375a5265-b737-4ce8-b462-e3f53c6c77b5 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Floating IP 75e64f99-604f-4a46-9d64-35e204971eaf disassociated. External IP: 10.96.250.219, port: 9a85efb2-6c4c-4c40-96ff-95cfa65f1063. [pid: 8|app: 0|req: 880/1855] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:31:53 2026] GET /v2.0/networks?id=de3c904c-4e97-4845-96c1-5458ebf00889 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1856] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:31:53 2026] GET /v2.0/quotas/ed8a25e796d749b69af99cbb30cd51c8 => 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: 882/1857] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:31:53 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1858] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:31:53 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?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: 884/1859] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:31:53 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?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: 976/1860] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:31:53 2026] PUT /v2.0/floatingips/75e64f99-604f-4a46-9d64-35e204971eaf => generated 552 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1861] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:54 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:54.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbb63031-9692-402c-8cd0-94abfc1c4d75 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] TaaS: Handle Delete Port: 5044dcba-7be6-4ff4-8a07-3cc777f62fc1 2026-04-04 11:31:54.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbb63031-9692-402c-8cd0-94abfc1c4d75 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Tap Mirror: Handle Delete Port: 5044dcba-7be6-4ff4-8a07-3cc777f62fc1 [pid: 8|app: 0|req: 885/1862] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:31:54 2026] DELETE /v2.0/floatingips/75e64f99-604f-4a46-9d64-35e204971eaf => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:54.463 7 INFO neutron.api.v2.resource [None req-369755b9-13ff-48cf-8231-c41a129609e7 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1863] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:31:54 2026] DELETE /v2.0/floatingips/75e64f99-604f-4a46-9d64-35e204971eaf => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:31:54.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-02c32ce0-c23a-4825-8b27-e9e85e840219 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] TaaS: Handle Delete Port: 9a85efb2-6c4c-4c40-96ff-95cfa65f1063 2026-04-04 11:31:54.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02c32ce0-c23a-4825-8b27-e9e85e840219 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Tap Mirror: Handle Delete Port: 9a85efb2-6c4c-4c40-96ff-95cfa65f1063 [pid: 8|app: 0|req: 886/1864] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:54 2026] DELETE /v2.0/ports/9a85efb2-6c4c-4c40-96ff-95cfa65f1063 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:55.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b708abc-4835-435d-aaab-22713bf4b750 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] TaaS: Handle Delete Port: d35296c3-e59d-4cfa-bfda-db950bf6e355 2026-04-04 11:31:55.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b708abc-4835-435d-aaab-22713bf4b750 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Tap Mirror: Handle Delete Port: d35296c3-e59d-4cfa-bfda-db950bf6e355 [pid: 7|app: 0|req: 979/1865] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:31:54 2026] DELETE /v2.0/ports/d35296c3-e59d-4cfa-bfda-db950bf6e355 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1866] 10.0.0.54 () {32 vars in 801 bytes} [Sat Apr 4 11:31:55 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1867] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:31:55 2026] GET /v2.0/ports?device_id=c52f2464-136d-4c79-88bc-26dfdfcb7e60 => generated 958 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1868] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:55 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 889/1869] 10.0.0.54 () {30 vars in 723 bytes} [Sat Apr 4 11:31:55 2026] GET /v2.0/quotas/908839ea6e244f60b23ea7f96eb2f1ab/details => generated 847 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:55.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd5d1916-bb59-44ed-b142-364cb99920c6 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] TaaS: Handle Delete Port: ac3acc35-4228-4895-bad3-716bfcf2b05f 2026-04-04 11:31:55.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd5d1916-bb59-44ed-b142-364cb99920c6 e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Tap Mirror: Handle Delete Port: ac3acc35-4228-4895-bad3-716bfcf2b05f [pid: 7|app: 0|req: 981/1870] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:31:55 2026] PUT /v2.0/routers/c52f2464-136d-4c79-88bc-26dfdfcb7e60/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:31:56.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1ec552b-cc38-41ce-9cc0-e105009359ae e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] TaaS: Handle Delete Port: e0c94761-d61b-4e92-b206-60d3edde2f91 2026-04-04 11:31:56.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1ec552b-cc38-41ce-9cc0-e105009359ae e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Tap Mirror: Handle Delete Port: e0c94761-d61b-4e92-b206-60d3edde2f91 [pid: 7|app: 0|req: 982/1871] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:56 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:56.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1ec552b-cc38-41ce-9cc0-e105009359ae e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] TaaS: Handle Delete Port: 18c0ee8f-6694-4ef3-9701-caadc59440a3 [pid: 7|app: 0|req: 983/1872] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:31:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:31:56.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1ec552b-cc38-41ce-9cc0-e105009359ae e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] Tap Mirror: Handle Delete Port: 18c0ee8f-6694-4ef3-9701-caadc59440a3 [pid: 7|app: 0|req: 984/1873] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:31:56 2026] PUT /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1874] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:56 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1875] 10.0.0.108 () {34 vars in 770 bytes} [Sat Apr 4 11:31:56 2026] PUT /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1876] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:56 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1877] 10.0.0.108 () {34 vars in 766 bytes} [Sat Apr 4 11:31:56 2026] PUT /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1878] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:56 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1879] 10.0.0.108 () {34 vars in 788 bytes} [Sat Apr 4 11:31:56 2026] PUT /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1880] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:56 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:56.956 8 INFO neutron.services.segments.plugin [-] Segment 693d0982-f175-497b-9055-0b0e26aee6b3 resource provider aggregate not found [pid: 7|app: 0|req: 992/1881] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:31:56 2026] PUT /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:56.961 8 INFO neutron.services.segments.plugin [-] Segment 693d0982-f175-497b-9055-0b0e26aee6b3 resource provider aggregate not found 2026-04-04 11:31:56.967 8 INFO neutron.services.segments.plugin [-] Segment 693d0982-f175-497b-9055-0b0e26aee6b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 693d0982-f175-497b-9055-0b0e26aee6b3 found for delete ", "request_id": "req-e36f89ae-2190-4355-9e5b-86998898dcd1"}]} 2026-04-04 11:31:56.977 8 INFO neutron.services.segments.plugin [-] Segment 693d0982-f175-497b-9055-0b0e26aee6b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 693d0982-f175-497b-9055-0b0e26aee6b3 found for delete ", "request_id": "req-39847abb-cad0-4bab-89e0-0e396511ece5"}]} [pid: 7|app: 0|req: 993/1882] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:56 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:31:56.995 8 INFO neutron.db.l3_hamode_db [None req-b1ec552b-cc38-41ce-9cc0-e105009359ae e65555e436764b49a07ed3f61e4a3b7f aa0bd2d4b5ad49499f0ea21e5cedf046 - - default default] HA network 0384b5e1-c294-4661-806e-17e0de67c1ec was deleted as no HA routers are present in tenant aa0bd2d4b5ad49499f0ea21e5cedf046. [pid: 8|app: 0|req: 890/1883] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:56 2026] DELETE /v2.0/routers/c52f2464-136d-4c79-88bc-26dfdfcb7e60 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1884] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:31:56 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:31:57.040 7 INFO neutron.api.v2.resource [None req-8fa0e10f-e0e8-4919-a7e2-27f9a535fd4a 616f0689f051442980c4ded904e42fb2 f4d0800f9fd44bfb8b5ec9e42d0a607d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/1885] 10.0.0.108 () {32 vars in 751 bytes} [Sat Apr 4 11:31:57 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1886] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:31:57 2026] DELETE /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1887] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:57 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1888] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:31:57 2026] DELETE /v2.0/subnets/c31a7bda-0ab5-45aa-8f00-60611000c9b1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:31:57.152 7 INFO neutron.api.v2.resource [None req-321f1fd5-b558-49f3-a1bc-ac3fd9375e36 616f0689f051442980c4ded904e42fb2 f4d0800f9fd44bfb8b5ec9e42d0a607d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 998/1889] 10.0.0.108 () {32 vars in 754 bytes} [Sat Apr 4 11:31:57 2026] DELETE /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/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: 999/1890] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:31:57 2026] DELETE /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1891] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:31:57 2026] GET /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74/tags => 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: 892/1892] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:31:57 2026] DELETE /v2.0/networks/d2cb00a5-6b6a-42fb-bfae-419a1f79d5e8 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1893] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:31:57 2026] DELETE /v2.0/subnetpools/061eef41-b570-4ecb-be57-3ea794d25d74 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1894] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:57 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 1002/1895] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:57 2026] GET /v2.0/security-groups?tenant_id=aa0bd2d4b5ad49499f0ea21e5cedf046&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1896] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:57 2026] DELETE /v2.0/security-groups/b24ce070-61d9-4f49-bc2f-25fcfc75f72b => 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: 894/1897] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:57 2026] GET /v2.0/security-groups?tenant_id=88ff9b76d35d44cabf3621a9d1f1192f&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1898] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:58 2026] DELETE /v2.0/security-groups/c2a6e293-74a5-4cdd-956c-648edce69299 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1899] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:58 2026] GET /v2.0/security-groups?tenant_id=f4d0800f9fd44bfb8b5ec9e42d0a607d&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: 896/1900] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:31:58 2026] GET /v2.0/networks?id=de3c904c-4e97-4845-96c1-5458ebf00889 => generated 661 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1901] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:58 2026] DELETE /v2.0/security-groups/d7b548e7-8000-45dc-8b71-6f4c34eaedfe => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1902] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:31:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ed8a25e796d749b69af99cbb30cd51c8 => generated 272 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1903] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:58 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 899/1904] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:31:58 2026] GET /v2.0/security-groups?tenant_id=908839ea6e244f60b23ea7f96eb2f1ab&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1905] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:31:58 2026] POST /v2.0/ports => generated 958 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 11:31:59.000 8 INFO neutron.services.segments.plugin [-] Segment 66e241d7-cb74-4f1c-97c6-5eda7279abbc resource provider aggregate not found 2026-04-04 11:31:59.006 8 INFO neutron.services.segments.plugin [-] Segment 66e241d7-cb74-4f1c-97c6-5eda7279abbc resource provider aggregate not found 2026-04-04 11:31:59.018 8 INFO neutron.services.segments.plugin [-] Segment 66e241d7-cb74-4f1c-97c6-5eda7279abbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e241d7-cb74-4f1c-97c6-5eda7279abbc found for delete ", "request_id": "req-c4504582-460d-4662-8a00-0db280044d7a"}]} 2026-04-04 11:31:59.033 8 INFO neutron.services.segments.plugin [-] Segment 66e241d7-cb74-4f1c-97c6-5eda7279abbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e241d7-cb74-4f1c-97c6-5eda7279abbc found for delete ", "request_id": "req-66ab5eea-e45a-46b9-82ff-d252d355fb44"}]} [pid: 8|app: 0|req: 900/1906] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:31:58 2026] DELETE /v2.0/security-groups/37a892bc-0899-4fdb-80ec-70892660ab85 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1907] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:31:58 2026] PUT /v2.0/ports/c6d2d2d8-11c7-4512-9396-6716b8b1a684 => generated 1239 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:31:59.430 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71a52565-7a04-43bd-84ae-ae4b6ae782f0'] response: {'name': 'network-changed', 'server_uuid': '2e384407-cb01-46b6-bcc1-610ea7c169bc', 'tag': 'c6d2d2d8-11c7-4512-9396-6716b8b1a684', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 901/1908] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:31:59 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 973 bytes in 79 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: 1008/1909] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:31:59 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1910] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:31:59 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1911] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:31:59 2026] GET /v2.0/networks?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&shared=False => generated 757 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1912] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:32:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:00.153 8 INFO neutron.db.segments_db [None req-e2cbf101-9c6b-4451-9985-a026d7085e24 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Added segment 40238a09-2dc8-4c56-8df8-e025a1859e82 of type vxlan for network 2f393985-7454-4117-b48b-5237c98d976d [pid: 8|app: 0|req: 902/1913] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:31:59 2026] POST /v2.0/networks => generated 630 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1914] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:32:00 2026] POST /v2.0/ports => generated 779 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:00.622 8 INFO neutron.db.segments_db [None req-78defda1-27a0-4432-93cd-d1bf90560e54 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Added segment 3ba1f8b6-b15c-4f41-99b4-3d27101b70c5 of type vxlan for network a347e01b-7997-4349-9538-5f3eb6079b37 [pid: 8|app: 0|req: 903/1915] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:00 2026] POST /v2.0/networks => generated 616 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: 904/1916] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:00 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1917] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:00 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&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: 1013/1918] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:00 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1919] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:32:01 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1920] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c6d2d2d8-11c7-4512-9396-6716b8b1a684 => 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: 1016/1921] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:32:01 2026] GET /v2.0/subnets?id=22a4268c-2988-4a4e-8aa5-9b1a3ee51965 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1922] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:32:01 2026] GET /v2.0/ports?network_id=de3c904c-4e97-4845-96c1-5458ebf00889&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1923] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:32:01 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1924] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:32:00 2026] POST /v2.0/ports => generated 966 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1019/1925] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:32:01 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?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-04-04 11:32:01.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2533218-f482-42d0-99bd-c938f6e0eca7 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] TaaS: Handle Delete Port: 486b3f4f-3636-4f36-be45-8ae03063e1d1 2026-04-04 11:32:01.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2533218-f482-42d0-99bd-c938f6e0eca7 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Tap Mirror: Handle Delete Port: 486b3f4f-3636-4f36-be45-8ae03063e1d1 [pid: 8|app: 0|req: 907/1926] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:01 2026] DELETE /v2.0/ports/486b3f4f-3636-4f36-be45-8ae03063e1d1 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:01.557 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e188f595-8293-4ca6-8a2b-78bebe17930f 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/1927] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:01 2026] DELETE /v2.0/ports/486b3f4f-3636-4f36-be45-8ae03063e1d1 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:01.581 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77bcf348-81e0-4c5f-a6b0-6903b5ca4327 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 908/1928] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:01 2026] GET /v2.0/ports/486b3f4f-3636-4f36-be45-8ae03063e1d1 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1929] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:01 2026] DELETE /v2.0/subnets/6bd8cb3b-04dd-418d-98b4-cd89a14b15a1 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:01.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-613b0f42-130a-424b-a61d-ca6783287aed 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] TaaS: Handle Delete Port: b5fa6a6d-dfd4-4229-99e8-3d80b5197d0f 2026-04-04 11:32:01.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-613b0f42-130a-424b-a61d-ca6783287aed 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Tap Mirror: Handle Delete Port: b5fa6a6d-dfd4-4229-99e8-3d80b5197d0f [pid: 7|app: 0|req: 1022/1930] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:02 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1931] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:02 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:02.185 8 INFO neutron.services.segments.plugin [-] Segment 3ba1f8b6-b15c-4f41-99b4-3d27101b70c5 resource provider aggregate not found 2026-04-04 11:32:02.191 8 INFO neutron.services.segments.plugin [-] Segment 3ba1f8b6-b15c-4f41-99b4-3d27101b70c5 resource provider aggregate not found 2026-04-04 11:32:02.219 8 INFO neutron.services.segments.plugin [-] Segment 3ba1f8b6-b15c-4f41-99b4-3d27101b70c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ba1f8b6-b15c-4f41-99b4-3d27101b70c5 found for delete ", "request_id": "req-55d71cbe-dba2-4a7c-a4b1-f8dc6976f598"}]} 2026-04-04 11:32:02.219 8 INFO neutron.services.segments.plugin [-] Segment 3ba1f8b6-b15c-4f41-99b4-3d27101b70c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ba1f8b6-b15c-4f41-99b4-3d27101b70c5 found for delete ", "request_id": "req-3550e621-9c3f-46b4-88ef-5c6e520fb2eb"}]} [pid: 8|app: 0|req: 909/1932] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:01 2026] DELETE /v2.0/networks/a347e01b-7997-4349-9538-5f3eb6079b37 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:02.322 7 INFO neutron.db.segments_db [None req-5bae4162-7d4d-4300-bfe4-ab6a99df77f9 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Added segment 8ee5d294-a971-424b-af1e-3f62b5b605e5 of type vxlan for network 88e3cd86-19ae-42ce-88b0-d80e10da6a56 [pid: 7|app: 0|req: 1024/1933] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:02 2026] POST /v2.0/networks => generated 616 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1934] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:02 2026] POST /v2.0/subnets => generated 646 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1937] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:32:02 2026] POST /v2.0/ports => generated 927 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:03.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-fce21edc-d613-470d-b0fe-d1c543cbb5f8 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] TaaS: Handle Delete Port: 741f4038-14d4-4980-953a-d2d7da125938 2026-04-04 11:32:03.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fce21edc-d613-470d-b0fe-d1c543cbb5f8 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Tap Mirror: Handle Delete Port: 741f4038-14d4-4980-953a-d2d7da125938 [pid: 8|app: 0|req: 913/1938] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:03 2026] DELETE /v2.0/ports/741f4038-14d4-4980-953a-d2d7da125938 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:03.391 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2431467b-769b-417c-b8e3-c4cec850693d 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1939] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:03 2026] GET /v2.0/ports/741f4038-14d4-4980-953a-d2d7da125938 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:03.516 7 INFO neutron.db.segments_db [None req-8f8e3bd4-90ca-47a0-aa78-c4bf51668942 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] Added segment 8dbf2b53-c9b2-4768-a019-5ed36acdf0c9 of type vxlan for network a2bef28c-259e-4999-baf2-4c6939ebabc0 [pid: 8|app: 0|req: 915/1940] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:03 2026] DELETE /v2.0/subnets/df1db310-af18-4367-8bc0-4d154d21d160 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1941] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:03 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 1026/1942] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:03 2026] POST /v2.0/networks => generated 707 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1943] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:03 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&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: 917/1944] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:03 2026] DELETE /v2.0/networks/88e3cd86-19ae-42ce-88b0-d80e10da6a56 => 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: 1028/1945] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:03 2026] POST /v2.0/subnets => generated 644 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:03.856 7 WARNING neutron.api.v2.base [None req-dd793761-079f-43cc-a545-2e30fea2c0f3 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - 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-04-04 11:32:03.857 7 INFO neutron.api.v2.resource [None req-dd793761-079f-43cc-a545-2e30fea2c0f3 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1029/1946] 10.0.0.108 () {34 vars in 681 bytes} [Sat Apr 4 11:32:03 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1947] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:32:03 2026] POST /v2.0/ports => generated 778 bytes in 243 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-04-04 11:32:04.029 7 INFO neutron.services.segments.plugin [-] Segment 8dbf2b53-c9b2-4768-a019-5ed36acdf0c9 resource provider aggregate not found 2026-04-04 11:32:04.043 7 INFO neutron.services.segments.plugin [-] Segment 8dbf2b53-c9b2-4768-a019-5ed36acdf0c9 resource provider aggregate not found 2026-04-04 11:32:04.060 7 INFO neutron.services.segments.plugin [-] Segment 8dbf2b53-c9b2-4768-a019-5ed36acdf0c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dbf2b53-c9b2-4768-a019-5ed36acdf0c9 found for delete ", "request_id": "req-449009d1-572a-4337-8aec-eb6eb3ae5204"}]} 2026-04-04 11:32:04.072 7 INFO neutron.services.segments.plugin [-] Segment 8dbf2b53-c9b2-4768-a019-5ed36acdf0c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dbf2b53-c9b2-4768-a019-5ed36acdf0c9 found for delete ", "request_id": "req-fbf63c0a-5f71-4d2e-a5df-260a3504c8b7"}]} [pid: 7|app: 0|req: 1030/1948] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:03 2026] DELETE /v2.0/networks/a2bef28c-259e-4999-baf2-4c6939ebabc0 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1949] 10.0.0.108 () {34 vars in 737 bytes} [Sat Apr 4 11:32:03 2026] PUT /v2.0/ports/9dca4fc4-3eb6-4711-b152-4208bb6d3cf4 => generated 752 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 11:32:04.182 7 INFO neutron.db.segments_db [None req-c79d168b-65e8-4f38-84d2-76eec55d6f15 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] Added segment 7e14a9b8-197d-46b6-8ce8-a33ff1472d90 of type vxlan for network 61094ebd-c574-4c86-bb0c-95bcc6f034be 2026-04-04 11:32:04.244 8 INFO neutron.services.segments.plugin [-] Segment 8ee5d294-a971-424b-af1e-3f62b5b605e5 resource provider aggregate not found 2026-04-04 11:32:04.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-a83b200e-9f21-45e2-8274-7cdfda5f15fd 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] TaaS: Handle Delete Port: 9dca4fc4-3eb6-4711-b152-4208bb6d3cf4 2026-04-04 11:32:04.250 8 INFO neutron.services.segments.plugin [-] Segment 8ee5d294-a971-424b-af1e-3f62b5b605e5 resource provider aggregate not found 2026-04-04 11:32:04.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a83b200e-9f21-45e2-8274-7cdfda5f15fd 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Tap Mirror: Handle Delete Port: 9dca4fc4-3eb6-4711-b152-4208bb6d3cf4 2026-04-04 11:32:04.266 8 INFO neutron.services.segments.plugin [-] Segment 8ee5d294-a971-424b-af1e-3f62b5b605e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee5d294-a971-424b-af1e-3f62b5b605e5 found for delete ", "request_id": "req-2ea2468a-91f1-4045-bbbf-ad9627159a49"}]} [pid: 7|app: 0|req: 1031/1950] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:04 2026] POST /v2.0/networks => generated 707 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:04.280 8 INFO neutron.services.segments.plugin [-] Segment 8ee5d294-a971-424b-af1e-3f62b5b605e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee5d294-a971-424b-af1e-3f62b5b605e5 found for delete ", "request_id": "req-0b82e382-4f85-48aa-9922-37abd739432a"}]} [pid: 8|app: 0|req: 920/1951] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:04 2026] DELETE /v2.0/ports/9dca4fc4-3eb6-4711-b152-4208bb6d3cf4 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1952] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:32:04 2026] GET /v2.0/ports => generated 782 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:04.434 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea7053c4-bfc7-4b88-94ea-ae324b364ffa 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1953] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:04 2026] GET /v2.0/ports/9dca4fc4-3eb6-4711-b152-4208bb6d3cf4 => 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: 923/1954] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:32:04 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1955] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:04 2026] GET /v2.0/ports/4eae84ba-646b-4290-b44f-6c68a0b90d34 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1956] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:04 2026] POST /v2.0/subnets => generated 647 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:04.541 8 WARNING neutron.api.v2.base [None req-fa3c4c6e-16e4-4d90-bbf5-d118cc67d115 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - 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-04-04 11:32:04.542 8 INFO neutron.api.v2.resource [None req-fa3c4c6e-16e4-4d90-bbf5-d118cc67d115 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 925/1957] 10.0.0.108 () {34 vars in 681 bytes} [Sat Apr 4 11:32:04 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-04 11:32:04.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-700125c9-e3e5-477d-87de-8c85e65d5909 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1033/1958] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:04 2026] DELETE /v2.0/ports/741f4038-14d4-4980-953a-d2d7da125938 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:04.574 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99ed7099-3613-4397-83a1-d58457477b72 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1034/1959] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:04 2026] DELETE /v2.0/subnets/df1db310-af18-4367-8bc0-4d154d21d160 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:04.593 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bc57b00-da21-4355-8e82-029d92a5bd3a 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1035/1960] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:04 2026] DELETE /v2.0/subnets/6bd8cb3b-04dd-418d-98b4-cd89a14b15a1 => 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: 926/1961] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:04 2026] DELETE /v2.0/networks/61094ebd-c574-4c86-bb0c-95bcc6f034be => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:04.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8577b5e-729e-4dc7-bc31-de194410f6d3 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] TaaS: Handle Delete Port: 4eae84ba-646b-4290-b44f-6c68a0b90d34 2026-04-04 11:32:04.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8577b5e-729e-4dc7-bc31-de194410f6d3 70c19a66707e458d95e6bebf2513b90e 3c5f468c3090404aa242cfe29d14d16b - - default default] Tap Mirror: Handle Delete Port: 4eae84ba-646b-4290-b44f-6c68a0b90d34 [pid: 8|app: 0|req: 927/1962] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:04 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1963] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:04 2026] DELETE /v2.0/ports/4eae84ba-646b-4290-b44f-6c68a0b90d34 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:04.850 8 INFO neutron.db.segments_db [None req-9f1c9287-2558-491b-b05a-4d4231e2dadc 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] Added segment 68e5f88e-3c78-4558-b059-3898ec81e70e of type vxlan for network b1d0b887-fb83-4428-8547-8e3d8fcf654d [pid: 7|app: 0|req: 1037/1964] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:04 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&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: 928/1965] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:04 2026] POST /v2.0/networks => generated 708 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1966] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:04 2026] DELETE /v2.0/networks/2f393985-7454-4117-b48b-5237c98d976d => 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: 929/1967] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:04 2026] POST /v2.0/subnets => generated 647 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1968] 10.0.0.108 () {34 vars in 681 bytes} [Sat Apr 4 11:32:05 2026] POST /v2.0/rbac-policies => generated 324 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1969] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:05 2026] GET /v2.0/security-groups?tenant_id=3c5f468c3090404aa242cfe29d14d16b&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: 1040/1970] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:05 2026] DELETE /v2.0/security-groups/c8ac8383-19f3-49dc-9746-4ad76463a115 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1971] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:32:05 2026] GET /v2.0/networks/b1d0b887-fb83-4428-8547-8e3d8fcf654d => generated 655 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1972] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:05 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:06.077 7 INFO neutron.services.segments.plugin [-] Segment 40238a09-2dc8-4c56-8df8-e025a1859e82 resource provider aggregate not found [pid: 8|app: 0|req: 932/1973] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:06 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:06.101 7 INFO neutron.services.segments.plugin [-] Segment 40238a09-2dc8-4c56-8df8-e025a1859e82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40238a09-2dc8-4c56-8df8-e025a1859e82 found for delete ", "request_id": "req-4e5b2311-5e31-4d55-9163-a6c5b0cdbbf2"}]} 2026-04-04 11:32:06.104 7 INFO neutron.services.segments.plugin [-] Segment 40238a09-2dc8-4c56-8df8-e025a1859e82 resource provider aggregate not found 2026-04-04 11:32:06.119 7 INFO neutron.services.segments.plugin [-] Segment 40238a09-2dc8-4c56-8df8-e025a1859e82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40238a09-2dc8-4c56-8df8-e025a1859e82 found for delete ", "request_id": "req-402762b2-4c4e-48b2-a1ec-2a38c60c9e85"}]} [pid: 7|app: 0|req: 1042/1974] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:06 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1975] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:06 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&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-04-04 11:32:06.290 8 INFO neutron.services.segments.plugin [-] Segment 7e14a9b8-197d-46b6-8ce8-a33ff1472d90 resource provider aggregate not found 2026-04-04 11:32:06.300 8 INFO neutron.services.segments.plugin [-] Segment 7e14a9b8-197d-46b6-8ce8-a33ff1472d90 resource provider aggregate not found 2026-04-04 11:32:06.311 8 INFO neutron.services.segments.plugin [-] Segment 7e14a9b8-197d-46b6-8ce8-a33ff1472d90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e14a9b8-197d-46b6-8ce8-a33ff1472d90 found for delete ", "request_id": "req-4845a8e2-f3a3-4ab5-9d87-07835b58f044"}]} 2026-04-04 11:32:06.320 8 INFO neutron.services.segments.plugin [-] Segment 7e14a9b8-197d-46b6-8ce8-a33ff1472d90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e14a9b8-197d-46b6-8ce8-a33ff1472d90 found for delete ", "request_id": "req-95cd64f8-2ee5-4b60-a67b-356350f2d88f"}]} [pid: 8|app: 0|req: 934/1976] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:06 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:06.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a51877c-692f-49cf-89af-4940aa6f3618 ff8b581280a540e587aeec8d362675b9 69506058b3ca4fd996635f88a497ea79 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/1977] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:32:06 2026] GET /v2.0/networks/b1d0b887-fb83-4428-8547-8e3d8fcf654d => generated 138 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1978] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:06 2026] DELETE /v2.0/networks/b1d0b887-fb83-4428-8547-8e3d8fcf654d => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:06.654 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd0980c1-5cf8-4076-99c0-a75621322bd2 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/1979] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:06 2026] DELETE /v2.0/subnets/eb1d8cb4-83a6-4dd8-a6ff-84dba4ef255f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:06.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b03e458-c3dd-458e-8b95-51f6f5e93020 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/1980] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:06 2026] DELETE /v2.0/subnets/a700f45f-d2c9-4230-8f9c-574c7a3decc1 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:06.687 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab84818c-cab4-4060-aa9d-aaf495db5637 5a737aeb62f84ef0bb0fd19a82268bd3 3ab84b40a88a46ada315d1dd8ab4f1f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1047/1981] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:06 2026] DELETE /v2.0/subnets/cee50ecc-f00f-4894-ad5c-93fb19a936cc => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:06.690 8 INFO neutron.db.l3_db [None req-1403f130-40f5-44cb-bd11-62c8c230828f defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Floating IP a54d56af-7281-434e-8c65-21c1d69d5cb4 associated. External IP: 10.96.250.212, port: c6d2d2d8-11c7-4512-9396-6716b8b1a684. [pid: 8|app: 0|req: 935/1982] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:32:06 2026] PUT /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 856 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:07.083 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5c009a2-6af8-424a-b341-bef44a76746c'] response: {'name': 'network-changed', 'server_uuid': '2e384407-cb01-46b6-bcc1-610ea7c169bc', 'tag': 'c6d2d2d8-11c7-4512-9396-6716b8b1a684', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1048/1983] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:32:07 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1984] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:32:07 2026] GET /v2.0/ports?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1985] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:32:07 2026] GET /v2.0/networks?id=de3c904c-4e97-4845-96c1-5458ebf00889 => 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: 936/1986] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:07 2026] GET /v2.0/security-groups?tenant_id=781b5011291f4ac88dd8d84d13f38694&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1987] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:32:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c6d2d2d8-11c7-4512-9396-6716b8b1a684 => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:07.918 7 INFO neutron.db.segments_db [None req-f13a699b-bdcc-4b94-8aee-1852fd1373f4 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment b5b72905-36a9-41c0-aa08-75c6eb4afcea of type vxlan for network 35264ed4-caf0-41c4-8221-651783f213c1 [pid: 8|app: 0|req: 938/1988] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:07 2026] DELETE /v2.0/security-groups/31c0d6db-c375-4463-b6f1-e4d8a93e3c80 => 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: 939/1989] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:32:07 2026] GET /v2.0/subnets?id=22a4268c-2988-4a4e-8aa5-9b1a3ee51965 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1990] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:07 2026] POST /v2.0/networks => generated 614 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1991] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:32:08 2026] GET /v2.0/ports?network_id=de3c904c-4e97-4845-96c1-5458ebf00889&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:08.114 7 INFO neutron.db.segments_db [None req-a6728d69-9fe4-4eb5-bc07-514f9b579b67 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment 60da8308-cb78-42f1-b3e0-f5c6339a7435 of type vxlan for network 2e858e64-7b95-4643-81da-5bdff7e8ec0e [pid: 8|app: 0|req: 941/1992] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:32:08 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:08.128 7 INFO neutron.services.segments.plugin [-] Segment 68e5f88e-3c78-4558-b059-3898ec81e70e resource provider aggregate not found 2026-04-04 11:32:08.140 7 INFO neutron.services.segments.plugin [-] Segment 68e5f88e-3c78-4558-b059-3898ec81e70e resource provider aggregate not found [pid: 8|app: 0|req: 942/1993] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:08 2026] GET /v2.0/security-groups?tenant_id=3ab84b40a88a46ada315d1dd8ab4f1f5&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:08.159 7 INFO neutron.services.segments.plugin [-] Segment 68e5f88e-3c78-4558-b059-3898ec81e70e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e5f88e-3c78-4558-b059-3898ec81e70e found for delete ", "request_id": "req-ee9b7865-f53e-42a3-8c88-d0e594672125"}]} 2026-04-04 11:32:08.164 7 INFO neutron.services.segments.plugin [-] Segment 68e5f88e-3c78-4558-b059-3898ec81e70e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e5f88e-3c78-4558-b059-3898ec81e70e found for delete ", "request_id": "req-ea26d732-f7bd-4c06-a89d-c45d11557789"}]} [pid: 8|app: 0|req: 943/1994] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:32:08 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1995] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:08 2026] POST /v2.0/networks => generated 615 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1996] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:32:08 2026] GET /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889?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: 1053/1997] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:08 2026] DELETE /v2.0/security-groups/1410aa43-c074-4b23-bbb1-97fab036e2a2 => 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: 945/1998] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:08 2026] POST /v2.0/subnets => generated 646 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1999] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:08 2026] GET /v2.0/security-groups?tenant_id=69506058b3ca4fd996635f88a497ea79&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2000] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:08 2026] DELETE /v2.0/security-groups/25dc6639-f9dc-47bd-b504-b66636f0a8eb => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2001] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:08 2026] POST /v2.0/subnets => generated 655 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:08.815 7 INFO neutron.db.segments_db [None req-eae22693-b2db-417c-a4d3-79791393af9e 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment e355ccc7-56b2-476b-9089-5696608ea27a of type vxlan for network 2b66ed26-de4e-468d-820b-c2a94ac68f2d 2026-04-04 11:32:09.060 7 INFO neutron.db.l3_hamode_db [None req-eae22693-b2db-417c-a4d3-79791393af9e 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:09.181 7 INFO neutron.db.l3_hamode_db [None req-eae22693-b2db-417c-a4d3-79791393af9e 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 947/2002] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:32:09 2026] GET /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2003] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:08 2026] POST /v2.0/routers => generated 511 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2004] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:32:09 2026] PUT /v2.0/routers/871ff233-0158-41fc-a514-6240116203a1/add_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2005] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:10 2026] GET /v2.0/ports/1de9b992-a497-4123-8246-5eae7c93f11d => generated 959 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2006] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:32:10 2026] PUT /v2.0/routers/871ff233-0158-41fc-a514-6240116203a1/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2007] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:12 2026] GET /v2.0/ports/784dc3ae-ff6f-45c3-b101-dcdf9984ec63 => generated 967 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:12.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5c63cf4-19f3-4109-84a0-18ecd5308c96 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 784dc3ae-ff6f-45c3-b101-dcdf9984ec63 2026-04-04 11:32:12.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5c63cf4-19f3-4109-84a0-18ecd5308c96 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 784dc3ae-ff6f-45c3-b101-dcdf9984ec63 2026-04-04 11:32:13.065 7 INFO neutron.db.segments_db [None req-07f46490-1de3-4f63-8999-f966228d733e 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Added segment a6513aa9-5586-4893-a0fc-7bfcee331d7e of type vxlan for network a97d7d7e-9f79-4efb-a127-313abc4a1916 [pid: 7|app: 0|req: 1059/2008] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:12 2026] POST /v2.0/networks => generated 612 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2009] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:13 2026] POST /v2.0/ports => generated 743 bytes in 300 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: 950/2010] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:32:12 2026] PUT /v2.0/routers/871ff233-0158-41fc-a514-6240116203a1/remove_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:13.515 7 INFO neutron.db.segments_db [None req-d82f1cbd-1863-4de4-8c0a-00a5698d2ae3 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Added segment 7bedd78e-353f-48b2-ae29-0bcaec3513f9 of type vxlan for network ae869fc5-5688-4539-829d-903d9d94fce8 [pid: 7|app: 0|req: 1061/2011] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:13 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:13.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4714122-2e0c-44d4-a6c9-0e8123b0d4f1 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 1de9b992-a497-4123-8246-5eae7c93f11d 2026-04-04 11:32:13.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4714122-2e0c-44d4-a6c9-0e8123b0d4f1 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 1de9b992-a497-4123-8246-5eae7c93f11d [pid: 7|app: 0|req: 1062/2012] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:13 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-04 11:32:13.968 7 INFO neutron.db.segments_db [None req-1277ae3e-8469-4686-8f7b-813d08355369 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Added segment be06c3db-78fe-42eb-b3af-bc23caf507df of type vxlan for network 370d62ea-0c24-4a89-9574-20cc376572ce [pid: 7|app: 0|req: 1063/2013] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:13 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2014] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:32:13 2026] PUT /v2.0/routers/871ff233-0158-41fc-a514-6240116203a1/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2015] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:14 2026] GET /v2.0/ports?device_id=871ff233-0158-41fc-a514-6240116203a1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2016] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:14 2026] POST /v2.0/ports => generated 743 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-04-04 11:32:14.439 7 INFO neutron.db.segments_db [None req-77e79270-6c38-4b49-b3ef-2a46919f7f03 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Added segment dfb1ad7a-2453-4c36-9b7b-c60cc5cb9322 of type vxlan for network 032b67bd-56a6-4f78-b783-b1bc81d93945 2026-04-04 11:32:14.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-e477b63b-dfe1-4538-b965-0f898279398a 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 87812a33-4d18-4157-948d-690a8fdca427 2026-04-04 11:32:14.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e477b63b-dfe1-4538-b965-0f898279398a 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 87812a33-4d18-4157-948d-690a8fdca427 [pid: 7|app: 0|req: 1065/2017] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:14 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:14.808 8 INFO neutron.services.segments.plugin [-] Segment e355ccc7-56b2-476b-9089-5696608ea27a resource provider aggregate not found 2026-04-04 11:32:14.811 8 INFO neutron.services.segments.plugin [-] Segment e355ccc7-56b2-476b-9089-5696608ea27a resource provider aggregate not found 2026-04-04 11:32:14.822 8 INFO neutron.services.segments.plugin [-] Segment e355ccc7-56b2-476b-9089-5696608ea27a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e355ccc7-56b2-476b-9089-5696608ea27a found for delete ", "request_id": "req-c4290f44-8f61-4f8f-b777-bac4a5341e6c"}]} 2026-04-04 11:32:14.825 8 INFO neutron.services.segments.plugin [-] Segment e355ccc7-56b2-476b-9089-5696608ea27a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e355ccc7-56b2-476b-9089-5696608ea27a found for delete ", "request_id": "req-e0210afb-f577-476f-8157-5d368cbd2637"}]} [pid: 7|app: 0|req: 1066/2018] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:14 2026] POST /v2.0/ports => generated 743 bytes in 293 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-04-04 11:32:14.834 8 INFO neutron.db.l3_hamode_db [None req-e477b63b-dfe1-4538-b965-0f898279398a 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] HA network 2b66ed26-de4e-468d-820b-c2a94ac68f2d was deleted as no HA routers are present in tenant c6bef0f2a6634a08a43496fe005dadbb. [pid: 8|app: 0|req: 953/2019] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:14 2026] DELETE /v2.0/routers/871ff233-0158-41fc-a514-6240116203a1 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:14.884 7 INFO neutron.db.segments_db [None req-b2b45200-bdad-42b6-a155-9a99576f7340 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Added segment 32d2895f-a492-4e4d-aaec-8fa2488a16cf of type vxlan for network 0c7cae73-217e-4477-a859-92bad4cde98a [pid: 7|app: 0|req: 1067/2020] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:14 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2021] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:14 2026] DELETE /v2.0/subnets/dc2f78e7-84fc-41ab-9095-d876be1ba88f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2022] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:15 2026] DELETE /v2.0/subnets/ff074707-fa7e-440e-9ce1-49e8d0717bf1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:15.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-0df52007-8bfa-4f0d-ae08-da425929fb36 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 8269c994-82d6-46c2-bf97-40fc04aaf15f 2026-04-04 11:32:15.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0df52007-8bfa-4f0d-ae08-da425929fb36 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 8269c994-82d6-46c2-bf97-40fc04aaf15f [pid: 7|app: 0|req: 1068/2023] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:14 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: 7|app: 0|req: 1069/2024] 10.0.0.108 () {34 vars in 747 bytes} [Sat Apr 4 11:32:15 2026] PUT /v2.0/ports/c0a26a96-5736-4463-ba16-14dc603f208c/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1070/2025] 10.0.0.108 () {34 vars in 747 bytes} [Sat Apr 4 11:32:15 2026] PUT /v2.0/ports/dff59419-f205-438a-87a3-9d9177dba5fe/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1071/2026] 10.0.0.108 () {34 vars in 747 bytes} [Sat Apr 4 11:32:15 2026] PUT /v2.0/ports/fe994312-6aca-4ce7-abd8-543fed563819/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 956/2027] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:15 2026] DELETE /v2.0/networks/2e858e64-7b95-4643-81da-5bdff7e8ec0e => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2028] 10.0.0.108 () {34 vars in 747 bytes} [Sat Apr 4 11:32:15 2026] PUT /v2.0/ports/9f86b873-8ab6-419c-a031-61f7ea292362/tags => generated 19 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, ' 2026-04-04 11:32:15.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-aea8219e-cda2-4502-bb3c-21b0746deb2d 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 9c11844f-faef-44a4-a1f8-cfb83096ae11 2026-04-04 11:32:15.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea8219e-cda2-4502-bb3c-21b0746deb2d 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 9c11844f-faef-44a4-a1f8-cfb83096ae11 [pid: 7|app: 0|req: 1073/2029] 10.0.0.108 () {32 vars in 660 bytes} [Sat Apr 4 11:32:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2030] 10.0.0.108 () {32 vars in 674 bytes} [Sat Apr 4 11:32:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2031] 10.0.0.108 () {32 vars in 670 bytes} [Sat Apr 4 11:32:15 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2032] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:15 2026] DELETE /v2.0/networks/35264ed4-caf0-41c4-8221-651783f213c1 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2033] 10.0.0.108 () {32 vars in 682 bytes} [Sat Apr 4 11:32:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2034] 10.0.0.108 () {32 vars in 668 bytes} [Sat Apr 4 11:32:15 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:15.866 8 INFO neutron.db.segments_db [None req-ae93dfd8-86db-4125-99f9-1a793e880b67 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment 78b46e76-4bf4-4aa2-8061-8debb326b855 of type vxlan for network f0ab43a4-a274-4c0e-b29c-3b2952771491 [pid: 7|app: 0|req: 1078/2035] 10.0.0.108 () {32 vars in 682 bytes} [Sat Apr 4 11:32:15 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2036] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:15 2026] POST /v2.0/networks => generated 614 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2037] 10.0.0.108 () {32 vars in 678 bytes} [Sat Apr 4 11:32:15 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2038] 10.0.0.108 () {32 vars in 690 bytes} [Sat Apr 4 11:32:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:16.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffea53ee-172f-43fb-b948-272fbc3ab8fb 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] TaaS: Handle Delete Port: c0a26a96-5736-4463-ba16-14dc603f208c 2026-04-04 11:32:16.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffea53ee-172f-43fb-b948-272fbc3ab8fb 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Tap Mirror: Handle Delete Port: c0a26a96-5736-4463-ba16-14dc603f208c [pid: 8|app: 0|req: 959/2039] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:15 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2040] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:16 2026] DELETE /v2.0/ports/c0a26a96-5736-4463-ba16-14dc603f208c => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:16.265 8 INFO neutron.db.segments_db [None req-16e7e111-2716-429c-b5a5-76360f2867f1 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment 8e620721-dab1-4585-81c9-e0b8a4f915c1 of type vxlan for network d328619e-df94-4b80-a57a-6f435a782b09 2026-04-04 11:32:16.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-216c0b87-cdbd-498d-b245-72e509594b31 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] TaaS: Handle Delete Port: dff59419-f205-438a-87a3-9d9177dba5fe 2026-04-04 11:32:16.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-216c0b87-cdbd-498d-b245-72e509594b31 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Tap Mirror: Handle Delete Port: dff59419-f205-438a-87a3-9d9177dba5fe [pid: 7|app: 0|req: 1082/2041] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:16 2026] DELETE /v2.0/ports/dff59419-f205-438a-87a3-9d9177dba5fe => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:16.516 8 INFO neutron.db.l3_hamode_db [None req-16e7e111-2716-429c-b5a5-76360f2867f1 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:16.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-139504f9-410e-4bcf-92d4-f295173bdbce 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] TaaS: Handle Delete Port: fe994312-6aca-4ce7-abd8-543fed563819 2026-04-04 11:32:16.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-139504f9-410e-4bcf-92d4-f295173bdbce 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Tap Mirror: Handle Delete Port: fe994312-6aca-4ce7-abd8-543fed563819 [pid: 7|app: 0|req: 1083/2042] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:16 2026] DELETE /v2.0/ports/fe994312-6aca-4ce7-abd8-543fed563819 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:16.659 8 INFO neutron.db.l3_hamode_db [None req-16e7e111-2716-429c-b5a5-76360f2867f1 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:16.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-2eee89a2-ee78-431e-929c-5bd9ab8638c3 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] TaaS: Handle Delete Port: 9f86b873-8ab6-419c-a031-61f7ea292362 2026-04-04 11:32:16.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eee89a2-ee78-431e-929c-5bd9ab8638c3 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Tap Mirror: Handle Delete Port: 9f86b873-8ab6-419c-a031-61f7ea292362 [pid: 7|app: 0|req: 1084/2043] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:16 2026] DELETE /v2.0/ports/9f86b873-8ab6-419c-a031-61f7ea292362 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:16.850 8 INFO neutron.services.segments.plugin [-] Segment 60da8308-cb78-42f1-b3e0-f5c6339a7435 resource provider aggregate not found 2026-04-04 11:32:16.858 8 INFO neutron.services.segments.plugin [-] Segment 60da8308-cb78-42f1-b3e0-f5c6339a7435 resource provider aggregate not found 2026-04-04 11:32:16.882 8 INFO neutron.services.segments.plugin [-] Segment 60da8308-cb78-42f1-b3e0-f5c6339a7435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60da8308-cb78-42f1-b3e0-f5c6339a7435 found for delete ", "request_id": "req-4a29a444-5381-4259-a3e0-6bc1dd86d470"}]} 2026-04-04 11:32:16.890 8 INFO neutron.services.segments.plugin [-] Segment 60da8308-cb78-42f1-b3e0-f5c6339a7435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60da8308-cb78-42f1-b3e0-f5c6339a7435 found for delete ", "request_id": "req-0d22b801-560a-43de-82e9-f491972fc1dd"}]} 2026-04-04 11:32:16.907 8 INFO neutron.services.segments.plugin [-] Segment b5b72905-36a9-41c0-aa08-75c6eb4afcea resource provider aggregate not found 2026-04-04 11:32:16.908 8 INFO neutron.services.segments.plugin [-] Segment b5b72905-36a9-41c0-aa08-75c6eb4afcea resource provider aggregate not found 2026-04-04 11:32:16.929 8 INFO neutron.services.segments.plugin [-] Segment b5b72905-36a9-41c0-aa08-75c6eb4afcea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b72905-36a9-41c0-aa08-75c6eb4afcea found for delete ", "request_id": "req-8c08adab-0bc7-4b0d-8fb3-f8072e4c5458"}]} 2026-04-04 11:32:16.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fdd98b4-2a3b-472e-81af-7da9b4895594 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] TaaS: Handle Delete Port: f5c111ae-deaa-45d9-9553-8bfaa9400da4 2026-04-04 11:32:16.931 8 INFO neutron.services.segments.plugin [-] Segment b5b72905-36a9-41c0-aa08-75c6eb4afcea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b72905-36a9-41c0-aa08-75c6eb4afcea found for delete ", "request_id": "req-f89b1fe0-eb3d-4130-8b93-19ec60490169"}]} 2026-04-04 11:32:16.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fdd98b4-2a3b-472e-81af-7da9b4895594 2acf39ecdcf04e319d787806b3043905 893e2e83a4d740208517e1e0faf60013 - - default default] Tap Mirror: Handle Delete Port: f5c111ae-deaa-45d9-9553-8bfaa9400da4 [pid: 7|app: 0|req: 1085/2044] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:16 2026] DELETE /v2.0/ports/f5c111ae-deaa-45d9-9553-8bfaa9400da4 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:17.145 7 INFO neutron.services.segments.plugin [-] Segment a6513aa9-5586-4893-a0fc-7bfcee331d7e resource provider aggregate not found 2026-04-04 11:32:17.151 7 INFO neutron.services.segments.plugin [-] Segment a6513aa9-5586-4893-a0fc-7bfcee331d7e resource provider aggregate not found 2026-04-04 11:32:17.157 7 INFO neutron.services.segments.plugin [-] Segment a6513aa9-5586-4893-a0fc-7bfcee331d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6513aa9-5586-4893-a0fc-7bfcee331d7e found for delete ", "request_id": "req-d2489853-5dc5-4293-8e97-102308f3f36c"}]} 2026-04-04 11:32:17.180 7 INFO neutron.services.segments.plugin [-] Segment a6513aa9-5586-4893-a0fc-7bfcee331d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6513aa9-5586-4893-a0fc-7bfcee331d7e found for delete ", "request_id": "req-a71ba2ae-3964-440b-885e-bece8fac7f64"}]} [pid: 7|app: 0|req: 1086/2045] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:17 2026] DELETE /v2.0/networks/a97d7d7e-9f79-4efb-a127-313abc4a1916 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2046] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:17 2026] DELETE /v2.0/networks/ae869fc5-5688-4539-829d-903d9d94fce8 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2047] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:16 2026] POST /v2.0/routers => generated 510 bytes in 1151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2048] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:17 2026] DELETE /v2.0/networks/370d62ea-0c24-4a89-9574-20cc376572ce => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2049] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:32:17 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 1090/2050] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:17 2026] DELETE /v2.0/networks/032b67bd-56a6-4f78-b783-b1bc81d93945 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2051] 10.0.0.160 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:17 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2052] 10.0.0.108 () {34 vars in 665 bytes} [Sat Apr 4 11:32:17 2026] POST /v2.0/ports => generated 960 bytes in 307 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: 1092/2053] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:17 2026] DELETE /v2.0/networks/0c7cae73-217e-4477-a859-92bad4cde98a => 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: 1095/2056] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:18 2026] GET /v2.0/security-groups?tenant_id=893e2e83a4d740208517e1e0faf60013&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2057] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:32:17 2026] PUT /v2.0/routers/4fb505e8-35c3-4a75-8484-376c23038c1f/add_router_interface => generated 309 bytes in 1064 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: 963/2058] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:18 2026] GET /v2.0/ports/e3236c9e-593f-49d5-815b-4589d9ef1994 => generated 1034 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2059] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:18 2026] DELETE /v2.0/security-groups/a8373e56-67d7-4e7b-99e3-eca88b94a9be => 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: 1097/2060] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:18 2026] GET /v2.0/security-groups?tenant_id=d0d8d15833774dbf820deee8ff13a67c&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:19.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a4fd44e-243f-415e-82e7-c6417f7b9ded 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: e3236c9e-593f-49d5-815b-4589d9ef1994 2026-04-04 11:32:19.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a4fd44e-243f-415e-82e7-c6417f7b9ded 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: e3236c9e-593f-49d5-815b-4589d9ef1994 2026-04-04 11:32:19.178 7 INFO neutron.services.segments.plugin [-] Segment 7bedd78e-353f-48b2-ae29-0bcaec3513f9 resource provider aggregate not found 2026-04-04 11:32:19.203 7 INFO neutron.services.segments.plugin [-] Segment 7bedd78e-353f-48b2-ae29-0bcaec3513f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bedd78e-353f-48b2-ae29-0bcaec3513f9 found for delete ", "request_id": "req-523c214c-cb93-461b-95f0-3ed5336bfad5"}]} 2026-04-04 11:32:19.208 7 INFO neutron.services.segments.plugin [-] Segment 7bedd78e-353f-48b2-ae29-0bcaec3513f9 resource provider aggregate not found [pid: 7|app: 0|req: 1098/2061] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:19 2026] DELETE /v2.0/security-groups/23553b2a-eb5c-4c57-9bf2-03c165f23c4d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:19.230 7 INFO neutron.services.segments.plugin [-] Segment be06c3db-78fe-42eb-b3af-bc23caf507df resource provider aggregate not found 2026-04-04 11:32:19.235 7 INFO neutron.services.segments.plugin [-] Segment 7bedd78e-353f-48b2-ae29-0bcaec3513f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bedd78e-353f-48b2-ae29-0bcaec3513f9 found for delete ", "request_id": "req-b38e66de-7e2e-4708-af70-01d42cd19037"}]} 2026-04-04 11:32:19.256 7 INFO neutron.services.segments.plugin [-] Segment be06c3db-78fe-42eb-b3af-bc23caf507df resource provider aggregate not found 2026-04-04 11:32:19.260 7 INFO neutron.services.segments.plugin [-] Segment be06c3db-78fe-42eb-b3af-bc23caf507df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be06c3db-78fe-42eb-b3af-bc23caf507df found for delete ", "request_id": "req-c632209c-e148-4694-96fd-c940e017a244"}]} 2026-04-04 11:32:19.280 7 INFO neutron.services.segments.plugin [-] Segment be06c3db-78fe-42eb-b3af-bc23caf507df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be06c3db-78fe-42eb-b3af-bc23caf507df found for delete ", "request_id": "req-dc929624-002f-41eb-ae92-fcbf915c3912"}]} 2026-04-04 11:32:19.286 7 INFO neutron.services.segments.plugin [-] Segment dfb1ad7a-2453-4c36-9b7b-c60cc5cb9322 resource provider aggregate not found 2026-04-04 11:32:19.297 7 INFO neutron.services.segments.plugin [-] Segment dfb1ad7a-2453-4c36-9b7b-c60cc5cb9322 resource provider aggregate not found 2026-04-04 11:32:19.306 7 INFO neutron.services.segments.plugin [-] Segment dfb1ad7a-2453-4c36-9b7b-c60cc5cb9322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb1ad7a-2453-4c36-9b7b-c60cc5cb9322 found for delete ", "request_id": "req-ce5f5689-4dc5-4550-bc22-8b544bd04ce8"}]} 2026-04-04 11:32:19.315 7 INFO neutron.services.segments.plugin [-] Segment dfb1ad7a-2453-4c36-9b7b-c60cc5cb9322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb1ad7a-2453-4c36-9b7b-c60cc5cb9322 found for delete ", "request_id": "req-74b068ab-830a-415e-80ee-b8b48f2c629a"}]} 2026-04-04 11:32:19.318 7 INFO neutron.services.segments.plugin [-] Segment 32d2895f-a492-4e4d-aaec-8fa2488a16cf resource provider aggregate not found 2026-04-04 11:32:19.327 7 INFO neutron.services.segments.plugin [-] Segment 32d2895f-a492-4e4d-aaec-8fa2488a16cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32d2895f-a492-4e4d-aaec-8fa2488a16cf found for delete ", "request_id": "req-c8b45ef7-b345-4424-9dc3-afd9c792dca8"}]} 2026-04-04 11:32:19.328 7 INFO neutron.services.segments.plugin [-] Segment 32d2895f-a492-4e4d-aaec-8fa2488a16cf resource provider aggregate not found 2026-04-04 11:32:19.339 7 INFO neutron.services.segments.plugin [-] Segment 32d2895f-a492-4e4d-aaec-8fa2488a16cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32d2895f-a492-4e4d-aaec-8fa2488a16cf found for delete ", "request_id": "req-174c84ec-020c-4d8a-9110-db89da18b0e7"}]} [pid: 7|app: 0|req: 1099/2062] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:19 2026] GET /v2.0/security-groups?tenant_id=2831c0e3261545cc84dc1e30ab7f331b&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2063] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:32:18 2026] PUT /v2.0/routers/4fb505e8-35c3-4a75-8484-376c23038c1f/remove_router_interface => generated 309 bytes in 731 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: 1100/2064] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:19 2026] DELETE /v2.0/security-groups/f422c6f5-47ea-4cc2-83a7-20d18a3d6f8d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:19.629 8 INFO neutron.api.v2.resource [None req-436f0b39-a204-4c73-bd0c-240f2d585c96 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 965/2065] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:32:19 2026] PUT /v2.0/routers/4fb505e8-35c3-4a75-8484-376c23038c1f/remove_router_interface => generated 197 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2066] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:19 2026] GET /v2.0/ports?device_id=4fb505e8-35c3-4a75-8484-376c23038c1f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:19.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-40fcdd21-65dc-4072-b5d7-c4ac1d1799b7 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 61436a40-18e3-4112-8596-8684a2258ccd 2026-04-04 11:32:19.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40fcdd21-65dc-4072-b5d7-c4ac1d1799b7 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 61436a40-18e3-4112-8596-8684a2258ccd 2026-04-04 11:32:20.116 8 INFO neutron.services.segments.plugin [-] Segment 8e620721-dab1-4585-81c9-e0b8a4f915c1 resource provider aggregate not found 2026-04-04 11:32:20.125 8 INFO neutron.services.segments.plugin [-] Segment 8e620721-dab1-4585-81c9-e0b8a4f915c1 resource provider aggregate not found 2026-04-04 11:32:20.141 8 INFO neutron.services.segments.plugin [-] Segment 8e620721-dab1-4585-81c9-e0b8a4f915c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e620721-dab1-4585-81c9-e0b8a4f915c1 found for delete ", "request_id": "req-de0b84a3-9344-4f4e-af45-0a9a930ab819"}]} 2026-04-04 11:32:20.145 8 INFO neutron.services.segments.plugin [-] Segment 8e620721-dab1-4585-81c9-e0b8a4f915c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e620721-dab1-4585-81c9-e0b8a4f915c1 found for delete ", "request_id": "req-47b644d5-64d5-45b5-a543-cccce3830c9b"}]} 2026-04-04 11:32:20.163 8 INFO neutron.db.l3_hamode_db [None req-40fcdd21-65dc-4072-b5d7-c4ac1d1799b7 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] HA network d328619e-df94-4b80-a57a-6f435a782b09 was deleted as no HA routers are present in tenant c6bef0f2a6634a08a43496fe005dadbb. [pid: 8|app: 0|req: 966/2067] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:19 2026] DELETE /v2.0/routers/4fb505e8-35c3-4a75-8484-376c23038c1f => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2068] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:20 2026] DELETE /v2.0/subnets/94a9c414-09e6-4c65-8838-8329dee0eac4 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2069] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:20 2026] DELETE /v2.0/networks/f0ab43a4-a274-4c0e-b29c-3b2952771491 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:20.509 7 INFO neutron.db.segments_db [None req-88078264-54b0-47b2-99ba-8f0cea0b8107 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment b0c7dc20-c1bf-43ae-ada1-250d152a5be2 of type vxlan for network e0909563-1e71-43f1-8312-9a31de634b53 [pid: 7|app: 0|req: 1103/2070] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:20 2026] POST /v2.0/networks => generated 615 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2071] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:20 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:20.934 7 INFO neutron.db.segments_db [None req-0804e0dd-6307-462a-a8de-8d0907d7d8af 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment 5563ae27-65c9-4a40-af0f-ecc1877a21cf of type vxlan for network 095554eb-b21e-47f1-9ee3-0858cc580e45 2026-04-04 11:32:21.182 7 INFO neutron.db.l3_hamode_db [None req-0804e0dd-6307-462a-a8de-8d0907d7d8af 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:21.282 7 INFO neutron.db.l3_hamode_db [None req-0804e0dd-6307-462a-a8de-8d0907d7d8af 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1104/2072] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:20 2026] POST /v2.0/routers => generated 510 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:22.179 8 INFO neutron.services.segments.plugin [-] Segment 78b46e76-4bf4-4aa2-8061-8debb326b855 resource provider aggregate not found 2026-04-04 11:32:22.182 8 INFO neutron.services.segments.plugin [-] Segment 78b46e76-4bf4-4aa2-8061-8debb326b855 resource provider aggregate not found 2026-04-04 11:32:22.204 8 INFO neutron.services.segments.plugin [-] Segment 78b46e76-4bf4-4aa2-8061-8debb326b855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78b46e76-4bf4-4aa2-8061-8debb326b855 found for delete ", "request_id": "req-67ff4a45-a736-48b6-a9bb-6055626b8e34"}]} 2026-04-04 11:32:22.207 8 INFO neutron.services.segments.plugin [-] Segment 78b46e76-4bf4-4aa2-8061-8debb326b855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78b46e76-4bf4-4aa2-8061-8debb326b855 found for delete ", "request_id": "req-e9c8b341-a284-48aa-b31f-57d70c2d7e01"}]} [pid: 8|app: 0|req: 969/2073] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:32:21 2026] PUT /v2.0/routers/b604d891-8a28-424a-9ad8-5179673c63a1/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2074] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:22 2026] GET /v2.0/ports/791e3739-ed9d-48fb-b442-0651b06b21a1 => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:23.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-059521f3-9146-4342-9fba-85ea50b95823 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 791e3739-ed9d-48fb-b442-0651b06b21a1 2026-04-04 11:32:23.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-059521f3-9146-4342-9fba-85ea50b95823 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 791e3739-ed9d-48fb-b442-0651b06b21a1 [pid: 8|app: 0|req: 970/2075] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:32:23 2026] PUT /v2.0/routers/b604d891-8a28-424a-9ad8-5179673c63a1/remove_router_interface => generated 309 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:23.856 7 INFO neutron.db.segments_db [None req-4bbca825-da04-4e04-8861-44cd582992c0 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Added segment 92ca5644-9290-4cda-9790-958413781632 of type vxlan for network fe22a106-a163-4ab3-86d0-6194fafced7a [pid: 8|app: 0|req: 971/2076] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:23 2026] GET /v2.0/ports?device_id=b604d891-8a28-424a-9ad8-5179673c63a1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:24.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-53bad337-4e22-4b0d-9cdf-ddeb043fd280 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 21eb38d4-f5bc-485e-b876-c6c1c0e58a56 2026-04-04 11:32:24.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53bad337-4e22-4b0d-9cdf-ddeb043fd280 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 21eb38d4-f5bc-485e-b876-c6c1c0e58a56 2026-04-04 11:32:24.222 7 INFO neutron.db.l3_hamode_db [None req-4bbca825-da04-4e04-8861-44cd582992c0 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:24.372 8 INFO neutron.services.segments.plugin [-] Segment 5563ae27-65c9-4a40-af0f-ecc1877a21cf resource provider aggregate not found 2026-04-04 11:32:24.401 8 INFO neutron.services.segments.plugin [-] Segment 5563ae27-65c9-4a40-af0f-ecc1877a21cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5563ae27-65c9-4a40-af0f-ecc1877a21cf found for delete ", "request_id": "req-c743e05c-99c7-4c9f-b1af-ce95ac3a2f2e"}]} 2026-04-04 11:32:24.403 8 INFO neutron.services.segments.plugin [-] Segment 5563ae27-65c9-4a40-af0f-ecc1877a21cf resource provider aggregate not found 2026-04-04 11:32:24.405 7 INFO neutron.db.l3_hamode_db [None req-4bbca825-da04-4e04-8861-44cd582992c0 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:24.423 8 INFO neutron.db.l3_hamode_db [None req-53bad337-4e22-4b0d-9cdf-ddeb043fd280 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] HA network 095554eb-b21e-47f1-9ee3-0858cc580e45 was deleted as no HA routers are present in tenant c6bef0f2a6634a08a43496fe005dadbb. 2026-04-04 11:32:24.430 8 INFO neutron.services.segments.plugin [-] Segment 5563ae27-65c9-4a40-af0f-ecc1877a21cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5563ae27-65c9-4a40-af0f-ecc1877a21cf found for delete ", "request_id": "req-d2983a98-bd22-4028-a8ec-fd8463228a81"}]} [pid: 8|app: 0|req: 972/2077] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:23 2026] DELETE /v2.0/routers/b604d891-8a28-424a-9ad8-5179673c63a1 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2078] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:24 2026] DELETE /v2.0/subnets/3ba1c0bd-e1ba-4568-986d-a8a6efb30db1 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:24.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-8adb7937-ea04-4d60-8408-be251c3cbb5a 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: c1885464-28f8-49d8-99bd-e38a17572e51 2026-04-04 11:32:24.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8adb7937-ea04-4d60-8408-be251c3cbb5a 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: c1885464-28f8-49d8-99bd-e38a17572e51 [pid: 8|app: 0|req: 974/2079] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:24 2026] DELETE /v2.0/networks/e0909563-1e71-43f1-8312-9a31de634b53 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:25.007 8 INFO neutron.db.segments_db [None req-c1147b4c-3cba-4fcc-88b4-74f0e4992600 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Added segment e2121816-baa5-4b19-b706-aba9c63d3821 of type vxlan for network 37ca240a-a7ea-46c8-bb5f-09abcdb6a799 [pid: 7|app: 0|req: 1106/2080] 10.0.0.108 () {34 vars in 668 bytes} [Sat Apr 4 11:32:23 2026] POST /v2.0/routers => generated 474 bytes in 1364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:25.110 7 INFO neutron.db.l3_hamode_db [None req-bfe4d351-fd33-4b94-9546-abe399b4eb92 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:25.239 7 INFO neutron.db.l3_hamode_db [None req-bfe4d351-fd33-4b94-9546-abe399b4eb92 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:25.258 8 INFO neutron.db.l3_hamode_db [None req-c1147b4c-3cba-4fcc-88b4-74f0e4992600 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1107/2081] 10.0.0.108 () {34 vars in 668 bytes} [Sat Apr 4 11:32:25 2026] POST /v2.0/routers => generated 474 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:25.853 7 INFO neutron.db.l3_hamode_db [None req-2fa9e616-d2bf-4817-9aa5-5c02b81b5f9b eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:25.984 7 INFO neutron.db.l3_hamode_db [None req-2fa9e616-d2bf-4817-9aa5-5c02b81b5f9b eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:26.024 8 INFO neutron.db.l3_hamode_db [None req-c1147b4c-3cba-4fcc-88b4-74f0e4992600 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:26.423 8 INFO neutron.services.segments.plugin [-] Segment b0c7dc20-c1bf-43ae-ada1-250d152a5be2 resource provider aggregate not found 2026-04-04 11:32:26.461 8 INFO neutron.services.segments.plugin [-] Segment b0c7dc20-c1bf-43ae-ada1-250d152a5be2 resource provider aggregate not found 2026-04-04 11:32:26.462 8 INFO neutron.services.segments.plugin [-] Segment b0c7dc20-c1bf-43ae-ada1-250d152a5be2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c7dc20-c1bf-43ae-ada1-250d152a5be2 found for delete ", "request_id": "req-b1a66ffe-85bf-4843-8a0f-500b089fe3b6"}]} 2026-04-04 11:32:26.484 8 INFO neutron.services.segments.plugin [-] Segment b0c7dc20-c1bf-43ae-ada1-250d152a5be2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c7dc20-c1bf-43ae-ada1-250d152a5be2 found for delete ", "request_id": "req-5c9ede99-52fb-4147-a477-3b01bd683c4b"}]} [pid: 7|app: 0|req: 1108/2082] 10.0.0.108 () {34 vars in 668 bytes} [Sat Apr 4 11:32:25 2026] POST /v2.0/routers => generated 474 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:26.607 7 INFO neutron.db.l3_hamode_db [None req-403b956f-3005-4f19-99cb-ac424affc932 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:26.731 7 INFO neutron.db.l3_hamode_db [None req-403b956f-3005-4f19-99cb-ac424affc932 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 975/2083] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:32:24 2026] POST /v2.0/routers => generated 692 bytes in 1947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2084] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:32:26 2026] GET /v2.0/routers/73018cc6-8e36-439e-8008-3d1867d565a6 => generated 698 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2085] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:32:26 2026] GET /v2.0/routers => generated 701 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2086] 10.0.0.108 () {34 vars in 668 bytes} [Sat Apr 4 11:32:26 2026] POST /v2.0/routers => generated 474 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2087] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:27 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 978/2088] 10.0.0.108 () {34 vars in 741 bytes} [Sat Apr 4 11:32:27 2026] PUT /v2.0/routers/73018cc6-8e36-439e-8008-3d1867d565a6 => generated 705 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:27.451 7 INFO neutron.db.l3_hamode_db [None req-176bfe52-f317-485b-9747-b7534a0b9b45 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 979/2089] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:27 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2090] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:32:27 2026] GET /v2.0/routers/73018cc6-8e36-439e-8008-3d1867d565a6 => generated 705 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2091] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:27 2026] GET /v2.0/ports?device_id=73018cc6-8e36-439e-8008-3d1867d565a6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:27.558 7 INFO neutron.db.l3_hamode_db [None req-176bfe52-f317-485b-9747-b7534a0b9b45 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-04 11:32:27.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-c219cfc1-ef1f-45ad-8096-5fd0656134b8 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: 02d101d4-925e-4c69-b510-d0301163e826 2026-04-04 11:32:27.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c219cfc1-ef1f-45ad-8096-5fd0656134b8 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: 02d101d4-925e-4c69-b510-d0301163e826 2026-04-04 11:32:28.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-c219cfc1-ef1f-45ad-8096-5fd0656134b8 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] TaaS: Handle Delete Port: f8d75dbb-3626-4eb4-ab63-41b0d5cb5285 2026-04-04 11:32:28.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c219cfc1-ef1f-45ad-8096-5fd0656134b8 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] Tap Mirror: Handle Delete Port: f8d75dbb-3626-4eb4-ab63-41b0d5cb5285 [pid: 7|app: 0|req: 1111/2092] 10.0.0.108 () {34 vars in 668 bytes} [Sat Apr 4 11:32:27 2026] POST /v2.0/routers => generated 474 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:28.381 8 INFO neutron.db.l3_hamode_db [None req-c219cfc1-ef1f-45ad-8096-5fd0656134b8 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] HA network 37ca240a-a7ea-46c8-bb5f-09abcdb6a799 was deleted as no HA routers are present in tenant c6bef0f2a6634a08a43496fe005dadbb. [pid: 8|app: 0|req: 982/2093] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:27 2026] DELETE /v2.0/routers/73018cc6-8e36-439e-8008-3d1867d565a6 => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2094] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:28 2026] GET /v2.0/ports?device_id=73018cc6-8e36-439e-8008-3d1867d565a6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:28.434 8 INFO neutron.api.v2.resource [None req-5fa1fcb7-b294-41e3-a35b-c6e2c9776929 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/2095] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/routers/73018cc6-8e36-439e-8008-3d1867d565a6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2096] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:28 2026] GET /v2.0/ports?device_id=b604d891-8a28-424a-9ad8-5179673c63a1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:28.481 8 INFO neutron.api.v2.resource [None req-6a41743b-84ea-4fd9-8f9c-e93f419ba1e7 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 986/2097] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/routers/b604d891-8a28-424a-9ad8-5179673c63a1 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:28.500 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cfc1f88d-d99c-4e00-837a-170a10d28e56 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/2098] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/subnets/3ba1c0bd-e1ba-4568-986d-a8a6efb30db1 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:28.506 8 INFO neutron.services.segments.plugin [-] Segment e2121816-baa5-4b19-b706-aba9c63d3821 resource provider aggregate not found 2026-04-04 11:32:28.511 8 INFO neutron.services.segments.plugin [-] Segment e2121816-baa5-4b19-b706-aba9c63d3821 resource provider aggregate not found 2026-04-04 11:32:28.538 8 INFO neutron.services.segments.plugin [-] Segment e2121816-baa5-4b19-b706-aba9c63d3821 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2121816-baa5-4b19-b706-aba9c63d3821 found for delete ", "request_id": "req-cf643ab1-0b83-4f83-95bb-d26e8fb448b2"}]} [pid: 8|app: 0|req: 988/2099] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:28 2026] GET /v2.0/ports?device_id=4fb505e8-35c3-4a75-8484-376c23038c1f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:28.547 8 INFO neutron.services.segments.plugin [-] Segment e2121816-baa5-4b19-b706-aba9c63d3821 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2121816-baa5-4b19-b706-aba9c63d3821 found for delete ", "request_id": "req-39faeedf-63ec-4d69-9e46-80d182f3f1df"}]} [pid: 8|app: 0|req: 989/2100] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:28 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:28.625 8 INFO neutron.api.v2.resource [None req-a317cfe3-36ee-4151-a8e3-a86c0a672b65 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 990/2101] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/routers/4fb505e8-35c3-4a75-8484-376c23038c1f => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2102] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:28 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:28.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9418c69-1218-416d-b062-61283edf4b07 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 992/2103] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/subnets/94a9c414-09e6-4c65-8838-8329dee0eac4 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2104] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:28 2026] GET /v2.0/ports?device_id=871ff233-0158-41fc-a514-6240116203a1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:28.733 8 INFO neutron.api.v2.resource [None req-3541faa3-1be4-4665-a341-59796e643ac7 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 994/2105] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/routers/871ff233-0158-41fc-a514-6240116203a1 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:28.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0223c0ac-78da-453a-8965-3f44d713b0e3 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 995/2106] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/subnets/dc2f78e7-84fc-41ab-9095-d876be1ba88f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:32:28.764 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a174eac1-2f00-4ea9-a063-da74b0a0d3c0 41e151d3237d4105ae7d46e045db5ff1 c6bef0f2a6634a08a43496fe005dadbb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/2107] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:28 2026] DELETE /v2.0/subnets/ff074707-fa7e-440e-9ce1-49e8d0717bf1 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2108] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:32:28 2026] PUT /v2.0/routers/997ea900-5000-4020-9f85-8443f4205a67/tags => generated 17 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2109] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:32:28 2026] PUT /v2.0/routers/76710bcd-b65f-4542-acb4-f15873a55c7c/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2110] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:32:29 2026] PUT /v2.0/routers/994762c7-af2d-488d-a59b-06c275938706/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2111] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:32:29 2026] PUT /v2.0/routers/61ef64f6-1740-4fcb-ae15-8c85e66f859d/tags => generated 19 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2112] 10.0.0.108 () {32 vars in 664 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2113] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/security-groups?tenant_id=c6bef0f2a6634a08a43496fe005dadbb&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2114] 10.0.0.108 () {32 vars in 678 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2115] 10.0.0.108 () {32 vars in 674 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2116] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:29 2026] DELETE /v2.0/security-groups/7b979136-5f02-4c1e-8d21-629d02158d70 => 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: 1117/2117] 10.0.0.108 () {32 vars in 686 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2118] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2119] 10.0.0.108 () {32 vars in 672 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:29.739 7 INFO neutron_taas.services.taas.taas_plugin [req-1835ccd4-3b94-403d-b5de-4d467cc90701 req-0ed10d59-c652-4c3d-b802-237bbc5bc141 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] TaaS: Handle Delete Port: c6d2d2d8-11c7-4512-9396-6716b8b1a684 2026-04-04 11:32:29.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1835ccd4-3b94-403d-b5de-4d467cc90701 req-0ed10d59-c652-4c3d-b802-237bbc5bc141 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Tap Mirror: Handle Delete Port: c6d2d2d8-11c7-4512-9396-6716b8b1a684 [pid: 8|app: 0|req: 1002/2120] 10.0.0.108 () {32 vars in 686 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2121] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:29.873 7 INFO neutron.db.l3_db [req-1835ccd4-3b94-403d-b5de-4d467cc90701 req-0ed10d59-c652-4c3d-b802-237bbc5bc141 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Floating IP a54d56af-7281-434e-8c65-21c1d69d5cb4 disassociated. External IP: 10.96.250.212, port: c6d2d2d8-11c7-4512-9396-6716b8b1a684. [pid: 8|app: 0|req: 1004/2122] 10.0.0.108 () {32 vars in 682 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2123] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/security-groups?id=d0795f94-4822-44bc-bf95-2ca3e7377427&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: 1006/2124] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2125] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:32:29 2026] GET /v2.0/routers/997ea900-5000-4020-9f85-8443f4205a67 => generated 485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2126] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:32:29 2026] DELETE /v2.0/ports/c6d2d2d8-11c7-4512-9396-6716b8b1a684 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:30.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-184c2e94-059b-4913-b859-e8ede190ce45'] response: {'server_uuid': '2e384407-cb01-46b6-bcc1-610ea7c169bc', 'name': 'network-vif-deleted', 'tag': 'c6d2d2d8-11c7-4512-9396-6716b8b1a684', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1008/2127] 10.0.0.108 () {34 vars in 742 bytes} [Sat Apr 4 11:32:30 2026] PUT /v2.0/routers/997ea900-5000-4020-9f85-8443f4205a67 => generated 485 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2128] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:30 2026] GET /v2.0/ports?device_id=997ea900-5000-4020-9f85-8443f4205a67 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:30.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ce07e71-4b20-4b2a-8b22-01291eb21a00 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] TaaS: Handle Delete Port: 2ac08820-50ac-4814-a522-17af09eeff3a 2026-04-04 11:32:30.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce07e71-4b20-4b2a-8b22-01291eb21a00 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Tap Mirror: Handle Delete Port: 2ac08820-50ac-4814-a522-17af09eeff3a [pid: 8|app: 0|req: 1009/2129] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:30 2026] DELETE /v2.0/routers/997ea900-5000-4020-9f85-8443f4205a67 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2130] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:32:30 2026] GET /v2.0/routers/76710bcd-b65f-4542-acb4-f15873a55c7c => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2131] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:30 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 1123/2132] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:32:31 2026] POST /v2.0/security-groups => generated 1624 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2133] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:32:31 2026] GET /v2.0/security-groups => generated 4529 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2134] 10.0.0.108 () {34 vars in 758 bytes} [Sat Apr 4 11:32:31 2026] PUT /v2.0/security-groups/a01496d4-4784-41dd-b0ab-872138112636 => generated 1661 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2135] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:32:31 2026] GET /v2.0/security-groups/a01496d4-4784-41dd-b0ab-872138112636 => generated 1661 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2136] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:31 2026] DELETE /v2.0/security-groups/a01496d4-4784-41dd-b0ab-872138112636 => 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: 1128/2137] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:32:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:31.903 7 INFO neutron.api.v2.resource [None req-c34e50ce-42b7-4438-bfa4-585953a5daf2 84f8e8536f664dba8c903b6632fc73e8 0fe35b6079aa4e708e435af587268a19 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2138] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:31 2026] DELETE /v2.0/security-groups/a01496d4-4784-41dd-b0ab-872138112636 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2139] 10.0.0.108 () {34 vars in 742 bytes} [Sat Apr 4 11:32:30 2026] PUT /v2.0/routers/76710bcd-b65f-4542-acb4-f15873a55c7c => generated 493 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2140] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:32:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2141] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/ports?device_id=76710bcd-b65f-4542-acb4-f15873a55c7c => 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: 1131/2142] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:32:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2143] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 1133/2144] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules/47aaeca6-c631-43ff-b75a-4d3e7b9dd03c => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:32.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e6e1476-003c-483d-a80d-ae4f86fd8ffe eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] TaaS: Handle Delete Port: 4140341e-5d11-43a8-88d9-aadaea369106 2026-04-04 11:32:32.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e6e1476-003c-483d-a80d-ae4f86fd8ffe eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Tap Mirror: Handle Delete Port: 4140341e-5d11-43a8-88d9-aadaea369106 [pid: 7|app: 0|req: 1134/2145] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2146] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:32:32 2026] DELETE /v2.0/security-group-rules/47aaeca6-c631-43ff-b75a-4d3e7b9dd03c => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2147] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2148] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:32 2026] DELETE /v2.0/routers/76710bcd-b65f-4542-acb4-f15873a55c7c => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2149] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:32:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2150] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/routers/994762c7-af2d-488d-a59b-06c275938706 => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2151] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules/49e3878c-d140-404c-975a-c69da4f930ac => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2152] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2153] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:32:32 2026] DELETE /v2.0/security-group-rules/49e3878c-d140-404c-975a-c69da4f930ac => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2154] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2155] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:32:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2156] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules/964e8565-3e65-45c8-95a1-26d97b603161 => generated 602 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2157] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2158] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:32:32 2026] DELETE /v2.0/security-group-rules/964e8565-3e65-45c8-95a1-26d97b603161 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2161] 10.0.0.108 () {32 vars in 673 bytes} [Sat Apr 4 11:32:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2162] 10.0.0.108 () {34 vars in 742 bytes} [Sat Apr 4 11:32:32 2026] PUT /v2.0/routers/994762c7-af2d-488d-a59b-06c275938706 => generated 502 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2163] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:33 2026] GET /v2.0/ports?device_id=994762c7-af2d-488d-a59b-06c275938706 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2164] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:33 2026] DELETE /v2.0/security-groups/932f0cd0-f052-4edf-ab16-247d3c8e8875 => 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: 1150/2165] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:32:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2166] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:32:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:33.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-481b7f89-413d-4e9b-8597-4d0827c7e13c eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] TaaS: Handle Delete Port: afb561ce-4dff-4c1c-a883-29ecd5bcb243 2026-04-04 11:32:33.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-481b7f89-413d-4e9b-8597-4d0827c7e13c eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Tap Mirror: Handle Delete Port: afb561ce-4dff-4c1c-a883-29ecd5bcb243 [pid: 7|app: 0|req: 1152/2167] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:33 2026] GET /v2.0/ports?device_id=2e384407-cb01-46b6-bcc1-610ea7c169bc => 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: 1016/2168] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:33 2026] DELETE /v2.0/routers/994762c7-af2d-488d-a59b-06c275938706 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2169] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:32:33 2026] GET /v2.0/routers/61ef64f6-1740-4fcb-ae15-8c85e66f859d => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2170] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:33 2026] GET /v2.0/security-groups?tenant_id=0fe35b6079aa4e708e435af587268a19&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2171] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:33 2026] DELETE /v2.0/security-groups/91972e19-4759-4c5e-8e0f-9e12410a2402 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2172] 10.0.0.108 () {34 vars in 742 bytes} [Sat Apr 4 11:32:33 2026] PUT /v2.0/routers/61ef64f6-1740-4fcb-ae15-8c85e66f859d => generated 487 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2173] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:34 2026] GET /v2.0/ports?device_id=61ef64f6-1740-4fcb-ae15-8c85e66f859d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:34.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-a274abcf-3940-4f50-9671-e92642b6546e eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] TaaS: Handle Delete Port: e5397e06-55c5-40e0-8a57-ec18f4e38185 2026-04-04 11:32:34.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a274abcf-3940-4f50-9671-e92642b6546e eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Tap Mirror: Handle Delete Port: e5397e06-55c5-40e0-8a57-ec18f4e38185 [pid: 8|app: 0|req: 1018/2174] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:34 2026] DELETE /v2.0/routers/61ef64f6-1740-4fcb-ae15-8c85e66f859d => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2175] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:34 2026] DELETE /v2.0/security-groups/d0795f94-4822-44bc-bf95-2ca3e7377427 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2176] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:32:34 2026] GET /v2.0/routers/0b267553-2450-4d79-aa13-08c5deb8a219 => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:34.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-33c4a03c-961f-4643-8544-8293ae76cd23 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] TaaS: Handle Delete Port: 07cf4473-e63c-424c-82aa-22063dde8df6 2026-04-04 11:32:34.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33c4a03c-961f-4643-8544-8293ae76cd23 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Tap Mirror: Handle Delete Port: 07cf4473-e63c-424c-82aa-22063dde8df6 [pid: 8|app: 0|req: 1020/2177] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:32:34 2026] DELETE /v2.0/floatingips/a54d56af-7281-434e-8c65-21c1d69d5cb4 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2178] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:34 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2179] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:35 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&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: 1158/2180] 10.0.0.108 () {34 vars in 742 bytes} [Sat Apr 4 11:32:34 2026] PUT /v2.0/routers/0b267553-2450-4d79-aa13-08c5deb8a219 => generated 480 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2181] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:35 2026] GET /v2.0/ports?device_id=0b267553-2450-4d79-aa13-08c5deb8a219 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:35.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-df05d664-9c6b-4d5c-9443-1d7989901869 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] TaaS: Handle Delete Port: 6fe402af-582e-4c72-95b0-dd8d3cd8eaa0 2026-04-04 11:32:35.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df05d664-9c6b-4d5c-9443-1d7989901869 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] Tap Mirror: Handle Delete Port: 6fe402af-582e-4c72-95b0-dd8d3cd8eaa0 2026-04-04 11:32:35.606 7 INFO neutron.services.segments.plugin [-] Segment 92ca5644-9290-4cda-9790-958413781632 resource provider aggregate not found 2026-04-04 11:32:35.611 7 INFO neutron.services.segments.plugin [-] Segment 92ca5644-9290-4cda-9790-958413781632 resource provider aggregate not found 2026-04-04 11:32:35.623 7 INFO neutron.services.segments.plugin [-] Segment 92ca5644-9290-4cda-9790-958413781632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92ca5644-9290-4cda-9790-958413781632 found for delete ", "request_id": "req-d23445dd-752b-4e9e-8a07-a2a9f55a56b8"}]} 2026-04-04 11:32:35.625 7 INFO neutron.services.segments.plugin [-] Segment 92ca5644-9290-4cda-9790-958413781632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92ca5644-9290-4cda-9790-958413781632 found for delete ", "request_id": "req-36ae4f71-93e4-4c44-990a-7c9710f7f550"}]} 2026-04-04 11:32:35.632 7 INFO neutron.db.l3_hamode_db [None req-df05d664-9c6b-4d5c-9443-1d7989901869 eb48da9e5e9f4db29e9fc195fb60506f 08a6763c8cc141b59f807b61e02ad552 - - default default] HA network fe22a106-a163-4ab3-86d0-6194fafced7a was deleted as no HA routers are present in tenant 08a6763c8cc141b59f807b61e02ad552. [pid: 7|app: 0|req: 1159/2182] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:35 2026] DELETE /v2.0/routers/0b267553-2450-4d79-aa13-08c5deb8a219 => generated 0 bytes in 519 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2183] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:36 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 1160/2184] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:36 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&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: 1025/2185] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:36 2026] GET /v2.0/security-groups?tenant_id=b86cdf19da3f4db4b4633c8aab35a445&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2186] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:36 2026] DELETE /v2.0/security-groups/041cb374-1bf2-49cf-a39c-097d73cdbda8 => 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: 1026/2187] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:37 2026] GET /v2.0/security-groups?tenant_id=08a6763c8cc141b59f807b61e02ad552&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2188] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:37 2026] DELETE /v2.0/security-groups/9b2f662c-0ae1-4713-a7b3-a9827d1e7386 => 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: 1027/2189] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:37 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 1163/2190] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:32:37 2026] GET /v2.0/security-groups?id=e5361732-c1aa-4d0d-b400-7e92be7c2132&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2191] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:32:37 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:37.569 7 INFO neutron_taas.services.taas.taas_plugin [req-5586d4c1-3a4d-4bd7-9ad6-2868b40d26af req-3519a7fa-4cf1-4813-882e-50b8d8570e36 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] TaaS: Handle Delete Port: 641b7d99-63db-464a-b6db-f1ef8e114cc9 2026-04-04 11:32:37.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5586d4c1-3a4d-4bd7-9ad6-2868b40d26af req-3519a7fa-4cf1-4813-882e-50b8d8570e36 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Tap Mirror: Handle Delete Port: 641b7d99-63db-464a-b6db-f1ef8e114cc9 [pid: 8|app: 0|req: 1029/2192] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:37 2026] GET /v2.0/security-groups?tenant_id=a2f1b13e9e20485195db98bda9e2df62&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2193] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:32:37 2026] DELETE /v2.0/ports/641b7d99-63db-464a-b6db-f1ef8e114cc9 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2194] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:37 2026] DELETE /v2.0/security-groups/94a6afcc-b144-4c98-8cfe-28512b7fc640 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:37.760 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9eb55e00-5f00-41de-b0df-c6107b7a2f90'] response: {'server_uuid': '9c846028-5c17-41e9-97bd-466c688ea93a', 'name': 'network-vif-deleted', 'tag': '641b7d99-63db-464a-b6db-f1ef8e114cc9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1165/2195] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:38 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 1031/2196] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:38 2026] GET /v2.0/security-groups?tenant_id=b0d339d20e12453f920e20b6df53e7bc&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2197] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:39 2026] DELETE /v2.0/security-groups/5730e86b-9f61-484e-bc37-374bd470400a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2198] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:39 2026] GET /v2.0/security-groups?tenant_id=4b02cfa619a6479181fbef7c100de3e1&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2199] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:39 2026] DELETE /v2.0/security-groups/4a17f8b0-21a0-4b50-83f9-a98748e6527c => 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: 1033/2200] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:39 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 1168/2201] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:32:40 2026] GET /v2.0/ports?device_id=9c846028-5c17-41e9-97bd-466c688ea93a => 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: 1169/2202] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:42 2026] DELETE /v2.0/security-groups/e5361732-c1aa-4d0d-b400-7e92be7c2132 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:42.245 8 INFO neutron.db.segments_db [None req-715bd2c1-8f54-4184-8751-bd2052976905 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Added segment 4ffeb2c9-9088-420a-b10a-41ab84bc6477 of type vxlan for network 898eb87d-e1fc-4d06-9fc7-c4e40e0e8184 [pid: 8|app: 0|req: 1034/2203] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:41 2026] POST /v2.0/networks => generated 612 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:42.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-1310e9e8-c87f-4f89-b477-7892ecc3a8df defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] TaaS: Handle Delete Port: 8b1097df-7faa-42e1-be85-72de31e81a72 2026-04-04 11:32:42.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1310e9e8-c87f-4f89-b477-7892ecc3a8df defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Tap Mirror: Handle Delete Port: 8b1097df-7faa-42e1-be85-72de31e81a72 [pid: 8|app: 0|req: 1035/2204] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:42 2026] POST /v2.0/ports => generated 743 bytes in 341 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: 1036/2205] 10.0.0.108 () {34 vars in 666 bytes} [Sat Apr 4 11:32:42 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2206] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:42 2026] GET /v2.0/security-groups?tenant_id=630573f9f988415b994df35bce796608&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: 1170/2207] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:32:42 2026] PUT /v2.0/routers/a5e7d74e-ec42-4843-a12c-e53615006f5e/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:43.207 8 INFO neutron.db.segments_db [None req-15ba2c06-1b46-4dca-9c0d-439497297a09 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Added segment 2e14c822-a21a-45b3-8147-3f5127666bb3 of type vxlan for network 074d8126-cd04-4d6b-a887-59674c852434 [pid: 7|app: 0|req: 1171/2208] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:43 2026] DELETE /v2.0/security-groups/56cb113f-0073-423f-a0bd-fea53472b96c => 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: 1038/2209] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:43 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2210] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:43 2026] DELETE /v2.0/subnets/22a4268c-2988-4a4e-8aa5-9b1a3ee51965 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2211] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:43 2026] POST /v2.0/ports => generated 743 bytes in 240 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-04-04 11:32:43.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ae312e8-6e6d-4d57-b1c9-5c6db15d65d7 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] TaaS: Handle Delete Port: 19cd559b-5f16-43e2-a48d-f77cf48668c8 2026-04-04 11:32:43.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ae312e8-6e6d-4d57-b1c9-5c6db15d65d7 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Tap Mirror: Handle Delete Port: 19cd559b-5f16-43e2-a48d-f77cf48668c8 [pid: 8|app: 0|req: 1040/2212] 10.0.0.108 () {34 vars in 666 bytes} [Sat Apr 4 11:32:43 2026] POST /v2.0/trunks => generated 407 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:43.730 8 INFO neutron.db.segments_db [None req-5c0f374b-75f6-41e9-8619-6c50c1595d9b 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Added segment b31f4858-0571-4d0c-a9a0-69de9a81cc8b of type vxlan for network 4a4b038f-7dfc-4773-8d8b-e51d24aac9d5 [pid: 8|app: 0|req: 1041/2213] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:43 2026] POST /v2.0/networks => generated 612 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:43.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ae312e8-6e6d-4d57-b1c9-5c6db15d65d7 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] TaaS: Handle Delete Port: 32e934ee-9d9d-439e-8bda-b14ae9a795f8 2026-04-04 11:32:43.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ae312e8-6e6d-4d57-b1c9-5c6db15d65d7 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Tap Mirror: Handle Delete Port: 32e934ee-9d9d-439e-8bda-b14ae9a795f8 [pid: 8|app: 0|req: 1042/2214] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:43 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 1043/2215] 10.0.0.108 () {34 vars in 666 bytes} [Sat Apr 4 11:32:44 2026] POST /v2.0/trunks => generated 407 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:44.309 7 INFO neutron.services.segments.plugin [-] Segment c8ab23ce-1db0-4e21-8d52-6b148a5cb93e resource provider aggregate not found 2026-04-04 11:32:44.317 7 INFO neutron.services.segments.plugin [-] Segment c8ab23ce-1db0-4e21-8d52-6b148a5cb93e resource provider aggregate not found 2026-04-04 11:32:44.328 7 INFO neutron.services.segments.plugin [-] Segment c8ab23ce-1db0-4e21-8d52-6b148a5cb93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8ab23ce-1db0-4e21-8d52-6b148a5cb93e found for delete ", "request_id": "req-2fe31b68-8324-4dcf-9ee5-9f176f1bc248"}]} 2026-04-04 11:32:44.331 7 INFO neutron.db.l3_hamode_db [None req-7ae312e8-6e6d-4d57-b1c9-5c6db15d65d7 defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] HA network 2a6b6105-42c6-4aa0-ae82-fca42b7063e5 was deleted as no HA routers are present in tenant ed8a25e796d749b69af99cbb30cd51c8. [pid: 7|app: 0|req: 1173/2216] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:32:43 2026] DELETE /v2.0/routers/a5e7d74e-ec42-4843-a12c-e53615006f5e => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:44.345 7 INFO neutron.services.segments.plugin [-] Segment c8ab23ce-1db0-4e21-8d52-6b148a5cb93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8ab23ce-1db0-4e21-8d52-6b148a5cb93e found for delete ", "request_id": "req-0ee8bf0c-d2ea-475e-80b9-cfb3aca95ff0"}]} 2026-04-04 11:32:44.347 8 INFO neutron.db.segments_db [None req-efc975ba-8fb1-4337-b776-a4e038ac9051 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Added segment 4365c7fa-034b-48d5-bc9e-1d39dae1a3b2 of type vxlan for network 5d844e4b-06fa-4e9f-a4df-4876f6e8e726 [pid: 8|app: 0|req: 1044/2217] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:44 2026] POST /v2.0/networks => generated 613 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:32:44.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-51f34d63-3f81-4cfc-8d80-346b41c4537c defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] TaaS: Handle Delete Port: 83dd5c2c-e838-4b29-a8d8-cd8cd73305c9 2026-04-04 11:32:44.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51f34d63-3f81-4cfc-8d80-346b41c4537c defd65afd4874425814917398b0ed93d ed8a25e796d749b69af99cbb30cd51c8 - - default default] Tap Mirror: Handle Delete Port: 83dd5c2c-e838-4b29-a8d8-cd8cd73305c9 [pid: 7|app: 0|req: 1174/2218] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:44 2026] DELETE /v2.0/networks/de3c904c-4e97-4845-96c1-5458ebf00889 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2219] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:44 2026] POST /v2.0/ports => generated 743 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2220] 10.0.0.108 () {34 vars in 666 bytes} [Sat Apr 4 11:32:44 2026] POST /v2.0/trunks => generated 407 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-04 11:32:44.962 8 INFO neutron.db.segments_db [None req-a0f3cee6-6011-4e81-9123-e2aa6cfeeaef 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Added segment 9ebb175e-d737-470a-800d-62e523911575 of type vxlan for network 44c28bd4-3863-4a18-b90b-78eff33c8820 [pid: 8|app: 0|req: 1046/2221] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:44 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2222] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:32:45 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1047/2223] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/security-groups?tenant_id=ed8a25e796d749b69af99cbb30cd51c8&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2224] 10.0.0.108 () {34 vars in 666 bytes} [Sat Apr 4 11:32:45 2026] POST /v2.0/trunks => generated 407 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2225] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:32:45 2026] PUT /v2.0/trunks/9bf62fae-dfd8-48d6-8502-dfd843b7a761/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2226] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:45 2026] DELETE /v2.0/security-groups/58136d73-6bf9-4dc1-985f-b32bd05c37cc => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2227] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:32:45 2026] PUT /v2.0/trunks/b3af6cca-89bb-4a37-9ddb-bad01da50ac4/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2228] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:32:45 2026] PUT /v2.0/trunks/6c81ba12-8798-4b33-b106-5c63068d2c70/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2229] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:32:45 2026] PUT /v2.0/trunks/2b8cdb67-897c-409d-96de-402ac2302390/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2230] 10.0.0.108 () {32 vars in 662 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2231] 10.0.0.108 () {32 vars in 676 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2232] 10.0.0.108 () {32 vars in 672 bytes} [Sat Apr 4 11:32:45 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: 7|app: 0|req: 1183/2233] 10.0.0.108 () {32 vars in 684 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2234] 10.0.0.108 () {32 vars in 670 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2235] 10.0.0.108 () {32 vars in 684 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2236] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/security-groups?tenant_id=d9f07f09c7d2493b8b0480aa49c89123&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: 1186/2237] 10.0.0.108 () {32 vars in 680 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2238] 10.0.0.108 () {32 vars in 692 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2239] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/trunks/9bf62fae-dfd8-48d6-8502-dfd843b7a761 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2240] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:45 2026] DELETE /v2.0/security-groups/3b6cdefd-73c7-46b4-936e-e32cf9b0789b => 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: 1189/2241] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:45 2026] GET /v2.0/ports/edc6f671-9f5b-4f26-a8c1-422958570cc4 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2242] 10.0.0.108 () {32 vars in 722 bytes} [Sat Apr 4 11:32:46 2026] DELETE /v2.0/trunks/9bf62fae-dfd8-48d6-8502-dfd843b7a761 => 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: 1190/2243] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/trunks/b3af6cca-89bb-4a37-9ddb-bad01da50ac4 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2244] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/ports/f76c686d-0ce7-48d3-8dd6-38ca22210ebc => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2245] 10.0.0.108 () {32 vars in 722 bytes} [Sat Apr 4 11:32:46 2026] DELETE /v2.0/trunks/b3af6cca-89bb-4a37-9ddb-bad01da50ac4 => 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: 1055/2246] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/trunks/6c81ba12-8798-4b33-b106-5c63068d2c70 => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:46.353 7 INFO neutron.services.segments.plugin [-] Segment 46099c8f-eefd-4372-ba25-603022932ba6 resource provider aggregate not found [pid: 7|app: 0|req: 1192/2247] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/ports/04b4f9a4-da65-47a1-8bcd-0ade3aaf9f9b => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:32:46.368 7 INFO neutron.services.segments.plugin [-] Segment 46099c8f-eefd-4372-ba25-603022932ba6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46099c8f-eefd-4372-ba25-603022932ba6 found for delete ", "request_id": "req-ab136515-5f95-43fb-8d90-3438097e6a7f"}]} 2026-04-04 11:32:46.370 7 INFO neutron.services.segments.plugin [-] Segment 46099c8f-eefd-4372-ba25-603022932ba6 resource provider aggregate not found 2026-04-04 11:32:46.385 7 INFO neutron.services.segments.plugin [-] Segment 46099c8f-eefd-4372-ba25-603022932ba6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46099c8f-eefd-4372-ba25-603022932ba6 found for delete ", "request_id": "req-e3de845e-2481-499e-ad70-512a891039e1"}]} [pid: 8|app: 0|req: 1056/2248] 10.0.0.108 () {32 vars in 722 bytes} [Sat Apr 4 11:32:46 2026] DELETE /v2.0/trunks/6c81ba12-8798-4b33-b106-5c63068d2c70 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2249] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/trunks/2b8cdb67-897c-409d-96de-402ac2302390 => generated 414 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2250] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/ports/bb351e43-4834-40f7-a07b-9a05af8ab239 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2251] 10.0.0.108 () {32 vars in 722 bytes} [Sat Apr 4 11:32:46 2026] DELETE /v2.0/trunks/2b8cdb67-897c-409d-96de-402ac2302390 => 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: 1058/2252] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/trunks/9168d2a4-4883-4349-bf62-7f4afb3710d4 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2253] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:32:46 2026] GET /v2.0/ports/bbcf88ee-1397-4c60-8d00-fd0af7257345 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2254] 10.0.0.108 () {32 vars in 722 bytes} [Sat Apr 4 11:32:46 2026] DELETE /v2.0/trunks/9168d2a4-4883-4349-bf62-7f4afb3710d4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:46.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f3a32e7-a16f-4198-a02f-48ee9afaaeb7 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] TaaS: Handle Delete Port: edc6f671-9f5b-4f26-a8c1-422958570cc4 2026-04-04 11:32:46.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f3a32e7-a16f-4198-a02f-48ee9afaaeb7 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Tap Mirror: Handle Delete Port: edc6f671-9f5b-4f26-a8c1-422958570cc4 [pid: 7|app: 0|req: 1196/2255] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:46 2026] DELETE /v2.0/ports/edc6f671-9f5b-4f26-a8c1-422958570cc4 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:47.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-630c15a8-9ead-4441-afa3-1359004f1314 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] TaaS: Handle Delete Port: f76c686d-0ce7-48d3-8dd6-38ca22210ebc 2026-04-04 11:32:47.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-630c15a8-9ead-4441-afa3-1359004f1314 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Tap Mirror: Handle Delete Port: f76c686d-0ce7-48d3-8dd6-38ca22210ebc [pid: 8|app: 0|req: 1060/2256] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:46 2026] DELETE /v2.0/ports/f76c686d-0ce7-48d3-8dd6-38ca22210ebc => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:47.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1442e9c-64d6-4e57-b88f-159834c94ea8 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] TaaS: Handle Delete Port: 04b4f9a4-da65-47a1-8bcd-0ade3aaf9f9b 2026-04-04 11:32:47.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1442e9c-64d6-4e57-b88f-159834c94ea8 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Tap Mirror: Handle Delete Port: 04b4f9a4-da65-47a1-8bcd-0ade3aaf9f9b [pid: 7|app: 0|req: 1197/2257] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:47 2026] DELETE /v2.0/ports/04b4f9a4-da65-47a1-8bcd-0ade3aaf9f9b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:47.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-06ed9178-8dc6-4095-83a5-73700f9a774d 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] TaaS: Handle Delete Port: bb351e43-4834-40f7-a07b-9a05af8ab239 2026-04-04 11:32:47.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06ed9178-8dc6-4095-83a5-73700f9a774d 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Tap Mirror: Handle Delete Port: bb351e43-4834-40f7-a07b-9a05af8ab239 [pid: 8|app: 0|req: 1061/2258] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:47 2026] DELETE /v2.0/ports/bb351e43-4834-40f7-a07b-9a05af8ab239 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:47.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea7b6393-c5ad-4159-b815-b4e479bf90ce 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] TaaS: Handle Delete Port: bbcf88ee-1397-4c60-8d00-fd0af7257345 2026-04-04 11:32:47.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea7b6393-c5ad-4159-b815-b4e479bf90ce 6cd8e45a4acb466e817a423b59a5f3e0 9053a9dc63e642aeb7f667d09e8e656c - - default default] Tap Mirror: Handle Delete Port: bbcf88ee-1397-4c60-8d00-fd0af7257345 [pid: 7|app: 0|req: 1198/2259] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:32:47 2026] DELETE /v2.0/ports/bbcf88ee-1397-4c60-8d00-fd0af7257345 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:47.836 8 INFO neutron.services.segments.plugin [-] Segment 4ffeb2c9-9088-420a-b10a-41ab84bc6477 resource provider aggregate not found 2026-04-04 11:32:47.841 8 INFO neutron.services.segments.plugin [-] Segment 4ffeb2c9-9088-420a-b10a-41ab84bc6477 resource provider aggregate not found [pid: 8|app: 0|req: 1062/2260] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:47 2026] DELETE /v2.0/networks/898eb87d-e1fc-4d06-9fc7-c4e40e0e8184 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:47.862 8 INFO neutron.services.segments.plugin [-] Segment 4ffeb2c9-9088-420a-b10a-41ab84bc6477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ffeb2c9-9088-420a-b10a-41ab84bc6477 found for delete ", "request_id": "req-c52ce702-4647-4048-9a9c-00d0149be9d6"}]} 2026-04-04 11:32:47.867 8 INFO neutron.services.segments.plugin [-] Segment 4ffeb2c9-9088-420a-b10a-41ab84bc6477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ffeb2c9-9088-420a-b10a-41ab84bc6477 found for delete ", "request_id": "req-394145e1-bf65-4a1b-b0e6-a7089170dda6"}]} [pid: 7|app: 0|req: 1199/2263] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:47 2026] DELETE /v2.0/networks/074d8126-cd04-4d6b-a887-59674c852434 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2264] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:48 2026] DELETE /v2.0/networks/4a4b038f-7dfc-4773-8d8b-e51d24aac9d5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2265] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:48 2026] DELETE /v2.0/networks/5d844e4b-06fa-4e9f-a4df-4876f6e8e726 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:48.394 7 INFO neutron.services.segments.plugin [-] Segment 2e14c822-a21a-45b3-8147-3f5127666bb3 resource provider aggregate not found 2026-04-04 11:32:48.424 7 INFO neutron.services.segments.plugin [-] Segment 2e14c822-a21a-45b3-8147-3f5127666bb3 resource provider aggregate not found [pid: 8|app: 0|req: 1066/2266] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:48 2026] DELETE /v2.0/networks/44c28bd4-3863-4a18-b90b-78eff33c8820 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:32:48.438 7 INFO neutron.services.segments.plugin [-] Segment 2e14c822-a21a-45b3-8147-3f5127666bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e14c822-a21a-45b3-8147-3f5127666bb3 found for delete ", "request_id": "req-a8326d99-0d85-47ed-8268-8308a26dc010"}]} 2026-04-04 11:32:48.442 7 INFO neutron.services.segments.plugin [-] Segment 2e14c822-a21a-45b3-8147-3f5127666bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e14c822-a21a-45b3-8147-3f5127666bb3 found for delete ", "request_id": "req-53270b3e-ec69-49df-bdf0-fac1590a7186"}]} 2026-04-04 11:32:48.471 7 INFO neutron.services.segments.plugin [-] Segment 4365c7fa-034b-48d5-bc9e-1d39dae1a3b2 resource provider aggregate not found 2026-04-04 11:32:48.474 7 INFO neutron.services.segments.plugin [-] Segment 4365c7fa-034b-48d5-bc9e-1d39dae1a3b2 resource provider aggregate not found 2026-04-04 11:32:48.487 7 INFO neutron.services.segments.plugin [-] Segment 4365c7fa-034b-48d5-bc9e-1d39dae1a3b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4365c7fa-034b-48d5-bc9e-1d39dae1a3b2 found for delete ", "request_id": "req-611e7441-eb47-4aeb-9a69-201fd213f9a1"}]} 2026-04-04 11:32:48.496 7 INFO neutron.services.segments.plugin [-] Segment 4365c7fa-034b-48d5-bc9e-1d39dae1a3b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4365c7fa-034b-48d5-bc9e-1d39dae1a3b2 found for delete ", "request_id": "req-162fffce-e8dd-44dd-b649-d141a8df8304"}]} [pid: 7|app: 0|req: 1201/2267] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:49 2026] GET /v2.0/security-groups?tenant_id=9053a9dc63e642aeb7f667d09e8e656c&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2268] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:49 2026] DELETE /v2.0/security-groups/a2bf2595-400c-473c-9ae4-bf0b37213716 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2269] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:49 2026] GET /v2.0/security-groups?tenant_id=194b3b3acb5f4de7b2ab846d385a4f0c&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2270] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:49 2026] DELETE /v2.0/security-groups/53bc5905-b957-4ffc-84e5-bf082a0bab26 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:49.885 8 INFO neutron.services.segments.plugin [-] Segment b31f4858-0571-4d0c-a9a0-69de9a81cc8b resource provider aggregate not found 2026-04-04 11:32:49.891 8 INFO neutron.services.segments.plugin [-] Segment b31f4858-0571-4d0c-a9a0-69de9a81cc8b resource provider aggregate not found 2026-04-04 11:32:49.908 8 INFO neutron.services.segments.plugin [-] Segment b31f4858-0571-4d0c-a9a0-69de9a81cc8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b31f4858-0571-4d0c-a9a0-69de9a81cc8b found for delete ", "request_id": "req-4cc904fe-4b10-4faf-a2f2-6a8276022363"}]} 2026-04-04 11:32:49.916 8 INFO neutron.services.segments.plugin [-] Segment b31f4858-0571-4d0c-a9a0-69de9a81cc8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b31f4858-0571-4d0c-a9a0-69de9a81cc8b found for delete ", "request_id": "req-e266740a-e52e-4f55-b58b-ef3397c239ba"}]} 2026-04-04 11:32:49.928 8 INFO neutron.services.segments.plugin [-] Segment 9ebb175e-d737-470a-800d-62e523911575 resource provider aggregate not found 2026-04-04 11:32:49.932 8 INFO neutron.services.segments.plugin [-] Segment 9ebb175e-d737-470a-800d-62e523911575 resource provider aggregate not found 2026-04-04 11:32:49.946 8 INFO neutron.services.segments.plugin [-] Segment 9ebb175e-d737-470a-800d-62e523911575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ebb175e-d737-470a-800d-62e523911575 found for delete ", "request_id": "req-e34918fd-036a-4966-886f-6b90b0ebb65d"}]} 2026-04-04 11:32:49.949 8 INFO neutron.services.segments.plugin [-] Segment 9ebb175e-d737-470a-800d-62e523911575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ebb175e-d737-470a-800d-62e523911575 found for delete ", "request_id": "req-4453a198-4f9c-49d1-a986-3a12aac28082"}]} [pid: 8|app: 0|req: 1069/2271] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:50 2026] GET /v2.0/security-groups?tenant_id=42ff50eafcdd480fa0fe8cc98cc721a8&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2272] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:50 2026] DELETE /v2.0/security-groups/a9a5f883-2755-47a3-b019-e175277e8ba5 => 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: 1203/2273] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:32:49 2026] POST /v2.0/floatingips => generated 552 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2274] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:32:50 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2275] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:32:51 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2276] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:32:51 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2277] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:32:52 2026] POST /v2.0/floatingips => generated 552 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2278] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:32:52 2026] PUT /v2.0/floatingips/2dd46081-d005-4e51-94aa-36f9290ece3a/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2279] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:32:52 2026] PUT /v2.0/floatingips/b0e9b7a2-04db-4765-bf8f-e099f31c8c95/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: 1074/2280] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:32:53 2026] PUT /v2.0/floatingips/ee1a4eb7-b085-4a8b-9d05-5b12beb1a352/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2281] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:32:53 2026] PUT /v2.0/floatingips/47edd935-0b4b-4ecb-b594-0fd91a9ee911/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2282] 10.0.0.108 () {32 vars in 672 bytes} [Sat Apr 4 11:32:53 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2283] 10.0.0.108 () {32 vars in 686 bytes} [Sat Apr 4 11:32:53 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2284] 10.0.0.108 () {32 vars in 682 bytes} [Sat Apr 4 11:32:53 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2285] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:32:53 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: 8|app: 0|req: 1077/2286] 10.0.0.108 () {32 vars in 680 bytes} [Sat Apr 4 11:32:53 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2287] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:32:53 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2288] 10.0.0.108 () {32 vars in 690 bytes} [Sat Apr 4 11:32:53 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2289] 10.0.0.108 () {32 vars in 702 bytes} [Sat Apr 4 11:32:53 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:32:53.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-0af40448-9635-49fa-9b4e-4984f05519d9 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] TaaS: Handle Delete Port: fdabdd88-8494-48f8-9a0f-ba7a91cc4531 2026-04-04 11:32:53.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0af40448-9635-49fa-9b4e-4984f05519d9 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] Tap Mirror: Handle Delete Port: fdabdd88-8494-48f8-9a0f-ba7a91cc4531 [pid: 8|app: 0|req: 1079/2290] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:32:53 2026] DELETE /v2.0/floatingips/2dd46081-d005-4e51-94aa-36f9290ece3a => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:54.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-f210af06-af40-4e01-8918-4a72c8f89ff5 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] TaaS: Handle Delete Port: 80fc1b7c-aaa5-4ede-ad85-620d452e6e02 2026-04-04 11:32:54.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f210af06-af40-4e01-8918-4a72c8f89ff5 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] Tap Mirror: Handle Delete Port: 80fc1b7c-aaa5-4ede-ad85-620d452e6e02 [pid: 7|app: 0|req: 1212/2291] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:32:53 2026] DELETE /v2.0/floatingips/b0e9b7a2-04db-4765-bf8f-e099f31c8c95 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:54.262 8 INFO neutron.db.segments_db [None req-e384ee2f-ea11-44b6-845b-579a726e69c7 e9ce48c9e38b4241b72321e88ee86a97 4d445fdbbaa5496ea79f0a54ea36a421 - - default default] Added segment a88ef337-23c1-4113-8764-7262510c5070 of type vxlan for network 5d7cd123-a435-4058-b509-532d48f70aca 2026-04-04 11:32:54.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-10c387d3-fb45-4607-bdb6-9f85b75d46e1 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] TaaS: Handle Delete Port: 29dbee97-862a-4054-a559-137767aa7a69 2026-04-04 11:32:54.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10c387d3-fb45-4607-bdb6-9f85b75d46e1 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] Tap Mirror: Handle Delete Port: 29dbee97-862a-4054-a559-137767aa7a69 [pid: 8|app: 0|req: 1080/2292] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:53 2026] POST /v2.0/networks => generated 613 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2293] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:32:54 2026] PUT /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2294] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:32:54 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2295] 10.0.0.108 () {34 vars in 764 bytes} [Sat Apr 4 11:32:54 2026] PUT /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2296] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:32:54 2026] DELETE /v2.0/floatingips/ee1a4eb7-b085-4a8b-9d05-5b12beb1a352 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2297] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:32:54 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2298] 10.0.0.108 () {34 vars in 760 bytes} [Sat Apr 4 11:32:54 2026] PUT /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-04 11:32:54.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cfb602b-a465-41e4-a021-6aaafecaab48 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] TaaS: Handle Delete Port: 0b790778-3a14-4fce-8e0e-758775b5b786 2026-04-04 11:32:54.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cfb602b-a465-41e4-a021-6aaafecaab48 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] Tap Mirror: Handle Delete Port: 0b790778-3a14-4fce-8e0e-758775b5b786 [pid: 8|app: 0|req: 1086/2299] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:32:54 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/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: 1087/2300] 10.0.0.108 () {34 vars in 782 bytes} [Sat Apr 4 11:32:54 2026] PUT /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2301] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:32:54 2026] DELETE /v2.0/floatingips/47edd935-0b4b-4ecb-b594-0fd91a9ee911 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2302] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:32:54 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2303] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:32:54 2026] PUT /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/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: 1216/2304] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:32:54 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:54.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-59f75c79-bfad-4916-96a6-31e0be3ade23 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] TaaS: Handle Delete Port: da589c7e-50dd-4753-9a73-fb3a06b00e47 2026-04-04 11:32:54.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59f75c79-bfad-4916-96a6-31e0be3ade23 6303acd192d945e2b1f6bfecd927a837 8d7e00b20d0848b78669e6257f603c38 - - default default] Tap Mirror: Handle Delete Port: da589c7e-50dd-4753-9a73-fb3a06b00e47 [pid: 7|app: 0|req: 1217/2305] 10.0.0.108 () {32 vars in 741 bytes} [Sat Apr 4 11:32:54 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:32:55.035 7 INFO neutron.api.v2.resource [None req-fb734b3c-15bf-4353-a9df-35aa8963de63 e9ce48c9e38b4241b72321e88ee86a97 4d445fdbbaa5496ea79f0a54ea36a421 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1218/2306] 10.0.0.108 () {32 vars in 745 bytes} [Sat Apr 4 11:32:54 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2307] 10.0.0.108 () {32 vars in 744 bytes} [Sat Apr 4 11:32:55 2026] DELETE /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2308] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:32:54 2026] DELETE /v2.0/floatingips/32c70955-fca9-4ad1-84d7-60c0536e4e0a => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2309] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:32:55 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:55.193 8 INFO neutron.api.v2.resource [None req-38d6ac09-4242-4c22-94b6-75f69c3aacf9 e9ce48c9e38b4241b72321e88ee86a97 4d445fdbbaa5496ea79f0a54ea36a421 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1090/2310] 10.0.0.108 () {32 vars in 748 bytes} [Sat Apr 4 11:32:55 2026] DELETE /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2311] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:32:55 2026] DELETE /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2312] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:32:55 2026] GET /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:32:55.438 7 INFO neutron.services.segments.plugin [-] Segment a88ef337-23c1-4113-8764-7262510c5070 resource provider aggregate not found 2026-04-04 11:32:55.449 7 INFO neutron.services.segments.plugin [-] Segment a88ef337-23c1-4113-8764-7262510c5070 resource provider aggregate not found 2026-04-04 11:32:55.456 7 INFO neutron.services.segments.plugin [-] Segment a88ef337-23c1-4113-8764-7262510c5070 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88ef337-23c1-4113-8764-7262510c5070 found for delete ", "request_id": "req-a54cb1f7-4e98-4880-927b-563cde6fb410"}]} 2026-04-04 11:32:55.463 7 INFO neutron.services.segments.plugin [-] Segment a88ef337-23c1-4113-8764-7262510c5070 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88ef337-23c1-4113-8764-7262510c5070 found for delete ", "request_id": "req-3de5cc01-0264-49f9-ac32-ab6443e66b62"}]} [pid: 7|app: 0|req: 1222/2313] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:32:55 2026] DELETE /v2.0/networks/5d7cd123-a435-4058-b509-532d48f70aca => 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: 1092/2314] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:55 2026] GET /v2.0/security-groups?tenant_id=0bc05736689f4f77a4e9daad3ea9d84c&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2315] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:56 2026] GET /v2.0/security-groups?tenant_id=fe45e20524b54d13a5d3c3f195a56ed5&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2316] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:56 2026] DELETE /v2.0/security-groups/a693d56c-0797-4ecc-a2ae-9b4d3f336817 => 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: 1224/2317] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:56 2026] DELETE /v2.0/security-groups/f27b92cc-cf0b-44e4-b448-8a8ed42d50cc => 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: 1094/2318] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:56 2026] GET /v2.0/security-groups?tenant_id=8d7e00b20d0848b78669e6257f603c38&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2319] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:56 2026] GET /v2.0/security-groups?tenant_id=4d445fdbbaa5496ea79f0a54ea36a421&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2320] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:56 2026] DELETE /v2.0/security-groups/b34a9d71-47f9-484a-8d97-e6a22a05de21 => 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: 1226/2321] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:56 2026] DELETE /v2.0/security-groups/8058dcc7-18dd-4194-818f-50868cfbf730 => 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: 1096/2322] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:56 2026] GET /v2.0/security-groups?tenant_id=8423d7168b2347038df7280978e68e4f&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2323] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:56 2026] DELETE /v2.0/security-groups/f94a8899-8ad9-4eb3-8f1f-3025d1d66c65 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2324] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:32:57 2026] GET /v2.0/security-groups?tenant_id=deb37bfb0b5d44cbbdab4c9f67341240&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2325] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:32:57 2026] DELETE /v2.0/security-groups/e56febc2-4c1b-494a-8c96-cfc3dda6e15e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:00.196 8 INFO neutron.db.segments_db [None req-81b0f2c9-8db0-44f6-92ee-957bfaed5a8e 6de7483cd49d4da0a467949b69b7766b 73059e6e23224fb9b8b78a2ecb5355b6 - - default default] Added segment 17887c88-91c7-4fbe-a9d9-4f51a6d82cf1 of type vxlan for network 2e84a8c6-7661-4e7d-9f11-586213a1736e [pid: 8|app: 0|req: 1098/2326] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:32:59 2026] POST /v2.0/networks => generated 613 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2327] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:33:00 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2328] 10.0.0.108 () {34 vars in 747 bytes} [Sat Apr 4 11:33:00 2026] PUT /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/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: 1230/2329] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:33:00 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1100/2330] 10.0.0.108 () {34 vars in 758 bytes} [Sat Apr 4 11:33:00 2026] PUT /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags/green => generated 4 bytes in 72 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: 1231/2331] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:33:00 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/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: 8|app: 0|req: 1101/2332] 10.0.0.108 () {34 vars in 754 bytes} [Sat Apr 4 11:33:00 2026] PUT /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags/red => generated 4 bytes in 83 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: 1232/2333] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:33:00 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1102/2334] 10.0.0.108 () {34 vars in 776 bytes} [Sat Apr 4 11:33:01 2026] PUT /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags/black.or.white => generated 4 bytes in 94 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: 1103/2335] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:33:01 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1104/2336] 10.0.0.108 () {34 vars in 747 bytes} [Sat Apr 4 11:33:01 2026] PUT /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 37 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: 1105/2337] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:33:01 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1106/2338] 10.0.0.108 () {32 vars in 735 bytes} [Sat Apr 4 11:33:01 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags/red => generated 0 bytes in 52 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-04-04 11:33:01.371 7 INFO neutron.db.segments_db [None req-599bc676-12c8-4b78-a203-3448272188b3 6671fdb0d488408cb9b7fcfb43a9fea3 0745014fedd84d61b7b6055e866504b1 - - default default] Added segment d60cc894-8abb-4dd3-b08e-817650e5ff3f of type vxlan for network 596976a1-7471-4703-bba6-a6998c080930 2026-04-04 11:33:01.399 8 INFO neutron.api.v2.resource [None req-fc329f16-875a-4911-b8b5-08528225f891 6de7483cd49d4da0a467949b69b7766b 73059e6e23224fb9b8b78a2ecb5355b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1107/2339] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:33:01 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags/green => generated 99 bytes in 49 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: 1233/2340] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:01 2026] POST /v2.0/networks => generated 612 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2341] 10.0.0.108 () {32 vars in 738 bytes} [Sat Apr 4 11:33:01 2026] DELETE /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags/red => generated 0 bytes in 86 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-04-04 11:33:01.532 7 INFO neutron.db.segments_db [None req-351f3e34-4c73-448c-b3f3-c170e939ec94 6671fdb0d488408cb9b7fcfb43a9fea3 0745014fedd84d61b7b6055e866504b1 - - default default] Added segment 94368692-83bf-4b16-8502-d4a8bc411864 of type vxlan for network 2092ca55-f186-4946-95a8-13f73191b96e [pid: 8|app: 0|req: 1109/2342] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:33:01 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 30 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, ' 2026-04-04 11:33:01.609 8 INFO neutron.api.v2.resource [None req-f3cf5907-3395-4197-bccb-9d32e19ffaca 6de7483cd49d4da0a467949b69b7766b 73059e6e23224fb9b8b78a2ecb5355b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1110/2343] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:33:01 2026] DELETE /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags/green => generated 99 bytes in 52 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: 1234/2344] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:01 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2345] 10.0.0.108 () {32 vars in 730 bytes} [Sat Apr 4 11:33:01 2026] DELETE /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:01.677 7 INFO neutron.db.segments_db [None req-b09cf390-428c-405e-aa82-7adaa6634412 6671fdb0d488408cb9b7fcfb43a9fea3 0745014fedd84d61b7b6055e866504b1 - - default default] Added segment 1197b42f-39c9-4f5d-a023-76e6338ee229 of type vxlan for network dcf56ebd-c155-44a2-88bc-60658573e3b3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1112/2346] 10.0.0.108 () {32 vars in 727 bytes} [Sat Apr 4 11:33:01 2026] GET /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726/tags => generated 12 bytes in 42 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: 1235/2347] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:01 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:33:01.811 7 INFO neutron.db.segments_db [None req-cdc10b89-fd1f-484b-af03-c8c3ee83b9f3 6671fdb0d488408cb9b7fcfb43a9fea3 0745014fedd84d61b7b6055e866504b1 - - default default] Added segment 7c2c62b8-2820-4c89-b0a8-3f5a42549de9 of type vxlan for network 7ff91f51-baf9-478d-8c5a-585cab2e622f 2026-04-04 11:33:01.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cb801f9-d821-49f8-b945-a065f1241966 6de7483cd49d4da0a467949b69b7766b 73059e6e23224fb9b8b78a2ecb5355b6 - - default default] TaaS: Handle Delete Port: 993cdcfc-7d86-4226-b324-51e4c0e34726 2026-04-04 11:33:01.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cb801f9-d821-49f8-b945-a065f1241966 6de7483cd49d4da0a467949b69b7766b 73059e6e23224fb9b8b78a2ecb5355b6 - - default default] Tap Mirror: Handle Delete Port: 993cdcfc-7d86-4226-b324-51e4c0e34726 [pid: 7|app: 0|req: 1236/2348] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:01 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2349] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:33:01 2026] DELETE /v2.0/ports/993cdcfc-7d86-4226-b324-51e4c0e34726 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:33:01.966 7 INFO neutron.db.segments_db [None req-3abd9597-5c40-4bd0-aa0f-2de4a871fe1d 6671fdb0d488408cb9b7fcfb43a9fea3 0745014fedd84d61b7b6055e866504b1 - - default default] Added segment f80862b3-0d85-4983-8273-d7ebdc8a2084 of type vxlan for network 8c357595-87cc-417f-bcc8-e00d8d7a1cc0 2026-04-04 11:33:02.055 8 INFO neutron.services.segments.plugin [-] Segment 17887c88-91c7-4fbe-a9d9-4f51a6d82cf1 resource provider aggregate not found [pid: 7|app: 0|req: 1237/2350] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:01 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:33:02.061 8 INFO neutron.services.segments.plugin [-] Segment 17887c88-91c7-4fbe-a9d9-4f51a6d82cf1 resource provider aggregate not found 2026-04-04 11:33:02.078 8 INFO neutron.services.segments.plugin [-] Segment 17887c88-91c7-4fbe-a9d9-4f51a6d82cf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17887c88-91c7-4fbe-a9d9-4f51a6d82cf1 found for delete ", "request_id": "req-e09faacd-2695-4bd7-a4cb-566984ac4241"}]} 2026-04-04 11:33:02.079 8 INFO neutron.services.segments.plugin [-] Segment 17887c88-91c7-4fbe-a9d9-4f51a6d82cf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17887c88-91c7-4fbe-a9d9-4f51a6d82cf1 found for delete ", "request_id": "req-fb83ddc3-def4-44d6-b514-d4d34ace4bc2"}]} [pid: 8|app: 0|req: 1114/2351] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:01 2026] DELETE /v2.0/networks/2e84a8c6-7661-4e7d-9f11-586213a1736e => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2352] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:33:02 2026] PUT /v2.0/networks/596976a1-7471-4703-bba6-a6998c080930/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2353] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:33:02 2026] PUT /v2.0/networks/2092ca55-f186-4946-95a8-13f73191b96e/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2354] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:33:02 2026] PUT /v2.0/networks/dcf56ebd-c155-44a2-88bc-60658573e3b3/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2355] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:33:02 2026] PUT /v2.0/networks/7ff91f51-baf9-478d-8c5a-585cab2e622f/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2356] 10.0.0.108 () {32 vars in 666 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2357] 10.0.0.108 () {32 vars in 680 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2358] 10.0.0.108 () {32 vars in 676 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2359] 10.0.0.108 () {32 vars in 688 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2360] 10.0.0.108 () {32 vars in 674 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2361] 10.0.0.108 () {32 vars in 688 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2362] 10.0.0.108 () {32 vars in 684 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2363] 10.0.0.108 () {32 vars in 696 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:33:02.892 7 INFO neutron.services.segments.plugin [-] Segment d60cc894-8abb-4dd3-b08e-817650e5ff3f resource provider aggregate not found 2026-04-04 11:33:02.900 7 INFO neutron.services.segments.plugin [-] Segment d60cc894-8abb-4dd3-b08e-817650e5ff3f resource provider aggregate not found 2026-04-04 11:33:02.915 7 INFO neutron.services.segments.plugin [-] Segment d60cc894-8abb-4dd3-b08e-817650e5ff3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60cc894-8abb-4dd3-b08e-817650e5ff3f found for delete ", "request_id": "req-4bf87a34-29f3-432c-889e-f4ee1546a10c"}]} 2026-04-04 11:33:02.917 7 INFO neutron.services.segments.plugin [-] Segment d60cc894-8abb-4dd3-b08e-817650e5ff3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60cc894-8abb-4dd3-b08e-817650e5ff3f found for delete ", "request_id": "req-e521b139-035c-4517-a079-25df32bd86d9"}]} [pid: 7|app: 0|req: 1245/2364] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:02 2026] DELETE /v2.0/networks/596976a1-7471-4703-bba6-a6998c080930 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2367] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:02 2026] GET /v2.0/security-groups?tenant_id=fdf2a86135d44db0ae3627c774ea2f4d&name=default => generated 2929 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2368] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:02 2026] DELETE /v2.0/networks/2092ca55-f186-4946-95a8-13f73191b96e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2369] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:03 2026] DELETE /v2.0/security-groups/18198769-6abb-4fda-9c19-e093b092c704 => 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: 1249/2370] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:03 2026] DELETE /v2.0/networks/dcf56ebd-c155-44a2-88bc-60658573e3b3 => 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: 1250/2371] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:03 2026] GET /v2.0/security-groups?tenant_id=73059e6e23224fb9b8b78a2ecb5355b6&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2372] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:03 2026] DELETE /v2.0/networks/7ff91f51-baf9-478d-8c5a-585cab2e622f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2373] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:03 2026] DELETE /v2.0/security-groups/da9e4878-d69b-467e-8550-b505f1be0013 => 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: 1123/2374] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:03 2026] DELETE /v2.0/networks/8c357595-87cc-417f-bcc8-e00d8d7a1cc0 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:33:04.101 8 INFO neutron.services.segments.plugin [-] Segment 7c2c62b8-2820-4c89-b0a8-3f5a42549de9 resource provider aggregate not found 2026-04-04 11:33:04.107 8 INFO neutron.services.segments.plugin [-] Segment 7c2c62b8-2820-4c89-b0a8-3f5a42549de9 resource provider aggregate not found 2026-04-04 11:33:04.125 8 INFO neutron.services.segments.plugin [-] Segment 7c2c62b8-2820-4c89-b0a8-3f5a42549de9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c2c62b8-2820-4c89-b0a8-3f5a42549de9 found for delete ", "request_id": "req-bb352b98-313f-47f6-92d8-8ae1a4908832"}]} 2026-04-04 11:33:04.129 8 INFO neutron.services.segments.plugin [-] Segment 7c2c62b8-2820-4c89-b0a8-3f5a42549de9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c2c62b8-2820-4c89-b0a8-3f5a42549de9 found for delete ", "request_id": "req-4904b988-9ff4-48a2-9217-edd6360ab051"}]} 2026-04-04 11:33:04.144 8 INFO neutron.services.segments.plugin [-] Segment f80862b3-0d85-4983-8273-d7ebdc8a2084 resource provider aggregate not found 2026-04-04 11:33:04.149 8 INFO neutron.services.segments.plugin [-] Segment f80862b3-0d85-4983-8273-d7ebdc8a2084 resource provider aggregate not found 2026-04-04 11:33:04.163 8 INFO neutron.services.segments.plugin [-] Segment f80862b3-0d85-4983-8273-d7ebdc8a2084 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80862b3-0d85-4983-8273-d7ebdc8a2084 found for delete ", "request_id": "req-a394be13-1d5a-4d35-86af-f05dc45019d2"}]} 2026-04-04 11:33:04.170 8 INFO neutron.services.segments.plugin [-] Segment f80862b3-0d85-4983-8273-d7ebdc8a2084 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80862b3-0d85-4983-8273-d7ebdc8a2084 found for delete ", "request_id": "req-30cc3d5e-43b7-4b60-a7ac-a0f5f667c29e"}]} [pid: 7|app: 0|req: 1252/2375] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:04 2026] GET /v2.0/security-groups?tenant_id=c11320e61c85405ab438efef873c0d8e&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2376] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:04 2026] DELETE /v2.0/security-groups/a5c60b42-2b6d-40f6-8236-ef416c31cefc => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:04.942 7 INFO neutron.services.segments.plugin [-] Segment 94368692-83bf-4b16-8502-d4a8bc411864 resource provider aggregate not found 2026-04-04 11:33:04.948 7 INFO neutron.services.segments.plugin [-] Segment 94368692-83bf-4b16-8502-d4a8bc411864 resource provider aggregate not found 2026-04-04 11:33:04.970 7 INFO neutron.services.segments.plugin [-] Segment 94368692-83bf-4b16-8502-d4a8bc411864 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94368692-83bf-4b16-8502-d4a8bc411864 found for delete ", "request_id": "req-85e78fc5-13fd-463a-b2aa-2050842a6824"}]} 2026-04-04 11:33:04.977 7 INFO neutron.services.segments.plugin [-] Segment 94368692-83bf-4b16-8502-d4a8bc411864 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94368692-83bf-4b16-8502-d4a8bc411864 found for delete ", "request_id": "req-ae0b4204-4a34-425a-80c1-fc44fbbe0ec7"}]} 2026-04-04 11:33:04.999 7 INFO neutron.services.segments.plugin [-] Segment 1197b42f-39c9-4f5d-a023-76e6338ee229 resource provider aggregate not found 2026-04-04 11:33:05.008 7 INFO neutron.services.segments.plugin [-] Segment 1197b42f-39c9-4f5d-a023-76e6338ee229 resource provider aggregate not found 2026-04-04 11:33:05.025 7 INFO neutron.services.segments.plugin [-] Segment 1197b42f-39c9-4f5d-a023-76e6338ee229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1197b42f-39c9-4f5d-a023-76e6338ee229 found for delete ", "request_id": "req-f1259df8-e70c-4049-a18b-b1da8f91b274"}]} 2026-04-04 11:33:05.026 7 INFO neutron.services.segments.plugin [-] Segment 1197b42f-39c9-4f5d-a023-76e6338ee229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1197b42f-39c9-4f5d-a023-76e6338ee229 found for delete ", "request_id": "req-23309834-bb00-4fdb-9249-95d13287a741"}]} [pid: 7|app: 0|req: 1253/2377] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:04 2026] GET /v2.0/security-groups?tenant_id=928f42de388b4737aecd38f4582d007d&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2378] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:05 2026] DELETE /v2.0/security-groups/b2bd0a0c-8646-4aea-8afe-d68cf23f0cbb => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2379] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:05 2026] GET /v2.0/security-groups?tenant_id=0745014fedd84d61b7b6055e866504b1&name=default => generated 2929 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2380] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:05 2026] DELETE /v2.0/security-groups/8543aeaf-74a7-452a-a039-32cd6063a845 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:07.180 7 INFO neutron.db.segments_db [None req-5dc7bdd9-48d8-4d92-8049-0f997820350b f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Added segment 9d94903d-d60b-462f-a635-e8fd3ae1463c of type vxlan for network d9a92245-d974-435d-b811-4017503166d0 2026-04-04 11:33:07.244 8 INFO neutron.db.segments_db [None req-22511c00-e8fd-43d0-8e41-b83f538996f9 40514db39e914da6b780c907b3236d14 201a5fa2744c442e838b3370b6e1d0e1 - - default default] Added segment 6ec7a214-1071-45d2-8d2c-0d79089259fd of type vxlan for network 13832d34-3dd8-4988-b455-7b8a9e4cd27c [pid: 7|app: 0|req: 1255/2381] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:06 2026] POST /v2.0/networks => generated 621 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2382] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:07 2026] POST /v2.0/networks => generated 612 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2383] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:07 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) [pid: 8|app: 0|req: 1128/2384] 10.0.0.108 () {34 vars in 664 bytes} [Sat Apr 4 11:33:07 2026] POST /v2.0/ports => generated 743 bytes in 269 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: 1257/2385] 10.0.0.108 () {32 vars in 722 bytes} [Sat Apr 4 11:33:07 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2386] 10.0.0.108 () {34 vars in 666 bytes} [Sat Apr 4 11:33:07 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2387] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:33:07 2026] PUT /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2388] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:33:07 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2389] 10.0.0.108 () {34 vars in 760 bytes} [Sat Apr 4 11:33:07 2026] PUT /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2390] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:33:07 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2391] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:07 2026] POST /v2.0/subnets => generated 732 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2392] 10.0.0.108 () {34 vars in 756 bytes} [Sat Apr 4 11:33:07 2026] PUT /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-04 11:33:07.955 7 INFO neutron.db.segments_db [None req-89cc42c8-27eb-44a1-9482-c354f065b230 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Added segment 345b04b0-4322-4fa8-bc51-af5dcd31e851 of type vxlan for network ce57f805-78bc-4258-9a0f-15a28c4b1b92 [pid: 8|app: 0|req: 1135/2393] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:33:07 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2394] 10.0.0.108 () {34 vars in 778 bytes} [Sat Apr 4 11:33:07 2026] PUT /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2395] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:07 2026] POST /v2.0/networks => generated 619 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2396] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2397] 10.0.0.108 () {34 vars in 749 bytes} [Sat Apr 4 11:33:08 2026] PUT /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2398] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2399] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:08.160 8 INFO neutron.api.v2.resource [None req-d8c2ea91-7203-4b94-8f8a-f8ae62a41480 40514db39e914da6b780c907b3236d14 201a5fa2744c442e838b3370b6e1d0e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1141/2400] 10.0.0.108 () {32 vars in 741 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2401] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:08 2026] DELETE /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2402] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:33:08.243 8 INFO neutron.api.v2.resource [None req-2c048e8e-ab89-4ba5-8e01-397b861657fb 40514db39e914da6b780c907b3236d14 201a5fa2744c442e838b3370b6e1d0e1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1144/2403] 10.0.0.108 () {32 vars in 744 bytes} [Sat Apr 4 11:33:08 2026] DELETE /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2404] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:08 2026] POST /v2.0/subnets => generated 656 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2405] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:33:08 2026] DELETE /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => 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: 1146/2406] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73/tags => 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: 1147/2407] 10.0.0.108 () {32 vars in 719 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2408] 10.0.0.108 () {32 vars in 717 bytes} [Sat Apr 4 11:33:08 2026] GET /v2.0/ports/2137f95c-08d0-4143-af70-0c9a5643fa01 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2409] 10.0.0.108 () {32 vars in 722 bytes} [Sat Apr 4 11:33:08 2026] DELETE /v2.0/trunks/ae429ebc-7113-4e6d-9e45-ee50aac9cd73 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2410] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:08 2026] POST /v2.0/subnets => generated 726 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:33:08.546 7 INFO neutron.db.segments_db [None req-492e29d3-6f7d-4140-823a-42ed0548140a f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Added segment 8e6d90e7-e7ca-462b-b323-1925d992f17a of type vxlan for network 5d0177f1-ed9d-425c-abee-a172458d31a2 2026-04-04 11:33:08.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-74db5c11-cf2c-423f-8796-74a0a40ec26b 40514db39e914da6b780c907b3236d14 201a5fa2744c442e838b3370b6e1d0e1 - - default default] TaaS: Handle Delete Port: 2137f95c-08d0-4143-af70-0c9a5643fa01 2026-04-04 11:33:08.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74db5c11-cf2c-423f-8796-74a0a40ec26b 40514db39e914da6b780c907b3236d14 201a5fa2744c442e838b3370b6e1d0e1 - - default default] Tap Mirror: Handle Delete Port: 2137f95c-08d0-4143-af70-0c9a5643fa01 [pid: 7|app: 0|req: 1262/2411] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:08 2026] POST /v2.0/networks => generated 619 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2412] 10.0.0.108 () {32 vars in 720 bytes} [Sat Apr 4 11:33:08 2026] DELETE /v2.0/ports/2137f95c-08d0-4143-af70-0c9a5643fa01 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:33:08.778 8 INFO neutron.services.segments.plugin [-] Segment 6ec7a214-1071-45d2-8d2c-0d79089259fd resource provider aggregate not found 2026-04-04 11:33:08.783 8 INFO neutron.services.segments.plugin [-] Segment 6ec7a214-1071-45d2-8d2c-0d79089259fd resource provider aggregate not found 2026-04-04 11:33:08.795 8 INFO neutron.services.segments.plugin [-] Segment 6ec7a214-1071-45d2-8d2c-0d79089259fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ec7a214-1071-45d2-8d2c-0d79089259fd found for delete ", "request_id": "req-8c5436cc-ba90-4f02-b82e-1bb97f5f8c33"}]} 2026-04-04 11:33:08.796 8 INFO neutron.services.segments.plugin [-] Segment 6ec7a214-1071-45d2-8d2c-0d79089259fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ec7a214-1071-45d2-8d2c-0d79089259fd found for delete ", "request_id": "req-d11a712f-2881-4247-9e03-b63c593c4226"}]} [pid: 8|app: 0|req: 1151/2413] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:08 2026] DELETE /v2.0/networks/13832d34-3dd8-4988-b455-7b8a9e4cd27c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2414] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:08 2026] POST /v2.0/subnets => generated 655 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2415] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:08 2026] POST /v2.0/subnets => generated 730 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:33:09.184 7 INFO neutron.db.segments_db [None req-ca52c414-9f40-4aae-9aff-c823f3088fad f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Added segment cf423ab7-10eb-4ee6-9bbb-9ee476605562 of type vxlan for network bae141c5-26fe-4419-8606-d1c89d53e62f 2026-04-04 11:33:09.489 7 INFO neutron.db.l3_hamode_db [None req-ca52c414-9f40-4aae-9aff-c823f3088fad f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1153/2416] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:09 2026] GET /v2.0/security-groups?tenant_id=8d4489e230c841c6a16fa98be7003af2&name=default => generated 2929 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2417] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:33:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2418] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:09 2026] DELETE /v2.0/security-groups/59ddb8c0-7675-4148-9624-2bf11a2d1852 => 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: 1156/2419] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:33:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2420] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:33:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2421] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:09 2026] GET /v2.0/security-groups?tenant_id=201a5fa2744c442e838b3370b6e1d0e1&name=default => generated 2929 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2422] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:33:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2423] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:09 2026] DELETE /v2.0/security-groups/66f49a4b-e694-4dc4-a01f-782602741d3c => 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: 1161/2424] 10.0.0.108 () {34 vars in 676 bytes} [Sat Apr 4 11:33:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2425] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:33:10 2026] PUT /v2.0/subnetpools/e474545a-ada9-46a1-b490-a248491f1aa8/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2426] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:33:10 2026] PUT /v2.0/subnetpools/eacfdfd8-fbb2-4936-9661-559586b34b14/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2427] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:33:10 2026] PUT /v2.0/subnetpools/94d557ab-a463-4ad5-a655-cfa7f490028c/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: 1165/2428] 10.0.0.108 () {34 vars in 759 bytes} [Sat Apr 4 11:33:10 2026] PUT /v2.0/subnetpools/10502757-cbc8-413e-b011-96b7130a2a48/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2429] 10.0.0.108 () {32 vars in 672 bytes} [Sat Apr 4 11:33:10 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:33:10.280 7 INFO neutron.db.l3_hamode_db [None req-ca52c414-9f40-4aae-9aff-c823f3088fad f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1167/2430] 10.0.0.108 () {32 vars in 686 bytes} [Sat Apr 4 11:33:10 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2431] 10.0.0.108 () {32 vars in 682 bytes} [Sat Apr 4 11:33:10 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2432] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:33:10 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2433] 10.0.0.108 () {32 vars in 680 bytes} [Sat Apr 4 11:33:10 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2434] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:33:10 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: 1172/2435] 10.0.0.108 () {32 vars in 690 bytes} [Sat Apr 4 11:33:10 2026] GET /v2.0/subnetpools?not-tags-any=blue => 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: 1173/2436] 10.0.0.108 () {32 vars in 702 bytes} [Sat Apr 4 11:33:10 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2437] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:33:10 2026] DELETE /v2.0/subnetpools/e474545a-ada9-46a1-b490-a248491f1aa8 => 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: 1175/2438] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:33:10 2026] DELETE /v2.0/subnetpools/eacfdfd8-fbb2-4936-9661-559586b34b14 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2439] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:33:10 2026] DELETE /v2.0/subnetpools/94d557ab-a463-4ad5-a655-cfa7f490028c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2440] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:33:10 2026] DELETE /v2.0/subnetpools/10502757-cbc8-413e-b011-96b7130a2a48 => 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: 1178/2441] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:33:10 2026] DELETE /v2.0/subnetpools/741cd545-f16d-4d1f-8320-5b62303e3b96 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2442] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:09 2026] POST /v2.0/routers => generated 685 bytes in 2016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2443] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:11 2026] GET /v2.0/security-groups?tenant_id=aa6257026a6242098857d1cb9ea4a287&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2444] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:11 2026] DELETE /v2.0/security-groups/c2e2d0e6-5c62-44dd-b591-e7a4c53ee15a => 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: 1267/2445] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:12 2026] GET /v2.0/security-groups?tenant_id=ca31662f38e84246a642ec15af0e27b3&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: 1268/2446] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:12 2026] DELETE /v2.0/security-groups/18b4ca86-daff-4c77-831c-17c375d04d48 => 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: 1269/2447] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:12 2026] GET /v2.0/security-groups?tenant_id=153afb1c3f6e49debb301d8e1c6950bc&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2448] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:33:11 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/add_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2449] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:12 2026] DELETE /v2.0/security-groups/545dadd0-b1e8-44ff-b7c9-e243942dc2f6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2450] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:33:12 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/add_router_interface => generated 309 bytes in 1282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2451] 10.0.0.108 () {34 vars in 783 bytes} [Sat Apr 4 11:33:13 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/add_router_interface => generated 309 bytes in 1452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2452] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:33:15 2026] POST /v2.0/security-groups => generated 1630 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2453] 10.0.0.108 () {34 vars in 678 bytes} [Sat Apr 4 11:33:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2454] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:33:16 2026] PUT /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2455] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2456] 10.0.0.108 () {34 vars in 764 bytes} [Sat Apr 4 11:33:16 2026] PUT /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2457] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/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: 1272/2458] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2459] 10.0.0.108 () {34 vars in 760 bytes} [Sat Apr 4 11:33:16 2026] PUT /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2460] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2461] 10.0.0.108 () {34 vars in 782 bytes} [Sat Apr 4 11:33:16 2026] PUT /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2462] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2463] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2464] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:33:16 2026] PUT /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2465] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2466] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2467] 10.0.0.108 () {32 vars in 741 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:16.575 8 INFO neutron.api.v2.resource [None req-f8c0f3fb-06ac-4bfc-8479-e81d684c387d 90b08d6195ac42c383a196ddd6bfd163 406b6af4514a4fb8ac9a6866dfb094a2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2468] 10.0.0.108 () {32 vars in 745 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2469] 10.0.0.108 () {32 vars in 744 bytes} [Sat Apr 4 11:33:16 2026] DELETE /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2470] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2471] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:33:16.680 8 INFO neutron.api.v2.resource [None req-25b197f4-343b-4443-8b6b-4d8d82b29bc6 90b08d6195ac42c383a196ddd6bfd163 406b6af4514a4fb8ac9a6866dfb094a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2472] 10.0.0.108 () {32 vars in 748 bytes} [Sat Apr 4 11:33:16 2026] DELETE /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2473] 10.0.0.108 () {32 vars in 736 bytes} [Sat Apr 4 11:33:16 2026] DELETE /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => 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: 1199/2474] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:33:16 2026] GET /v2.0/policies/1b398611-be06-43b2-98ff-f5a269929a16/tags => 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: 1276/2475] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2476] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:33:16 2026] DELETE /v2.0/qos/policies/1b398611-be06-43b2-98ff-f5a269929a16 => 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: 1277/2477] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2478] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2479] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2480] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2481] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2482] 10.0.0.108 () {34 vars in 695 bytes} [Sat Apr 4 11:33:17 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: 7|app: 0|req: 1280/2483] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:17 2026] GET /v2.0/security-groups?tenant_id=3d378aff270048588e93e5d027c999a7&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: 1204/2484] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:17 2026] DELETE /v2.0/security-groups/fac7e2a3-5270-436f-be6d-61634e1cbf35 => 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: 1281/2485] 10.0.0.250 () {34 vars in 1096 bytes} [Sat Apr 4 11:33:17 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2093730835&fields=id&tenant_id=e129dff5e8f9487fb3a31f0b267a13c9 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2488] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:33:17 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2489] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:33:17 2026] GET /v2.0/quotas/e129dff5e8f9487fb3a31f0b267a13c9 => 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: 1205/2490] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:17 2026] GET /v2.0/security-groups?tenant_id=406b6af4514a4fb8ac9a6866dfb094a2&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2491] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:18 2026] DELETE /v2.0/security-groups/8c367177-57f0-48c3-8abd-bb118aed9e47 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2492] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:33:17 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&fields=id => generated 241 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2493] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:33:18 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1287/2494] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:33:18 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2495] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:18 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => 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: 1288/2496] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:33:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2497] 10.0.0.108 () {34 vars in 767 bytes} [Sat Apr 4 11:33:21 2026] PUT /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2498] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:33:21 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2499] 10.0.0.108 () {34 vars in 778 bytes} [Sat Apr 4 11:33:21 2026] PUT /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/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: 1290/2500] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:33:21 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/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: 1211/2501] 10.0.0.108 () {34 vars in 774 bytes} [Sat Apr 4 11:33:21 2026] PUT /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2502] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:33:21 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/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: 1212/2503] 10.0.0.108 () {34 vars in 796 bytes} [Sat Apr 4 11:33:21 2026] PUT /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2504] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:33:22 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2505] 10.0.0.108 () {34 vars in 767 bytes} [Sat Apr 4 11:33:22 2026] PUT /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2506] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:33:22 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2507] 10.0.0.108 () {32 vars in 755 bytes} [Sat Apr 4 11:33:22 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:22.284 7 INFO neutron.api.v2.resource [None req-aa2664c5-a380-458d-a7b8-f5807912ed1e 55edf2c529f24df8bec08ff75b34f8d4 4186e60a6d354bbd967d6e27436ae20c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1294/2508] 10.0.0.108 () {32 vars in 759 bytes} [Sat Apr 4 11:33:22 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2509] 10.0.0.108 () {32 vars in 758 bytes} [Sat Apr 4 11:33:22 2026] DELETE /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2510] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:33:22 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:33:22.434 8 INFO neutron.api.v2.resource [None req-91d4e53b-a76f-4c18-8a65-177fdcb49aca 55edf2c529f24df8bec08ff75b34f8d4 4186e60a6d354bbd967d6e27436ae20c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1216/2511] 10.0.0.108 () {32 vars in 762 bytes} [Sat Apr 4 11:33:22 2026] DELETE /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2512] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:33:22 2026] DELETE /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2513] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:33:22 2026] GET /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2514] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:22 2026] DELETE /v2.0/security-groups/6813e28e-9c38-4dd5-8131-fe38b29dbd60 => 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: 1298/2515] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:33:23 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2516] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:33:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e129dff5e8f9487fb3a31f0b267a13c9 => generated 179 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2517] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:23 2026] GET /v2.0/security-groups?tenant_id=4186e60a6d354bbd967d6e27436ae20c&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2518] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:23 2026] DELETE /v2.0/security-groups/3e231320-4cac-4f63-8bbd-a87eb0c3d894 => 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: 1220/2519] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:23 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => 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: 1221/2520] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:23 2026] GET /v2.0/security-groups?tenant_id=565805853fb54711abc6b9d794f90e91&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2521] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:23 2026] DELETE /v2.0/security-groups/6a7ac798-f640-4f9a-a998-09b1c3979d80 => 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: 1300/2522] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:33:23 2026] POST /v2.0/ports => generated 1179 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2523] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:33:23 2026] PUT /v2.0/ports/f599154e-65a7-491f-bb0c-15e8f5986de1 => generated 1460 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:33:24.294 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c5d9e3d-ace3-43ab-b779-3df09cc1f223'] response: {'name': 'network-changed', 'server_uuid': '2f012fd4-b9c9-4446-a99b-d46360637e5d', 'tag': 'f599154e-65a7-491f-bb0c-15e8f5986de1', '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: 1301/2524] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:33:24 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1224/2525] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:33:24 2026] GET /v2.0/networks?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&shared=False => generated 2377 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2526] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:33:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2527] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2528] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.87&port_id=f599154e-65a7-491f-bb0c-15e8f5986de1 => 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: 1226/2529] 199.204.45.69 () {34 vars in 1103 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=f599154e-65a7-491f-bb0c-15e8f5986de1 => 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: 1304/2530] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca&id=779f5599-9d7e-4bba-9896-f26bee9def1f => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2531] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2532] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&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: 1228/2533] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1306/2534] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:33:26 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:33:27.222 8 INFO neutron.db.segments_db [None req-ba0f0ab5-1253-4c00-9d8e-f49ff344b298 8f0f400dc9944fd7a95840d791716b04 aa9dd44b4ab640f4ac1c34e307d6c4fe - - default default] Added segment e7028593-e34c-455a-acd5-fc482004eae5 of type vxlan for network 89603001-0681-42ae-b3dd-cc542a6b0cc4 [pid: 8|app: 0|req: 1229/2535] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:33:26 2026] POST /v2.0/networks => generated 613 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2536] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:33:27 2026] POST /v2.0/subnets => generated 626 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2537] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:33:27 2026] PUT /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2538] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:33:27 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/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: 1231/2539] 10.0.0.108 () {34 vars in 762 bytes} [Sat Apr 4 11:33:27 2026] PUT /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2540] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:33:27 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2541] 10.0.0.108 () {34 vars in 758 bytes} [Sat Apr 4 11:33:27 2026] PUT /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags/red => 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: 1310/2542] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:33:27 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2543] 10.0.0.108 () {34 vars in 780 bytes} [Sat Apr 4 11:33:27 2026] PUT /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags/black.or.white => 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: 1311/2544] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2545] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:33:28 2026] PUT /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2546] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2547] 10.0.0.108 () {32 vars in 739 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:33:28.256 7 INFO neutron.api.v2.resource [None req-41b5dbf2-2637-47eb-b815-81c852725801 8f0f400dc9944fd7a95840d791716b04 aa9dd44b4ab640f4ac1c34e307d6c4fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1313/2548] 10.0.0.108 () {32 vars in 743 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/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: 1236/2549] 10.0.0.108 () {32 vars in 742 bytes} [Sat Apr 4 11:33:28 2026] DELETE /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags/red => 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: 1314/2550] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:33:28.411 8 INFO neutron.api.v2.resource [None req-dcb45882-e51f-4b6c-9779-4eeefe77bf3e 8f0f400dc9944fd7a95840d791716b04 aa9dd44b4ab640f4ac1c34e307d6c4fe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1237/2551] 10.0.0.108 () {32 vars in 746 bytes} [Sat Apr 4 11:33:28 2026] DELETE /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2552] 10.0.0.108 () {32 vars in 734 bytes} [Sat Apr 4 11:33:28 2026] DELETE /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2553] 10.0.0.108 () {32 vars in 731 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2554] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:33:28 2026] DELETE /v2.0/subnets/2f3fe5c1-d93f-4863-a7e5-3e6fc8e77b5b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2555] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1194 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2556] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:33:28 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:33:28.763 7 INFO neutron.services.segments.plugin [-] Segment e7028593-e34c-455a-acd5-fc482004eae5 resource provider aggregate not found 2026-04-04 11:33:28.768 7 INFO neutron.services.segments.plugin [-] Segment e7028593-e34c-455a-acd5-fc482004eae5 resource provider aggregate not found [pid: 7|app: 0|req: 1317/2557] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:33:28 2026] DELETE /v2.0/networks/89603001-0681-42ae-b3dd-cc542a6b0cc4 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:33:28.786 7 INFO neutron.services.segments.plugin [-] Segment e7028593-e34c-455a-acd5-fc482004eae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7028593-e34c-455a-acd5-fc482004eae5 found for delete ", "request_id": "req-01f8dc69-6cfb-4909-8a8b-36c40c7f178d"}]} 2026-04-04 11:33:28.788 7 INFO neutron.services.segments.plugin [-] Segment e7028593-e34c-455a-acd5-fc482004eae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7028593-e34c-455a-acd5-fc482004eae5 found for delete ", "request_id": "req-94afa4c4-50ba-44e9-9803-5c5e4029e51c"}]} [pid: 8|app: 0|req: 1241/2558] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:29 2026] GET /v2.0/security-groups?tenant_id=aa9dd44b4ab640f4ac1c34e307d6c4fe&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2559] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:29 2026] DELETE /v2.0/security-groups/de406a52-7245-48aa-9044-b2183c476121 => 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: 1242/2560] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:33:29 2026] GET /v2.0/security-groups?tenant_id=591ad5759f5c4675b9f23f2222d83529&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2561] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:33:29 2026] DELETE /v2.0/security-groups/0a073988-ec93-4afc-9d40-4cd7b71d9766 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2564] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:33 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1196 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2565] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:33:33 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2566] 10.0.0.108 () {32 vars in 818 bytes} [Sat Apr 4 11:33:33 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&mac_address=fa%3A16%3A3e%3Ab8%3Aa9%3Adc => generated 1196 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:33:34.768 7 INFO neutron.db.l3_db [None req-8e3f41df-d8fc-4afa-8b1d-abf7dd66bde5 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Floating IP 015ae805-572d-44eb-b3d7-110e52ab3691 associated. External IP: 10.96.250.214, port: f599154e-65a7-491f-bb0c-15e8f5986de1. [pid: 7|app: 0|req: 1322/2567] 10.0.0.108 () {34 vars in 677 bytes} [Sat Apr 4 11:33:34 2026] POST /v2.0/floatingips => generated 854 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:33:35.115 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4983eca-8f9a-4644-b520-4de54dd24544'] response: {'name': 'network-changed', 'server_uuid': '2f012fd4-b9c9-4446-a99b-d46360637e5d', 'tag': 'f599154e-65a7-491f-bb0c-15e8f5986de1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1246/2568] 10.0.0.250 () {34 vars in 1096 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2093730835&fields=id&tenant_id=e129dff5e8f9487fb3a31f0b267a13c9 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2569] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2570] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/quotas/e129dff5e8f9487fb3a31f0b267a13c9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2571] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&fields=id => generated 333 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2572] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2573] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2574] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1465 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2575] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2576] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.87&port_id=f599154e-65a7-491f-bb0c-15e8f5986de1 => generated 857 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2577] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => 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: 1251/2578] 199.204.45.69 () {34 vars in 1103 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=f599154e-65a7-491f-bb0c-15e8f5986de1 => 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: 1328/2579] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca&id=779f5599-9d7e-4bba-9896-f26bee9def1f => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2580] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2581] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2582] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:33:35 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1330/2583] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:33:36 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1254/2584] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:33:40 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2585] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:33:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e129dff5e8f9487fb3a31f0b267a13c9 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2586] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:33:40 2026] POST /v2.0/ports => generated 1183 bytes in 433 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: 1332/2587] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:33:40 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2588] 10.0.0.160 () {34 vars in 1040 bytes} [Sat Apr 4 11:33:40 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2589] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:40 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2590] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:33:40 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2591] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:33:40 2026] PUT /v2.0/ports/9fffe10f-f910-4e32-b86b-9bb7986e61f6 => generated 1464 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:33:41.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06ccded0-4f1f-48b7-a6c4-8c7260d25271'] response: {'name': 'network-changed', 'server_uuid': '39bc7b76-85ce-4e78-845c-b32b0d0d8d7c', 'tag': '9fffe10f-f910-4e32-b86b-9bb7986e61f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1336/2592] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:33:41 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1467 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: 1257/2593] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:33:41 2026] GET /v2.0/networks?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&shared=False => generated 2377 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2594] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:33:41 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: 1258/2595] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:33:42 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2596] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:33:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=9fffe10f-f910-4e32-b86b-9bb7986e61f6 => 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: 1259/2597] 199.204.45.69 () {34 vars in 1103 bytes} [Sat Apr 4 11:33:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A74&port_id=9fffe10f-f910-4e32-b86b-9bb7986e61f6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2598] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:33:42 2026] GET /v2.0/subnets?id=fffb35cb-9205-4cae-ad07-0df318ef9504&id=4220ddd7-7775-4c5a-b3ee-550cff99944c => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2599] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:42 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2600] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:43 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2601] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:33:43 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1341/2602] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:33:43 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1262/2603] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:46 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1198 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2604] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:33:46 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2607] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:33:51 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2608] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:33:51 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2609] 10.0.0.108 () {32 vars in 818 bytes} [Sat Apr 4 11:33:51 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&mac_address=fa%3A16%3A3e%3Ab7%3A9a%3A76 => generated 1200 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:33:52.197 7 INFO neutron.db.l3_db [None req-7dd29245-7393-4ef7-937f-f4db950fecd3 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Floating IP 29ec4a8c-1ee0-4aee-a400-31e3f50eb516 associated. External IP: 10.96.250.212, port: 9fffe10f-f910-4e32-b86b-9bb7986e61f6. [pid: 7|app: 0|req: 1345/2610] 10.0.0.108 () {34 vars in 677 bytes} [Sat Apr 4 11:33:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:33:52.563 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86b9f499-02fc-46a8-ad6b-9455a7e99ce8'] response: {'name': 'network-changed', 'server_uuid': '39bc7b76-85ce-4e78-845c-b32b0d0d8d7c', 'tag': '9fffe10f-f910-4e32-b86b-9bb7986e61f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1266/2611] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2612] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => 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: 1267/2613] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=9fffe10f-f910-4e32-b86b-9bb7986e61f6 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2614] 199.204.45.69 () {34 vars in 1103 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A74&port_id=9fffe10f-f910-4e32-b86b-9bb7986e61f6 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2615] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/subnets?id=fffb35cb-9205-4cae-ad07-0df318ef9504&id=4220ddd7-7775-4c5a-b3ee-550cff99944c => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2616] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2617] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2618] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1270/2619] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:33:53 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1350/2620] 10.0.0.160 () {34 vars in 990 bytes} [Sat Apr 4 11:33:57 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2621] 10.0.0.160 () {34 vars in 1040 bytes} [Sat Apr 4 11:33:57 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2624] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:34:08 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2625] 10.0.0.252 () {30 vars in 690 bytes} [Sat Apr 4 11:34:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2626] 10.0.0.252 () {30 vars in 692 bytes} [Sat Apr 4 11:34:09 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: 1274/2627] 10.0.0.252 () {30 vars in 668 bytes} [Sat Apr 4 11:34:09 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: 1354/2628] 10.0.0.252 () {30 vars in 704 bytes} [Sat Apr 4 11:34:09 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: 1275/2629] 10.0.0.252 () {28 vars in 439 bytes} [Sat Apr 4 11:34:10 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: 1355/2630] 10.0.0.252 () {30 vars in 728 bytes} [Sat Apr 4 11:34:10 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2631] 10.0.0.252 () {30 vars in 690 bytes} [Sat Apr 4 11:34:10 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: 1356/2632] 10.0.0.252 () {30 vars in 692 bytes} [Sat Apr 4 11:34:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2633] 10.0.0.252 () {30 vars in 668 bytes} [Sat Apr 4 11:34:10 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: 1357/2634] 10.0.0.252 () {30 vars in 704 bytes} [Sat Apr 4 11:34:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2635] 10.0.0.252 () {30 vars in 728 bytes} [Sat Apr 4 11:34:10 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2636] 10.0.0.252 () {30 vars in 690 bytes} [Sat Apr 4 11:34:10 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: 1279/2637] 10.0.0.252 () {30 vars in 692 bytes} [Sat Apr 4 11:34:10 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: 1359/2638] 10.0.0.252 () {30 vars in 668 bytes} [Sat Apr 4 11:34:10 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: 1280/2639] 10.0.0.252 () {30 vars in 704 bytes} [Sat Apr 4 11:34:10 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: 1360/2640] 10.0.0.252 () {30 vars in 730 bytes} [Sat Apr 4 11:34:10 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2641] 10.0.0.252 () {30 vars in 682 bytes} [Sat Apr 4 11:34:10 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2642] 10.0.0.252 () {34 vars in 704 bytes} [Sat Apr 4 11:34:10 2026] POST /v2.0/ports => generated 1132 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2643] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:34:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1362/2644] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:34:13 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: 1283/2645] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:34:13 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: 1363/2646] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:34:13 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: 1284/2647] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:34:13 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2648] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:34:14 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: 1285/2649] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:34:14 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: 1365/2650] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:34:14 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: 1286/2651] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:34:14 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-04-04 11:34:14.358 7 INFO neutron.api.v2.resource [None req-960ca7aa-06a8-4e79-80a4-c119697975f5 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1366/2652] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:34:14 2026] GET /v2.0/security-groups/lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => 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: 1287/2653] 199.204.45.69 () {30 vars in 784 bytes} [Sat Apr 4 11:34:14 2026] GET /v2.0/security-groups?name=lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2654] 199.204.45.69 () {34 vars in 735 bytes} [Sat Apr 4 11:34:14 2026] POST /v2.0/security-groups => generated 1638 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2655] 199.204.45.69 () {30 vars in 814 bytes} [Sat Apr 4 11:34:14 2026] GET /v2.0/security-group-rules?security_group_id=6b497b4d-0533-4514-b05f-aecd4012531a => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2656] 199.204.45.69 () {34 vars in 788 bytes} [Sat Apr 4 11:34:14 2026] PUT /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2657] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:34:14 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1369/2658] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:34:14 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: 1290/2659] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:34:14 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: 1370/2660] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:34:14 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: 1291/2661] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:34:14 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2664] 10.0.0.250 () {34 vars in 1016 bytes} [Sat Apr 4 11:34:22 2026] GET /v2.0/security-groups?id=39b358e1-66ba-4b55-bb5c-c98b07c28357&fields=id => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2665] 10.0.0.250 () {34 vars in 982 bytes} [Sat Apr 4 11:34:22 2026] GET /v2.0/networks?id=242dfd6a-74de-428c-927d-505f54c83214 => 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: 1373/2666] 10.0.0.250 () {34 vars in 965 bytes} [Sat Apr 4 11:34:22 2026] GET /v2.0/quotas/82e00c02c21448549adca0bd531dc144 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2667] 10.0.0.250 () {34 vars in 1002 bytes} [Sat Apr 4 11:34:22 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2668] 10.0.0.250 () {34 vars in 1008 bytes} [Sat Apr 4 11:34:22 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2669] 10.0.0.250 () {34 vars in 1108 bytes} [Sat Apr 4 11:34:22 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1375/2670] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:23 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2671] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:23 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => 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: 1376/2672] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:26 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => 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: 1297/2673] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:26 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => 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: 1377/2674] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:34:27 2026] GET /v2.0/networks?id=242dfd6a-74de-428c-927d-505f54c83214 => generated 735 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2675] 199.204.45.69 () {34 vars in 1049 bytes} [Sat Apr 4 11:34:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82e00c02c21448549adca0bd531dc144 => generated 343 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2676] 199.204.45.69 () {38 vars in 954 bytes} [Sat Apr 4 11:34:27 2026] POST /v2.0/ports => generated 1082 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2677] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:34:27 2026] PUT /v2.0/ports/d2e2d9a4-699d-4da9-8163-98684ce89292 => generated 1243 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:34:28.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e11dcfaa-f9e5-4e53-a501-43538b25aa60'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': 'd2e2d9a4-699d-4da9-8163-98684ce89292', '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: 1379/2678] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:34:28 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1246 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: 1300/2679] 199.204.45.69 () {34 vars in 1017 bytes} [Sat Apr 4 11:34:28 2026] GET /v2.0/networks?tenant_id=82e00c02c21448549adca0bd531dc144&shared=False => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2680] 199.204.45.69 () {34 vars in 929 bytes} [Sat Apr 4 11:34:28 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: 8|app: 0|req: 1301/2681] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:29 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2682] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:34:29 2026] GET /v2.0/security-groups?id=39b358e1-66ba-4b55-bb5c-c98b07c28357&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2683] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:29 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2684] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:34:29 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2685] 199.204.45.69 () {34 vars in 1061 bytes} [Sat Apr 4 11:34:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=d2e2d9a4-699d-4da9-8163-98684ce89292 => 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: 1383/2686] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:34:30 2026] GET /v2.0/subnets?id=a72fcc94-0e00-4926-af79-bff27b08cd80 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2687] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:34:30 2026] GET /v2.0/ports?network_id=242dfd6a-74de-428c-927d-505f54c83214&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2688] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:34:30 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1305/2689] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:34:30 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2690] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:32 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2691] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:34:32 2026] GET /v2.0/security-groups?id=39b358e1-66ba-4b55-bb5c-c98b07c28357&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2692] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:32 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2695] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:34:33 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2696] 199.204.45.69 () {34 vars in 1043 bytes} [Sat Apr 4 11:34:33 2026] GET /v2.0/security-groups?id=39b358e1-66ba-4b55-bb5c-c98b07c28357&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2697] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:35 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2698] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:34:35 2026] GET /v2.0/security-groups?id=39b358e1-66ba-4b55-bb5c-c98b07c28357&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2699] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:35 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2700] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:38 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2701] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:34:38 2026] GET /v2.0/security-groups?id=39b358e1-66ba-4b55-bb5c-c98b07c28357&fields=id&fields=name => generated 96 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2702] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:34:38 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2707] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:35:13 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: 1314/2708] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:35:13 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/2709] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:35:13 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: 1315/2710] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:35:13 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: 1396/2711] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:35:13 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2712] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:35:13 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2713] 199.204.45.69 () {34 vars in 716 bytes} [Sat Apr 4 11:35:13 2026] POST /v2.0/ports => generated 1055 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2714] 10.0.0.250 () {34 vars in 971 bytes} [Sat Apr 4 11:35:14 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2715] 10.0.0.250 () {34 vars in 907 bytes} [Sat Apr 4 11:35:14 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2716] 199.204.45.69 () {34 vars in 1261 bytes} [Sat Apr 4 11:35:15 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2717] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:15 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1319/2718] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:15 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1400/2719] 199.204.45.69 () {34 vars in 974 bytes} [Sat Apr 4 11:35:16 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2720] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:35:16 2026] GET /v2.0/networks?id=d9a92245-d974-435d-b811-4017503166d0 => generated 803 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2721] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:35:16 2026] PUT /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1245 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:35:16.630 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e4e2a61-a120-4325-ab42-240fb1c65ca7'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': '36397cab-2c9c-4fe3-b8ba-a00f55f63cad', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1321/2722] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:35:17 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2723] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:35:17 2026] GET /v2.0/networks?id=d9a92245-d974-435d-b811-4017503166d0 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2724] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:35:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1403/2725] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:35:17 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1323/2726] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:17 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2727] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:17 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2728] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:17 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1406/2731] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2485 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2732] 199.204.45.69 () {34 vars in 1061 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=d2e2d9a4-699d-4da9-8163-98684ce89292 => 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: 1407/2733] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/subnets?id=a72fcc94-0e00-4926-af79-bff27b08cd80 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2734] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/ports?network_id=242dfd6a-74de-428c-927d-505f54c83214&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2735] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2736] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2737] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1329/2738] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1410/2739] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2740] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1411/2741] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:18 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2742] 10.0.0.250 () {34 vars in 971 bytes} [Sat Apr 4 11:35:22 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2743] 199.204.45.69 () {34 vars in 788 bytes} [Sat Apr 4 11:35:22 2026] PUT /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1272 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:35:23.222 8 INFO neutron.api.v2.resource [None req-e155f9bf-5962-4a96-b341-9b8601670f4f 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1332/2744] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/security-groups/lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:35:23.245 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbb69011-8469-45fa-9e5c-2d878c24dc93'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': '36397cab-2c9c-4fe3-b8ba-a00f55f63cad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1413/2745] 199.204.45.69 () {30 vars in 784 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/security-groups?name=lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2746] 199.204.45.69 () {34 vars in 788 bytes} [Sat Apr 4 11:35:23 2026] PUT /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1310 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:35:23.564 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a0ad3e5-2b07-4f17-8e1a-7a2468b8b67e'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': '36397cab-2c9c-4fe3-b8ba-a00f55f63cad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1414/2747] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:35: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1334/2748] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:35:23 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: 1415/2749] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:35: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: 7|app: 0|req: 1416/2750] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:35:23 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: 1417/2751] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2752] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => 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: 1418/2753] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => 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: 1336/2754] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/networks?id=d9a92245-d974-435d-b811-4017503166d0 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2755] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1346 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2756] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1420/2757] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2758] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2759] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2760] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => 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: 1422/2761] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1340/2762] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:35:23 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2763] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:35:24 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1423/2764] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:24 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1342/2765] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:35:25 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2766] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:35:25 2026] GET /v2.0/networks?id=d9a92245-d974-435d-b811-4017503166d0 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2767] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:35:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1425/2768] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:35:25 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2769] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:25 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&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: 1426/2770] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:25 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1345/2771] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:25 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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) 2026-04-04 11:35:32.287 7 INFO neutron.db.l3_db [None req-bcca70f8-58e9-41f8-a767-09c3d262f788 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Floating IP 4f89b4a2-afa5-48af-b3e1-bc8fe3c81946 associated. External IP: 10.96.250.202, port: 552c171f-c832-41f8-9a69-9140942e8422. [pid: 7|app: 0|req: 1427/2772] 10.0.0.108 () {34 vars in 677 bytes} [Sat Apr 4 11:35:31 2026] POST /v2.0/floatingips => generated 899 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2775] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:35:37 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: 1429/2776] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:35:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2777] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:35:37 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: 1430/2778] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:35:37 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-04-04 11:35:37.573 8 INFO neutron.api.v2.resource [None req-708c4c24-3c97-4253-9491-7c89dd215983 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1349/2779] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:35:37 2026] GET /v2.0/security-groups/lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2780] 199.204.45.69 () {30 vars in 784 bytes} [Sat Apr 4 11:35:37 2026] GET /v2.0/security-groups?name=lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2781] 199.204.45.69 () {30 vars in 814 bytes} [Sat Apr 4 11:35:37 2026] GET /v2.0/security-group-rules?security_group_id=6b497b4d-0533-4514-b05f-aecd4012531a => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2782] 199.204.45.69 () {34 vars in 746 bytes} [Sat Apr 4 11:35:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2783] 199.204.45.69 () {34 vars in 746 bytes} [Sat Apr 4 11:35:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2786] 10.0.0.252 () {30 vars in 690 bytes} [Sat Apr 4 11:35: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: 1353/2787] 10.0.0.252 () {30 vars in 692 bytes} [Sat Apr 4 11:35: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: 1435/2788] 10.0.0.252 () {30 vars in 668 bytes} [Sat Apr 4 11:35:48 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: 1354/2789] 10.0.0.252 () {30 vars in 704 bytes} [Sat Apr 4 11:35:48 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: 1436/2790] 10.0.0.252 () {28 vars in 439 bytes} [Sat Apr 4 11:35:48 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2791] 10.0.0.252 () {30 vars in 728 bytes} [Sat Apr 4 11:35:48 2026] GET /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2792] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:35:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2793] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:35:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2794] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:35:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2795] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:35:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2796] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:35:49 2026] GET /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2797] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:35:49 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2798] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:35: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: 8|app: 0|req: 1359/2799] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:35: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: 7|app: 0|req: 1441/2800] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:35:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2801] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:35:49 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: 1442/2802] 199.204.45.69 () {34 vars in 716 bytes} [Sat Apr 4 11:35:49 2026] POST /v2.0/ports => generated 1324 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2803] 10.0.0.250 () {34 vars in 971 bytes} [Sat Apr 4 11:35:50 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1324 bytes in 36 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: 1443/2804] 10.0.0.250 () {34 vars in 907 bytes} [Sat Apr 4 11:35:50 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: 1362/2805] 199.204.45.69 () {34 vars in 1261 bytes} [Sat Apr 4 11:35:51 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2806] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:51 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2807] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:51 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1445/2808] 199.204.45.69 () {34 vars in 974 bytes} [Sat Apr 4 11:35:52 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2809] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:35:52 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2810] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:35:52 2026] PUT /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1514 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:35:52.955 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-683ff509-3c8e-4e7f-8c5d-9e4efc4c32d9'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': 'ebbeb458-e2ab-4acc-94b3-431487231a64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1365/2811] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4092 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1447/2812] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2813] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => 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: 1448/2814] 199.204.45.69 () {34 vars in 1101 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A57&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => 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: 1367/2815] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca&id=779f5599-9d7e-4bba-9896-f26bee9def1f => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2816] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2817] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2818] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1369/2819] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:53 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1451/2820] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:35:54 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4092 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2821] 199.204.45.69 () {34 vars in 1061 bytes} [Sat Apr 4 11:35:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=d2e2d9a4-699d-4da9-8163-98684ce89292 => 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: 1452/2822] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:35:54 2026] GET /v2.0/subnets?id=a72fcc94-0e00-4926-af79-bff27b08cd80 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2823] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/ports?network_id=242dfd6a-74de-428c-927d-505f54c83214&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: 1453/2824] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1372/2825] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2826] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1373/2827] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1455/2828] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2829] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1456/2830] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1375/2831] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => 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: 1457/2832] 199.204.45.69 () {34 vars in 1101 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A57&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2833] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca&id=779f5599-9d7e-4bba-9896-f26bee9def1f => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2834] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2835] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2836] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1378/2837] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:35:55 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1460/2838] 10.0.0.250 () {34 vars in 971 bytes} [Sat Apr 4 11:35:59 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2839] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:35:59 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2840] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:35:59 2026] GET /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2841] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:35:59 2026] GET /v2.0/subnets/779f5599-9d7e-4bba-9896-f26bee9def1f => generated 744 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2842] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:00 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: 1381/2843] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2844] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2845] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:00 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: 1464/2846] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2847] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2848] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2849] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2850] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => 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: 1385/2851] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2852] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:00 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1387/2855] 10.0.0.252 () {30 vars in 690 bytes} [Sat Apr 4 11:36:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2856] 10.0.0.252 () {30 vars in 692 bytes} [Sat Apr 4 11:36:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2857] 10.0.0.252 () {30 vars in 668 bytes} [Sat Apr 4 11:36:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2858] 10.0.0.252 () {30 vars in 704 bytes} [Sat Apr 4 11:36:04 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: 1389/2859] 10.0.0.252 () {28 vars in 439 bytes} [Sat Apr 4 11:36:04 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2860] 10.0.0.252 () {30 vars in 728 bytes} [Sat Apr 4 11:36:04 2026] GET /v2.0/subnets/4220ddd7-7775-4c5a-b3ee-550cff99944c => 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: 1390/2861] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:05 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: 1472/2862] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:05 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: 1391/2863] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:05 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: 1473/2864] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2865] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:05 2026] GET /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2866] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:05 2026] GET /v2.0/subnets/4220ddd7-7775-4c5a-b3ee-550cff99944c => 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: 1393/2867] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:05 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4094 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2868] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:05 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: 1394/2869] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2870] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:05 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: 1395/2871] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2872] 199.204.45.69 () {34 vars in 716 bytes} [Sat Apr 4 11:36:05 2026] POST /v2.0/ports => generated 1332 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2873] 10.0.0.250 () {34 vars in 971 bytes} [Sat Apr 4 11:36:06 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1332 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: 7|app: 0|req: 1478/2874] 199.204.45.69 () {34 vars in 1261 bytes} [Sat Apr 4 11:36:07 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2875] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:07 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1479/2876] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:07 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2877] 199.204.45.69 () {34 vars in 974 bytes} [Sat Apr 4 11:36:07 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2878] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:36:07 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2879] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:36:07 2026] PUT /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1522 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:36:08.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-169b7d6e-6bb0-40e0-b29e-8326f4612557'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': '59fc2394-4f36-4ff5-9609-27f38b1576e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/2880] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:08 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 5608 bytes in 53 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: 1400/2881] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:36:08 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2882] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=59fc2394-4f36-4ff5-9609-27f38b1576e5 => 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: 1401/2883] 199.204.45.69 () {34 vars in 1105 bytes} [Sat Apr 4 11:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c3&port_id=59fc2394-4f36-4ff5-9609-27f38b1576e5 => 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: 1483/2884] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:36:09 2026] GET /v2.0/subnets?id=fffb35cb-9205-4cae-ad07-0df318ef9504&id=4220ddd7-7775-4c5a-b3ee-550cff99944c => generated 1414 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2885] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:09 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2886] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:09 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2887] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:09 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1485/2888] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:09 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2889] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 5608 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2890] 199.204.45.69 () {34 vars in 1061 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=d2e2d9a4-699d-4da9-8163-98684ce89292 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2891] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/subnets?id=a72fcc94-0e00-4926-af79-bff27b08cd80 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2892] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/ports?network_id=242dfd6a-74de-428c-927d-505f54c83214&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: 1406/2893] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1488/2894] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1407/2895] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1489/2896] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2897] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2898] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1409/2899] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2900] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2901] 199.204.45.69 () {34 vars in 1101 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A57&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => 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: 1492/2902] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca&id=779f5599-9d7e-4bba-9896-f26bee9def1f => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2903] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2904] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:10 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&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: 1412/2905] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1494/2906] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1413/2907] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=59fc2394-4f36-4ff5-9609-27f38b1576e5 => 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: 1495/2908] 199.204.45.69 () {34 vars in 1105 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c3&port_id=59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2909] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/subnets?id=fffb35cb-9205-4cae-ad07-0df318ef9504&id=4220ddd7-7775-4c5a-b3ee-550cff99944c => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2910] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2911] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2912] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2913] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:11 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 7|app: 0|req: 1498/2914] 10.0.0.250 () {34 vars in 971 bytes} [Sat Apr 4 11:36:15 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2915] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:15 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2916] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:15 2026] GET /v2.0/subnets/4220ddd7-7775-4c5a-b3ee-550cff99944c => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2917] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:15 2026] GET /v2.0/subnets/fffb35cb-9205-4cae-ad07-0df318ef9504 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2918] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:15 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2919] 199.204.45.69 () {34 vars in 789 bytes} [Sat Apr 4 11:36:15 2026] PUT /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1255 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:36:15.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cb8a3ad-6d3d-4808-8339-33413abef7b6'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': 'ebbeb458-e2ab-4acc-94b3-431487231a64', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1501/2920] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:15 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1420/2921] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:15 2026] GET /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2922] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:15 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: 1421/2923] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2924] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2925] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:16 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: 1504/2926] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2927] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2928] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1346 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2929] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1506/2930] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2931] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2932] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2933] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 5385 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2934] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2935] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => 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/2936] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2937] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&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: 7|app: 0|req: 1510/2938] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2939] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:16 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1512/2942] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:29 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: 1431/2943] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2944] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2945] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2946] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2947] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 5385 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2948] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:29 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: 1434/2949] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:29 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: 1516/2950] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2951] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2952] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2953] 199.204.45.69 () {34 vars in 789 bytes} [Sat Apr 4 11:36:29 2026] PUT /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1311 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:36:30.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-809e263b-1174-4181-ad84-4ee1f6091040'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': '59fc2394-4f36-4ff5-9609-27f38b1576e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1518/2954] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:29 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2 => 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: 1437/2955] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/subnets/fffb35cb-9205-4cae-ad07-0df318ef9504 => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2956] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1347 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2957] 199.204.45.69 () {34 vars in 788 bytes} [Sat Apr 4 11:36:30 2026] PUT /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1080 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2958] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 798 bytes in 51 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: 1439/2959] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2960] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4977 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2961] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2962] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2963] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1523/2964] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:30 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2965] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:31 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:36:32.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9575ff8d-1a2d-42f4-b425-ae1f389b5d5a'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': '59fc2394-4f36-4ff5-9609-27f38b1576e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1524/2966] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:32 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2967] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:36:32 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2968] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:32 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1444/2969] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:32 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?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: 1526/2970] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:32 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2973] 199.204.45.69 () {34 vars in 974 bytes} [Sat Apr 4 11:36:32 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 1116 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2974] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:36:32 2026] GET /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2975] 199.204.45.69 () {34 vars in 1015 bytes} [Sat Apr 4 11:36:33 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=dns_domain => generated 29 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2976] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:36:33 2026] PUT /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 917 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2977] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:33 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3869 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-04-04 11:36:34.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa699838-3bc5-47df-9bad-71335b58b0db 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 59fc2394-4f36-4ff5-9609-27f38b1576e5 2026-04-04 11:36:34.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa699838-3bc5-47df-9bad-71335b58b0db 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 59fc2394-4f36-4ff5-9609-27f38b1576e5 [pid: 7|app: 0|req: 1530/2978] 199.204.45.69 () {32 vars in 758 bytes} [Sat Apr 4 11:36:33 2026] DELETE /v2.0/ports/59fc2394-4f36-4ff5-9609-27f38b1576e5 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2979] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:34 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: 1531/2980] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:34 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: 1450/2981] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2982] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:34 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: 1451/2983] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1533/2984] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2985] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1534/2986] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2987] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => 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: 1535/2988] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2989] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1536/2990] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3869 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2991] 199.204.45.69 () {34 vars in 1225 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/networks?id=242dfd6a-74de-428c-927d-505f54c83214&id=d9a92245-d974-435d-b811-4017503166d0&id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 3098 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2992] 199.204.45.69 () {34 vars in 1061 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=d2e2d9a4-699d-4da9-8163-98684ce89292 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2993] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:34 2026] GET /v2.0/subnets?id=a72fcc94-0e00-4926-af79-bff27b08cd80 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2994] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/ports?network_id=242dfd6a-74de-428c-927d-505f54c83214&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: 1457/2995] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1539/2996] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2997] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1540/2998] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2999] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3000] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1460/3001] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1542/3002] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.243&port_id=ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3003] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca => 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: 1543/3004] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&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: 1462/3005] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1544/3006] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:35 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1463/3007] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3008] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:40 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: 1464/3009] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:40 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: 1546/3010] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:40 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: 1465/3011] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:40 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3012] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:40 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/3013] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:40 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: 1548/3014] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:40 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: 1467/3015] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3016] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:40 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3017] 199.204.45.69 () {34 vars in 788 bytes} [Sat Apr 4 11:36:40 2026] PUT /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1080 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:36:40.738 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b75b7342-bfa8-449e-b2bb-16197404eaea'] response: {'name': 'network-changed', 'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'tag': 'ebbeb458-e2ab-4acc-94b3-431487231a64', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1550/3018] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:40 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1469/3019] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:40 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3020] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:40 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3021] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:41 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3022] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:36:41 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3023] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:41 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1553/3024] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:41 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1472/3025] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:41 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3026] 199.204.45.69 () {34 vars in 974 bytes} [Sat Apr 4 11:36:42 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3027] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:36:42 2026] GET /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3028] 199.204.45.69 () {34 vars in 1015 bytes} [Sat Apr 4 11:36:42 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3029] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:43 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3030] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:36:43 2026] PUT /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 917 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3031] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-04 11:36:44.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-c788790b-2de5-4f1d-91f1-3cdd96840d2e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: ebbeb458-e2ab-4acc-94b3-431487231a64 2026-04-04 11:36:44.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c788790b-2de5-4f1d-91f1-3cdd96840d2e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: ebbeb458-e2ab-4acc-94b3-431487231a64 [pid: 7|app: 0|req: 1557/3032] 199.204.45.69 () {32 vars in 758 bytes} [Sat Apr 4 11:36:44 2026] DELETE /v2.0/ports/ebbeb458-e2ab-4acc-94b3-431487231a64 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3033] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:44 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: 1558/3034] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:44 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: 1477/3035] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3036] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36: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) [pid: 8|app: 0|req: 1478/3037] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3038] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => 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: 1479/3039] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1346 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3040] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1480/3041] 199.204.45.69 () {30 vars in 742 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3042] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => 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: 1481/3043] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1563/3044] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3045] 199.204.45.69 () {34 vars in 1145 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/networks?id=242dfd6a-74de-428c-927d-505f54c83214&id=d9a92245-d974-435d-b811-4017503166d0&id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 2311 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3046] 199.204.45.69 () {34 vars in 1061 bytes} [Sat Apr 4 11:36:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=d2e2d9a4-699d-4da9-8163-98684ce89292 => 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: 1483/3047] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/subnets?id=a72fcc94-0e00-4926-af79-bff27b08cd80 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3048] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/ports?network_id=242dfd6a-74de-428c-927d-505f54c83214&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: 1484/3049] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1566/3050] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1485/3051] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=36397cab-2c9c-4fe3-b8ba-a00f55f63cad => 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: 1567/3052] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/subnets?id=6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3053] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/ports?network_id=d9a92245-d974-435d-b811-4017503166d0&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: 1568/3054] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1487/3055] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:36:45 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?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: 1570/3058] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:36:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3059] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:36:56 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: 1571/3060] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:36:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3061] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:36:57 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-04-04 11:36:57.042 7 INFO neutron.api.v2.resource [None req-777920a5-3e17-4d7e-b8bb-99a6944f0b33 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3062] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:36:57 2026] GET /v2.0/security-groups/lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => 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: 1491/3063] 199.204.45.69 () {30 vars in 784 bytes} [Sat Apr 4 11:36:57 2026] GET /v2.0/security-groups?name=lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => 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: 1573/3064] 199.204.45.69 () {30 vars in 814 bytes} [Sat Apr 4 11:36:57 2026] GET /v2.0/security-group-rules?security_group_id=6b497b4d-0533-4514-b05f-aecd4012531a => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3065] 199.204.45.69 () {32 vars in 788 bytes} [Sat Apr 4 11:36:57 2026] DELETE /v2.0/security-group-rules/b7fd94c9-462c-47b3-b85d-881402d6bdb6 => 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: 1574/3066] 199.204.45.69 () {32 vars in 788 bytes} [Sat Apr 4 11:36:57 2026] DELETE /v2.0/security-group-rules/e31f0e6b-08d6-4c09-a59d-ca0ede5cca84 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3067] 10.0.0.250 () {34 vars in 1178 bytes} [Sat Apr 4 11:36:58 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2&device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c&device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 5498 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3068] 10.0.0.250 () {34 vars in 1200 bytes} [Sat Apr 4 11:36:58 2026] GET /v2.0/security-groups?id=6b497b4d-0533-4514-b05f-aecd4012531a&id=39b358e1-66ba-4b55-bb5c-c98b07c28357&id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 286 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3069] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:36:58 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => 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: 1576/3070] 10.0.0.250 () {34 vars in 1120 bytes} [Sat Apr 4 11:36:59 2026] GET /v2.0/security-groups?id=6b497b4d-0533-4514-b05f-aecd4012531a&id=39b358e1-66ba-4b55-bb5c-c98b07c28357&fields=id&fields=name => generated 195 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3071] 10.0.0.250 () {34 vars in 1084 bytes} [Sat Apr 4 11:36:59 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c&device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 2923 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3072] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:36:59 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:36:59.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-d222452a-b357-4922-a053-c6218fdae54a f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 0b3c5239-0f02-46e6-b073-a5893959a08f 2026-04-04 11:36:59.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d222452a-b357-4922-a053-c6218fdae54a f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 0b3c5239-0f02-46e6-b073-a5893959a08f 2026-04-04 11:37:00.172 8 INFO neutron.db.l3_db [None req-d222452a-b357-4922-a053-c6218fdae54a f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Floating IP 4f89b4a2-afa5-48af-b3e1-bc8fe3c81946 disassociated (deleted). External IP: 10.96.250.202, port: 552c171f-c832-41f8-9a69-9140942e8422. [pid: 8|app: 0|req: 1496/3073] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:36:59 2026] DELETE /v2.0/floatingips/4f89b4a2-afa5-48af-b3e1-bc8fe3c81946 => generated 0 bytes in 710 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:00.542 7 INFO neutron.api.v2.resource [None req-5c0155c0-0386-44fd-bd24-87ddd2791ee1 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3074] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:37:00 2026] GET /v2.0/floatingips/4f89b4a2-afa5-48af-b3e1-bc8fe3c81946 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3075] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:37:02 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: 1579/3076] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3077] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3078] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:37:02.498 8 INFO neutron.api.v2.resource [None req-a058c858-472d-4a08-affd-f7c02e16f6e3 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/3079] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/security-groups/lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => 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: 1581/3080] 199.204.45.69 () {30 vars in 784 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/security-groups?name=lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3081] 199.204.45.69 () {30 vars in 814 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/security-group-rules?security_group_id=6b497b4d-0533-4514-b05f-aecd4012531a => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3082] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3083] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:37:02 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: 1583/3084] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3085] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3086] 199.204.45.69 () {30 vars in 740 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => 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: 1503/3087] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => 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: 1585/3088] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3091] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:37:02 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3092] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:37:04 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3093] 199.204.45.69 () {34 vars in 974 bytes} [Sat Apr 4 11:37:04 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1346 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3094] 199.204.45.69 () {34 vars in 1059 bytes} [Sat Apr 4 11:37:05 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3095] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:37:05 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3096] 199.204.45.69 () {34 vars in 1015 bytes} [Sat Apr 4 11:37:05 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3097] 199.204.45.69 () {38 vars in 1027 bytes} [Sat Apr 4 11:37:05 2026] PUT /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1147 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3098] 199.204.45.69 () {30 vars in 768 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1591/3099] 199.204.45.69 () {34 vars in 788 bytes} [Sat Apr 4 11:37:06 2026] PUT /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1086 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3100] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 1086 bytes in 36 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-04-04 11:37:06.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-77875704-f159-4aa3-864f-10f20201374d 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 36397cab-2c9c-4fe3-b8ba-a00f55f63cad 2026-04-04 11:37:06.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77875704-f159-4aa3-864f-10f20201374d 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 36397cab-2c9c-4fe3-b8ba-a00f55f63cad [pid: 7|app: 0|req: 1592/3101] 199.204.45.69 () {32 vars in 758 bytes} [Sat Apr 4 11:37:06 2026] DELETE /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3102] 199.204.45.69 () {30 vars in 702 bytes} [Sat Apr 4 11:37:06 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: 1593/3103] 199.204.45.69 () {30 vars in 704 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3104] 199.204.45.69 () {30 vars in 680 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3105] 199.204.45.69 () {30 vars in 716 bytes} [Sat Apr 4 11:37:06 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-04-04 11:37:06.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ad19157-bba5-49cf-be55-f9001dba4849 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1512/3106] 199.204.45.69 () {32 vars in 758 bytes} [Sat Apr 4 11:37:06 2026] DELETE /v2.0/ports/36397cab-2c9c-4fe3-b8ba-a00f55f63cad => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3107] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:37:06.916 8 INFO neutron.api.v2.resource [None req-2cb410a6-95b2-4f83-b5ee-9158c0351c5e 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/3108] 199.204.45.69 () {30 vars in 762 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/security-groups/lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => 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: 1596/3109] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/ports?tenant_id=82e00c02c21448549adca0bd531dc144&device_id=24944673-bf95-4eb3-a233-41866e319dc2 => 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: 1514/3110] 199.204.45.69 () {30 vars in 784 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/security-groups?name=lb-40856ad1-fd92-4868-8c9f-8ecf9a083eda => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3111] 199.204.45.69 () {34 vars in 1065 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/networks?id=242dfd6a-74de-428c-927d-505f54c83214&id=d9a92245-d974-435d-b811-4017503166d0 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3112] 199.204.45.69 () {30 vars in 736 bytes} [Sat Apr 4 11:37:06 2026] GET /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => 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: 1598/3113] 199.204.45.69 () {34 vars in 1061 bytes} [Sat Apr 4 11:37:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.221&port_id=d2e2d9a4-699d-4da9-8163-98684ce89292 => 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: 1599/3114] 199.204.45.69 () {34 vars in 983 bytes} [Sat Apr 4 11:37:07 2026] GET /v2.0/subnets?id=a72fcc94-0e00-4926-af79-bff27b08cd80 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3115] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:37:07 2026] GET /v2.0/ports?network_id=242dfd6a-74de-428c-927d-505f54c83214&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3116] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:37:07 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1602/3117] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:37:07 2026] GET /v2.0/networks/242dfd6a-74de-428c-927d-505f54c83214?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: 1516/3118] 199.204.45.69 () {34 vars in 788 bytes} [Sat Apr 4 11:37:07 2026] PUT /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 1094 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3119] 199.204.45.69 () {32 vars in 778 bytes} [Sat Apr 4 11:37:07 2026] DELETE /v2.0/security-groups/6b497b4d-0533-4514-b05f-aecd4012531a => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:07.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-385fe5cc-17c2-4e80-ba1a-527b4b7d4203 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: 552c171f-c832-41f8-9a69-9140942e8422 2026-04-04 11:37:07.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-385fe5cc-17c2-4e80-ba1a-527b4b7d4203 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: 552c171f-c832-41f8-9a69-9140942e8422 [pid: 8|app: 0|req: 1517/3120] 199.204.45.69 () {32 vars in 758 bytes} [Sat Apr 4 11:37:07 2026] DELETE /v2.0/ports/552c171f-c832-41f8-9a69-9140942e8422 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3121] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:37:10 2026] GET /v2.0/ports?device_id=24944673-bf95-4eb3-a233-41866e319dc2 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:37:10.336 8 INFO neutron_taas.services.taas.taas_plugin [req-542e94e8-3d73-4d4f-926f-4bd4d10c2719 req-6aae6a60-c0d5-4bac-a717-4a2b5a12f14a 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] TaaS: Handle Delete Port: d2e2d9a4-699d-4da9-8163-98684ce89292 2026-04-04 11:37:10.339 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-542e94e8-3d73-4d4f-926f-4bd4d10c2719 req-6aae6a60-c0d5-4bac-a717-4a2b5a12f14a 1aacbe0af36e43ffa18f2d4a3dc0e111 82e00c02c21448549adca0bd531dc144 - - default default] Tap Mirror: Handle Delete Port: d2e2d9a4-699d-4da9-8163-98684ce89292 [pid: 8|app: 0|req: 1518/3122] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:37:10 2026] DELETE /v2.0/ports/d2e2d9a4-699d-4da9-8163-98684ce89292 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:10.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de766b72-8f4c-4f71-a2a7-000f752f2908'] response: {'server_uuid': '24944673-bf95-4eb3-a233-41866e319dc2', 'name': 'network-vif-deleted', 'tag': 'd2e2d9a4-699d-4da9-8163-98684ce89292', 'status': 'completed', 'code': 200} 2026-04-04 11:37:11.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1a26067-7a10-4ebe-bc2f-4e656261f838 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 35964e7b-f80d-435d-8c16-6df7b27d6ff0 2026-04-04 11:37:11.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1a26067-7a10-4ebe-bc2f-4e656261f838 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 35964e7b-f80d-435d-8c16-6df7b27d6ff0 2026-04-04 11:37:11.210 7 INFO neutron.db.l3_db [None req-c1a26067-7a10-4ebe-bc2f-4e656261f838 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Floating IP 29ec4a8c-1ee0-4aee-a400-31e3f50eb516 disassociated (deleted). External IP: 10.96.250.212, port: 9fffe10f-f910-4e32-b86b-9bb7986e61f6. [pid: 7|app: 0|req: 1605/3123] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:37:10 2026] DELETE /v2.0/floatingips/29ec4a8c-1ee0-4aee-a400-31e3f50eb516 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:11.538 8 INFO neutron.api.v2.resource [None req-5ece135b-2898-4345-9f4e-5a0096d206e7 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/3124] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:37:11 2026] GET /v2.0/floatingips/29ec4a8c-1ee0-4aee-a400-31e3f50eb516 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:11.563 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e816af72-d3c0-436f-8110-be104638c561'] response: {'name': 'network-changed', 'server_uuid': '39bc7b76-85ce-4e78-845c-b32b0d0d8d7c', 'tag': '9fffe10f-f910-4e32-b86b-9bb7986e61f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1606/3125] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:37:11 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3126] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:37:11 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3127] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3128] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/networks?id=5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3129] 199.204.45.69 () {34 vars in 1057 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=9fffe10f-f910-4e32-b86b-9bb7986e61f6 => 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: 1522/3130] 199.204.45.69 () {34 vars in 1103 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A74&port_id=9fffe10f-f910-4e32-b86b-9bb7986e61f6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3131] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/subnets?id=fffb35cb-9205-4cae-ad07-0df318ef9504&id=4220ddd7-7775-4c5a-b3ee-550cff99944c => 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: 1523/3132] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3133] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/ports?network_id=5d0177f1-ed9d-425c-abee-a172458d31a2&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3134] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3135] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:37:12 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3136] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:37:14 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:37:14.304 7 INFO neutron_taas.services.taas.taas_plugin [req-828b563a-7aa5-484d-bf25-6542e5421e3f req-5ce18ccd-5893-40c5-b286-3d25451ff4b5 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 9fffe10f-f910-4e32-b86b-9bb7986e61f6 2026-04-04 11:37:14.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-828b563a-7aa5-484d-bf25-6542e5421e3f req-5ce18ccd-5893-40c5-b286-3d25451ff4b5 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 9fffe10f-f910-4e32-b86b-9bb7986e61f6 [pid: 7|app: 0|req: 1612/3137] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:37:14 2026] DELETE /v2.0/ports/9fffe10f-f910-4e32-b86b-9bb7986e61f6 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:14.507 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa8adee9-21a1-45bd-8de4-33b6f19266c2'] response: {'server_uuid': '39bc7b76-85ce-4e78-845c-b32b0d0d8d7c', 'name': 'network-vif-deleted', 'tag': '9fffe10f-f910-4e32-b86b-9bb7986e61f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1526/3138] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:37:16 2026] GET /v2.0/ports?device_id=39bc7b76-85ce-4e78-845c-b32b0d0d8d7c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:37:22.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-3afd5cf7-65ce-4022-901a-a6c77b13537c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 134c3c60-9724-4a39-99ef-928679a034fd 2026-04-04 11:37:22.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3afd5cf7-65ce-4022-901a-a6c77b13537c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 134c3c60-9724-4a39-99ef-928679a034fd 2026-04-04 11:37:22.309 7 INFO neutron.db.l3_db [None req-3afd5cf7-65ce-4022-901a-a6c77b13537c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Floating IP 015ae805-572d-44eb-b3d7-110e52ab3691 disassociated (deleted). External IP: 10.96.250.214, port: f599154e-65a7-491f-bb0c-15e8f5986de1. [pid: 7|app: 0|req: 1614/3141] 10.0.0.108 () {32 vars in 732 bytes} [Sat Apr 4 11:37:21 2026] DELETE /v2.0/floatingips/015ae805-572d-44eb-b3d7-110e52ab3691 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:22.633 8 INFO neutron.api.v2.resource [None req-e9471e1d-098e-4d68-aa27-f9e4169185a8 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3142] 10.0.0.108 () {32 vars in 729 bytes} [Sat Apr 4 11:37:22 2026] GET /v2.0/floatingips/015ae805-572d-44eb-b3d7-110e52ab3691 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:22.653 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0b24d50-f43b-432d-8619-497474160a56'] response: {'name': 'network-changed', 'server_uuid': '2f012fd4-b9c9-4446-a99b-d46360637e5d', 'tag': 'f599154e-65a7-491f-bb0c-15e8f5986de1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1615/3143] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:37:22 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1196 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3144] 10.0.0.250 () {34 vars in 1040 bytes} [Sat Apr 4 11:37:22 2026] GET /v2.0/security-groups?id=a3982034-6a97-4b07-86ab-97f28a7a1cd8&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3145] 199.204.45.69 () {34 vars in 1079 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/ports?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3146] 199.204.45.69 () {34 vars in 985 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/networks?id=ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3147] 199.204.45.69 () {34 vars in 1055 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.87&port_id=f599154e-65a7-491f-bb0c-15e8f5986de1 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3148] 199.204.45.69 () {34 vars in 1103 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=f599154e-65a7-491f-bb0c-15e8f5986de1 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3149] 199.204.45.69 () {34 vars in 1063 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/subnets?id=de24a68c-cfa2-4659-9ec4-f917b20f5aca&id=779f5599-9d7e-4bba-9896-f26bee9def1f => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3150] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&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: 1619/3151] 199.204.45.69 () {34 vars in 1051 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/ports?network_id=ce57f805-78bc-4258-9a0f-15a28c4b1b92&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3152] 199.204.45.69 () {34 vars in 1011 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?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: 1620/3153] 199.204.45.69 () {34 vars in 1111 bytes} [Sat Apr 4 11:37:23 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3154] 199.204.45.69 () {34 vars in 993 bytes} [Sat Apr 4 11:37:25 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 1194 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-04 11:37:25.485 7 INFO neutron_taas.services.taas.taas_plugin [req-13c6429e-f9b9-4a0c-a9dc-5490d05f271f req-ddfa4060-dc6e-41ca-95fd-7b76169cf8e8 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: f599154e-65a7-491f-bb0c-15e8f5986de1 2026-04-04 11:37:25.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-13c6429e-f9b9-4a0c-a9dc-5490d05f271f req-ddfa4060-dc6e-41ca-95fd-7b76169cf8e8 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: f599154e-65a7-491f-bb0c-15e8f5986de1 [pid: 7|app: 0|req: 1621/3155] 199.204.45.69 () {36 vars in 996 bytes} [Sat Apr 4 11:37:25 2026] DELETE /v2.0/ports/f599154e-65a7-491f-bb0c-15e8f5986de1 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:25.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f516fd5-6aae-439c-abc2-6626181eae39'] response: {'server_uuid': '2f012fd4-b9c9-4446-a99b-d46360637e5d', 'name': 'network-vif-deleted', 'tag': 'f599154e-65a7-491f-bb0c-15e8f5986de1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1535/3156] 10.0.0.250 () {34 vars in 990 bytes} [Sat Apr 4 11:37:27 2026] GET /v2.0/ports?device_id=2f012fd4-b9c9-4446-a99b-d46360637e5d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3159] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/bf6ce756-2c36-41e0-a7f1-02dec387377a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.161 7 INFO neutron.api.v2.resource [None req-b57d4487-2975-41bc-a188-a77026aad520 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3160] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/bf6ce756-2c36-41e0-a7f1-02dec387377a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3161] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/1356be10-f9c3-4ed4-b780-f2812d9b5788 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.245 7 INFO neutron.api.v2.resource [None req-8df4b857-e15d-4071-92bc-ea81a387197d f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3162] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/1356be10-f9c3-4ed4-b780-f2812d9b5788 => generated 155 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3163] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/7f2df0b7-4471-42cc-8d70-a7988ddbfa65 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.326 7 INFO neutron.api.v2.resource [None req-ebe7a355-ddb3-4e54-868f-e70f3bcf7dcb f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3164] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/7f2df0b7-4471-42cc-8d70-a7988ddbfa65 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3165] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/99922838-a790-4f00-9432-6cd1cc43dc93 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.408 7 INFO neutron.api.v2.resource [None req-837e4218-14d4-40c6-8675-2b39c0502032 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3166] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/99922838-a790-4f00-9432-6cd1cc43dc93 => 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: 1541/3167] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/3f298b2f-063f-449f-9c20-79c5aa4b5b68 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.492 7 INFO neutron.api.v2.resource [None req-2f0dda1c-6d3c-48a0-9edf-8a6c023063d2 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3168] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/3f298b2f-063f-449f-9c20-79c5aa4b5b68 => 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: 1542/3169] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/927a53f4-6eac-47dd-8949-8a72264f1b7f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.574 7 INFO neutron.api.v2.resource [None req-b90acb3f-f0ae-4a9b-b072-1b726d8c4b20 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3170] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/927a53f4-6eac-47dd-8949-8a72264f1b7f => 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: 1543/3171] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/83d6253c-f8d6-41a4-bd26-2df67680c101 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.656 7 INFO neutron.api.v2.resource [None req-bc771dc7-7d07-42b8-ac6a-25313bad0ebe f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3172] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/83d6253c-f8d6-41a4-bd26-2df67680c101 => 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: 1544/3173] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/360e421f-797c-41cd-af59-3e3ca9ea7e81 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.736 7 INFO neutron.api.v2.resource [None req-706256a3-19ff-419a-9ebb-da257d4e47ec f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3174] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/360e421f-797c-41cd-af59-3e3ca9ea7e81 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3175] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/798cdf45-00ec-4b4e-86fa-29becc6a0700 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.811 7 INFO neutron.api.v2.resource [None req-8ca915e4-8256-4090-9a49-2e195eee0755 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3176] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/798cdf45-00ec-4b4e-86fa-29becc6a0700 => 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: 1546/3177] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/dd132c27-1fe8-4eee-b29a-8b014038fdf7 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.895 7 INFO neutron.api.v2.resource [None req-71f3f6ab-8e24-44b1-8cfc-c0cb6426ecb2 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3178] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/dd132c27-1fe8-4eee-b29a-8b014038fdf7 => 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: 1547/3179] 10.0.0.108 () {32 vars in 750 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-group-rules/9f252568-5470-445c-a655-22287674f5ad => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:33.971 7 INFO neutron.api.v2.resource [None req-2c3bd332-47ce-4aa6-98e0-2a70bc3f7ae9 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3180] 10.0.0.108 () {32 vars in 747 bytes} [Sat Apr 4 11:37:33 2026] GET /v2.0/security-group-rules/9f252568-5470-445c-a655-22287674f5ad => 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: 1548/3181] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:33 2026] DELETE /v2.0/security-groups/a3982034-6a97-4b07-86ab-97f28a7a1cd8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:34.081 7 INFO neutron.api.v2.resource [None req-91cbc624-676e-4d68-a10c-8d5937d35726 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3182] 10.0.0.108 () {32 vars in 737 bytes} [Sat Apr 4 11:37:34 2026] GET /v2.0/security-groups/a3982034-6a97-4b07-86ab-97f28a7a1cd8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:34.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3c92e79-a828-4e3a-b627-6593436912ad f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 09fe1169-f17e-4fdd-a313-966bcf9d9bf0 2026-04-04 11:37:34.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3c92e79-a828-4e3a-b627-6593436912ad f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 09fe1169-f17e-4fdd-a313-966bcf9d9bf0 [pid: 8|app: 0|req: 1549/3183] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:37:34 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:37:35.285 7 INFO neutron.api.v2.resource [None req-fc9cf3ee-a7c5-47bc-ab3b-255ba63d3e69 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3184] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:37:35 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/remove_router_interface => generated 198 bytes in 198 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:35.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-36dc248d-4687-432f-8ba8-a04e37f95e02 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: e0d8b40e-ef27-4b91-a47f-40b540b8fc88 2026-04-04 11:37:35.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36dc248d-4687-432f-8ba8-a04e37f95e02 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: e0d8b40e-ef27-4b91-a47f-40b540b8fc88 [pid: 8|app: 0|req: 1550/3185] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:37:35 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:37:36.330 7 INFO neutron.api.v2.resource [None req-c6283904-71fc-4e84-b40f-e5a606d2a819 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3186] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:37:36 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:36.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f6eabf7-35ba-4948-b658-9984e5f36769 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 907a73ff-47ea-4d2e-bc9e-d330a1c4c813 2026-04-04 11:37:36.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f6eabf7-35ba-4948-b658-9984e5f36769 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 907a73ff-47ea-4d2e-bc9e-d330a1c4c813 [pid: 8|app: 0|req: 1551/3187] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:37:36 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-04 11:37:37.396 7 INFO neutron.api.v2.resource [None req-3905a902-36c8-4f9c-a694-7c6d24591460 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3188] 10.0.0.108 () {34 vars in 789 bytes} [Sat Apr 4 11:37:37 2026] PUT /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:37.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cc5c556-8eb8-455b-bbbe-6821c177369c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: b81bbc54-b39f-46cc-ae86-55b23e8b5d26 2026-04-04 11:37:37.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cc5c556-8eb8-455b-bbbe-6821c177369c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: b81bbc54-b39f-46cc-ae86-55b23e8b5d26 2026-04-04 11:37:37.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cc5c556-8eb8-455b-bbbe-6821c177369c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 0e0f4cdf-0425-459e-a654-34754a18cbb3 2026-04-04 11:37:37.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cc5c556-8eb8-455b-bbbe-6821c177369c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 0e0f4cdf-0425-459e-a654-34754a18cbb3 2026-04-04 11:37:38.222 8 INFO neutron.db.l3_hamode_db [None req-3cc5c556-8eb8-455b-bbbe-6821c177369c f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] HA network bae141c5-26fe-4419-8606-d1c89d53e62f was deleted as no HA routers are present in tenant e129dff5e8f9487fb3a31f0b267a13c9. [pid: 8|app: 0|req: 1552/3189] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:37 2026] DELETE /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:38.238 8 INFO neutron.services.segments.plugin [-] Segment cf423ab7-10eb-4ee6-9bbb-9ee476605562 resource provider aggregate not found 2026-04-04 11:37:38.242 8 INFO neutron.services.segments.plugin [-] Segment cf423ab7-10eb-4ee6-9bbb-9ee476605562 resource provider aggregate not found 2026-04-04 11:37:38.252 7 INFO neutron.api.v2.resource [None req-432fd095-9a71-46a2-9554-5f1df513ea43 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3190] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:37:38 2026] GET /v2.0/routers/797184f6-52db-4b3d-a53e-03084ca014f2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:38.256 8 INFO neutron.services.segments.plugin [-] Segment cf423ab7-10eb-4ee6-9bbb-9ee476605562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf423ab7-10eb-4ee6-9bbb-9ee476605562 found for delete ", "request_id": "req-72bdba15-d5cb-4d9c-957b-c513bab8a006"}]} 2026-04-04 11:37:38.259 8 INFO neutron.services.segments.plugin [-] Segment cf423ab7-10eb-4ee6-9bbb-9ee476605562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf423ab7-10eb-4ee6-9bbb-9ee476605562 found for delete ", "request_id": "req-5d08a1b4-80f2-42f0-95a7-6f569f7ad9a4"}]} [pid: 8|app: 0|req: 1553/3191] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:38 2026] DELETE /v2.0/subnets/fffb35cb-9205-4cae-ad07-0df318ef9504 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:38.433 7 INFO neutron.pecan_wsgi.hooks.translation [None req-173d4ea0-e94c-4e6b-9d02-4b74172f161b f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3192] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:37:38 2026] GET /v2.0/subnets/fffb35cb-9205-4cae-ad07-0df318ef9504 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3193] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:38 2026] DELETE /v2.0/subnets/4220ddd7-7775-4c5a-b3ee-550cff99944c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:38.599 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7cf920e-dc00-4fd1-8b5f-86dc5575ffd7 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3194] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:37:38 2026] GET /v2.0/subnets/4220ddd7-7775-4c5a-b3ee-550cff99944c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:38.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d8a59a5-50e3-4352-8f0b-66b32a4f4ec7 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: d49bf690-6df1-433d-a09e-dc86fea92806 2026-04-04 11:37:38.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d8a59a5-50e3-4352-8f0b-66b32a4f4ec7 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: d49bf690-6df1-433d-a09e-dc86fea92806 [pid: 8|app: 0|req: 1555/3195] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:37:38 2026] DELETE /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:38.932 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e70caea1-0c23-480e-abed-f1d55f0a9ef6 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3196] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:37:38 2026] GET /v2.0/networks/5d0177f1-ed9d-425c-abee-a172458d31a2 => 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: 1556/3197] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:38 2026] DELETE /v2.0/subnets/779f5599-9d7e-4bba-9896-f26bee9def1f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:39.089 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c3e3887-cc72-4118-98a7-9a1e8d84e257 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3198] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:37:39 2026] GET /v2.0/subnets/779f5599-9d7e-4bba-9896-f26bee9def1f => 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: 1557/3199] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:39 2026] DELETE /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:39.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb32db6c-6788-4266-8547-cbda03594dee f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3200] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:37:39 2026] GET /v2.0/subnets/de24a68c-cfa2-4659-9ec4-f917b20f5aca => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:39.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-87a78688-f76c-4e9a-9252-aed16cb7c2d8 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 0e54888f-7f88-4d2a-8702-263a2a013bf7 2026-04-04 11:37:39.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87a78688-f76c-4e9a-9252-aed16cb7c2d8 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 0e54888f-7f88-4d2a-8702-263a2a013bf7 [pid: 8|app: 0|req: 1558/3201] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:37:39 2026] DELETE /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:39.564 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98d12170-46c2-439f-89b3-89a209198ec0 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3202] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:37:39 2026] GET /v2.0/networks/ce57f805-78bc-4258-9a0f-15a28c4b1b92 => 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: 1559/3203] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:39 2026] DELETE /v2.0/subnets/ade7ed13-393b-4146-8d78-e25c77778e5a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:39.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd6391f0-d59c-46e5-9204-2b9432964e67 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3204] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:37:39 2026] GET /v2.0/subnets/ade7ed13-393b-4146-8d78-e25c77778e5a => 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: 1560/3205] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:39 2026] DELETE /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:39.893 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e240196-ff37-42a9-95ed-262af876879f f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3206] 10.0.0.108 () {32 vars in 721 bytes} [Sat Apr 4 11:37:39 2026] GET /v2.0/subnets/6da01e55-4a79-4d7d-b3d0-ddcf02725389 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:40.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-762dccba-22ca-4ffa-9866-40a0504a1500 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] TaaS: Handle Delete Port: 96ced4b2-a916-44d4-8493-656febc0d46a 2026-04-04 11:37:40.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-762dccba-22ca-4ffa-9866-40a0504a1500 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] Tap Mirror: Handle Delete Port: 96ced4b2-a916-44d4-8493-656febc0d46a [pid: 8|app: 0|req: 1561/3207] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:37:39 2026] DELETE /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:40.221 7 INFO neutron.pecan_wsgi.hooks.translation [None req-141c5023-6b0c-419c-a7a2-631af9657bb7 f051912a5d924f0693eed15664abe752 e129dff5e8f9487fb3a31f0b267a13c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3208] 10.0.0.108 () {32 vars in 723 bytes} [Sat Apr 4 11:37:40 2026] GET /v2.0/networks/d9a92245-d974-435d-b811-4017503166d0 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-04 11:37:40.292 8 INFO neutron.services.segments.plugin [-] Segment 8e6d90e7-e7ca-462b-b323-1925d992f17a resource provider aggregate not found 2026-04-04 11:37:40.297 8 INFO neutron.services.segments.plugin [-] Segment 8e6d90e7-e7ca-462b-b323-1925d992f17a resource provider aggregate not found 2026-04-04 11:37:40.311 8 INFO neutron.services.segments.plugin [-] Segment 8e6d90e7-e7ca-462b-b323-1925d992f17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e6d90e7-e7ca-462b-b323-1925d992f17a found for delete ", "request_id": "req-874016a0-0dc1-4868-baef-4d53c825f62f"}]} 2026-04-04 11:37:40.316 8 INFO neutron.services.segments.plugin [-] Segment 8e6d90e7-e7ca-462b-b323-1925d992f17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e6d90e7-e7ca-462b-b323-1925d992f17a found for delete ", "request_id": "req-9fbe20f6-603f-47e5-96e9-67170d33635a"}]} 2026-04-04 11:37:40.329 8 INFO neutron.services.segments.plugin [-] Segment 345b04b0-4322-4fa8-bc51-af5dcd31e851 resource provider aggregate not found 2026-04-04 11:37:40.332 8 INFO neutron.services.segments.plugin [-] Segment 345b04b0-4322-4fa8-bc51-af5dcd31e851 resource provider aggregate not found 2026-04-04 11:37:40.347 8 INFO neutron.services.segments.plugin [-] Segment 345b04b0-4322-4fa8-bc51-af5dcd31e851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345b04b0-4322-4fa8-bc51-af5dcd31e851 found for delete ", "request_id": "req-8b949f6a-17e6-431d-a051-8223576d50f3"}]} 2026-04-04 11:37:40.352 8 INFO neutron.services.segments.plugin [-] Segment 345b04b0-4322-4fa8-bc51-af5dcd31e851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345b04b0-4322-4fa8-bc51-af5dcd31e851 found for delete ", "request_id": "req-d2651ca2-2502-4149-b2f0-5e6d54df2d67"}]} 2026-04-04 11:37:40.371 8 INFO neutron.services.segments.plugin [-] Segment 9d94903d-d60b-462f-a635-e8fd3ae1463c resource provider aggregate not found 2026-04-04 11:37:40.379 8 INFO neutron.services.segments.plugin [-] Segment 9d94903d-d60b-462f-a635-e8fd3ae1463c resource provider aggregate not found 2026-04-04 11:37:40.390 8 INFO neutron.services.segments.plugin [-] Segment 9d94903d-d60b-462f-a635-e8fd3ae1463c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d94903d-d60b-462f-a635-e8fd3ae1463c found for delete ", "request_id": "req-07d0f00c-2ec6-4c16-8c99-af85b54f75e3"}]} 2026-04-04 11:37:40.396 8 INFO neutron.services.segments.plugin [-] Segment 9d94903d-d60b-462f-a635-e8fd3ae1463c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d94903d-d60b-462f-a635-e8fd3ae1463c found for delete ", "request_id": "req-b204b41e-2334-4f73-ae7b-1e09414a3bb5"}]} [pid: 8|app: 0|req: 1562/3209] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:42 2026] GET /v2.0/security-groups?tenant_id=c3ea1f07467d464198af77c1e205e6f8&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3210] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:42 2026] DELETE /v2.0/security-groups/a21e7afc-bbb9-4dc1-855e-ea130e01ee03 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3211] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:42 2026] GET /v2.0/security-groups?tenant_id=38f45448f73148b3943215e01b92438b&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3212] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:42 2026] DELETE /v2.0/security-groups/a130da4a-dc7e-4099-a5bc-1a9a0990cf40 => 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: 1564/3213] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:42 2026] GET /v2.0/security-groups?tenant_id=e129dff5e8f9487fb3a31f0b267a13c9&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3214] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:42 2026] DELETE /v2.0/security-groups/17d122f9-82d1-4085-829e-92c88a2858b0 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3215] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:43 2026] GET /v2.0/security-groups?tenant_id=1a635623338a4455b94173422521a778&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3216] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:43 2026] DELETE /v2.0/security-groups/0d8e1aa7-c9ca-48d1-a7aa-59feca4b3fd4 => 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: 1566/3217] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:43 2026] GET /v2.0/security-groups?tenant_id=142db652cd4943998d74cbd3b0272610&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: 1652/3218] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:43 2026] DELETE /v2.0/security-groups/62c16677-9811-48c1-b289-3f38d9fb22b9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3219] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:43 2026] GET /v2.0/security-groups?tenant_id=aa94ff0912ec4f57bdbac27b890dfbd6&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3220] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:43 2026] DELETE /v2.0/security-groups/cb7ad3d1-dbb7-48b7-adf1-ff9143e30212 => 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: 1568/3221] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:44 2026] GET /v2.0/security-groups?tenant_id=baa9b13bc5b042c0abfd4a118dd03ad6&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3222] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:44 2026] DELETE /v2.0/security-groups/50e60fad-3339-4b51-9bb0-69b25547c575 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3225] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:37:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3226] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:37:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3227] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:37:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3228] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:37:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3229] 10.0.0.108 () {34 vars in 684 bytes} [Sat Apr 4 11:37:49 2026] POST /v2.0/security-groups => generated 1603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3230] 10.0.0.108 () {34 vars in 767 bytes} [Sat Apr 4 11:37:49 2026] PUT /v2.0/security-groups/d987d17a-5319-47ce-b5c4-d05d10e18954/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3231] 10.0.0.108 () {34 vars in 767 bytes} [Sat Apr 4 11:37:49 2026] PUT /v2.0/security-groups/b9fb7e5d-f52b-40d4-b50e-03057f243335/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3232] 10.0.0.108 () {34 vars in 767 bytes} [Sat Apr 4 11:37:49 2026] PUT /v2.0/security-groups/7e24590e-44fd-48f7-a731-fe6cdb9ad798/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: 1660/3233] 10.0.0.108 () {34 vars in 767 bytes} [Sat Apr 4 11:37:49 2026] PUT /v2.0/security-groups/2792e0d7-0cbb-4277-bd21-305fcc3f1e05/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3234] 10.0.0.108 () {32 vars in 680 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3235] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3236] 10.0.0.108 () {32 vars in 690 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3237] 10.0.0.108 () {32 vars in 702 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3238] 10.0.0.108 () {32 vars in 688 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3239] 10.0.0.108 () {32 vars in 702 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3240] 10.0.0.108 () {32 vars in 698 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3241] 10.0.0.108 () {32 vars in 710 bytes} [Sat Apr 4 11:37:49 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3242] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:49 2026] DELETE /v2.0/security-groups/d987d17a-5319-47ce-b5c4-d05d10e18954 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3243] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:49 2026] DELETE /v2.0/security-groups/b9fb7e5d-f52b-40d4-b50e-03057f243335 => 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: 1579/3244] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:50 2026] DELETE /v2.0/security-groups/7e24590e-44fd-48f7-a731-fe6cdb9ad798 => 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: 1666/3245] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:50 2026] DELETE /v2.0/security-groups/2792e0d7-0cbb-4277-bd21-305fcc3f1e05 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3246] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:50 2026] DELETE /v2.0/security-groups/92c54943-6ed8-41f4-91a5-61790a23bfd2 => 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: 1667/3247] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:50 2026] GET /v2.0/security-groups?tenant_id=c77e7afeee6c437f9d1fab2142b95dc2&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3248] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:51 2026] DELETE /v2.0/security-groups/0df42b52-3ed2-43f8-91b3-09be9bb27ffa => 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: 1668/3249] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:51 2026] GET /v2.0/security-groups?tenant_id=db620f2638d44270b4656b7335caa938&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3250] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:51 2026] DELETE /v2.0/security-groups/1806515c-29f4-4f2e-afe0-5108ea1fc64c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3251] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:37:51 2026] GET /v2.0/security-groups?tenant_id=ce610d5d6a244a47b7d2e42be07445cc&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3252] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:37:51 2026] DELETE /v2.0/security-groups/77d9cf83-d58c-401d-835a-53160ee93489 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:37:56.160 7 INFO neutron.db.segments_db [None req-12780e90-2316-49e4-b4ac-e7ebdadfa828 4f3442fb00314f7399f1471292a3e33b 7bfdcac22d4648ed8976c15b91505782 - - default default] Added segment 13c8f028-1749-4b5d-b71c-1a7636f1a8b8 of type vxlan for network 62b51f1c-844f-4353-a88c-6b410a6f5f49 [pid: 7|app: 0|req: 1670/3253] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:37:55 2026] POST /v2.0/networks => generated 612 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3254] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:37:56 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:37:56.548 7 INFO neutron.db.segments_db [None req-a35ff593-b6a3-43d9-ad71-a8349da385f9 4f3442fb00314f7399f1471292a3e33b 7bfdcac22d4648ed8976c15b91505782 - - default default] Added segment c66ea6ea-678e-48fd-85b1-b1a722e63028 of type vxlan for network e850c41e-aa51-427a-b0d5-56e65bb2cd70 [pid: 7|app: 0|req: 1671/3255] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:37:56 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3256] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:37:56 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:37:56.944 7 INFO neutron.db.segments_db [None req-b4752860-aa62-4533-8656-6472fcff7b8a 4f3442fb00314f7399f1471292a3e33b 7bfdcac22d4648ed8976c15b91505782 - - default default] Added segment 4914d407-a47e-4793-b2cf-0aaa24ab8bef of type vxlan for network ce39040f-f243-4048-9292-4197e27b8740 [pid: 7|app: 0|req: 1672/3257] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:37:56 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3258] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:37:57 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:37:57.320 7 INFO neutron.db.segments_db [None req-5a4f285d-7643-4e4a-8d30-65d570e4187e 4f3442fb00314f7399f1471292a3e33b 7bfdcac22d4648ed8976c15b91505782 - - default default] Added segment 0f0886ca-df88-40fc-b04e-98398232a302 of type vxlan for network 2aed41fb-2f62-4c97-876c-d406303dad97 [pid: 7|app: 0|req: 1673/3259] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:37:57 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3260] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:37:57 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:37:57.705 7 INFO neutron.db.segments_db [None req-29425586-fedf-4f8f-943f-1b6862aaca3c 4f3442fb00314f7399f1471292a3e33b 7bfdcac22d4648ed8976c15b91505782 - - default default] Added segment f63793a6-de0f-414c-82d7-b882f30ffc75 of type vxlan for network ae654702-fff1-408b-9993-3f47306508e3 [pid: 7|app: 0|req: 1674/3261] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:37:57 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3262] 10.0.0.108 () {34 vars in 669 bytes} [Sat Apr 4 11:37:57 2026] POST /v2.0/subnets => generated 629 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3263] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:37:58 2026] PUT /v2.0/subnets/4d0c93c1-4ede-49eb-916b-ad1e7118b0a6/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3264] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:37:58 2026] PUT /v2.0/subnets/adfea839-32d1-4251-bf3c-06c04f480fd5/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3265] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:37:58 2026] PUT /v2.0/subnets/9a34b587-157e-480d-86de-c6142603404b/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3266] 10.0.0.108 () {34 vars in 751 bytes} [Sat Apr 4 11:37:58 2026] PUT /v2.0/subnets/5f9689a5-e16b-412c-a801-c6efd096761a/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3267] 10.0.0.108 () {32 vars in 664 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3268] 10.0.0.108 () {32 vars in 678 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3269] 10.0.0.108 () {32 vars in 674 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3270] 10.0.0.108 () {32 vars in 686 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3271] 10.0.0.108 () {32 vars in 672 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3272] 10.0.0.108 () {32 vars in 686 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3273] 10.0.0.108 () {32 vars in 682 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3274] 10.0.0.108 () {32 vars in 694 bytes} [Sat Apr 4 11:37:58 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3275] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:58 2026] DELETE /v2.0/subnets/4d0c93c1-4ede-49eb-916b-ad1e7118b0a6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3276] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:58 2026] DELETE /v2.0/subnets/adfea839-32d1-4251-bf3c-06c04f480fd5 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3277] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:59 2026] DELETE /v2.0/subnets/9a34b587-157e-480d-86de-c6142603404b => 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: 1596/3278] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:59 2026] DELETE /v2.0/subnets/5f9689a5-e16b-412c-a801-c6efd096761a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3279] 10.0.0.108 () {32 vars in 724 bytes} [Sat Apr 4 11:37:59 2026] DELETE /v2.0/subnets/90245cb4-af14-416e-b9f5-8f6cd0528d9c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:59.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-8551b503-5611-4201-ad8c-a249cb4a0084 4f3442fb00314f7399f1471292a3e33b 7bfdcac22d4648ed8976c15b91505782 - - default default] TaaS: Handle Delete Port: 4802bc2b-7431-4d6d-ac47-adb589088318 2026-04-04 11:37:59.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8551b503-5611-4201-ad8c-a249cb4a0084 4f3442fb00314f7399f1471292a3e33b 7bfdcac22d4648ed8976c15b91505782 - - default default] Tap Mirror: Handle Delete Port: 4802bc2b-7431-4d6d-ac47-adb589088318 2026-04-04 11:37:59.716 8 INFO neutron.services.segments.plugin [-] Segment 13c8f028-1749-4b5d-b71c-1a7636f1a8b8 resource provider aggregate not found 2026-04-04 11:37:59.716 8 INFO neutron.services.segments.plugin [-] Segment 13c8f028-1749-4b5d-b71c-1a7636f1a8b8 resource provider aggregate not found 2026-04-04 11:37:59.733 8 INFO neutron.services.segments.plugin [-] Segment 13c8f028-1749-4b5d-b71c-1a7636f1a8b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13c8f028-1749-4b5d-b71c-1a7636f1a8b8 found for delete ", "request_id": "req-262702f1-25b9-4a1f-9c76-0934fd554af5"}]} 2026-04-04 11:37:59.736 8 INFO neutron.services.segments.plugin [-] Segment 13c8f028-1749-4b5d-b71c-1a7636f1a8b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13c8f028-1749-4b5d-b71c-1a7636f1a8b8 found for delete ", "request_id": "req-f0a187e0-7793-4b64-b514-115026bf26a4"}]} [pid: 8|app: 0|req: 1597/3280] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:37:59 2026] DELETE /v2.0/networks/62b51f1c-844f-4353-a88c-6b410a6f5f49 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3281] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:37:59 2026] DELETE /v2.0/networks/e850c41e-aa51-427a-b0d5-56e65bb2cd70 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:37:59.944 7 INFO neutron.services.segments.plugin [-] Segment c66ea6ea-678e-48fd-85b1-b1a722e63028 resource provider aggregate not found 2026-04-04 11:37:59.958 7 INFO neutron.services.segments.plugin [-] Segment c66ea6ea-678e-48fd-85b1-b1a722e63028 resource provider aggregate not found 2026-04-04 11:37:59.963 7 INFO neutron.services.segments.plugin [-] Segment c66ea6ea-678e-48fd-85b1-b1a722e63028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66ea6ea-678e-48fd-85b1-b1a722e63028 found for delete ", "request_id": "req-d95aebb3-d4bb-468b-86d1-6cf00e2e0140"}]} 2026-04-04 11:37:59.975 7 INFO neutron.services.segments.plugin [-] Segment c66ea6ea-678e-48fd-85b1-b1a722e63028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66ea6ea-678e-48fd-85b1-b1a722e63028 found for delete ", "request_id": "req-c7d634ec-3d04-4899-b6a6-27577bdd3d67"}]} [pid: 8|app: 0|req: 1598/3282] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:37:59 2026] DELETE /v2.0/networks/ce39040f-f243-4048-9292-4197e27b8740 => 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: 1685/3283] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:38:00 2026] DELETE /v2.0/networks/2aed41fb-2f62-4c97-876c-d406303dad97 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3284] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:38:00 2026] DELETE /v2.0/networks/ae654702-fff1-408b-9993-3f47306508e3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3285] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:38:00 2026] GET /v2.0/security-groups?tenant_id=a0d4b6e9b26a4c38b53ea7be39b7e9ae&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3286] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:38:01 2026] DELETE /v2.0/security-groups/92a30833-b34c-47df-92a8-b1795706211e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3287] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:38:01 2026] GET /v2.0/security-groups?tenant_id=7bfdcac22d4648ed8976c15b91505782&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3288] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:38:01 2026] DELETE /v2.0/security-groups/834dd870-befb-4dfc-8348-675a55424f5e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:38:01.754 8 INFO neutron.services.segments.plugin [-] Segment 4914d407-a47e-4793-b2cf-0aaa24ab8bef resource provider aggregate not found 2026-04-04 11:38:01.758 8 INFO neutron.services.segments.plugin [-] Segment 4914d407-a47e-4793-b2cf-0aaa24ab8bef resource provider aggregate not found 2026-04-04 11:38:01.770 8 INFO neutron.services.segments.plugin [-] Segment 4914d407-a47e-4793-b2cf-0aaa24ab8bef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4914d407-a47e-4793-b2cf-0aaa24ab8bef found for delete ", "request_id": "req-8fa79e58-932f-43a5-87b6-ef58c4580a11"}]} 2026-04-04 11:38:01.773 8 INFO neutron.services.segments.plugin [-] Segment 4914d407-a47e-4793-b2cf-0aaa24ab8bef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4914d407-a47e-4793-b2cf-0aaa24ab8bef found for delete ", "request_id": "req-94f24b9c-41a6-4f09-9a18-ea2a996bf611"}]} 2026-04-04 11:38:01.786 8 INFO neutron.services.segments.plugin [-] Segment f63793a6-de0f-414c-82d7-b882f30ffc75 resource provider aggregate not found 2026-04-04 11:38:01.791 8 INFO neutron.services.segments.plugin [-] Segment f63793a6-de0f-414c-82d7-b882f30ffc75 resource provider aggregate not found 2026-04-04 11:38:01.804 8 INFO neutron.services.segments.plugin [-] Segment f63793a6-de0f-414c-82d7-b882f30ffc75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f63793a6-de0f-414c-82d7-b882f30ffc75 found for delete ", "request_id": "req-fa94a553-c821-483c-a8b1-2650df292ced"}]} 2026-04-04 11:38:01.805 8 INFO neutron.services.segments.plugin [-] Segment f63793a6-de0f-414c-82d7-b882f30ffc75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f63793a6-de0f-414c-82d7-b882f30ffc75 found for delete ", "request_id": "req-6ca03a92-8d0b-4f69-885a-fac4cde919aa"}]} [pid: 7|app: 0|req: 1688/3289] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:38:01 2026] GET /v2.0/security-groups?tenant_id=7bb245ced47042ff8f2dd92e174151cc&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3290] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:38:01 2026] DELETE /v2.0/security-groups/7a1ab001-6cbe-4c8a-bd99-d9dc4d02a6e2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-04 11:38:01.983 7 INFO neutron.services.segments.plugin [-] Segment 0f0886ca-df88-40fc-b04e-98398232a302 resource provider aggregate not found 2026-04-04 11:38:01.991 7 INFO neutron.services.segments.plugin [-] Segment 0f0886ca-df88-40fc-b04e-98398232a302 resource provider aggregate not found 2026-04-04 11:38:01.998 7 INFO neutron.services.segments.plugin [-] Segment 0f0886ca-df88-40fc-b04e-98398232a302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f0886ca-df88-40fc-b04e-98398232a302 found for delete ", "request_id": "req-bce97372-a3a5-4d54-9d04-e686b244c711"}]} 2026-04-04 11:38:02.003 7 INFO neutron.services.segments.plugin [-] Segment 0f0886ca-df88-40fc-b04e-98398232a302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f0886ca-df88-40fc-b04e-98398232a302 found for delete ", "request_id": "req-927ee5be-eb79-44fd-9948-03d6167fe637"}]} 2026-04-04 11:38:05.386 8 INFO neutron.db.segments_db [None req-f0c6bdd5-475c-41d9-82f6-95d1e6bb9fac 3b4eb7a4906449bb9142b553156e115d 01bb7b5b07cf490bb21bce157522f368 - - default default] Added segment 993b6116-31cf-445d-aca5-6816620ed921 of type vxlan for network 0b608793-360c-41e2-ae23-63a58ab9e877 [pid: 8|app: 0|req: 1604/3293] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:38:05 2026] POST /v2.0/networks => generated 612 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-04 11:38:05.539 7 INFO neutron.db.segments_db [None req-61ac8ff1-0ed4-459b-b11c-4fa41a7608da 3b4eb7a4906449bb9142b553156e115d 01bb7b5b07cf490bb21bce157522f368 - - default default] Added segment 46f6141c-7569-4c62-9260-4ab18017a0d8 of type vxlan for network e7408a90-5e73-498c-bfc6-e53c19cba6d8 [pid: 7|app: 0|req: 1690/3294] 10.0.0.108 () {34 vars in 670 bytes} [Sat Apr 4 11:38:05 2026] POST /v2.0/networks => generated 611 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3295] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:38:05 2026] PUT /v2.0/networks/0b608793-360c-41e2-ae23-63a58ab9e877/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3296] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:38:05 2026] GET /v2.0/networks/0b608793-360c-41e2-ae23-63a58ab9e877/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3297] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:38:05 2026] PUT /v2.0/networks/e7408a90-5e73-498c-bfc6-e53c19cba6d8/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3298] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:38:05 2026] GET /v2.0/networks/e7408a90-5e73-498c-bfc6-e53c19cba6d8/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3299] 10.0.0.108 () {34 vars in 753 bytes} [Sat Apr 4 11:38:05 2026] PUT /v2.0/networks/e7408a90-5e73-498c-bfc6-e53c19cba6d8/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3300] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:38:05 2026] GET /v2.0/networks/e7408a90-5e73-498c-bfc6-e53c19cba6d8/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3301] 10.0.0.108 () {32 vars in 733 bytes} [Sat Apr 4 11:38:05 2026] GET /v2.0/networks/0b608793-360c-41e2-ae23-63a58ab9e877/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-04 11:38:06.148 7 INFO neutron.services.segments.plugin [-] Segment 993b6116-31cf-445d-aca5-6816620ed921 resource provider aggregate not found 2026-04-04 11:38:06.153 7 INFO neutron.services.segments.plugin [-] Segment 993b6116-31cf-445d-aca5-6816620ed921 resource provider aggregate not found 2026-04-04 11:38:06.172 7 INFO neutron.services.segments.plugin [-] Segment 993b6116-31cf-445d-aca5-6816620ed921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 993b6116-31cf-445d-aca5-6816620ed921 found for delete ", "request_id": "req-20e92e99-3544-469d-8885-949dbb8887b6"}]} 2026-04-04 11:38:06.176 7 INFO neutron.services.segments.plugin [-] Segment 993b6116-31cf-445d-aca5-6816620ed921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 993b6116-31cf-445d-aca5-6816620ed921 found for delete ", "request_id": "req-54759718-ceff-420f-8f41-5df50d71ee7c"}]} [pid: 7|app: 0|req: 1694/3302] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:38:06 2026] DELETE /v2.0/networks/0b608793-360c-41e2-ae23-63a58ab9e877 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-04 11:38:06.306 8 INFO neutron.services.segments.plugin [-] Segment 46f6141c-7569-4c62-9260-4ab18017a0d8 resource provider aggregate not found 2026-04-04 11:38:06.316 8 INFO neutron.services.segments.plugin [-] Segment 46f6141c-7569-4c62-9260-4ab18017a0d8 resource provider aggregate not found 2026-04-04 11:38:06.330 8 INFO neutron.services.segments.plugin [-] Segment 46f6141c-7569-4c62-9260-4ab18017a0d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f6141c-7569-4c62-9260-4ab18017a0d8 found for delete ", "request_id": "req-6d798138-00ee-40c3-9f8b-779aeacb4d9d"}]} 2026-04-04 11:38:06.335 8 INFO neutron.services.segments.plugin [-] Segment 46f6141c-7569-4c62-9260-4ab18017a0d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f6141c-7569-4c62-9260-4ab18017a0d8 found for delete ", "request_id": "req-6ebc7632-4d70-47a9-84d8-7402cd51d352"}]} [pid: 8|app: 0|req: 1609/3303] 10.0.0.108 () {32 vars in 726 bytes} [Sat Apr 4 11:38:06 2026] DELETE /v2.0/networks/e7408a90-5e73-498c-bfc6-e53c19cba6d8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3304] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:38:06 2026] GET /v2.0/security-groups?tenant_id=2554496707734cc5be77dba2bcfb79ff&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3305] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:38:07 2026] DELETE /v2.0/security-groups/b83329ac-6ab4-47dd-a40b-91b3f10fe531 => 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: 1696/3306] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:38:07 2026] GET /v2.0/security-groups?tenant_id=01bb7b5b07cf490bb21bce157522f368&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3307] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:38:07 2026] DELETE /v2.0/security-groups/992e49c1-3466-4dc1-b93b-c786b8cadad6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3308] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:38:10 2026] GET /v2.0/security-groups?tenant_id=ea03ca56a1434c33a6caf9d743819bea&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3309] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:38:11 2026] DELETE /v2.0/security-groups/0840d590-b89f-4c5d-9bf4-00bf5df2f8cd => 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: 1698/3310] 10.0.0.108 () {32 vars in 774 bytes} [Sat Apr 4 11:38:11 2026] GET /v2.0/security-groups?tenant_id=2965831b194244ab8f3ad0093f07b4e5&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3311] 10.0.0.108 () {32 vars in 740 bytes} [Sat Apr 4 11:38:11 2026] DELETE /v2.0/security-groups/138dc89d-b67d-4799-a4db-5eccbe9be0e7 => 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: 1699/3312] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:38:14 2026] GET /v2.0/networks => generated 2168 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3313] 10.0.0.108 () {32 vars in 655 bytes} [Sat Apr 4 11:38:15 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: 7|app: 0|req: 1700/3314] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:38:15 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3315] 10.0.0.108 () {32 vars in 643 bytes} [Sat Apr 4 11:38:15 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3316] 10.0.0.108 () {32 vars in 647 bytes} [Sat Apr 4 11:38:15 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3317] 10.0.0.108 () {32 vars in 649 bytes} [Sat Apr 4 11:38:15 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3318] 10.0.0.108 () {32 vars in 663 bytes} [Sat Apr 4 11:38:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3319] 10.0.0.108 () {32 vars in 655 bytes} [Sat Apr 4 11:38:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)