+ 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 [Tue Aug 11 08:45:49 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-5887c57c69-zjkfg 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 0x7fcdddc7e668 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-08-11 08:45:53.612 8 INFO neutron.common.config [-] Logging enabled! 2026-08-11 08:45:53.612 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 08:45:53.632 7 INFO neutron.common.config [-] Logging enabled! 2026-08-11 08:45:53.633 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 08:45:54.714 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 08:45:54.815 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 08:45:56.301 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:45:56.304 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 08:45:56.308 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 08:45:56.309 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:45:56.309 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 08:45:56.310 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 08:45:56.310 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:45:56.319 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:45:56.319 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:45:56.319 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:45:56.342 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 08:45:56.343 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:45:56.343 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 08:45:56.371 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 08:45:56.372 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 08:45:56.372 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 08:45:56.372 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 08:45:56.500 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:45:56.503 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 08:45:56.506 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 08:45:56.507 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:45:56.507 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 08:45:56.508 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 08:45:56.508 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:45:56.515 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:45:56.515 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:45:56.515 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:45:56.537 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 08:45:56.538 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:45:56.538 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 08:45:56.564 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 08:45:56.564 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 08:45:56.565 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 08:45:56.565 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 08:45:56.676 7 INFO neutron.plugins.ml2.managers [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 08:45:56.876 8 INFO neutron.plugins.ml2.managers [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 08:45:57.005 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 08:45:57.006 7 INFO neutron.plugins.ml2.managers [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 08:45:57.006 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 08:45:57.018 7 INFO neutron.plugins.ml2.managers [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 08:45:57.018 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 08:45:57.018 7 INFO neutron.plugins.ml2.managers [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 08:45:57.019 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 08:45:57.019 7 INFO neutron.plugins.ml2.managers [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] Initializing extension driver 'qos' 2026-08-11 08:45:57.019 7 INFO neutron.plugins.ml2.managers [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 08:45:57.019 7 INFO neutron.plugins.ml2.managers [None req-c5dbf946-621d-46d7-969c-b8004a33de94 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 08:45:57.032 7 INFO neutron.quota [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded quota_driver: . 2026-08-11 08:45:57.032 7 INFO neutron.plugins.ml2.plugin [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 08:45:57.032 7 INFO neutron.plugins.ml2.managers [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 08:45:57.032 7 INFO neutron.plugins.ml2.managers [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 08:45:57.032 7 INFO neutron.plugins.ml2.managers [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 08:45:57.033 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: qos 2026-08-11 08:45:57.046 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: router 2026-08-11 08:45:57.090 7 INFO neutron.services.service_base [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 08:45:57.091 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: segments 2026-08-11 08:45:57.184 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: trunk 2026-08-11 08:45:57.199 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: vpnaas 2026-08-11 08:45:57.237 7 WARNING stevedore.named [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:45:57.260 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 08:45:57.260 8 INFO neutron.plugins.ml2.managers [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 08:45:57.260 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 08:45:57.278 8 INFO neutron.plugins.ml2.managers [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 08:45:57.278 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 08:45:57.278 8 INFO neutron.plugins.ml2.managers [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 08:45:57.278 8 INFO neutron.plugins.ml2.extensions.port_security [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 08:45:57.278 8 INFO neutron.plugins.ml2.managers [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] Initializing extension driver 'qos' 2026-08-11 08:45:57.279 8 INFO neutron.plugins.ml2.managers [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 08:45:57.279 8 INFO neutron.plugins.ml2.managers [None req-583e881b-8991-49fa-b20a-1f98a2069cd9 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 08:45:57.293 8 INFO neutron.quota [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded quota_driver: . 2026-08-11 08:45:57.293 8 INFO neutron.plugins.ml2.plugin [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 08:45:57.293 8 INFO neutron.plugins.ml2.managers [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 08:45:57.293 8 INFO neutron.plugins.ml2.managers [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 08:45:57.294 8 INFO neutron.plugins.ml2.managers [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 08:45:57.294 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: qos 2026-08-11 08:45:57.307 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: router 2026-08-11 08:45:57.310 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 08:45:57.310 7 INFO neutron.common.utils [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 08:45:57.310 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: taas 2026-08-11 08:45:57.336 7 WARNING stevedore.named [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:45:57.336 7 WARNING stevedore.named [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:45:57.351 8 INFO neutron.services.service_base [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 08:45:57.351 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: segments 2026-08-11 08:45:57.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:45:57.360 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: tapmirror 2026-08-11 08:45:57.377 7 WARNING stevedore.named [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:45:57.378 7 WARNING stevedore.named [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:45:57.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:45:57.396 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: auto_allocate 2026-08-11 08:45:57.403 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: tag 2026-08-11 08:45:57.412 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: timestamp 2026-08-11 08:45:57.415 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 08:45:57.420 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: flavors 2026-08-11 08:45:57.423 7 INFO neutron.manager [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loading Plugin: revisions 2026-08-11 08:45:57.427 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Initializing extension manager. 2026-08-11 08:45:57.429 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: address-group 2026-08-11 08:45:57.429 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: address-scope 2026-08-11 08:45:57.430 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 08:45:57.431 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: agent 2026-08-11 08:45:57.431 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 08:45:57.433 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 08:45:57.433 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 08:45:57.434 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: availability_zone 2026-08-11 08:45:57.435 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 08:45:57.435 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 08:45:57.436 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: default-subnetpools 2026-08-11 08:45:57.437 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 08:45:57.438 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: dns-integration 2026-08-11 08:45:57.439 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 08:45:57.439 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 08:45:57.440 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: dvr 2026-08-11 08:45:57.440 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 08:45:57.441 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 08:45:57.441 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:45:57.442 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 08:45:57.443 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: external-net 2026-08-11 08:45:57.444 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 08:45:57.444 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: extraroute 2026-08-11 08:45:57.445 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 08:45:57.445 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: trunk 2026-08-11 08:45:57.445 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 08:45:57.447 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 08:45:57.447 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 08:45:57.448 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 08:45:57.448 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: fip-port-details 2026-08-11 08:45:57.449 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: flavors 2026-08-11 08:45:57.450 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 08:45:57.451 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: floatingip-pools 2026-08-11 08:45:57.451 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: ip_allocation 2026-08-11 08:45:57.452 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 08:45:57.453 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: l2_adjacency 2026-08-11 08:45:57.454 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: router 2026-08-11 08:45:57.455 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:45:57.456 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 08:45:57.457 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 08:45:57.457 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 08:45:57.458 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: l3-ha 2026-08-11 08:45:57.458 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:45:57.459 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: vpnaas 2026-08-11 08:45:57.459 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 08:45:57.459 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: l3-flavors 2026-08-11 08:45:57.460 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:45:57.461 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 08:45:57.463 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 08:45:57.464 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 08:45:57.465 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 08:45:57.466 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 08:45:57.467 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 08:45:57.467 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: multi-provider 2026-08-11 08:45:57.468 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: net-mtu 2026-08-11 08:45:57.469 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 08:45:57.469 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: network_availability_zone 2026-08-11 08:45:57.470 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: network_ha 2026-08-11 08:45:57.471 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: network-ip-availability 2026-08-11 08:45:57.472 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 08:45:57.473 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: pagination 2026-08-11 08:45:57.474 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-device-profile 2026-08-11 08:45:57.474 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 08:45:57.475 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 08:45:57.476 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 08:45:57.476 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-mac-override 2026-08-11 08:45:57.477 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 08:45:57.478 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 08:45:57.478 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 08:45:57.479 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-resource-request 2026-08-11 08:45:57.479 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 08:45:57.480 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 08:45:57.480 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: binding 2026-08-11 08:45:57.481 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: binding-extended 2026-08-11 08:45:57.481 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-security 2026-08-11 08:45:57.482 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: project-id 2026-08-11 08:45:57.482 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: provider 2026-08-11 08:45:57.483 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 08:45:57.485 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos 2026-08-11 08:45:57.486 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 08:45:57.487 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 08:45:57.487 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-default 2026-08-11 08:45:57.487 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-fip 2026-08-11 08:45:57.488 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 08:45:57.488 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 08:45:57.489 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 08:45:57.490 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 08:45:57.490 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 08:45:57.491 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-pps 2026-08-11 08:45:57.491 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 08:45:57.492 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 08:45:57.492 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 08:45:57.493 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: quota-check-limit 2026-08-11 08:45:57.494 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 08:45:57.496 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: quotas 2026-08-11 08:45:57.497 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: quota_details 2026-08-11 08:45:57.498 8 WARNING stevedore.named [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:45:57.498 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: rbac-policies 2026-08-11 08:45:57.499 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: rbac-address-group 2026-08-11 08:45:57.499 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 08:45:57.500 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 08:45:57.500 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 08:45:57.501 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: revision-if-match 2026-08-11 08:45:57.502 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 08:45:57.502 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: router_availability_zone 2026-08-11 08:45:57.503 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 08:45:57.504 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 08:45:57.505 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 08:45:57.505 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 08:45:57.506 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 08:45:57.506 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 08:45:57.507 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 08:45:57.512 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: security-group 2026-08-11 08:45:57.513 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: segment 2026-08-11 08:45:57.514 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 08:45:57.514 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: service-type 2026-08-11 08:45:57.515 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: sorting 2026-08-11 08:45:57.515 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 08:45:57.516 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: standard-attr-description 2026-08-11 08:45:57.516 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: stateful-security-group 2026-08-11 08:45:57.517 7 WARNING neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 08:45:57.517 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 08:45:57.518 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: subnet-external-network 2026-08-11 08:45:57.519 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: subnet_onboard 2026-08-11 08:45:57.519 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 08:45:57.520 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: subnet-service-types 2026-08-11 08:45:57.520 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: subnet_allocation 2026-08-11 08:45:57.523 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 08:45:57.523 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: tag-creation 2026-08-11 08:45:57.524 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 08:45:57.528 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 08:45:57.529 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 08:45:57.529 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: trunk 2026-08-11 08:45:57.530 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: trunk-details 2026-08-11 08:45:57.530 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 08:45:57.531 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 08:45:57.531 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 08:45:57.532 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 08:45:57.534 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 08:45:57.535 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 08:45:57.535 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: vpn-flavors 2026-08-11 08:45:57.537 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: vpnaas 2026-08-11 08:45:57.539 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: taas 2026-08-11 08:45:57.540 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: tap-mirror 2026-08-11 08:45:57.541 7 INFO neutron.api.extensions [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 08:45:57.544 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 08:45:57.544 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 08:45:57.544 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.544 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 08:45:57.548 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:45:57.548 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:45:57.553 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:45:57.554 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:45:57.554 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:45:57.555 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.555 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.556 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.556 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.556 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:45:57.557 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.557 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.558 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:45:57.558 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:45:57.558 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:45:57.559 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.559 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] ipsecpolicy is already registered 2026-08-11 08:45:57.559 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.560 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] ikepolicy is already registered 2026-08-11 08:45:57.564 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:45:57.564 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] router is already registered 2026-08-11 08:45:57.565 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:45:57.565 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] floatingip is already registered 2026-08-11 08:45:57.569 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:45:57.569 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] rbac_policy is already registered 2026-08-11 08:45:57.569 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:45:57.569 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] security_group is already registered 2026-08-11 08:45:57.570 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:45:57.570 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] security_group_rule is already registered 2026-08-11 08:45:57.571 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.571 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.571 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.571 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.572 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:45:57.572 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] trunk is already registered 2026-08-11 08:45:57.572 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.573 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] ikepolicy is already registered 2026-08-11 08:45:57.573 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.573 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] ipsecpolicy is already registered 2026-08-11 08:45:57.573 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:45:57.573 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] endpoint_group is already registered 2026-08-11 08:45:57.574 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:45:57.574 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] vpnservice is already registered 2026-08-11 08:45:57.574 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:45:57.575 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] ipsec_site_connection is already registered 2026-08-11 08:45:57.575 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.575 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] ipsecpolicy is already registered 2026-08-11 08:45:57.575 7 INFO neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.575 7 WARNING neutron.quota.resource_registry [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] ikepolicy is already registered 2026-08-11 08:45:57.576 8 INFO neutron_vpnaas.services.vpn.plugin [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 08:45:57.577 8 INFO neutron.common.utils [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 08:45:57.577 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: taas 2026-08-11 08:45:57.602 8 WARNING stevedore.named [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:45:57.602 8 WARNING stevedore.named [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:45:57.619 7 WARNING keystonemiddleware._common.config [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 08:45:57.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:45:57.622 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: tapmirror 2026-08-11 08:45:57.626 7 WARNING oslo_config.cfg [None req-a2fb2862-da1c-4395-8bbe-579cc326388f - - - - - -] 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 0x7fcdddc7e668 pid: 7 (default app) 2026-08-11 08:45:57.635 8 WARNING stevedore.named [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:45:57.635 8 WARNING stevedore.named [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:45:57.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:45:57.654 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: auto_allocate 2026-08-11 08:45:57.662 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: tag 2026-08-11 08:45:57.672 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: timestamp 2026-08-11 08:45:57.675 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 08:45:57.679 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: flavors 2026-08-11 08:45:57.683 8 INFO neutron.manager [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loading Plugin: revisions 2026-08-11 08:45:57.686 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Initializing extension manager. 2026-08-11 08:45:57.688 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: address-group 2026-08-11 08:45:57.689 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: address-scope 2026-08-11 08:45:57.689 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 08:45:57.690 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: agent 2026-08-11 08:45:57.691 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 08:45:57.692 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 08:45:57.693 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 08:45:57.694 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: availability_zone 2026-08-11 08:45:57.694 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 08:45:57.695 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 08:45:57.695 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: default-subnetpools 2026-08-11 08:45:57.697 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 08:45:57.698 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: dns-integration 2026-08-11 08:45:57.698 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 08:45:57.699 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 08:45:57.699 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: dvr 2026-08-11 08:45:57.700 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 08:45:57.701 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 08:45:57.702 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:45:57.703 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 08:45:57.704 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: external-net 2026-08-11 08:45:57.704 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 08:45:57.705 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: extraroute 2026-08-11 08:45:57.705 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 08:45:57.706 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 08:45:57.706 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 08:45:57.707 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 08:45:57.707 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 08:45:57.708 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: fip-port-details 2026-08-11 08:45:57.709 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: flavors 2026-08-11 08:45:57.710 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 08:45:57.711 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: floatingip-pools 2026-08-11 08:45:57.712 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: ip_allocation 2026-08-11 08:45:57.712 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 08:45:57.713 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: l2_adjacency 2026-08-11 08:45:57.714 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: router 2026-08-11 08:45:57.715 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:45:57.716 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 08:45:57.717 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 08:45:57.717 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 08:45:57.718 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: l3-ha 2026-08-11 08:45:57.718 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:45:57.719 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 08:45:57.719 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: l3-flavors 2026-08-11 08:45:57.720 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:45:57.721 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 08:45:57.723 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 08:45:57.724 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 08:45:57.725 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 08:45:57.726 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 08:45:57.727 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 08:45:57.728 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: multi-provider 2026-08-11 08:45:57.728 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: net-mtu 2026-08-11 08:45:57.729 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 08:45:57.729 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: network_availability_zone 2026-08-11 08:45:57.730 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: network_ha 2026-08-11 08:45:57.731 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: network-ip-availability 2026-08-11 08:45:57.732 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 08:45:57.732 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: pagination 2026-08-11 08:45:57.733 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-device-profile 2026-08-11 08:45:57.734 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 08:45:57.734 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 08:45:57.735 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 08:45:57.735 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-mac-override 2026-08-11 08:45:57.736 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 08:45:57.736 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 08:45:57.737 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 08:45:57.737 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-resource-request 2026-08-11 08:45:57.738 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 08:45:57.738 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 08:45:57.739 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: binding 2026-08-11 08:45:57.740 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: binding-extended 2026-08-11 08:45:57.740 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-security 2026-08-11 08:45:57.741 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: project-id 2026-08-11 08:45:57.741 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: provider 2026-08-11 08:45:57.742 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 08:45:57.744 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos 2026-08-11 08:45:57.745 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 08:45:57.745 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 08:45:57.746 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-default 2026-08-11 08:45:57.747 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-fip 2026-08-11 08:45:57.747 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 08:45:57.748 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 08:45:57.748 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 08:45:57.749 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 08:45:57.749 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 08:45:57.750 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-pps 2026-08-11 08:45:57.751 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 08:45:57.751 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 08:45:57.752 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 08:45:57.752 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: quota-check-limit 2026-08-11 08:45:57.753 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 08:45:57.755 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: quotas 2026-08-11 08:45:57.756 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: quota_details 2026-08-11 08:45:57.758 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: rbac-policies 2026-08-11 08:45:57.758 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: rbac-address-group 2026-08-11 08:45:57.759 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 08:45:57.759 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 08:45:57.760 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 08:45:57.760 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: revision-if-match 2026-08-11 08:45:57.761 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 08:45:57.762 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: router_availability_zone 2026-08-11 08:45:57.762 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 08:45:57.764 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 08:45:57.765 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 08:45:57.765 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 08:45:57.766 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 08:45:57.766 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 08:45:57.767 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 08:45:57.774 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: security-group 2026-08-11 08:45:57.777 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: segment 2026-08-11 08:45:57.778 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 08:45:57.779 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: service-type 2026-08-11 08:45:57.779 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: sorting 2026-08-11 08:45:57.780 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 08:45:57.781 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: standard-attr-description 2026-08-11 08:45:57.781 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: stateful-security-group 2026-08-11 08:45:57.782 8 WARNING neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 08:45:57.782 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 08:45:57.783 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: subnet-external-network 2026-08-11 08:45:57.783 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: subnet_onboard 2026-08-11 08:45:57.784 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 08:45:57.785 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: subnet-service-types 2026-08-11 08:45:57.785 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: subnet_allocation 2026-08-11 08:45:57.788 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 08:45:57.789 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: tag-creation 2026-08-11 08:45:57.790 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 08:45:57.796 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 08:45:57.801 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 08:45:57.803 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: trunk 2026-08-11 08:45:57.804 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: trunk-details 2026-08-11 08:45:57.805 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 08:45:57.807 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 08:45:57.807 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 08:45:57.808 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 08:45:57.810 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 08:45:57.811 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 08:45:57.811 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: vpn-flavors 2026-08-11 08:45:57.813 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: vpnaas 2026-08-11 08:45:57.814 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: taas 2026-08-11 08:45:57.815 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: tap-mirror 2026-08-11 08:45:57.816 8 INFO neutron.api.extensions [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 08:45:57.819 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 08:45:57.819 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 08:45:57.819 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.819 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 08:45:57.823 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:45:57.823 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:45:57.828 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:45:57.828 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:45:57.829 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:45:57.830 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.830 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.830 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.830 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.831 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:45:57.831 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.831 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.832 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:45:57.832 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:45:57.833 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:45:57.833 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.833 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] ipsecpolicy is already registered 2026-08-11 08:45:57.833 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.834 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] ikepolicy is already registered 2026-08-11 08:45:57.838 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:45:57.838 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] router is already registered 2026-08-11 08:45:57.839 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:45:57.839 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] floatingip is already registered 2026-08-11 08:45:57.842 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:45:57.843 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] rbac_policy is already registered 2026-08-11 08:45:57.843 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:45:57.843 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] security_group is already registered 2026-08-11 08:45:57.844 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:45:57.844 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] security_group_rule is already registered 2026-08-11 08:45:57.845 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.845 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.845 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:45:57.845 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] subnetpool is already registered 2026-08-11 08:45:57.846 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:45:57.846 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] trunk is already registered 2026-08-11 08:45:57.846 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.846 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] ikepolicy is already registered 2026-08-11 08:45:57.847 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.847 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] ipsecpolicy is already registered 2026-08-11 08:45:57.847 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:45:57.847 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] endpoint_group is already registered 2026-08-11 08:45:57.848 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:45:57.848 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] vpnservice is already registered 2026-08-11 08:45:57.848 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:45:57.848 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] ipsec_site_connection is already registered 2026-08-11 08:45:57.849 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:45:57.849 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] ipsecpolicy is already registered 2026-08-11 08:45:57.849 8 INFO neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:45:57.849 8 WARNING neutron.quota.resource_registry [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] ikepolicy is already registered 2026-08-11 08:45:57.887 8 WARNING keystonemiddleware._common.config [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 08:45:57.894 8 WARNING oslo_config.cfg [None req-0dda4b73-7669-4604-8b8c-741158af978b - - - - - -] 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 0x7fcdddc7e668 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-08-11 08:46:02.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec89e639-402e-474f-b11a-cf3919f5d3be ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 08:46:01 2026] GET /v2.0/networks/public => generated 108 bytes in 883 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 4/5] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 08:46:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:46:02.893 8 WARNING neutron.services.revisions.revision_plugin [None req-c8adefd5-d664-4eea-b28f-2a56ba3303a8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:46:02.915 8 INFO neutron.db.segments_db [None req-c8adefd5-d664-4eea-b28f-2a56ba3303a8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment e33bfb10-6788-47c1-9b40-76f4bf731d03 of type flat for network b0d6c69c-70b2-481d-bec4-070f53916c96 2026-08-11 08:46:02.965 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8adefd5-d664-4eea-b28f-2a56ba3303a8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.109 () {48 vars in 968 bytes} [Tue Aug 11 08:46:02 2026] POST /v2.0/networks => generated 124 bytes in 532 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:46:09.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e5aa7fa-3aaa-4b4e-b2cc-30bc10e420a7 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 08:46:08 2026] GET /v2.0/networks/public => generated 108 bytes in 390 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 08:46:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:46:09.522 7 WARNING neutron.services.revisions.revision_plugin [None req-73438ab5-b319-466e-9cba-7645ad225846 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:46:09.546 7 INFO neutron.db.segments_db [None req-73438ab5-b319-466e-9cba-7645ad225846 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 2cd4d651-3006-40aa-bbcb-782d1f5c3568 of type flat for network 9b90a59a-42bd-4d6d-bc9e-4b27243c3ae0 2026-08-11 08:46:09.597 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73438ab5-b319-466e-9cba-7645ad225846 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.109 () {48 vars in 968 bytes} [Tue Aug 11 08:46:09 2026] POST /v2.0/networks => generated 124 bytes in 317 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:46:15.549 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8f999d1-bd08-414c-95a4-bb67c1ad20cf ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 08:46:15 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 08:46:15 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-08-11 08:46:15.615 7 WARNING neutron.services.revisions.revision_plugin [None req-8b0168d6-959c-490b-b535-5f7a5b97a0b5 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:46:15.626 7 INFO neutron.db.segments_db [None req-8b0168d6-959c-490b-b535-5f7a5b97a0b5 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment e81d2d9d-85a9-48b2-85b2-322bb5f735ff of type flat for network 1273788f-7d5c-44d0-b23c-0c7415d78ee0 2026-08-11 08:46:15.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b0168d6-959c-490b-b535-5f7a5b97a0b5 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.109 () {48 vars in 968 bytes} [Tue Aug 11 08:46:15 2026] POST /v2.0/networks => generated 124 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:46:21.563 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c74bccd-fd0a-4c41-b60f-d7a3e2bd67bc ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 08:46:21 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 08:46:21 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-08-11 08:46:21.638 8 WARNING neutron.services.revisions.revision_plugin [None req-cdf57a7f-37c6-43f8-a5fe-3307ab592f3c ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:46:21.658 8 INFO neutron.db.segments_db [None req-cdf57a7f-37c6-43f8-a5fe-3307ab592f3c ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment b5886396-1587-49aa-b393-4e67897c4ed2 of type flat for network 2fa1ab3d-5ddb-4ac2-bc94-25bfee25b78f 2026-08-11 08:46:21.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdf57a7f-37c6-43f8-a5fe-3307ab592f3c ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.109 () {48 vars in 968 bytes} [Tue Aug 11 08:46:21 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:46:27.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f51bbf7-db96-4a9b-9d64-6fadfb03e7f5 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 08:46:27 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 08:46:27 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-08-11 08:46:27.678 7 WARNING neutron.services.revisions.revision_plugin [None req-8006b4c0-0c8c-47a7-b282-2e8d9b3e3e80 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:46:27.693 7 INFO neutron.db.segments_db [None req-8006b4c0-0c8c-47a7-b282-2e8d9b3e3e80 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment c6d5dcd7-1d03-4d9c-9216-0a8f26bf6b48 of type flat for network 9945ae41-d76f-4ff2-b27d-5b67e17b5ff6 2026-08-11 08:46:27.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8006b4c0-0c8c-47a7-b282-2e8d9b3e3e80 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.109 () {48 vars in 968 bytes} [Tue Aug 11 08:46:27 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-08-11 08:46:33.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9a6a38a-b814-4343-938e-9895f6aa0c69 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 08:46:33 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 08:46:33 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-08-11 08:46:33.698 7 WARNING neutron.services.revisions.revision_plugin [None req-4daf019e-6970-4452-8d39-dee6de22a0d0 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:46:33.718 7 INFO neutron.db.segments_db [None req-4daf019e-6970-4452-8d39-dee6de22a0d0 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 05f80db0-cd1e-4fd2-9c75-b7d969db90a0 of type flat for network 1c81f25e-6b18-49a7-92b1-945ca2dc26c9 [pid: 7|app: 0|req: 13/23] 199.204.45.109 () {48 vars in 968 bytes} [Tue Aug 11 08:46:33 2026] POST /v2.0/networks => generated 706 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 08:46:35.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89633f93-6ba7-4125-9e8f-1070d83763fc ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 08:46:35 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 08:46:35 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 08:46:35.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88e7e9ce-3bb5-4821-af4c-3d8449eaf7fb ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.109 () {44 vars in 1035 bytes} [Tue Aug 11 08:46:35 2026] GET /v2.0/subnets/public-subnet?network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.109 () {44 vars in 1058 bytes} [Tue Aug 11 08:46:35 2026] GET /v2.0/subnets?name=public-subnet&network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.109 () {48 vars in 966 bytes} [Tue Aug 11 08:46:35 2026] POST /v2.0/subnets => generated 664 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 08:51:33.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4ac4049-e9de-432c-aba7-293a9ea3fba2 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/68] 199.204.45.109 () {44 vars in 938 bytes} [Tue Aug 11 08:51:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.109 () {44 vars in 960 bytes} [Tue Aug 11 08:51:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:51:33.106 7 INFO neutron.db.segments_db [None req-7fc57cb2-705f-42dc-856a-710b149bd370 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 031aa957-31e2-461d-9acc-52a5a96b47e3 of type vxlan for network e681eb50-6255-4be8-bdaf-2075462041aa [pid: 7|app: 0|req: 37/70] 199.204.45.109 () {48 vars in 967 bytes} [Tue Aug 11 08:51:33 2026] POST /v2.0/networks => generated 688 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 08:51:34.214 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c46ad13d-9a2d-479b-93f4-45711be6aea5 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.109 () {44 vars in 938 bytes} [Tue Aug 11 08:51:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.109 () {44 vars in 960 bytes} [Tue Aug 11 08:51:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 08:51:34.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25d5a653-6750-43e3-bbbe-d2305ee97d50 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.204.45.109 () {44 vars in 1037 bytes} [Tue Aug 11 08:51:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.109 () {44 vars in 1060 bytes} [Tue Aug 11 08:51:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.109 () {48 vars in 966 bytes} [Tue Aug 11 08:51:34 2026] POST /v2.0/subnets => generated 651 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 08:51:35.567 7 INFO neutron.api.v2.resource [None req-913a5617-430b-4d25-ad06-b6e7c5341237 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.204.45.109 () {44 vars in 972 bytes} [Tue Aug 11 08:51:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.109 () {44 vars in 994 bytes} [Tue Aug 11 08:51:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.109 () {48 vars in 981 bytes} [Tue Aug 11 08:51:35 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: 38/79] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:36 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 1616 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:36 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:36 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 08:51:36 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: 40/83] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:37 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 2230 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:37 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:37 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 08:51:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:38 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:38 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:38 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 08:51:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:39 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:39 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:39 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 08:51:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:40 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4078 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:41 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:41 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 08:51:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.109 () {44 vars in 988 bytes} [Tue Aug 11 08:51:42 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 08:51:42.476 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6b87eea-5e34-4248-a726-314cc95d899f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.204.45.109 () {44 vars in 1077 bytes} [Tue Aug 11 08:51:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e681eb50-6255-4be8-bdaf-2075462041aa => 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: 49/101] 199.204.45.109 () {44 vars in 1100 bytes} [Tue Aug 11 08:51:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:42 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.109 () {48 vars in 962 bytes} [Tue Aug 11 08:51:42 2026] POST /v2.0/ports => generated 1100 bytes in 395 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-08-11 08:51:50.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bf1999e-e53d-43be-a910-a555c8b0a6b6 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.204.45.109 () {44 vars in 980 bytes} [Tue Aug 11 08:51:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.109 () {48 vars in 1032 bytes} [Tue Aug 11 08:51:50 2026] PUT /v2.0/ports/473e9049-9839-4e08-b1da-4611b5c644c5 => generated 1249 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.109 () {44 vars in 921 bytes} [Tue Aug 11 08:51:52 2026] GET /v2.0/ports => generated 3730 bytes in 131 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-08-11 08:51:53.940 8 INFO neutron.api.v2.resource [None req-ac00e3fe-a7d5-41d7-962f-6b000c3ccfc7 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/110] 199.204.45.109 () {44 vars in 960 bytes} [Tue Aug 11 08:51:53 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.109 () {44 vars in 982 bytes} [Tue Aug 11 08:51:53 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: 55/112] 199.204.45.109 () {48 vars in 981 bytes} [Tue Aug 11 08:51:53 2026] POST /v2.0/security-groups => generated 1610 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:55 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:55 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:55 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 08:51:55 2026] POST /v2.0/security-group-rules => generated 623 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:56 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 2246 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:56 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 08:51:56 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 08:51:56 2026] POST /v2.0/security-group-rules => generated 627 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/129] 199.204.45.109 () {44 vars in 976 bytes} [Tue Aug 11 08:52:58 2026] GET /v2.0/quotas/f042537efa4f431a8e4aa65f6a394a22 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/130] 199.204.45.109 () {48 vars in 1028 bytes} [Tue Aug 11 08:52:59 2026] PUT /v2.0/quotas/f042537efa4f431a8e4aa65f6a394a22 => generated 291 bytes in 31 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-08-11 08:55:20.387 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ef57aee-0c9a-4da6-a9a9-25af5ea59695 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/151] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 08:55:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/152] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 08:55:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 08:55:22.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a330adb9-7e27-4fc2-b2f1-22385719f3bd ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/153] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 08:55:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/154] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 08:55:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:01:48.029 7 INFO neutron.api.v2.resource [None req-751fba7b-055c-437e-a588-1366c049fda4 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 105/207] 199.204.45.109 () {44 vars in 1075 bytes} [Tue Aug 11 09:01:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8172098413cd43f8a0849b7d9a573172 => generated 139 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/208] 199.204.45.109 () {44 vars in 1098 bytes} [Tue Aug 11 09:01:48 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8172098413cd43f8a0849b7d9a573172 => generated 23 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/209] 199.204.45.109 () {48 vars in 982 bytes} [Tue Aug 11 09:01:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/210] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:49 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 1624 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/211] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:01:49 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/212] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:49 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 09:01:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:50 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 2234 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:01:50 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 2234 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:50 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 09:01:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:52 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:01:52 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:52 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 09:01:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:53 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 3460 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:01:53 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:01:53 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 199.204.45.109 () {48 vars in 992 bytes} [Tue Aug 11 09:01:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/246] 199.204.45.109 () {30 vars in 740 bytes} [Tue Aug 11 09:04:21 2026] GET /v2.0/networks?tenant_id=8172098413cd43f8a0849b7d9a573172&shared=False => generated 15 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:04:21.763 7 INFO neutron.db.segments_db [None req-d5fb7529-2b54-4cb0-840a-574c18469b8a dbbe48b22c134940ae6e5c142b6ffd2e 8172098413cd43f8a0849b7d9a573172 - - 820c3dc7da944ea7a79f0618d633a456 820c3dc7da944ea7a79f0618d633a456] Added segment 65d6c2e0-0f41-43ed-9973-2f928db1afa2 of type vxlan for network 334d9676-343f-40f6-bd1d-d43b59828f57 [pid: 7|app: 0|req: 125/247] 199.204.45.109 () {34 vars in 682 bytes} [Tue Aug 11 09:04:21 2026] POST /v2.0/networks => generated 699 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 199.204.45.109 () {30 vars in 722 bytes} [Tue Aug 11 09:04:21 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/249] 199.204.45.109 () {30 vars in 633 bytes} [Tue Aug 11 09:04:21 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/250] 199.204.45.109 () {34 vars in 677 bytes} [Tue Aug 11 09:04:21 2026] POST /v2.0/ports => generated 999 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/251] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:04:22 2026] GET /v2.0/networks/334d9676-343f-40f6-bd1d-d43b59828f57 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/252] 199.204.45.109 () {30 vars in 722 bytes} [Tue Aug 11 09:04:24 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/253] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:04:24 2026] GET /v2.0/networks/334d9676-343f-40f6-bd1d-d43b59828f57 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/256] 199.204.45.109 () {44 vars in 976 bytes} [Tue Aug 11 09:04:37 2026] GET /v2.0/quotas/8172098413cd43f8a0849b7d9a573172 => 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: 127/257] 199.204.45.109 () {48 vars in 1028 bytes} [Tue Aug 11 09:04:37 2026] PUT /v2.0/quotas/8172098413cd43f8a0849b7d9a573172 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:17:37.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84606b36-b6ed-4c2f-a24c-3966b03d27b4 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/362] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 09:17:36 2026] GET /v2.0/networks/public => generated 108 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/363] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 09:17:37 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:17:38.455 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4cb485a-2bec-452d-aab2-bf288ea65e90 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/364] 199.204.45.109 () {44 vars in 928 bytes} [Tue Aug 11 09:17:38 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/365] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 09:17:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:17:38.529 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8494ccf-53e8-4c08-ac2a-40b781508749 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/366] 199.204.45.109 () {44 vars in 1035 bytes} [Tue Aug 11 09:17:38 2026] GET /v2.0/subnets/public-subnet?network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/367] 199.204.45.109 () {44 vars in 1058 bytes} [Tue Aug 11 09:17:38 2026] GET /v2.0/subnets?name=public-subnet&network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:18:07.971 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d849d8a-2323-491c-8d5c-e0bfba490bec ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/372] 199.204.45.109 () {44 vars in 938 bytes} [Tue Aug 11 09:18:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.109 () {44 vars in 960 bytes} [Tue Aug 11 09:18:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:18:09.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27c62d1d-f042-4ae9-9921-38128be98cd1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/374] 199.204.45.109 () {44 vars in 938 bytes} [Tue Aug 11 09:18:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.109 () {44 vars in 960 bytes} [Tue Aug 11 09:18:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:18:09.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-010c8fe0-3f05-4992-aa35-59178761deac ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/376] 199.204.45.109 () {44 vars in 1037 bytes} [Tue Aug 11 09:18:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.109 () {44 vars in 1060 bytes} [Tue Aug 11 09:18:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:18:10.431 8 INFO neutron.api.v2.resource [None req-6e9825e8-0ee5-4e8d-b0a7-7aa6d73b303d ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/378] 199.204.45.109 () {44 vars in 972 bytes} [Tue Aug 11 09:18:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 199.204.45.109 () {44 vars in 994 bytes} [Tue Aug 11 09:18:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:11 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => 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: 192/381] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:11 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:18:11 2026] GET /v2.0/security-group-rules/cf407133-a97c-4ebf-bad8-b04b45b53980 => generated 601 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:12 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:12 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:18:12 2026] GET /v2.0/security-group-rules/5dd2ad8a-df24-4bc9-8858-74efeed87338 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:13 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:13 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:18:13 2026] GET /v2.0/security-group-rules/57b093ab-adf4-4d41-b4e6-bcdfb79ab8ac => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:14 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => 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: 196/392] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:14 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 38 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.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:18:14 2026] GET /v2.0/security-group-rules/7ce1271c-fd7c-4e89-aff0-c4370fb2b2c1 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:15 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:15 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:18:15 2026] GET /v2.0/security-group-rules/9513b7bb-ba91-4dba-b601-08f3ca1b56ff => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.109 () {44 vars in 988 bytes} [Tue Aug 11 09:18:17 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:18:17.231 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99f77d5e-f47d-4771-8644-da5cdc6f30c4 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/398] 199.204.45.109 () {44 vars in 1077 bytes} [Tue Aug 11 09:18:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.109 () {44 vars in 1100 bytes} [Tue Aug 11 09:18:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 1254 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:17 2026] GET /v2.0/security-groups/65e9000f-da70-440e-aadd-1d57771be5fe => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:18:25.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91f243fb-aa19-4bbb-862c-93be0c40df7e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/401] 199.204.45.109 () {44 vars in 980 bytes} [Tue Aug 11 09:18:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.204.45.109 () {44 vars in 921 bytes} [Tue Aug 11 09:18:27 2026] GET /v2.0/ports => generated 4725 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:18:28.508 8 INFO neutron.api.v2.resource [None req-9a3a2031-65f8-4464-a633-5b795d8ce2b3 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/404] 199.204.45.109 () {44 vars in 960 bytes} [Tue Aug 11 09:18:28 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 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.109 () {44 vars in 982 bytes} [Tue Aug 11 09:18:28 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 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.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:29 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:29 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:18:29 2026] GET /v2.0/security-group-rules/2e6af68f-33b5-4209-9018-6106c59f7ed9 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:30 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 2886 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:18:30 2026] GET /v2.0/security-groups/d1336581-6561-4f03-bcaa-ab5544bdd0d6 => generated 2886 bytes in 26 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.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:18:30 2026] GET /v2.0/security-group-rules/b223e3fc-9ff7-46f3-8349-61b893ee0f26 => generated 627 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 199.204.45.109 () {44 vars in 976 bytes} [Tue Aug 11 09:18:43 2026] GET /v2.0/quotas/f042537efa4f431a8e4aa65f6a394a22 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:19:42.479 7 INFO neutron.api.v2.resource [None req-a0713620-fcdb-4211-b24d-b911f4b640e8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 212/423] 199.204.45.109 () {44 vars in 1075 bytes} [Tue Aug 11 09:19:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8172098413cd43f8a0849b7d9a573172 => generated 139 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 199.204.45.109 () {44 vars in 1098 bytes} [Tue Aug 11 09:19:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8172098413cd43f8a0849b7d9a573172 => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/425] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:19:43 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/426] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:19:43 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/427] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:19:43 2026] GET /v2.0/security-group-rules/0e41e08a-ed9e-4d68-89c1-2ea4d2bddb42 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:19:44 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:19:44 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:19:44 2026] GET /v2.0/security-group-rules/5c2a7749-d1d4-4c41-9ee4-514a898a9e32 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:19:45 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/434] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:19:45 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:19:45 2026] GET /v2.0/security-group-rules/497bad35-a0ae-44df-8d95-6a58f6e36bbc => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/436] 199.204.45.109 () {44 vars in 1089 bytes} [Tue Aug 11 09:19:46 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959?project_id=8172098413cd43f8a0849b7d9a573172 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/437] 199.204.45.109 () {44 vars in 1002 bytes} [Tue Aug 11 09:19:46 2026] GET /v2.0/security-groups/0bd0d568-d45a-4f53-b2ef-4fb336a76959 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/438] 199.204.45.109 () {44 vars in 1012 bytes} [Tue Aug 11 09:19:46 2026] GET /v2.0/security-group-rules/93cbf6e3-6e3b-451e-9872-b0d1bf7e7447 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/439] 199.204.45.109 () {44 vars in 976 bytes} [Tue Aug 11 09:19:54 2026] GET /v2.0/quotas/8172098413cd43f8a0849b7d9a573172 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/448] 199.204.45.109 () {44 vars in 950 bytes} [Tue Aug 11 09:20:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/455] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:21:29 2026] GET /v2.0/networks => generated 2168 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/456] 10.0.0.210 () {32 vars in 655 bytes} [Tue Aug 11 09:21:31 2026] GET /v2.0/floatingips => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:21:31 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/458] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:21:31 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:21:31 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:21:31 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:21:31 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.210 () {32 vars in 655 bytes} [Tue Aug 11 09:21:31 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:21:43.436 7 INFO neutron.db.segments_db [None req-0a1ea845-7630-4e45-a12b-8f7514540165 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 885de991-0c36-4a6b-b24b-5adaea3f775b of type vxlan for network b8bff141-fdb2-4206-8ee0-d3620cb6c714 [pid: 7|app: 0|req: 233/463] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:21:43 2026] POST /v2.0/networks => generated 725 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:21:43.641 8 INFO neutron.db.segments_db [None req-b3ab8601-f107-42ce-8cce-743d38204db3 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment ee709450-97af-49c4-b1c6-e4c882112cf1 of type vxlan for network c927eb61-d4e3-4625-acb3-0fe819c58c0f 2026-08-11 09:21:43.722 7 INFO neutron.db.segments_db [None req-34f72299-e8f4-4da1-9b42-273a5a2668eb ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment b87da506-f61e-41ec-97ea-f2390a853af1 of type vxlan for network 4e953ac5-8357-437e-882b-c403d62f6abd [pid: 8|app: 0|req: 231/464] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:21:43 2026] POST /v2.0/networks => generated 724 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:21:43 2026] POST /v2.0/networks => generated 729 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:43 2026] POST /v2.0/subnets => generated 691 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:43 2026] POST /v2.0/subnets => generated 691 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:21:44.105 7 INFO neutron.db.segments_db [None req-1d21111c-814e-483e-8fcf-6fb86b7f7705 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 67d980b3-d7f4-4e03-b394-aae884d8d908 of type vxlan for network d5bf2205-a72c-488e-a5a8-962a92dce15c [pid: 8|app: 0|req: 233/468] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:43 2026] POST /v2.0/subnets => generated 695 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:21:44.213 8 INFO neutron.db.segments_db [None req-f28c598e-d5ce-4fc2-8e3d-28a05cd232b7 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 234f86eb-259a-4408-afe7-4f971ed3ed51 of type vxlan for network fd4643de-a312-4e0d-af05-965563f19ee9 2026-08-11 09:21:44.339 7 INFO neutron.db.l3_hamode_db [None req-1d21111c-814e-483e-8fcf-6fb86b7f7705 ae1717e9d58944daa4114a13c298ff09 848a2a991ad84b7d847c6bf83f5c135e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:21:44.440 8 INFO neutron.db.l3_hamode_db [None req-f28c598e-d5ce-4fc2-8e3d-28a05cd232b7 ae1717e9d58944daa4114a13c298ff09 c1df352e8ee7415982a8071bf793f859 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:21:45.304 7 INFO neutron.db.l3_hamode_db [None req-1d21111c-814e-483e-8fcf-6fb86b7f7705 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:21:46.323 8 INFO neutron.db.l3_hamode_db [None req-f28c598e-d5ce-4fc2-8e3d-28a05cd232b7 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/469] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:44 2026] POST /v2.0/routers => generated 731 bytes in 2647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:21:46.745 7 INFO neutron.db.segments_db [None req-c15ac0b5-f2f5-49e9-84ab-79e89eb44e59 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 6a0abec6-65b7-47bc-b710-3f872c99d5fe of type vxlan for network 1f48b1e6-2565-4cbe-9248-3e2855a8b2fd 2026-08-11 09:21:46.994 7 INFO neutron.db.l3_hamode_db [None req-c15ac0b5-f2f5-49e9-84ab-79e89eb44e59 ae1717e9d58944daa4114a13c298ff09 813b61b3e3954521b354bc3420e39ff5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/470] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:44 2026] POST /v2.0/routers => generated 731 bytes in 3366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:21:47.702 7 INFO neutron.db.l3_hamode_db [None req-c15ac0b5-f2f5-49e9-84ab-79e89eb44e59 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/471] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:21:47 2026] GET /v2.0/security-groups?tenant_id=02dc9067ae644c49a746bb07cbb9fd6f&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:46 2026] POST /v2.0/routers => generated 735 bytes in 1854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/475] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:21:47 2026] PUT /v2.0/routers/f3779bbf-9b9c-4f2d-9d4c-1bb3730e8463/add_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:21:48 2026] DELETE /v2.0/security-groups/a7719818-6546-41b7-b7db-ae5b15d6767f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:21:48 2026] PUT /v2.0/routers/e2369820-ae36-4f5d-9e5f-956d8e4f4469/add_router_interface => generated 309 bytes in 1253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:21:48 2026] PUT /v2.0/routers/271295f7-ec99-4b05-92d0-bd709abfa52f/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 10.0.0.131 () {38 vars in 971 bytes} [Tue Aug 11 09:21:49 2026] POST /v2.0/security-groups => generated 1682 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/480] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:21:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/481] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:21:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/482] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:21:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/483] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:21:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/484] 10.0.0.131 () {38 vars in 971 bytes} [Tue Aug 11 09:21:50 2026] POST /v2.0/security-groups => generated 1681 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:21:51.049 8 INFO neutron.db.segments_db [None req-bd4aaab7-f90d-475d-a47c-89baf955adaf ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 3add4a3b-4990-4465-b5b8-ddaefd9b6280 of type vxlan for network ad610957-3db8-4444-9908-14af138106f7 [pid: 7|app: 0|req: 242/485] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:21:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:21:50 2026] POST /v2.0/networks => generated 729 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.131 () {38 vars in 971 bytes} [Tue Aug 11 09:21:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:21:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/489] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:51 2026] POST /v2.0/subnets => generated 695 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/490] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:21:51 2026] GET /v2.0/security-groups?tenant_id=848a2a991ad84b7d847c6bf83f5c135e => generated 7906 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:21:51 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:21:51.720 7 INFO neutron.db.segments_db [None req-e8c07a04-3f41-440c-8300-888d81037c50 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 050c0844-6f8a-473e-b7d3-48e69c55bd78 of type vxlan for network 4a91d87f-b1ac-4884-bde5-5f690fe9dc95 2026-08-11 09:21:51.943 7 INFO neutron.db.l3_hamode_db [None req-e8c07a04-3f41-440c-8300-888d81037c50 ae1717e9d58944daa4114a13c298ff09 2fddf7bb1ede4d4c8eda4605d68d25f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 249/492] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:21:51 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/493] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/f8622704-d69c-4e21-a35a-d33365b7ad05 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/494] 10.0.0.131 () {34 vars in 1098 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--568498714&fields=id&tenant_id=c1df352e8ee7415982a8071bf793f859 => 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: 252/495] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/f8622704-d69c-4e21-a35a-d33365b7ad05 => generated 2918 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/496] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/networks?id=c927eb61-d4e3-4625-acb3-0fe819c58c0f => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/497] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/ba01c484-07ea-4e0d-bf1d-16f88cb07cee => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/498] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/quotas/c1df352e8ee7415982a8071bf793f859 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/499] 10.0.0.131 () {36 vars in 1013 bytes} [Tue Aug 11 09:21:52 2026] DELETE /v2.0/security-groups/ba01c484-07ea-4e0d-bf1d-16f88cb07cee => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/500] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/ports?tenant_id=c1df352e8ee7415982a8071bf793f859&fields=id => generated 57 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:21:52.619 8 INFO neutron.api.v2.resource [req-15cab943-8ae6-49d6-8bd4-80e2a1e9f098 req-75c6225a-d6ae-41fb-afa8-b5528228948d 32f936f5799b4b86a403dc93cd23ada7 848a2a991ad84b7d847c6bf83f5c135e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/501] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/ba01c484-07ea-4e0d-bf1d-16f88cb07cee => 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: 259/502] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/5604a841-857e-4087-9ca0-629c2b7c7f1e => generated 1681 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/503] 10.0.0.131 () {36 vars in 1013 bytes} [Tue Aug 11 09:21:52 2026] DELETE /v2.0/security-groups/5604a841-857e-4087-9ca0-629c2b7c7f1e => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:21:52.788 8 INFO neutron.api.v2.resource [req-fb5395cb-559a-4bcf-b836-559ffa4771a8 req-604b0de7-e323-4334-8ff1-a6803d20b5ab 32f936f5799b4b86a403dc93cd23ada7 848a2a991ad84b7d847c6bf83f5c135e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/504] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/5604a841-857e-4087-9ca0-629c2b7c7f1e => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/505] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/f3e383df-a402-48dd-88ff-240c509203fc => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/506] 10.0.0.131 () {36 vars in 1013 bytes} [Tue Aug 11 09:21:52 2026] DELETE /v2.0/security-groups/f3e383df-a402-48dd-88ff-240c509203fc => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:21:52.964 7 INFO neutron.db.l3_hamode_db [None req-e8c07a04-3f41-440c-8300-888d81037c50 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:21:52.975 8 INFO neutron.api.v2.resource [req-fe0f0a3b-2a82-44ae-bf6a-bb868cc8c746 req-1c889a3e-2121-4069-895b-97ac46bb1cc0 32f936f5799b4b86a403dc93cd23ada7 848a2a991ad84b7d847c6bf83f5c135e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/507] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/security-groups/f3e383df-a402-48dd-88ff-240c509203fc => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/508] 10.0.0.131 () {34 vars in 907 bytes} [Tue Aug 11 09:21:52 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/509] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/security-groups?tenant_id=848a2a991ad84b7d847c6bf83f5c135e => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/510] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?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: 268/511] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/security-groups/f8622704-d69c-4e21-a35a-d33365b7ad05 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/512] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?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: 270/513] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/security-groups/f8622704-d69c-4e21-a35a-d33365b7ad05 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:21:53.227 8 INFO neutron.api.v2.resource [req-ee6e7ec2-51b2-44d4-8f94-750fab9effeb req-b7c4a599-bd46-46d0-a014-2b7b949ed67f 32f936f5799b4b86a403dc93cd23ada7 848a2a991ad84b7d847c6bf83f5c135e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/514] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/security-groups/f3e383df-a402-48dd-88ff-240c509203fc => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:21:53.263 8 INFO neutron.api.v2.resource [req-ec48c8a0-a13a-4de5-82dd-fa6e882a4884 req-5d9ee28e-1eee-4f5f-95d6-dd819f502d41 32f936f5799b4b86a403dc93cd23ada7 848a2a991ad84b7d847c6bf83f5c135e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/515] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/security-groups/5604a841-857e-4087-9ca0-629c2b7c7f1e => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:21:53.295 8 INFO neutron.api.v2.resource [req-f9254241-c4e2-4ab5-b969-5f7405086dfd req-589d5e27-0f15-4f1b-bdb4-b2306fce6416 32f936f5799b4b86a403dc93cd23ada7 848a2a991ad84b7d847c6bf83f5c135e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/516] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/security-groups/ba01c484-07ea-4e0d-bf1d-16f88cb07cee => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/517] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:21:51 2026] POST /v2.0/routers => generated 735 bytes in 2094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/518] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:53 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:21:54.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d19425b-a670-45d6-825a-bc57c794a19b ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: b4255812-b6af-47ca-8415-867d342a5be7 2026-08-11 09:21:54.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d19425b-a670-45d6-825a-bc57c794a19b ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: b4255812-b6af-47ca-8415-867d342a5be7 [pid: 8|app: 0|req: 274/519] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:21:53 2026] PUT /v2.0/routers/f3779bbf-9b9c-4f2d-9d4c-1bb3730e8463/remove_router_interface => generated 309 bytes in 1616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:21:55.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5960ba6-d4be-4bca-aebe-adf50340307f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: d8cc654c-255d-4cc3-b883-87eb9bb8d967 2026-08-11 09:21:55.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5960ba6-d4be-4bca-aebe-adf50340307f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: d8cc654c-255d-4cc3-b883-87eb9bb8d967 [pid: 7|app: 0|req: 246/520] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:21:53 2026] PUT /v2.0/routers/0961259f-7f5e-494a-8179-980bf99b3c3c/add_router_interface => generated 309 bytes in 1382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/521] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:55 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:21:55.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5960ba6-d4be-4bca-aebe-adf50340307f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 61245804-8b7c-4070-9116-af41fb6d84c5 2026-08-11 09:21:55.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5960ba6-d4be-4bca-aebe-adf50340307f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 61245804-8b7c-4070-9116-af41fb6d84c5 2026-08-11 09:21:55.555 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-f5960ba6-d4be-4bca-aebe-adf50340307f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - 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: 248/522] 10.0.0.131 () {38 vars in 971 bytes} [Tue Aug 11 09:21:55 2026] POST /v2.0/security-groups => generated 1686 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:21:55.937 8 INFO neutron.db.l3_hamode_db [None req-f5960ba6-d4be-4bca-aebe-adf50340307f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network d5bf2205-a72c-488e-a5a8-962a92dce15c was deleted as no HA routers are present in tenant 848a2a991ad84b7d847c6bf83f5c135e. [pid: 8|app: 0|req: 275/523] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:21:54 2026] DELETE /v2.0/routers/f3779bbf-9b9c-4f2d-9d4c-1bb3730e8463 => generated 0 bytes in 1023 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/524] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:55 2026] GET /v2.0/security-groups/f79cab7b-df5d-4cf4-a66a-935f5bd3e6f4 => generated 1686 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/525] 10.0.0.131 () {38 vars in 981 bytes} [Tue Aug 11 09:21:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/526] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:21:55 2026] DELETE /v2.0/subnets/3190c0de-8fbd-41b6-af94-f5b028212056 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:21:56.283 8 INFO neutron.services.segments.plugin [-] Segment 67d980b3-d7f4-4e03-b394-aae884d8d908 resource provider aggregate not found 2026-08-11 09:21:56.295 8 INFO neutron.services.segments.plugin [-] Segment 67d980b3-d7f4-4e03-b394-aae884d8d908 resource provider aggregate not found 2026-08-11 09:21:56.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-93449a12-c69d-441f-bbd6-6e0cb570987e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: cd756d90-4735-4c0b-a8ea-4b8821873f46 2026-08-11 09:21:56.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93449a12-c69d-441f-bbd6-6e0cb570987e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: cd756d90-4735-4c0b-a8ea-4b8821873f46 2026-08-11 09:21:56.320 8 INFO neutron.services.segments.plugin [-] Segment 67d980b3-d7f4-4e03-b394-aae884d8d908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67d980b3-d7f4-4e03-b394-aae884d8d908 found for delete ", "request_id": "req-d8c90125-39e7-42f0-ab39-467a17d7f87a"}]} 2026-08-11 09:21:56.323 8 INFO neutron.services.segments.plugin [-] Segment 67d980b3-d7f4-4e03-b394-aae884d8d908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67d980b3-d7f4-4e03-b394-aae884d8d908 found for delete ", "request_id": "req-9a6905d0-497f-4972-abd6-5b88cff8b1b3"}]} [pid: 7|app: 0|req: 251/527] 10.0.0.131 () {38 vars in 971 bytes} [Tue Aug 11 09:21:56 2026] POST /v2.0/security-groups => generated 1685 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/528] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => 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: 253/529] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/security-groups/d99b5604-b42e-4c0c-af71-9eb657f95787 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/530] 10.0.0.131 () {38 vars in 981 bytes} [Tue Aug 11 09:21:56 2026] POST /v2.0/security-group-rules => generated 614 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/531] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:21:56 2026] DELETE /v2.0/networks/b8bff141-fdb2-4206-8ee0-d3620cb6c714 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/532] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/security-groups/d99b5604-b42e-4c0c-af71-9eb657f95787 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/533] 10.0.0.131 () {38 vars in 981 bytes} [Tue Aug 11 09:21:56 2026] POST /v2.0/security-group-rules => generated 619 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/534] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/security-groups?tenant_id=848a2a991ad84b7d847c6bf83f5c135e&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/535] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/security-groups/d99b5604-b42e-4c0c-af71-9eb657f95787 => generated 2940 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/536] 10.0.0.131 () {34 vars in 1001 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/security-group-rules/513ae220-0ee2-49ec-a9af-80bfe9b0be31 => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/537] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:21:56 2026] DELETE /v2.0/security-groups/f8622704-d69c-4e21-a35a-d33365b7ad05 => 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: 259/538] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/security-groups/d99b5604-b42e-4c0c-af71-9eb657f95787 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/539] 10.0.0.131 () {36 vars in 1023 bytes} [Tue Aug 11 09:21:56 2026] DELETE /v2.0/security-group-rules/513ae220-0ee2-49ec-a9af-80bfe9b0be31 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/540] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:56 2026] GET /v2.0/security-groups/d99b5604-b42e-4c0c-af71-9eb657f95787 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/541] 10.0.0.131 () {36 vars in 1013 bytes} [Tue Aug 11 09:21:57 2026] DELETE /v2.0/security-groups/d99b5604-b42e-4c0c-af71-9eb657f95787 => 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: 261/542] 10.0.0.131 () {34 vars in 1098 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--155658324&fields=id&tenant_id=813b61b3e3954521b354bc3420e39ff5 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/543] 10.0.0.131 () {34 vars in 991 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/security-groups/f79cab7b-df5d-4cf4-a66a-935f5bd3e6f4 => generated 2311 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/544] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/networks?id=4e953ac5-8357-437e-882b-c403d62f6abd => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/545] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/quotas/813b61b3e3954521b354bc3420e39ff5 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/546] 10.0.0.131 () {36 vars in 1013 bytes} [Tue Aug 11 09:21:57 2026] DELETE /v2.0/security-groups/f79cab7b-df5d-4cf4-a66a-935f5bd3e6f4 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/547] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/ports?tenant_id=813b61b3e3954521b354bc3420e39ff5&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/548] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:21:57.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-f33de63a-0feb-4c7e-89e4-bf79301608c8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: d6e027ea-9932-4b2f-9134-d207af26ece0 2026-08-11 09:21:57.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f33de63a-0feb-4c7e-89e4-bf79301608c8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: d6e027ea-9932-4b2f-9134-d207af26ece0 [pid: 7|app: 0|req: 266/549] 10.0.0.131 () {34 vars in 907 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/550] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?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: 268/551] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:21:57 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/552] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:21:57 2026] PUT /v2.0/routers/0961259f-7f5e-494a-8179-980bf99b3c3c/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:21:58.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b3853bf-4bee-413d-b00f-fe228e512844 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 7d53783b-c681-44cb-8965-4896cef4d026 2026-08-11 09:21:58.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b3853bf-4bee-413d-b00f-fe228e512844 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 7d53783b-c681-44cb-8965-4896cef4d026 [pid: 8|app: 0|req: 285/553] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:58 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:21:58.343 8 INFO neutron.services.segments.plugin [-] Segment 885de991-0c36-4a6b-b24b-5adaea3f775b resource provider aggregate not found 2026-08-11 09:21:58.346 8 INFO neutron.services.segments.plugin [-] Segment 885de991-0c36-4a6b-b24b-5adaea3f775b resource provider aggregate not found 2026-08-11 09:21:58.360 8 INFO neutron.services.segments.plugin [-] Segment 885de991-0c36-4a6b-b24b-5adaea3f775b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885de991-0c36-4a6b-b24b-5adaea3f775b found for delete ", "request_id": "req-1a0ae390-ac4e-4e33-b109-4b8f121cefcb"}]} 2026-08-11 09:21:58.368 8 INFO neutron.services.segments.plugin [-] Segment 885de991-0c36-4a6b-b24b-5adaea3f775b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885de991-0c36-4a6b-b24b-5adaea3f775b found for delete ", "request_id": "req-0adb352b-6e7e-4ade-a6a1-9996231259f0"}]} 2026-08-11 09:21:58.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b3853bf-4bee-413d-b00f-fe228e512844 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: ced7f8b8-57e7-43f9-8271-83bae5db2870 2026-08-11 09:21:58.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b3853bf-4bee-413d-b00f-fe228e512844 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: ced7f8b8-57e7-43f9-8271-83bae5db2870 2026-08-11 09:21:58.656 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3b3853bf-4bee-413d-b00f-fe228e512844 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - 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/554] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:21:58 2026] GET /v2.0/networks?id=c927eb61-d4e3-4625-acb3-0fe819c58c0f => generated 676 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/555] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:58 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => 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: 288/556] 199.204.45.109 () {34 vars in 911 bytes} [Tue Aug 11 09:21:58 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/557] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:21:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c1df352e8ee7415982a8071bf793f859 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:21:59.079 7 INFO neutron.db.l3_hamode_db [None req-3b3853bf-4bee-413d-b00f-fe228e512844 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network 4a91d87f-b1ac-4884-bde5-5f690fe9dc95 was deleted as no HA routers are present in tenant 2fddf7bb1ede4d4c8eda4605d68d25f6. [pid: 7|app: 0|req: 269/558] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:21:57 2026] DELETE /v2.0/routers/0961259f-7f5e-494a-8179-980bf99b3c3c => generated 0 bytes in 1106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/559] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:21:58 2026] POST /v2.0/ports => generated 958 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/560] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:21:59 2026] DELETE /v2.0/subnets/0f6ca3af-0f67-4465-8cc6-6713372fe79b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 291/561] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:21:59 2026] DELETE /v2.0/networks/ad610957-3db8-4444-9908-14af138106f7 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/562] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:59 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 292/563] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:21:59 2026] GET /v2.0/security-groups?tenant_id=2fddf7bb1ede4d4c8eda4605d68d25f6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:21:59.645 7 INFO neutron.services.segments.plugin [-] Segment 050c0844-6f8a-473e-b7d3-48e69c55bd78 resource provider aggregate not found 2026-08-11 09:21:59.668 7 INFO neutron.services.segments.plugin [-] Segment 050c0844-6f8a-473e-b7d3-48e69c55bd78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050c0844-6f8a-473e-b7d3-48e69c55bd78 found for delete ", "request_id": "req-72a4d2a8-4045-4577-9a10-97523ac3aae1"}]} [pid: 8|app: 0|req: 293/564] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:21:59 2026] DELETE /v2.0/security-groups/92fdc4d3-4df4-4ff7-95ed-22a82afd5af5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:21:59.781 7 INFO neutron.services.segments.plugin [-] Segment 050c0844-6f8a-473e-b7d3-48e69c55bd78 resource provider aggregate not found 2026-08-11 09:21:59.811 7 INFO neutron.services.segments.plugin [-] Segment 050c0844-6f8a-473e-b7d3-48e69c55bd78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050c0844-6f8a-473e-b7d3-48e69c55bd78 found for delete ", "request_id": "req-b179af11-6e29-4272-8e13-f9b3cc5dab89"}]} [pid: 8|app: 0|req: 296/567] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:21:59 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 961 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/568] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:21:59 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/569] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:21:59 2026] PUT /v2.0/ports/a6ee2c45-de4e-49ba-aaea-89bc81103f47 => generated 1239 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:00.396 8 INFO neutron.services.segments.plugin [-] Segment 3add4a3b-4990-4465-b5b8-ddaefd9b6280 resource provider aggregate not found 2026-08-11 09:22:00.399 8 INFO neutron.services.segments.plugin [-] Segment 3add4a3b-4990-4465-b5b8-ddaefd9b6280 resource provider aggregate not found 2026-08-11 09:22:00.409 8 INFO neutron.services.segments.plugin [-] Segment 3add4a3b-4990-4465-b5b8-ddaefd9b6280 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3add4a3b-4990-4465-b5b8-ddaefd9b6280 found for delete ", "request_id": "req-2559384d-4d9d-4321-8246-61670a00ef12"}]} 2026-08-11 09:22:00.414 8 INFO neutron.services.segments.plugin [-] Segment 3add4a3b-4990-4465-b5b8-ddaefd9b6280 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3add4a3b-4990-4465-b5b8-ddaefd9b6280 found for delete ", "request_id": "req-9ffe2ad0-5ac9-43e5-806a-d40d258c66f8"}]} [pid: 8|app: 0|req: 298/570] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:00 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:00.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd4290f3-f968-4227-9b3f-dd35fc1d2326'] response: {'name': 'network-changed', 'server_uuid': 'f52e3ce0-9aa8-44db-a324-cdce88a6b0c1', 'tag': 'a6ee2c45-de4e-49ba-aaea-89bc81103f47', '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: 273/571] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/572] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&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: 274/573] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/ports?tenant_id=c1df352e8ee7415982a8071bf793f859&device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/574] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a6ee2c45-de4e-49ba-aaea-89bc81103f47 => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/575] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/subnets?id=4faaeea3-1fdc-4700-bad3-043db974fe02 => generated 694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/576] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/ports?network_id=c927eb61-d4e3-4625-acb3-0fe819c58c0f&device_owner=network%3Adhcp => 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: 302/577] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 276/578] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?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: 303/579] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:01 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?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: 304/580] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/581] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:02.400 7 INFO neutron.db.segments_db [None req-24b0ffc1-c0e4-48c4-8b97-6531ea5cd59c ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 5b22ec3a-f1ce-4e8d-bbb0-37567d763d8e of type vxlan for network 054683d1-ed9f-4746-ad21-f9a142a36bb1 [pid: 7|app: 0|req: 277/582] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:22:01 2026] POST /v2.0/networks => generated 733 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/583] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 306/584] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:02 2026] POST /v2.0/subnets => generated 698 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/585] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/ports?tenant_id=c1df352e8ee7415982a8071bf793f859&device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/586] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/networks?id=4e953ac5-8357-437e-882b-c403d62f6abd => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:02.827 7 INFO neutron.db.segments_db [None req-ef6e6871-12fa-42b4-a585-2b77f7876f37 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 9d6f406c-1f49-4635-aec2-40f9d38f6245 of type vxlan for network ee865efe-d6d6-4d65-9d5e-e661d8e7c7c2 [pid: 8|app: 0|req: 308/587] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/networks?id=c927eb61-d4e3-4625-acb3-0fe819c58c0f => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/588] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=813b61b3e3954521b354bc3420e39ff5 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/589] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a6ee2c45-de4e-49ba-aaea-89bc81103f47 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:03.092 7 INFO neutron.db.l3_hamode_db [None req-ef6e6871-12fa-42b4-a585-2b77f7876f37 ae1717e9d58944daa4114a13c298ff09 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 311/590] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:22:02 2026] POST /v2.0/ports => generated 958 bytes in 477 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: 312/591] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:03 2026] GET /v2.0/subnets?id=4faaeea3-1fdc-4700-bad3-043db974fe02 => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:03.802 7 INFO neutron.db.l3_hamode_db [None req-ef6e6871-12fa-42b4-a585-2b77f7876f37 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 313/592] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:22:03 2026] PUT /v2.0/ports/fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5 => generated 1239 bytes in 543 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: 314/593] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:03 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/594] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/ports?network_id=c927eb61-d4e3-4625-acb3-0fe819c58c0f&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/595] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/security-groups?tenant_id=e73a3b4e163a4eeca47d2613898cf965&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/596] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/597] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/598] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:04.544 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-677a9312-17bc-4af8-8898-3db229685326'] response: {'name': 'network-changed', 'server_uuid': '037c5605-f334-4eac-b5a1-77b4dbd39d91', 'tag': 'fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 320/599] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:04 2026] DELETE /v2.0/security-groups/08ac116c-1823-489c-9c38-44b18ba7ec7c => 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: 321/600] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&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: 322/601] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/602] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:02 2026] POST /v2.0/routers => generated 738 bytes in 1971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/603] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:04 2026] GET /v2.0/security-groups?tenant_id=2eacd79b657b4e10b8e4d0447e767da0&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/604] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:04 2026] DELETE /v2.0/security-groups/74798bd6-a6c6-422a-9725-8c10e54bfb06 => 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: 325/605] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/ports?tenant_id=813b61b3e3954521b354bc3420e39ff5&device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/606] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/607] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/subnets?id=d6315d53-af95-442e-8491-cdb8ff75d4c1 => generated 698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/608] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/ports?network_id=4e953ac5-8357-437e-882b-c403d62f6abd&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: 329/609] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?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: 330/610] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/611] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/612] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&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: 333/613] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/614] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:05 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&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: 281/615] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:22:04 2026] PUT /v2.0/routers/d5366d7c-b010-4b7f-954e-2a39be50ddde/add_router_interface => generated 309 bytes in 1431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/616] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/ports?tenant_id=813b61b3e3954521b354bc3420e39ff5&device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/617] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/networks?id=4e953ac5-8357-437e-882b-c403d62f6abd => generated 776 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/618] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/619] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/subnets?id=d6315d53-af95-442e-8491-cdb8ff75d4c1 => generated 698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/620] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/ports?network_id=4e953ac5-8357-437e-882b-c403d62f6abd&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/621] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/622] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?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: 285/623] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => 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: 339/624] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/625] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 341/626] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:06 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/627] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:22:06 2026] POST /v2.0/security-groups => generated 1659 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/628] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:22:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/629] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:22:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/630] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:22:07 2026] POST /v2.0/floatingips => generated 552 bytes in 668 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/631] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:07 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/632] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/633] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/634] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/635] 10.0.0.131 () {34 vars in 1098 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--394618359&fields=id&tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8 => generated 69 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/636] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/networks?id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 683 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/637] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/quotas/7fe952d9ada846868b1b8f7f5d0d38b8 => generated 292 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/638] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/639] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/640] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:22:08 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/641] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:09 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => 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: 349/642] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:09 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/643] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:09 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/644] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:09 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/645] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:09 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&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: 351/646] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:10 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => 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: 296/647] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:10 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => 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: 352/648] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:10 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/649] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:10 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/650] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:10 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&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: 298/651] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:10 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/652] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:11 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => 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: 300/653] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:11 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/654] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:11 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:11.753 8 INFO neutron.db.l3_db [None req-7df3b267-264e-42ef-920a-679b345deb32 3f41c9ac2665484894a3d76b417bc9a7 c1df352e8ee7415982a8071bf793f859 - - default default] Floating IP bbaf174e-d04c-41f0-bb10-a91da62c91de associated. External IP: 10.96.250.217, port: a6ee2c45-de4e-49ba-aaea-89bc81103f47. [pid: 8|app: 0|req: 354/655] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:22:10 2026] PUT /v2.0/floatingips/bbaf174e-d04c-41f0-bb10-a91da62c91de => generated 856 bytes in 1471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:12.167 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c4fb4ea-b4ef-4c29-be54-96be4d0bdb96'] response: {'name': 'network-changed', 'server_uuid': 'f52e3ce0-9aa8-44db-a324-cdce88a6b0c1', 'tag': 'a6ee2c45-de4e-49ba-aaea-89bc81103f47', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 302/656] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:12 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/657] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:12 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&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: 356/658] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:12 2026] GET /v2.0/security-groups?tenant_id=41ad3664764147f89700e170b54cd19d&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/659] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:12 2026] GET /v2.0/ports?tenant_id=c1df352e8ee7415982a8071bf793f859&device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/660] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:12 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/661] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:12 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 12 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/662] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:12 2026] GET /v2.0/networks?id=c927eb61-d4e3-4625-acb3-0fe819c58c0f => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/663] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&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: 359/664] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:12 2026] DELETE /v2.0/security-groups/e716de86-e2f7-43b9-bdc1-8ddae86048fc => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/665] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/666] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a6ee2c45-de4e-49ba-aaea-89bc81103f47 => generated 859 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/667] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&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: 307/668] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/subnets?id=4faaeea3-1fdc-4700-bad3-043db974fe02 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/669] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/ports?network_id=c927eb61-d4e3-4625-acb3-0fe819c58c0f&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/670] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/security-groups?tenant_id=64a54cad838c4f6ba166e0494b715a03&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/671] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/672] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f?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: 363/673] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:13 2026] DELETE /v2.0/security-groups/0c1368cc-ae66-4b82-97d9-d6df8553bec4 => 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: 311/674] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/networks?id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/675] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:22:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/676] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:22:13 2026] POST /v2.0/ports => generated 958 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 365/677] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:14 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 961 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/678] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:14 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => 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: 367/679] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:14 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&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: 368/680] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:14 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&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: 369/681] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:14 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/682] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:14 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/683] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:22:14 2026] PUT /v2.0/ports/6d045833-c575-4326-b8cf-7da9661c4444 => generated 1239 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/684] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:14 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 975 bytes in 103 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-08-11 09:22:14.623 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fce6b1e-5b28-453b-90cf-c696eb3e0c71'] response: {'name': 'network-changed', 'server_uuid': 'aa599c26-ef5e-4241-a4fd-664924f8f335', 'tag': '6d045833-c575-4326-b8cf-7da9661c4444', 'status': 'completed', 'code': 200} 2026-08-11 09:22:15.099 7 INFO neutron.db.l3_db [None req-15f71a46-efe6-41d2-9875-4124602cc9f8 adc7033be69b45659094ff1b4f2bd82e 813b61b3e3954521b354bc3420e39ff5 - - default default] Floating IP 474e01a2-1bdb-46a0-ab57-53dc66399916 associated. External IP: 10.96.250.220, port: fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5. [pid: 8|app: 0|req: 374/687] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/688] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/689] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/networks?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&shared=False => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/690] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:22:14 2026] PUT /v2.0/floatingips/474e01a2-1bdb-46a0-ab57-53dc66399916 => generated 856 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/691] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:15.463 8 INFO neutron_taas.services.taas.taas_plugin [req-70962890-6577-4bc4-8b9a-06cdc70a51f9 req-16c92e29-d612-452f-abb2-04dab401b1ee 3f41c9ac2665484894a3d76b417bc9a7 c1df352e8ee7415982a8071bf793f859 - - default default] TaaS: Handle Delete Port: a6ee2c45-de4e-49ba-aaea-89bc81103f47 2026-08-11 09:22:15.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70962890-6577-4bc4-8b9a-06cdc70a51f9 req-16c92e29-d612-452f-abb2-04dab401b1ee 3f41c9ac2665484894a3d76b417bc9a7 c1df352e8ee7415982a8071bf793f859 - - default default] Tap Mirror: Handle Delete Port: a6ee2c45-de4e-49ba-aaea-89bc81103f47 [pid: 7|app: 0|req: 316/692] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/693] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/694] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&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: 319/695] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/security-groups?id=e794dc56-ca4d-4282-a57c-ba19d9332620&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/696] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:15.732 8 INFO neutron.db.l3_db [req-70962890-6577-4bc4-8b9a-06cdc70a51f9 req-16c92e29-d612-452f-abb2-04dab401b1ee 3f41c9ac2665484894a3d76b417bc9a7 c1df352e8ee7415982a8071bf793f859 - - default default] Floating IP bbaf174e-d04c-41f0-bb10-a91da62c91de disassociated. External IP: 10.96.250.217, port: a6ee2c45-de4e-49ba-aaea-89bc81103f47. [pid: 7|app: 0|req: 321/697] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:15 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/698] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/699] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:22:15 2026] DELETE /v2.0/ports/a6ee2c45-de4e-49ba-aaea-89bc81103f47 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/700] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:16.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d53089d-3f93-4cb4-8015-71075e7ecdf5'] response: {'server_uuid': 'f52e3ce0-9aa8-44db-a324-cdce88a6b0c1', 'name': 'network-vif-deleted', 'tag': 'a6ee2c45-de4e-49ba-aaea-89bc81103f47', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 324/701] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/702] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:16.671 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8006780-bb73-43f1-b538-3c1dd5807a02'] response: {'name': 'network-changed', 'server_uuid': '037c5605-f334-4eac-b5a1-77b4dbd39d91', 'tag': 'fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 326/703] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/subnets?id=f02b23df-382f-4823-922c-d4f3fde39b66 => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/704] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => 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: 328/705] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/ports?network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1&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: 7|app: 0|req: 329/706] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&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: 330/707] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/708] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/security-groups?tenant_id=9894c3bb032e48969cc4cc0561fa1671&name=default => generated 2925 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/709] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?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: 332/710] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:16 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/711] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:16 2026] DELETE /v2.0/security-groups/e78949b8-cfd5-407e-9524-a21a05c345f0 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/712] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/ports?tenant_id=813b61b3e3954521b354bc3420e39ff5&device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/713] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/networks?id=4e953ac5-8357-437e-882b-c403d62f6abd => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/714] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5 => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/715] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 335/716] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/subnets?id=d6315d53-af95-442e-8491-cdb8ff75d4c1 => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/717] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/718] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/ports?network_id=4e953ac5-8357-437e-882b-c403d62f6abd&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/719] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?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: 337/720] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/721] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/722] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/723] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:17 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => 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: 339/724] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:18 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/725] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:18 2026] GET /v2.0/security-groups?id=b7525a94-8bc1-4bd4-8773-c88f94322612&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/726] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:22:18 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:18.768 8 INFO neutron_taas.services.taas.taas_plugin [req-ec5ac50d-5484-47fd-9636-afc64943b625 req-7fe7cf74-ef64-476e-9e7d-dede51e5f781 adc7033be69b45659094ff1b4f2bd82e 813b61b3e3954521b354bc3420e39ff5 - - default default] TaaS: Handle Delete Port: fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5 2026-08-11 09:22:18.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ec5ac50d-5484-47fd-9636-afc64943b625 req-7fe7cf74-ef64-476e-9e7d-dede51e5f781 adc7033be69b45659094ff1b4f2bd82e 813b61b3e3954521b354bc3420e39ff5 - - default default] Tap Mirror: Handle Delete Port: fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5 2026-08-11 09:22:18.889 8 INFO neutron.db.l3_db [req-ec5ac50d-5484-47fd-9636-afc64943b625 req-7fe7cf74-ef64-476e-9e7d-dede51e5f781 adc7033be69b45659094ff1b4f2bd82e 813b61b3e3954521b354bc3420e39ff5 - - default default] Floating IP 474e01a2-1bdb-46a0-ab57-53dc66399916 disassociated. External IP: 10.96.250.220, port: fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5. 2026-08-11 09:22:19.210 7 INFO neutron.db.segments_db [None req-53e3ffec-48e2-4fca-ae7e-72acbe5c51f1 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Added segment c5094e61-293b-4576-9ba1-45c70913f555 of type vxlan for network be04e742-6b8f-4b6b-bced-4cdd711a8223 2026-08-11 09:22:19.274 7 INFO neutron.db.segments_db [None req-53e3ffec-48e2-4fca-ae7e-72acbe5c51f1 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Added segment 7c668bf5-fb93-4498-bba9-5d97228fa2be of type vxlan for network f1dbedfc-0ef2-4c61-9a1a-d7c094b20c98 [pid: 8|app: 0|req: 387/727] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:22:18 2026] DELETE /v2.0/ports/fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/728] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:19 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => 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: 389/729] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:19 2026] GET /v2.0/ports?device_id=f52e3ce0-9aa8-44db-a324-cdce88a6b0c1 => 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: 341/730] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:18 2026] POST /v2.0/networks => generated 1207 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/731] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:19 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:19.417 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad11748b-bac7-48db-bf87-a1e3866c3ded'] response: {'server_uuid': '037c5605-f334-4eac-b5a1-77b4dbd39d91', 'name': 'network-vif-deleted', 'tag': 'fe9edcc3-188f-4f37-9f2c-9e9ac96f41d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 342/732] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:22:19 2026] GET /v2.0/networks => generated 1844 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:19.614 8 INFO neutron.services.segments.plugin [-] Segment c5094e61-293b-4576-9ba1-45c70913f555 resource provider aggregate not found 2026-08-11 09:22:19.619 8 INFO neutron.services.segments.plugin [-] Segment c5094e61-293b-4576-9ba1-45c70913f555 resource provider aggregate not found 2026-08-11 09:22:19.640 8 INFO neutron.services.segments.plugin [-] Segment c5094e61-293b-4576-9ba1-45c70913f555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5094e61-293b-4576-9ba1-45c70913f555 found for delete ", "request_id": "req-fdcfced1-2f2b-4185-b1ed-0f710c89ecf5"}]} 2026-08-11 09:22:19.645 8 INFO neutron.services.segments.plugin [-] Segment c5094e61-293b-4576-9ba1-45c70913f555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5094e61-293b-4576-9ba1-45c70913f555 found for delete ", "request_id": "req-d5e01e1b-4b48-473c-baf7-8c51d96c87d2"}]} [pid: 8|app: 0|req: 391/733] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:19 2026] DELETE /v2.0/networks/be04e742-6b8f-4b6b-bced-4cdd711a8223 => 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: 343/734] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:19 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 392/735] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:19 2026] DELETE /v2.0/networks/f1dbedfc-0ef2-4c61-9a1a-d7c094b20c98 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/736] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:22:19 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:19.978 8 INFO neutron.db.segments_db [None req-25f48423-c37c-44e3-96cc-d647189469ae 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Added segment fb1b6e87-2cd7-475b-985b-008f97ef9a34 of type vxlan for network 6cd43b45-db91-464d-b753-30e082d991c5 [pid: 8|app: 0|req: 393/737] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:19 2026] POST /v2.0/networks => generated 634 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:20.157 7 INFO neutron.db.segments_db [None req-d10ae970-5841-4d8c-8677-36d07bb2944b 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Added segment 50329f40-02e7-420b-b982-0e2bb004ea70 of type vxlan for network bb6380aa-5df0-497f-ab20-94c70a2beb49 [pid: 7|app: 0|req: 345/738] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:20 2026] POST /v2.0/networks => generated 635 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/739] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:20 2026] DELETE /v2.0/security-groups/e794dc56-ca4d-4282-a57c-ba19d9332620 => 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: 347/740] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:20 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:20.721 7 INFO neutron.api.v2.resource [None req-db514fb8-a060-47bb-91a3-1eb1009b7959 3f41c9ac2665484894a3d76b417bc9a7 c1df352e8ee7415982a8071bf793f859 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 348/741] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:22:20 2026] GET /v2.0/security-groups/e794dc56-ca4d-4282-a57c-ba19d9332620 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/742] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:20 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&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-08-11 09:22:20.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-df2f4ae6-f2c4-4b9b-845c-8626e71564c8 3f41c9ac2665484894a3d76b417bc9a7 c1df352e8ee7415982a8071bf793f859 - - default default] TaaS: Handle Delete Port: 8fc929ed-a8bc-4fce-af19-28a96e0afab8 2026-08-11 09:22:20.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df2f4ae6-f2c4-4b9b-845c-8626e71564c8 3f41c9ac2665484894a3d76b417bc9a7 c1df352e8ee7415982a8071bf793f859 - - default default] Tap Mirror: Handle Delete Port: 8fc929ed-a8bc-4fce-af19-28a96e0afab8 [pid: 8|app: 0|req: 394/743] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:22:20 2026] POST /v2.0/ports => generated 1505 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 395/744] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:21 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 396/745] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:22:21 2026] GET /v2.0/ports => generated 1505 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/746] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:22:20 2026] DELETE /v2.0/floatingips/bbaf174e-d04c-41f0-bb10-a91da62c91de => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:22:21.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ae23522-1802-4d47-ab21-7d8f10af1413 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] TaaS: Handle Delete Port: f5f907f2-91e9-46c4-a01b-0e5582edb50a 2026-08-11 09:22:21.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ae23522-1802-4d47-ab21-7d8f10af1413 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Tap Mirror: Handle Delete Port: f5f907f2-91e9-46c4-a01b-0e5582edb50a [pid: 8|app: 0|req: 397/747] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:21 2026] DELETE /v2.0/ports/f5f907f2-91e9-46c4-a01b-0e5582edb50a => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:21.471 8 INFO neutron_taas.services.taas.taas_plugin [None req-069a4e9c-1e14-458e-9ce4-57c3e27ae0ad 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] TaaS: Handle Delete Port: 2ac0d384-5e11-41ea-a890-4ec7fce5037a 2026-08-11 09:22:21.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-069a4e9c-1e14-458e-9ce4-57c3e27ae0ad 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Tap Mirror: Handle Delete Port: 2ac0d384-5e11-41ea-a890-4ec7fce5037a [pid: 8|app: 0|req: 398/748] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:21 2026] DELETE /v2.0/ports/2ac0d384-5e11-41ea-a890-4ec7fce5037a => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/749] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:22:21 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-08-11 09:22:21.667 8 INFO neutron.services.segments.plugin [-] Segment 7c668bf5-fb93-4498-bba9-5d97228fa2be resource provider aggregate not found 2026-08-11 09:22:21.670 8 INFO neutron.services.segments.plugin [-] Segment 7c668bf5-fb93-4498-bba9-5d97228fa2be resource provider aggregate not found 2026-08-11 09:22:21.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a833c0b-42f6-4178-a73f-51d5c0065f86 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 9c4bdea2-2c7b-4d58-a93b-f37036e1a81b 2026-08-11 09:22:21.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a833c0b-42f6-4178-a73f-51d5c0065f86 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 9c4bdea2-2c7b-4d58-a93b-f37036e1a81b 2026-08-11 09:22:21.692 8 INFO neutron.services.segments.plugin [-] Segment 7c668bf5-fb93-4498-bba9-5d97228fa2be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c668bf5-fb93-4498-bba9-5d97228fa2be found for delete ", "request_id": "req-48d56bb1-797f-4bda-8985-f7ca75a75e39"}]} 2026-08-11 09:22:21.699 8 INFO neutron.services.segments.plugin [-] Segment 7c668bf5-fb93-4498-bba9-5d97228fa2be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c668bf5-fb93-4498-bba9-5d97228fa2be found for delete ", "request_id": "req-48147f2c-199b-4b64-bd45-fb98206909c5"}]} 2026-08-11 09:22:21.726 8 INFO neutron.db.segments_db [None req-0a722334-96f3-4d52-9b11-2074cc361e96 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Added segment 998e0d59-bcc3-4756-ad4a-20c8802b59d9 of type vxlan for network 7b51a6aa-105f-4ba5-9a1b-03126771f264 [pid: 8|app: 0|req: 400/750] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:21 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) 2026-08-11 09:22:21.870 8 INFO neutron.db.segments_db [None req-6cb6d9fe-bbce-4be2-bb74-0b1dcec362f7 11f93a8935474daca59d1073a3caa3c2 4d745c74bc7a4168ae0b25a54bc64fc4 - - default default] Added segment dc28dfd1-d7db-4069-8412-75540e60cb30 of type vxlan for network 7b7dcca8-63bd-4550-93f3-bd8fe3173a8a [pid: 8|app: 0|req: 401/751] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:21 2026] POST /v2.0/networks => generated 635 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/752] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:21 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/753] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:22 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/754] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:22 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 351/755] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:22:21 2026] PUT /v2.0/routers/e2369820-ae36-4f5d-9e5f-956d8e4f4469/remove_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:22.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a3bd5f8-9c47-4a79-b619-bea10f455a00 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: f6211592-0493-40ac-94bf-80dca860ea40 2026-08-11 09:22:22.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a3bd5f8-9c47-4a79-b619-bea10f455a00 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: f6211592-0493-40ac-94bf-80dca860ea40 2026-08-11 09:22:22.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a3bd5f8-9c47-4a79-b619-bea10f455a00 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 0b112ee5-c9ba-430c-9296-209f1a7bb579 2026-08-11 09:22:22.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a3bd5f8-9c47-4a79-b619-bea10f455a00 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 0b112ee5-c9ba-430c-9296-209f1a7bb579 [pid: 7|app: 0|req: 352/756] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:22 2026] POST /v2.0/subnets => generated 1323 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/757] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:22:22 2026] GET /v2.0/subnets => generated 1959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/758] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:23 2026] DELETE /v2.0/subnets/ee889d89-4e13-45d6-8f19-4e14fa567285 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/759] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:23 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:23.334 8 INFO neutron.db.l3_hamode_db [None req-5a3bd5f8-9c47-4a79-b619-bea10f455a00 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network fd4643de-a312-4e0d-af05-965563f19ee9 was deleted as no HA routers are present in tenant c1df352e8ee7415982a8071bf793f859. [pid: 7|app: 0|req: 356/760] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:23 2026] DELETE /v2.0/subnets/cbd490e7-e319-4730-b31f-95461fce2822 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/761] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:22 2026] DELETE /v2.0/routers/e2369820-ae36-4f5d-9e5f-956d8e4f4469 => generated 0 bytes in 987 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/762] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:23 2026] GET /v2.0/ports?device_id=037c5605-f334-4eac-b5a1-77b4dbd39d91 => 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: 357/763] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:23 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&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: 407/764] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:22:23 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/765] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:23 2026] DELETE /v2.0/subnets/4faaeea3-1fdc-4700-bad3-043db974fe02 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/766] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:23 2026] DELETE /v2.0/networks/7b7dcca8-63bd-4550-93f3-bd8fe3173a8a => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/767] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:23 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:23.682 8 INFO neutron_taas.services.taas.taas_plugin [None req-84dc8d68-36fa-4b0e-8596-211cbd2d2425 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 4d894e73-c70c-4951-88ff-9d6b0ec52b04 2026-08-11 09:22:23.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84dc8d68-36fa-4b0e-8596-211cbd2d2425 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 4d894e73-c70c-4951-88ff-9d6b0ec52b04 2026-08-11 09:22:23.720 8 INFO neutron.services.segments.plugin [-] Segment 234f86eb-259a-4408-afe7-4f971ed3ed51 resource provider aggregate not found 2026-08-11 09:22:23.736 8 INFO neutron.services.segments.plugin [-] Segment 234f86eb-259a-4408-afe7-4f971ed3ed51 resource provider aggregate not found 2026-08-11 09:22:23.744 8 INFO neutron.services.segments.plugin [-] Segment 234f86eb-259a-4408-afe7-4f971ed3ed51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 234f86eb-259a-4408-afe7-4f971ed3ed51 found for delete ", "request_id": "req-23f384ab-b1fe-48d4-9a6e-08f3e1ac9473"}]} 2026-08-11 09:22:23.764 8 INFO neutron.services.segments.plugin [-] Segment dc28dfd1-d7db-4069-8412-75540e60cb30 resource provider aggregate not found 2026-08-11 09:22:23.767 8 INFO neutron.services.segments.plugin [-] Segment 234f86eb-259a-4408-afe7-4f971ed3ed51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 234f86eb-259a-4408-afe7-4f971ed3ed51 found for delete ", "request_id": "req-27773e0c-0358-41d8-9a89-6d111cf6ff51"}]} 2026-08-11 09:22:23.784 8 INFO neutron.services.segments.plugin [-] Segment dc28dfd1-d7db-4069-8412-75540e60cb30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc28dfd1-d7db-4069-8412-75540e60cb30 found for delete ", "request_id": "req-95ec7468-3840-49e4-9aed-a7b815e075cf"}]} 2026-08-11 09:22:23.795 7 INFO neutron.services.segments.plugin [-] Segment 998e0d59-bcc3-4756-ad4a-20c8802b59d9 resource provider aggregate not found 2026-08-11 09:22:23.797 8 INFO neutron.services.segments.plugin [-] Segment dc28dfd1-d7db-4069-8412-75540e60cb30 resource provider aggregate not found 2026-08-11 09:22:23.799 7 INFO neutron.services.segments.plugin [-] Segment 998e0d59-bcc3-4756-ad4a-20c8802b59d9 resource provider aggregate not found 2026-08-11 09:22:23.822 7 INFO neutron.services.segments.plugin [-] Segment 998e0d59-bcc3-4756-ad4a-20c8802b59d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 998e0d59-bcc3-4756-ad4a-20c8802b59d9 found for delete ", "request_id": "req-9c712f64-70c5-4e5d-a434-b4a8a3654b92"}]} 2026-08-11 09:22:23.824 8 INFO neutron.services.segments.plugin [-] Segment dc28dfd1-d7db-4069-8412-75540e60cb30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc28dfd1-d7db-4069-8412-75540e60cb30 found for delete ", "request_id": "req-4d4a3522-e4d2-4abf-9e01-e646e7d981a8"}]} [pid: 7|app: 0|req: 360/768] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:23 2026] DELETE /v2.0/networks/7b51a6aa-105f-4ba5-9a1b-03126771f264 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:23.852 7 INFO neutron.services.segments.plugin [-] Segment 998e0d59-bcc3-4756-ad4a-20c8802b59d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 998e0d59-bcc3-4756-ad4a-20c8802b59d9 found for delete ", "request_id": "req-fa9dfa94-f497-4aa4-94d2-c35eed1af150"}]} [pid: 8|app: 0|req: 409/769] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:23 2026] DELETE /v2.0/networks/c927eb61-d4e3-4625-acb3-0fe819c58c0f => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/770] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:23 2026] DELETE /v2.0/networks/bb6380aa-5df0-497f-ab20-94c70a2beb49 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/771] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:24 2026] DELETE /v2.0/networks/6cd43b45-db91-464d-b753-30e082d991c5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:24.230 7 INFO neutron.db.l3_db [None req-da9fcd07-6a24-4334-b9a1-97aac5d898f4 d530ed5115394a0cb080f601b8f1c8b2 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] Floating IP 9111c5e2-094e-42c2-b28a-a5777b1587af associated. External IP: 10.96.250.210, port: 6d045833-c575-4326-b8cf-7da9661c4444. [pid: 8|app: 0|req: 412/772] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:24 2026] GET /v2.0/security-groups?tenant_id=c1df352e8ee7415982a8071bf793f859&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/773] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:24 2026] DELETE /v2.0/security-groups/df0d6943-1ce8-4107-a8f8-96eb7e5bdb6a => 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: 414/774] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:24 2026] DELETE /v2.0/security-groups/b7525a94-8bc1-4bd4-8773-c88f94322612 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:22:24.623 8 INFO neutron.api.v2.resource [None req-306adfa3-8d42-49d1-af85-a2a3f74bd614 adc7033be69b45659094ff1b4f2bd82e 813b61b3e3954521b354bc3420e39ff5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 415/775] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:22:24 2026] GET /v2.0/security-groups/b7525a94-8bc1-4bd4-8773-c88f94322612 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:22:24.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb466053-ccea-4d97-842f-d7eea309cd26 adc7033be69b45659094ff1b4f2bd82e 813b61b3e3954521b354bc3420e39ff5 - - default default] TaaS: Handle Delete Port: 742bcb71-7d12-417b-af25-edc374a9eddf 2026-08-11 09:22:24.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb466053-ccea-4d97-842f-d7eea309cd26 adc7033be69b45659094ff1b4f2bd82e 813b61b3e3954521b354bc3420e39ff5 - - default default] Tap Mirror: Handle Delete Port: 742bcb71-7d12-417b-af25-edc374a9eddf [pid: 7|app: 0|req: 361/776] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:22:23 2026] PUT /v2.0/floatingips/9111c5e2-094e-42c2-b28a-a5777b1587af => generated 856 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/777] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:22:24 2026] DELETE /v2.0/floatingips/474e01a2-1bdb-46a0-ab57-53dc66399916 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:22:25.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cc32563-d409-4245-b314-b9a49f775c9d'] response: {'name': 'network-changed', 'server_uuid': 'aa599c26-ef5e-4241-a4fd-664924f8f335', 'tag': '6d045833-c575-4326-b8cf-7da9661c4444', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 417/778] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/779] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:24 2026] GET /v2.0/security-groups?tenant_id=4d745c74bc7a4168ae0b25a54bc64fc4&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/780] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/781] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:25 2026] DELETE /v2.0/security-groups/9cade0e5-b76b-4824-a59a-035b31f66739 => 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: 365/782] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:25.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-b20c132e-64c1-433a-8baf-95e0d42c09b9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 51bae3e3-491a-42be-92b8-365cf75d3eb5 2026-08-11 09:22:25.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b20c132e-64c1-433a-8baf-95e0d42c09b9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 51bae3e3-491a-42be-92b8-365cf75d3eb5 [pid: 7|app: 0|req: 366/783] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/networks?id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/784] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => generated 859 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/785] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/subnets?id=f02b23df-382f-4823-922c-d4f3fde39b66 => generated 701 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:25.811 8 INFO neutron.services.segments.plugin [-] Segment ee709450-97af-49c4-b1c6-e4c882112cf1 resource provider aggregate not found [pid: 7|app: 0|req: 369/786] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/ports?network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:25.850 8 INFO neutron.services.segments.plugin [-] Segment ee709450-97af-49c4-b1c6-e4c882112cf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee709450-97af-49c4-b1c6-e4c882112cf1 found for delete ", "request_id": "req-43d801cb-df7c-4afd-82c1-dd88047c3ffd"}]} 2026-08-11 09:22:25.873 8 INFO neutron.services.segments.plugin [-] Segment ee709450-97af-49c4-b1c6-e4c882112cf1 resource provider aggregate not found 2026-08-11 09:22:25.899 8 INFO neutron.services.segments.plugin [-] Segment 50329f40-02e7-420b-b982-0e2bb004ea70 resource provider aggregate not found [pid: 7|app: 0|req: 370/787] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:25.912 8 INFO neutron.services.segments.plugin [-] Segment ee709450-97af-49c4-b1c6-e4c882112cf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee709450-97af-49c4-b1c6-e4c882112cf1 found for delete ", "request_id": "req-a930711f-d89b-4d6f-ab98-956b9c40897c"}]} 2026-08-11 09:22:25.935 8 INFO neutron.services.segments.plugin [-] Segment 50329f40-02e7-420b-b982-0e2bb004ea70 resource provider aggregate not found 2026-08-11 09:22:25.939 8 INFO neutron.services.segments.plugin [-] Segment 50329f40-02e7-420b-b982-0e2bb004ea70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50329f40-02e7-420b-b982-0e2bb004ea70 found for delete ", "request_id": "req-bbfe0ab9-b1ec-4531-926d-68d1e76fec43"}]} 2026-08-11 09:22:25.957 8 INFO neutron.services.segments.plugin [-] Segment 50329f40-02e7-420b-b982-0e2bb004ea70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50329f40-02e7-420b-b982-0e2bb004ea70 found for delete ", "request_id": "req-9b3592de-3533-4f5b-8cbb-0ab9da00dcac"}]} 2026-08-11 09:22:25.968 8 INFO neutron.services.segments.plugin [-] Segment fb1b6e87-2cd7-475b-985b-008f97ef9a34 resource provider aggregate not found 2026-08-11 09:22:25.976 8 INFO neutron.services.segments.plugin [-] Segment fb1b6e87-2cd7-475b-985b-008f97ef9a34 resource provider aggregate not found [pid: 7|app: 0|req: 371/788] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:25 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?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-08-11 09:22:25.996 8 INFO neutron.services.segments.plugin [-] Segment fb1b6e87-2cd7-475b-985b-008f97ef9a34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb1b6e87-2cd7-475b-985b-008f97ef9a34 found for delete ", "request_id": "req-cdffefec-2c80-4f30-9616-cd546ecdbd50"}]} 2026-08-11 09:22:26.003 8 INFO neutron.services.segments.plugin [-] Segment fb1b6e87-2cd7-475b-985b-008f97ef9a34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb1b6e87-2cd7-475b-985b-008f97ef9a34 found for delete ", "request_id": "req-c3f078c3-41df-47f6-ad2c-5026c09098a8"}]} [pid: 8|app: 0|req: 418/789] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:22:25 2026] PUT /v2.0/routers/271295f7-ec99-4b05-92d0-bd709abfa52f/remove_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:26.643 7 INFO neutron.db.segments_db [None req-3c0d0b8d-8d08-46e4-ac05-fbcd28b90762 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment e5870677-eaed-4a98-a314-ae4853e92535 of type vxlan for network d6e19d2c-5011-4d85-91f0-3a27deb130c7 2026-08-11 09:22:26.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3c84648-2dff-4c10-805d-15da83171cd1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 26ca99a8-0b99-4355-aca7-919a8f6f5cf2 2026-08-11 09:22:26.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c84648-2dff-4c10-805d-15da83171cd1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 26ca99a8-0b99-4355-aca7-919a8f6f5cf2 [pid: 7|app: 0|req: 372/790] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:22:26 2026] POST /v2.0/networks => generated 726 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:26.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3c84648-2dff-4c10-805d-15da83171cd1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 2b885722-976b-4a17-b4ed-596af0891e58 2026-08-11 09:22:26.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c84648-2dff-4c10-805d-15da83171cd1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 2b885722-976b-4a17-b4ed-596af0891e58 [pid: 7|app: 0|req: 373/791] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:26 2026] POST /v2.0/subnets => generated 692 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:27.069 7 INFO neutron.db.segments_db [None req-9878f0d4-3fce-45a1-8c36-1a00bcf00ee6 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment d443314a-f97d-47af-a5f9-fdfa4ae736b1 of type vxlan for network 0f061a66-873e-4f3f-8e97-3d071cb1b0b9 2026-08-11 09:22:27.299 8 INFO neutron.db.l3_hamode_db [None req-e3c84648-2dff-4c10-805d-15da83171cd1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network 1f48b1e6-2565-4cbe-9248-3e2855a8b2fd was deleted as no HA routers are present in tenant 813b61b3e3954521b354bc3420e39ff5. [pid: 8|app: 0|req: 419/792] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:26 2026] DELETE /v2.0/routers/271295f7-ec99-4b05-92d0-bd709abfa52f => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:22:27.348 7 INFO neutron.db.l3_hamode_db [None req-9878f0d4-3fce-45a1-8c36-1a00bcf00ee6 ae1717e9d58944daa4114a13c298ff09 a388a6d8cdb246339a6f305dcb958825 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:22:27.560 8 INFO neutron.db.segments_db [None req-80916483-1ef2-43f3-8917-b1d5e9295c72 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Added segment b85f2aac-253c-4c90-8ad9-71cb6d07b914 of type vxlan for network 30726985-b9ad-4c45-bac5-b1e96bd83264 2026-08-11 09:22:27.626 8 INFO neutron.db.segments_db [None req-80916483-1ef2-43f3-8917-b1d5e9295c72 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Added segment 1ace70fb-0a3b-4a71-ad1d-ffaeb620c390 of type vxlan for network a9139e01-12ed-4261-9e8b-d01232870337 [pid: 8|app: 0|req: 420/793] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:27 2026] POST /v2.0/networks => generated 1207 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/794] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:27 2026] DELETE /v2.0/subnets/d6315d53-af95-442e-8491-cdb8ff75d4c1 => 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: 422/795] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:22:27 2026] GET /v2.0/networks => generated 1844 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:28.023 8 INFO neutron.services.segments.plugin [-] Segment 6a0abec6-65b7-47bc-b710-3f872c99d5fe resource provider aggregate not found 2026-08-11 09:22:28.028 8 INFO neutron.services.segments.plugin [-] Segment 6a0abec6-65b7-47bc-b710-3f872c99d5fe resource provider aggregate not found 2026-08-11 09:22:28.041 8 INFO neutron.services.segments.plugin [-] Segment 6a0abec6-65b7-47bc-b710-3f872c99d5fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0abec6-65b7-47bc-b710-3f872c99d5fe found for delete ", "request_id": "req-e691083a-fa56-4be3-b5d7-ab8a1c86ec5b"}]} 2026-08-11 09:22:28.051 8 INFO neutron.services.segments.plugin [-] Segment 6a0abec6-65b7-47bc-b710-3f872c99d5fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0abec6-65b7-47bc-b710-3f872c99d5fe found for delete ", "request_id": "req-c0bc3a94-653d-4544-a411-b3d04ab8120f"}]} 2026-08-11 09:22:28.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-60f16c2b-b771-4d15-9fff-9ca3e7d3fb53 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 802ca61f-9236-4a72-9122-0619e73dc0d7 2026-08-11 09:22:28.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60f16c2b-b771-4d15-9fff-9ca3e7d3fb53 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 802ca61f-9236-4a72-9122-0619e73dc0d7 2026-08-11 09:22:28.075 7 INFO neutron.db.l3_hamode_db [None req-9878f0d4-3fce-45a1-8c36-1a00bcf00ee6 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 423/796] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:27 2026] DELETE /v2.0/networks/4e953ac5-8357-437e-882b-c403d62f6abd => 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: 424/797] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:28 2026] DELETE /v2.0/networks/30726985-b9ad-4c45-bac5-b1e96bd83264 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/798] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:28 2026] DELETE /v2.0/networks/a9139e01-12ed-4261-9e8b-d01232870337 => 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: 426/799] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:28 2026] GET /v2.0/security-groups?tenant_id=813b61b3e3954521b354bc3420e39ff5&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/800] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:22:28 2026] GET /v2.0/networks => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/801] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:28 2026] DELETE /v2.0/security-groups/fc0ea3b6-3c27-432f-9dee-84fb94f087b4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:22:28.719 8 INFO neutron.db.segments_db [None req-60c4a338-be0b-4c73-bb55-179afcbdc135 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Added segment 35e3df2c-fa95-415a-aaa9-690a2f1a2a4b of type vxlan for network 056c64cd-fbcf-47aa-bc76-353cc365f15e [pid: 8|app: 0|req: 429/802] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:28 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:28.895 8 INFO neutron.db.segments_db [None req-060a7529-c84a-47d1-b58c-f40ec73d80aa 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Added segment 78b4a703-380c-4915-9cfb-d6129012a009 of type vxlan for network 79c43d07-6131-4092-b2d2-49defafb141a [pid: 8|app: 0|req: 430/803] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:28 2026] POST /v2.0/networks => generated 630 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/804] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:26 2026] POST /v2.0/routers => generated 732 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/805] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:22:29 2026] POST /v2.0/ports => generated 1506 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 432/806] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:22:29 2026] GET /v2.0/ports => generated 1506 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:29.823 8 INFO neutron_taas.services.taas.taas_plugin [None req-0abc8e87-349b-4919-b7f8-ec1c4a7b70ae 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] TaaS: Handle Delete Port: 6cb54505-28c7-4e2f-a5cf-84636d1049f7 2026-08-11 09:22:29.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0abc8e87-349b-4919-b7f8-ec1c4a7b70ae 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Tap Mirror: Handle Delete Port: 6cb54505-28c7-4e2f-a5cf-84636d1049f7 [pid: 8|app: 0|req: 435/809] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:29 2026] DELETE /v2.0/ports/6cb54505-28c7-4e2f-a5cf-84636d1049f7 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:30.070 8 INFO neutron.services.segments.plugin [-] Segment b87da506-f61e-41ec-97ea-f2390a853af1 resource provider aggregate not found 2026-08-11 09:22:30.083 8 INFO neutron.services.segments.plugin [-] Segment b87da506-f61e-41ec-97ea-f2390a853af1 resource provider aggregate not found 2026-08-11 09:22:30.096 8 INFO neutron.services.segments.plugin [-] Segment b87da506-f61e-41ec-97ea-f2390a853af1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87da506-f61e-41ec-97ea-f2390a853af1 found for delete ", "request_id": "req-e4654a2c-42e0-460b-8383-6e4385327301"}]} 2026-08-11 09:22:30.118 8 INFO neutron.services.segments.plugin [-] Segment b85f2aac-253c-4c90-8ad9-71cb6d07b914 resource provider aggregate not found 2026-08-11 09:22:30.125 8 INFO neutron.services.segments.plugin [-] Segment b87da506-f61e-41ec-97ea-f2390a853af1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87da506-f61e-41ec-97ea-f2390a853af1 found for delete ", "request_id": "req-459f192f-e2c0-427d-a93c-bef4f6a58d74"}]} 2026-08-11 09:22:30.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-67666c34-cee4-4e59-8547-3731ee72321a 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] TaaS: Handle Delete Port: b44705c5-d8a0-4630-8174-8a9bb4c68a2d 2026-08-11 09:22:30.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67666c34-cee4-4e59-8547-3731ee72321a 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Tap Mirror: Handle Delete Port: b44705c5-d8a0-4630-8174-8a9bb4c68a2d 2026-08-11 09:22:30.145 8 INFO neutron.services.segments.plugin [-] Segment b85f2aac-253c-4c90-8ad9-71cb6d07b914 resource provider aggregate not found 2026-08-11 09:22:30.153 8 INFO neutron.services.segments.plugin [-] Segment b85f2aac-253c-4c90-8ad9-71cb6d07b914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85f2aac-253c-4c90-8ad9-71cb6d07b914 found for delete ", "request_id": "req-706aa9ac-ba60-46e5-8ee8-1c045104e739"}]} 2026-08-11 09:22:30.165 8 INFO neutron.services.segments.plugin [-] Segment b85f2aac-253c-4c90-8ad9-71cb6d07b914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85f2aac-253c-4c90-8ad9-71cb6d07b914 found for delete ", "request_id": "req-efb3aee7-7230-4737-9577-3d951fe24efc"}]} 2026-08-11 09:22:30.174 8 INFO neutron.services.segments.plugin [-] Segment 1ace70fb-0a3b-4a71-ad1d-ffaeb620c390 resource provider aggregate not found 2026-08-11 09:22:30.184 8 INFO neutron.services.segments.plugin [-] Segment 1ace70fb-0a3b-4a71-ad1d-ffaeb620c390 resource provider aggregate not found 2026-08-11 09:22:30.209 8 INFO neutron.services.segments.plugin [-] Segment 1ace70fb-0a3b-4a71-ad1d-ffaeb620c390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ace70fb-0a3b-4a71-ad1d-ffaeb620c390 found for delete ", "request_id": "req-2c6e56b2-3ce8-4c06-9ed7-a9d2f14ba37d"}]} 2026-08-11 09:22:30.210 8 INFO neutron.services.segments.plugin [-] Segment 1ace70fb-0a3b-4a71-ad1d-ffaeb620c390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ace70fb-0a3b-4a71-ad1d-ffaeb620c390 found for delete ", "request_id": "req-4811a171-504e-45f6-8310-d5752b2ec211"}]} [pid: 8|app: 0|req: 436/810] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:29 2026] DELETE /v2.0/ports/b44705c5-d8a0-4630-8174-8a9bb4c68a2d => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/811] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:22:30 2026] GET /v2.0/ports => 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: 375/812] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:22:29 2026] PUT /v2.0/routers/17c2b266-60e5-43b8-8bfa-7b2d107c60c2/add_router_interface => generated 309 bytes in 1243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:30.334 8 INFO neutron.db.segments_db [None req-2aae4159-02d8-4780-a87c-c6d7847bf0c4 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Added segment 681a3e5a-b2f6-48f7-aee2-822e93488e61 of type vxlan for network 67bb54bb-6b53-4419-8853-c3e3de7f9749 [pid: 8|app: 0|req: 438/813] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:30 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:30.527 7 INFO neutron.db.segments_db [None req-35234a10-8806-4409-b370-6d78e047e47d 918ca0ffa5b14a7b851d7a82fcf418a0 e6aa9671800443cb976aa6e73fd59549 - - default default] Added segment 8a28e2d6-c35d-4c5a-95f8-917a75fe1236 of type vxlan for network ffdb9107-4a95-41b4-ac37-2ee886b717ce [pid: 7|app: 0|req: 376/814] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:30 2026] POST /v2.0/networks => generated 630 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/815] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:30 2026] POST /v2.0/subnets => generated 1273 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/816] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:22:31 2026] GET /v2.0/subnets => generated 1909 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:31.229 7 INFO neutron.db.segments_db [None req-5f1b5dbb-be6e-4e5a-889b-37917c3e77f7 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 2f0c0a35-1fa0-4522-a716-d4d4e9f1ed52 of type vxlan for network dcf5ec98-406e-4a60-9922-faffdb74adec [pid: 7|app: 0|req: 377/817] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:22:30 2026] POST /v2.0/networks => generated 718 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/818] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:31 2026] DELETE /v2.0/subnets/dae9868f-7d8c-4b6a-9567-2af445464f88 => 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: 442/819] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:22:31 2026] GET /v2.0/networks?id=d6e19d2c-5011-4d85-91f0-3a27deb130c7 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/820] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:31 2026] POST /v2.0/subnets => generated 684 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/821] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:22:31 2026] GET /v2.0/quotas/a388a6d8cdb246339a6f305dcb958825 => 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: 443/822] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:31 2026] DELETE /v2.0/subnets/04c47007-6779-426d-a573-fa612b9f4979 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:31.564 7 INFO neutron.db.segments_db [None req-3d6075da-5889-4839-ad5c-487a4dc4529b ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment eb5bf39a-d05b-4c2f-a5cf-c9bca6bd22e1 of type vxlan for network dd0daf06-dbdd-437c-8130-ac8f5ffad867 [pid: 8|app: 0|req: 444/823] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:22:31 2026] GET /v2.0/ports?tenant_id=a388a6d8cdb246339a6f305dcb958825&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/824] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:22:31 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/825] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:22:31 2026] GET /v2.0/networks/d6e19d2c-5011-4d85-91f0-3a27deb130c7?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:31.749 7 INFO neutron.db.l3_hamode_db [None req-3d6075da-5889-4839-ad5c-487a4dc4529b ae1717e9d58944daa4114a13c298ff09 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 447/826] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:31 2026] DELETE /v2.0/networks/ffdb9107-4a95-41b4-ac37-2ee886b717ce => 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: 448/827] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:22:31 2026] GET /v2.0/networks/d6e19d2c-5011-4d85-91f0-3a27deb130c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/828] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:31 2026] DELETE /v2.0/networks/67bb54bb-6b53-4419-8853-c3e3de7f9749 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/829] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:32 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:32.238 8 INFO neutron.services.segments.plugin [-] Segment 8a28e2d6-c35d-4c5a-95f8-917a75fe1236 resource provider aggregate not found 2026-08-11 09:22:32.247 8 INFO neutron.services.segments.plugin [-] Segment 8a28e2d6-c35d-4c5a-95f8-917a75fe1236 resource provider aggregate not found [pid: 8|app: 0|req: 451/830] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:32 2026] DELETE /v2.0/networks/79c43d07-6131-4092-b2d2-49defafb141a => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:32.260 8 INFO neutron.services.segments.plugin [-] Segment 8a28e2d6-c35d-4c5a-95f8-917a75fe1236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a28e2d6-c35d-4c5a-95f8-917a75fe1236 found for delete ", "request_id": "req-35e3539d-b9e8-4a0f-9032-ecfbe4817729"}]} 2026-08-11 09:22:32.269 8 INFO neutron.services.segments.plugin [-] Segment 8a28e2d6-c35d-4c5a-95f8-917a75fe1236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a28e2d6-c35d-4c5a-95f8-917a75fe1236 found for delete ", "request_id": "req-28c929dd-e511-407c-bf7f-bd6a97c85e9f"}]} 2026-08-11 09:22:32.294 8 INFO neutron.services.segments.plugin [-] Segment 681a3e5a-b2f6-48f7-aee2-822e93488e61 resource provider aggregate not found 2026-08-11 09:22:32.299 8 INFO neutron.services.segments.plugin [-] Segment 681a3e5a-b2f6-48f7-aee2-822e93488e61 resource provider aggregate not found 2026-08-11 09:22:32.335 8 INFO neutron.services.segments.plugin [-] Segment 681a3e5a-b2f6-48f7-aee2-822e93488e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 681a3e5a-b2f6-48f7-aee2-822e93488e61 found for delete ", "request_id": "req-4d4e8fed-e569-47a3-a0b7-b26558f873ab"}]} 2026-08-11 09:22:32.342 8 INFO neutron.services.segments.plugin [-] Segment 681a3e5a-b2f6-48f7-aee2-822e93488e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 681a3e5a-b2f6-48f7-aee2-822e93488e61 found for delete ", "request_id": "req-0857780a-8134-4ee0-9558-8905ec26b534"}]} 2026-08-11 09:22:32.368 8 INFO neutron.services.segments.plugin [-] Segment 78b4a703-380c-4915-9cfb-d6129012a009 resource provider aggregate not found 2026-08-11 09:22:32.369 8 INFO neutron.services.segments.plugin [-] Segment 78b4a703-380c-4915-9cfb-d6129012a009 resource provider aggregate not found 2026-08-11 09:22:32.390 8 INFO neutron.services.segments.plugin [-] Segment 78b4a703-380c-4915-9cfb-d6129012a009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78b4a703-380c-4915-9cfb-d6129012a009 found for delete ", "request_id": "req-0430c228-10ee-4f53-8c1e-be3bc4491c9e"}]} 2026-08-11 09:22:32.398 8 INFO neutron.services.segments.plugin [-] Segment 78b4a703-380c-4915-9cfb-d6129012a009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78b4a703-380c-4915-9cfb-d6129012a009 found for delete ", "request_id": "req-cfc879c5-1787-4b6f-8ed8-ca8c37bac29e"}]} [pid: 8|app: 0|req: 452/831] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:32 2026] DELETE /v2.0/networks/056c64cd-fbcf-47aa-bc76-353cc365f15e => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:32.660 7 INFO neutron.db.l3_hamode_db [None req-3d6075da-5889-4839-ad5c-487a4dc4529b ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 453/832] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:33 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => 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: 454/833] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:33 2026] GET /v2.0/security-groups?tenant_id=e6aa9671800443cb976aa6e73fd59549&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/834] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:33 2026] DELETE /v2.0/security-groups/01690790-4466-488f-ad52-734483e47ac8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/835] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:31 2026] POST /v2.0/routers => generated 724 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/836] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:34 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:34.419 8 INFO neutron.services.segments.plugin [-] Segment 35e3df2c-fa95-415a-aaa9-690a2f1a2a4b resource provider aggregate not found 2026-08-11 09:22:34.428 8 INFO neutron.services.segments.plugin [-] Segment 35e3df2c-fa95-415a-aaa9-690a2f1a2a4b resource provider aggregate not found 2026-08-11 09:22:34.445 8 INFO neutron.services.segments.plugin [-] Segment 35e3df2c-fa95-415a-aaa9-690a2f1a2a4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35e3df2c-fa95-415a-aaa9-690a2f1a2a4b found for delete ", "request_id": "req-e8179a26-084a-40b6-bf9d-72cf9fda6b1e"}]} 2026-08-11 09:22:34.460 8 INFO neutron.services.segments.plugin [-] Segment 35e3df2c-fa95-415a-aaa9-690a2f1a2a4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35e3df2c-fa95-415a-aaa9-690a2f1a2a4b found for delete ", "request_id": "req-c7e7fe73-a1be-4dd0-9c73-2114f0a9ccbd"}]} [pid: 7|app: 0|req: 382/837] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:22:34 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1244 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/838] 10.0.0.59 () {34 vars in 1039 bytes} [Tue Aug 11 09:22:35 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/839] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:35 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:35.691 7 INFO neutron.db.segments_db [None req-2cd0e80e-d0b8-4166-8824-5d5aa5c0e91c cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] Added segment eea29d83-3c24-4cb6-a422-50b5a526ae83 of type vxlan for network 2c37e7f1-2375-4e1c-a46d-9b1914a91a92 [pid: 8|app: 0|req: 456/840] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:22:33 2026] PUT /v2.0/routers/f00a4f0e-c8a9-4e97-a465-8b6ea2ebdd25/add_router_interface => generated 309 bytes in 2164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/841] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:35 2026] POST /v2.0/networks => generated 630 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/842] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:22:35 2026] POST /v2.0/ports => generated 779 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:36.214 7 INFO neutron.db.segments_db [None req-3509c6b2-d0c6-485a-bb64-e8323c815ea9 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] Added segment e1051ae6-1659-401c-ad3b-7df8381b0bf9 of type vxlan for network 3d3044dc-88f5-4d20-b85c-0f59c363e50d [pid: 7|app: 0|req: 386/843] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:36 2026] POST /v2.0/networks => generated 616 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 387/844] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:36 2026] GET /v2.0/networks?id=d6e19d2c-5011-4d85-91f0-3a27deb130c7 => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/845] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:22:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/846] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:36 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => 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: 458/847] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:36 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/848] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:22:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/849] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:22:36 2026] POST /v2.0/ports => generated 954 bytes in 421 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: 460/850] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:22:36 2026] POST /v2.0/ports => generated 962 bytes in 334 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: 391/851] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:22:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:37.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-b256226f-91d6-4c5e-a93a-1e66c98cd00c cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] TaaS: Handle Delete Port: b39d983e-db5f-4766-80f0-fd96ad1947ab 2026-08-11 09:22:37.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b256226f-91d6-4c5e-a93a-1e66c98cd00c cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] Tap Mirror: Handle Delete Port: b39d983e-db5f-4766-80f0-fd96ad1947ab [pid: 7|app: 0|req: 392/852] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:37 2026] DELETE /v2.0/ports/b39d983e-db5f-4766-80f0-fd96ad1947ab => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/853] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:22:37 2026] PUT /v2.0/ports/c96f629f-0dbf-40ab-8890-e4d645df5a01 => generated 1235 bytes in 510 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-08-11 09:22:37.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03d59e1f-bc5b-4ab3-804e-54c0f03cb08d cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 462/854] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:37 2026] DELETE /v2.0/ports/b39d983e-db5f-4766-80f0-fd96ad1947ab => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:22:37.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec33cd1f-7ff9-44d2-8eb3-e7539e6e8da1'] response: {'name': 'network-changed', 'server_uuid': 'd1de5c95-1a25-4f31-9048-675246d6c759', 'tag': 'c96f629f-0dbf-40ab-8890-e4d645df5a01', 'status': 'completed', 'code': 200} 2026-08-11 09:22:37.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00f60c28-0dcb-4679-8a1b-ccbe40513c52 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 463/855] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:22:37 2026] GET /v2.0/ports/b39d983e-db5f-4766-80f0-fd96ad1947ab => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/856] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:37 2026] DELETE /v2.0/subnets/09204c4e-7750-45de-a7ef-b4285d55a9f6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/857] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:37 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:37.978 8 INFO neutron.services.segments.plugin [-] Segment e1051ae6-1659-401c-ad3b-7df8381b0bf9 resource provider aggregate not found 2026-08-11 09:22:37.982 8 INFO neutron.services.segments.plugin [-] Segment e1051ae6-1659-401c-ad3b-7df8381b0bf9 resource provider aggregate not found 2026-08-11 09:22:38.010 8 INFO neutron.services.segments.plugin [-] Segment e1051ae6-1659-401c-ad3b-7df8381b0bf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1051ae6-1659-401c-ad3b-7df8381b0bf9 found for delete ", "request_id": "req-28077809-5711-4fa7-8992-d57415ab5055"}]} [pid: 8|app: 0|req: 466/858] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:37 2026] DELETE /v2.0/networks/3d3044dc-88f5-4d20-b85c-0f59c363e50d => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:38.017 8 INFO neutron.services.segments.plugin [-] Segment e1051ae6-1659-401c-ad3b-7df8381b0bf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1051ae6-1659-401c-ad3b-7df8381b0bf9 found for delete ", "request_id": "req-218b82a8-b1dd-45b4-8a5e-284376255167"}]} [pid: 7|app: 0|req: 393/859] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:22:37 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/860] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&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: 468/861] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/ports?tenant_id=a388a6d8cdb246339a6f305dcb958825&device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:38.114 7 INFO neutron.db.segments_db [None req-ea5073e2-572e-44a9-b593-572750f22dbb cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] Added segment 9af00ca4-aaee-4b58-973e-579bb8af5a5d of type vxlan for network dc305762-14ec-451b-913b-d70964f0ba5d [pid: 8|app: 0|req: 469/862] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/networks?tenant_id=a388a6d8cdb246339a6f305dcb958825&shared=False => generated 773 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/863] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/864] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:38 2026] POST /v2.0/networks => generated 616 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/865] 10.0.0.131 () {34 vars in 1100 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1325173182&fields=id&tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/866] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/networks?id=dcf5ec98-406e-4a60-9922-faffdb74adec => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/867] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:38 2026] POST /v2.0/subnets => generated 646 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/868] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/quotas/bac383bcc0f14bf885a6dbcbaf9524a2 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/869] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/ports?tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/870] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/networks/dcf5ec98-406e-4a60-9922-faffdb74adec?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/871] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/networks/dcf5ec98-406e-4a60-9922-faffdb74adec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/872] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:22:38 2026] POST /v2.0/ports => generated 927 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/873] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:38 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 474/874] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:39.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-194832bb-713e-4552-9e2a-e7757b97f60f cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] TaaS: Handle Delete Port: f301e3e4-8761-4949-98dd-13927bbb8487 2026-08-11 09:22:39.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-194832bb-713e-4552-9e2a-e7757b97f60f cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] Tap Mirror: Handle Delete Port: f301e3e4-8761-4949-98dd-13927bbb8487 [pid: 8|app: 0|req: 475/875] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&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: 476/876] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/ports?tenant_id=a388a6d8cdb246339a6f305dcb958825&device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/877] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c96f629f-0dbf-40ab-8890-e4d645df5a01 => 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: 401/878] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:38 2026] DELETE /v2.0/ports/f301e3e4-8761-4949-98dd-13927bbb8487 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/879] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/subnets?id=f92ca7bf-4790-487b-bcb9-b9b876fd705f => generated 695 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:39.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad02d73a-de67-43ba-b1ce-31dd94d68eb1 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 402/880] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/ports/f301e3e4-8761-4949-98dd-13927bbb8487 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/881] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/ports?network_id=d6e19d2c-5011-4d85-91f0-3a27deb130c7&device_owner=network%3Adhcp => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/882] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/networks/d6e19d2c-5011-4d85-91f0-3a27deb130c7?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: 403/883] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:39 2026] DELETE /v2.0/subnets/c122da53-6552-4cf2-b49a-41f216b34ba1 => 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: 481/884] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:39 2026] GET /v2.0/networks/d6e19d2c-5011-4d85-91f0-3a27deb130c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:39.625 7 INFO neutron.services.segments.plugin [-] Segment 9af00ca4-aaee-4b58-973e-579bb8af5a5d resource provider aggregate not found 2026-08-11 09:22:39.634 7 INFO neutron.services.segments.plugin [-] Segment 9af00ca4-aaee-4b58-973e-579bb8af5a5d resource provider aggregate not found 2026-08-11 09:22:39.646 7 INFO neutron.services.segments.plugin [-] Segment 9af00ca4-aaee-4b58-973e-579bb8af5a5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af00ca4-aaee-4b58-973e-579bb8af5a5d found for delete ", "request_id": "req-f2dff034-97a9-481d-822b-0665837b945f"}]} 2026-08-11 09:22:39.655 7 INFO neutron.services.segments.plugin [-] Segment 9af00ca4-aaee-4b58-973e-579bb8af5a5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af00ca4-aaee-4b58-973e-579bb8af5a5d found for delete ", "request_id": "req-52cc198a-ed77-461c-8294-42c6ad08a3f9"}]} [pid: 7|app: 0|req: 404/885] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:39 2026] DELETE /v2.0/networks/dc305762-14ec-451b-913b-d70964f0ba5d => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/886] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:22:39 2026] POST /v2.0/ports => generated 778 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 483/887] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:40 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 405/888] 10.0.0.210 () {34 vars in 737 bytes} [Tue Aug 11 09:22:39 2026] PUT /v2.0/ports/70a98938-18c0-4b7c-afed-2180547ff9d9 => generated 752 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:40.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bf58662-4567-4fe0-a3cd-0b24f292c210 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] TaaS: Handle Delete Port: 70a98938-18c0-4b7c-afed-2180547ff9d9 2026-08-11 09:22:40.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bf58662-4567-4fe0-a3cd-0b24f292c210 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] Tap Mirror: Handle Delete Port: 70a98938-18c0-4b7c-afed-2180547ff9d9 [pid: 8|app: 0|req: 484/889] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:40 2026] DELETE /v2.0/ports/70a98938-18c0-4b7c-afed-2180547ff9d9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 406/890] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:40 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/891] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:22:40 2026] GET /v2.0/ports => generated 782 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/892] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:40 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:40.407 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2caafecd-7ffb-4086-b773-50074bed04e5 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/893] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:22:40 2026] GET /v2.0/ports/70a98938-18c0-4b7c-afed-2180547ff9d9 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/894] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:22:40 2026] GET /v2.0/ports => generated 782 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/895] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:22:40 2026] GET /v2.0/ports/1e11c90c-eee6-43d0-921f-c6e9c72bf5ba => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:40.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8187434-1fd5-41a3-9868-889a328d3374 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/896] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:40 2026] DELETE /v2.0/ports/f301e3e4-8761-4949-98dd-13927bbb8487 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:22:40.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15f96c81-32a8-4f74-ba28-4b3157fda9f3 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/897] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:40 2026] DELETE /v2.0/subnets/c122da53-6552-4cf2-b49a-41f216b34ba1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:22:40.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c40f3e5-0003-4ffd-a6ef-0550a0674cb7 cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 410/898] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:40 2026] DELETE /v2.0/subnets/09204c4e-7750-45de-a7ef-b4285d55a9f6 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:22:40.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-209c1734-0c7a-4f8d-9b54-26cf0c433f5f cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] TaaS: Handle Delete Port: 1e11c90c-eee6-43d0-921f-c6e9c72bf5ba 2026-08-11 09:22:40.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-209c1734-0c7a-4f8d-9b54-26cf0c433f5f cb5f1a6b877c43569e617f5226148e80 ea12c62311d64e8c8a59f3735d3d59c3 - - default default] Tap Mirror: Handle Delete Port: 1e11c90c-eee6-43d0-921f-c6e9c72bf5ba [pid: 8|app: 0|req: 489/899] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:22:40 2026] DELETE /v2.0/ports/1e11c90c-eee6-43d0-921f-c6e9c72bf5ba => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/900] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:40 2026] DELETE /v2.0/networks/2c37e7f1-2375-4e1c-a46d-9b1914a91a92 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/901] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:41 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 412/902] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:41 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/903] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:41 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&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-08-11 09:22:41.665 7 INFO neutron.services.segments.plugin [-] Segment eea29d83-3c24-4cb6-a422-50b5a526ae83 resource provider aggregate not found 2026-08-11 09:22:41.673 7 INFO neutron.services.segments.plugin [-] Segment eea29d83-3c24-4cb6-a422-50b5a526ae83 resource provider aggregate not found 2026-08-11 09:22:41.686 7 INFO neutron.services.segments.plugin [-] Segment eea29d83-3c24-4cb6-a422-50b5a526ae83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eea29d83-3c24-4cb6-a422-50b5a526ae83 found for delete ", "request_id": "req-e9423b5e-5a16-4e73-996a-df3bf3d31bb1"}]} 2026-08-11 09:22:41.688 7 INFO neutron.services.segments.plugin [-] Segment eea29d83-3c24-4cb6-a422-50b5a526ae83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eea29d83-3c24-4cb6-a422-50b5a526ae83 found for delete ", "request_id": "req-56b0f73c-581c-4a00-ac5f-7cc2caf36f99"}]} [pid: 7|app: 0|req: 413/904] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:41 2026] GET /v2.0/security-groups?tenant_id=ea12c62311d64e8c8a59f3735d3d59c3&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/905] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:41 2026] DELETE /v2.0/security-groups/18f3923b-7a2b-4d26-bba0-96aad2c6c3d9 => 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: 414/906] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:42 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 493/907] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:42 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => 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: 415/908] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:42 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/909] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:43 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 416/910] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:43 2026] GET /v2.0/networks?id=dcf5ec98-406e-4a60-9922-faffdb74adec => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/911] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:22:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/912] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:43 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 969 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/913] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:22:43 2026] POST /v2.0/ports => generated 954 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 418/914] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:44 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:44.210 8 INFO neutron.db.segments_db [None req-087f00df-e91e-4f93-81c0-b346b13ce3e5 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment ec12362a-5f55-4343-abe4-48c9443f504c of type vxlan for network e4b1b82e-35d2-459d-ae5f-134ae76b1366 [pid: 8|app: 0|req: 497/915] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:43 2026] POST /v2.0/networks => generated 611 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:44.371 8 INFO neutron.db.segments_db [None req-158fbfb9-83c0-486a-bf7b-e3fe863ab47d c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment c9804bbd-d388-485c-bf67-37cb62e9788d of type vxlan for network 43fad281-8249-4bbc-a5cf-2306c35939b3 [pid: 8|app: 0|req: 498/916] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:44 2026] POST /v2.0/networks => generated 611 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/917] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:22:44 2026] PUT /v2.0/ports/426b8589-1a9a-4bfe-bdb9-38476178d13d => generated 1235 bytes in 469 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: 420/918] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:44 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:44.575 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2724abbd-4c3a-41c8-a867-74d5c31e133a'] response: {'name': 'network-changed', 'server_uuid': 'a49aa108-8caf-472b-9c34-01d91cb447c9', 'tag': '426b8589-1a9a-4bfe-bdb9-38476178d13d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 421/919] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:44 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/922] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:44 2026] POST /v2.0/subnets => generated 626 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/923] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/924] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:44 2026] POST /v2.0/subnets => generated 626 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/925] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/ports?tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2&device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:22:45.239 8 INFO neutron.db.segments_db [None req-1c806f09-4cdd-41cf-8fe1-068a235f5743 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment 8d90fea5-07f1-4482-8d62-0e6633e450fe of type vxlan for network b4f48e71-479d-4acb-9199-6f22b99da4f4 [pid: 7|app: 0|req: 425/926] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/927] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/networks?tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2&shared=False => generated 765 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/928] 10.0.0.131 () {34 vars in 971 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/ports/6d045833-c575-4326-b8cf-7da9661c4444 => generated 972 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/929] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/930] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:45.599 8 INFO neutron.db.l3_hamode_db [None req-1c806f09-4cdd-41cf-8fe1-068a235f5743 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:22:45.775 8 INFO neutron.db.l3_hamode_db [None req-1c806f09-4cdd-41cf-8fe1-068a235f5743 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 430/931] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/932] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&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: 7|app: 0|req: 432/933] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/934] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:45 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/935] 199.204.45.109 () {34 vars in 1000 bytes} [Tue Aug 11 09:22:46 2026] GET /v2.0/subnets?network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/936] 199.204.45.109 () {34 vars in 1146 bytes} [Tue Aug 11 09:22:46 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335&device_owner=compute%3Anova&network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/937] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:45 2026] POST /v2.0/routers => generated 506 bytes in 1323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/938] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:22:46 2026] PUT /v2.0/ports/6d045833-c575-4326-b8cf-7da9661c4444 => generated 1149 bytes in 663 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-08-11 09:22:46.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9310bbf6-28d5-483a-a03e-10ff9b819b32'] response: {'name': 'network-changed', 'server_uuid': 'aa599c26-ef5e-4241-a4fd-664924f8f335', 'tag': '6d045833-c575-4326-b8cf-7da9661c4444', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 437/939] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:46 2026] GET /v2.0/ports?tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2&device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/940] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:46 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/941] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=426b8589-1a9a-4bfe-bdb9-38476178d13d => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/942] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/943] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => 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: 442/944] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/subnets?id=92d0ceb1-88e4-498e-bdf7-40969680464d => generated 687 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/945] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/946] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/ports?network_id=dcf5ec98-406e-4a60-9922-faffdb74adec&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: 445/947] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/networks/dcf5ec98-406e-4a60-9922-faffdb74adec?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/948] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/networks/dcf5ec98-406e-4a60-9922-faffdb74adec?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: 447/949] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1421 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/950] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/networks?id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/951] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => 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: 450/952] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/953] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/subnets?id=f02b23df-382f-4823-922c-d4f3fde39b66 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/954] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/ports?network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/955] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/956] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/957] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:22:46 2026] PUT /v2.0/routers/e887c785-0cfa-4910-89ea-617fc5906265/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/958] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:22:47 2026] GET /v2.0/ports/957ea182-d17f-4050-b2fc-293fc8521e7d => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/959] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/960] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&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: 458/961] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/962] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/security-groups?id=b60e4bcb-0198-475d-99f3-e2e185d9b419&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/963] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:48.486 7 INFO neutron_taas.services.taas.taas_plugin [req-65619862-e8ae-4fda-aaa2-bfc699e735a5 req-331ff382-e817-4e0f-8060-95e916816df0 670c4110cac64d46a32ead46370af286 a388a6d8cdb246339a6f305dcb958825 - - default default] TaaS: Handle Delete Port: c96f629f-0dbf-40ab-8890-e4d645df5a01 2026-08-11 09:22:48.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65619862-e8ae-4fda-aaa2-bfc699e735a5 req-331ff382-e817-4e0f-8060-95e916816df0 670c4110cac64d46a32ead46370af286 a388a6d8cdb246339a6f305dcb958825 - - default default] Tap Mirror: Handle Delete Port: c96f629f-0dbf-40ab-8890-e4d645df5a01 [pid: 7|app: 0|req: 461/964] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:22:48 2026] DELETE /v2.0/ports/c96f629f-0dbf-40ab-8890-e4d645df5a01 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/965] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/966] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/967] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/968] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:48 2026] GET /v2.0/networks?id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:49.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbc5e653-14d6-4c7b-94e9-151e1e73f329'] response: {'server_uuid': 'd1de5c95-1a25-4f31-9048-675246d6c759', 'name': 'network-vif-deleted', 'tag': 'c96f629f-0dbf-40ab-8890-e4d645df5a01', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 466/969] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/970] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => 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: 468/971] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/subnets?id=f02b23df-382f-4823-922c-d4f3fde39b66 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/972] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/ports?network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/973] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:22:47 2026] PUT /v2.0/routers/e887c785-0cfa-4910-89ea-617fc5906265/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/974] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/ports/5ae16d69-833e-4754-9351-88f6ade9f3f7 => generated 955 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/975] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?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: 506/976] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/977] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/978] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&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: 509/979] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:49.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-6720b497-3e15-48f4-a75e-84a32dba4001 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: 5ae16d69-833e-4754-9351-88f6ade9f3f7 2026-08-11 09:22:49.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6720b497-3e15-48f4-a75e-84a32dba4001 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: 5ae16d69-833e-4754-9351-88f6ade9f3f7 [pid: 8|app: 0|req: 510/980] 199.204.45.109 () {34 vars in 1118 bytes} [Tue Aug 11 09:22:49 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1152 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/981] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:22:49 2026] PUT /v2.0/routers/e887c785-0cfa-4910-89ea-617fc5906265/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:50.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca769ad0-a1fe-414d-8554-0d01dac88958 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: 957ea182-d17f-4050-b2fc-293fc8521e7d 2026-08-11 09:22:50.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca769ad0-a1fe-414d-8554-0d01dac88958 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: 957ea182-d17f-4050-b2fc-293fc8521e7d [pid: 8|app: 0|req: 511/982] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:22:49 2026] PUT /v2.0/ports/6d045833-c575-4326-b8cf-7da9661c4444 => generated 972 bytes in 701 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: 512/983] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:50 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 513/984] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:50 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => 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: 514/985] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:50 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&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-08-11 09:22:50.715 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c9f18fb-793f-4dcc-8c31-4f1e635de8b0'] response: {'name': 'network-changed', 'server_uuid': 'aa599c26-ef5e-4241-a4fd-664924f8f335', 'tag': '6d045833-c575-4326-b8cf-7da9661c4444', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 472/986] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:22:50 2026] PUT /v2.0/routers/e887c785-0cfa-4910-89ea-617fc5906265/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/987] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/ports?device_id=e887c785-0cfa-4910-89ea-617fc5906265 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/988] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/989] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/networks?id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => 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: 475/990] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => 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: 476/991] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/subnets?id=f02b23df-382f-4823-922c-d4f3fde39b66 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:51.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9bc32b3-51d0-4a1b-ba6e-09eedb0ca81a c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: 78ca7e57-e9e9-46ef-aaba-61d49ade0cae 2026-08-11 09:22:51.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9bc32b3-51d0-4a1b-ba6e-09eedb0ca81a c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: 78ca7e57-e9e9-46ef-aaba-61d49ade0cae [pid: 7|app: 0|req: 477/992] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/ports?network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1&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: 478/993] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?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: 479/994] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?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) 2026-08-11 09:22:51.709 8 INFO neutron.services.segments.plugin [-] Segment 8d90fea5-07f1-4482-8d62-0e6633e450fe resource provider aggregate not found 2026-08-11 09:22:51.720 8 INFO neutron.services.segments.plugin [-] Segment 8d90fea5-07f1-4482-8d62-0e6633e450fe resource provider aggregate not found 2026-08-11 09:22:51.740 8 INFO neutron.db.l3_hamode_db [None req-e9bc32b3-51d0-4a1b-ba6e-09eedb0ca81a c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] HA network b4f48e71-479d-4acb-9199-6f22b99da4f4 was deleted as no HA routers are present in tenant bf163ea9734a4e4faaceb72a7b128275. 2026-08-11 09:22:51.750 8 INFO neutron.services.segments.plugin [-] Segment 8d90fea5-07f1-4482-8d62-0e6633e450fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d90fea5-07f1-4482-8d62-0e6633e450fe found for delete ", "request_id": "req-7dc2c798-8ad8-4d2c-bb75-f3c8f34e9c7a"}]} 2026-08-11 09:22:51.751 8 INFO neutron.services.segments.plugin [-] Segment 8d90fea5-07f1-4482-8d62-0e6633e450fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d90fea5-07f1-4482-8d62-0e6633e450fe found for delete ", "request_id": "req-e530f090-e489-4ca0-a85d-180806744b72"}]} [pid: 8|app: 0|req: 516/995] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:51 2026] DELETE /v2.0/routers/e887c785-0cfa-4910-89ea-617fc5906265 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/996] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/ports?device_id=d1de5c95-1a25-4f31-9048-675246d6c759 => 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: 518/997] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/998] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:51 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/999] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:51 2026] DELETE /v2.0/subnets/68346906-49c2-4862-b18b-8f3f9b35b651 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1000] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1001] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:52 2026] DELETE /v2.0/subnets/4ae9bdd9-3e9c-4264-85ea-52207eee663c => 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: 521/1003] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/ports?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1003] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1004] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/networks?id=054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1005] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d045833-c575-4326-b8cf-7da9661c4444 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:52.646 7 INFO neutron.services.segments.plugin [-] Segment c9804bbd-d388-485c-bf67-37cb62e9788d resource provider aggregate not found 2026-08-11 09:22:52.652 7 INFO neutron.services.segments.plugin [-] Segment c9804bbd-d388-485c-bf67-37cb62e9788d resource provider aggregate not found 2026-08-11 09:22:52.673 7 INFO neutron.services.segments.plugin [-] Segment c9804bbd-d388-485c-bf67-37cb62e9788d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9804bbd-d388-485c-bf67-37cb62e9788d found for delete ", "request_id": "req-eb6e13ab-6ef7-4cc6-b92e-79fd53af9a80"}]} 2026-08-11 09:22:52.674 7 INFO neutron.services.segments.plugin [-] Segment c9804bbd-d388-485c-bf67-37cb62e9788d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9804bbd-d388-485c-bf67-37cb62e9788d found for delete ", "request_id": "req-b137cb1b-a62d-4fd5-8264-85ddd4c986a2"}]} [pid: 8|app: 0|req: 524/1006] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/subnets?id=f02b23df-382f-4823-922c-d4f3fde39b66 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1007] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:52 2026] DELETE /v2.0/networks/43fad281-8249-4bbc-a5cf-2306c35939b3 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1008] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/ports?network_id=054683d1-ed9f-4746-ad21-f9a142a36bb1&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1009] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?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: 527/1010] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:52 2026] GET /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1?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: 484/1011] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:52 2026] DELETE /v2.0/networks/e4b1b82e-35d2-459d-ae5f-134ae76b1366 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:52.963 7 INFO neutron.db.segments_db [None req-9a3ee1be-c18d-462e-a4a6-4a7b92fda9f9 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment 304966f6-1802-4b52-aba1-8b731a1c75ff of type vxlan for network c4a69eae-f80a-40ef-8e37-b4fe1232e2d1 [pid: 7|app: 0|req: 485/1012] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:52 2026] POST /v2.0/networks => generated 611 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1013] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:53 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:53.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c4bea9d-1429-4646-b32e-4a14ee45e99b ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: c7a8de94-c19a-4bbc-8d8b-8e3ac609112c 2026-08-11 09:22:53.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c4bea9d-1429-4646-b32e-4a14ee45e99b ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: c7a8de94-c19a-4bbc-8d8b-8e3ac609112c [pid: 7|app: 0|req: 487/1014] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:53 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1015] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:53 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&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-08-11 09:22:53.408 7 INFO neutron.db.segments_db [None req-5016fe44-0d81-4b2c-a1b0-48714ef9998a c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment c33d33d4-3eb5-4e36-8c0f-02349a5f4c39 of type vxlan for network 67d23f41-1f75-453b-ba42-5715bbede772 2026-08-11 09:22:53.652 7 INFO neutron.db.l3_hamode_db [None req-5016fe44-0d81-4b2c-a1b0-48714ef9998a c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:22:53.762 7 INFO neutron.db.l3_hamode_db [None req-5016fe44-0d81-4b2c-a1b0-48714ef9998a c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 528/1016] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:22:52 2026] PUT /v2.0/routers/17c2b266-60e5-43b8-8bfa-7b2d107c60c2/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1017] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:53 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1018] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:53 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:54.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ccbf853-7f9d-470b-b80c-6a3db3a313bb ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 7054956f-57db-4797-85c1-c03c199444c9 2026-08-11 09:22:54.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ccbf853-7f9d-470b-b80c-6a3db3a313bb ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 7054956f-57db-4797-85c1-c03c199444c9 [pid: 7|app: 0|req: 489/1019] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:53 2026] POST /v2.0/routers => generated 507 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:54.682 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ccbf853-7f9d-470b-b80c-6a3db3a313bb ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 28e76f9f-af08-4cd0-ae37-36b54f44dbeb 2026-08-11 09:22:54.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ccbf853-7f9d-470b-b80c-6a3db3a313bb ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 28e76f9f-af08-4cd0-ae37-36b54f44dbeb 2026-08-11 09:22:54.720 7 INFO neutron.services.segments.plugin [-] Segment ec12362a-5f55-4343-abe4-48c9443f504c resource provider aggregate not found 2026-08-11 09:22:54.731 7 INFO neutron.services.segments.plugin [-] Segment ec12362a-5f55-4343-abe4-48c9443f504c resource provider aggregate not found 2026-08-11 09:22:54.762 7 INFO neutron.services.segments.plugin [-] Segment ec12362a-5f55-4343-abe4-48c9443f504c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec12362a-5f55-4343-abe4-48c9443f504c found for delete ", "request_id": "req-8a926d0e-e0e2-4cab-a902-c386ebf881c2"}]} 2026-08-11 09:22:54.764 7 INFO neutron.services.segments.plugin [-] Segment ec12362a-5f55-4343-abe4-48c9443f504c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec12362a-5f55-4343-abe4-48c9443f504c found for delete ", "request_id": "req-81e0bf3e-5828-47c7-bef7-cdea372d2982"}]} 2026-08-11 09:22:55.097 7 INFO neutron.db.l3_db [None req-855f1bf6-343d-41c4-a2e0-0388663846c1 8c1e447df4944d3188cc0b20bbb9cef2 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] Floating IP a78f8084-21bc-4b7f-bc3f-c66f7b936564 associated. External IP: 10.96.250.204, port: 426b8589-1a9a-4bfe-bdb9-38476178d13d. 2026-08-11 09:22:55.100 8 INFO neutron.services.segments.plugin [-] Segment d443314a-f97d-47af-a5f9-fdfa4ae736b1 resource provider aggregate not found 2026-08-11 09:22:55.105 8 INFO neutron.services.segments.plugin [-] Segment d443314a-f97d-47af-a5f9-fdfa4ae736b1 resource provider aggregate not found 2026-08-11 09:22:55.123 8 INFO neutron.db.l3_hamode_db [None req-8ccbf853-7f9d-470b-b80c-6a3db3a313bb ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network 0f061a66-873e-4f3f-8e97-3d071cb1b0b9 was deleted as no HA routers are present in tenant a388a6d8cdb246339a6f305dcb958825. 2026-08-11 09:22:55.128 8 INFO neutron.services.segments.plugin [-] Segment d443314a-f97d-47af-a5f9-fdfa4ae736b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d443314a-f97d-47af-a5f9-fdfa4ae736b1 found for delete ", "request_id": "req-c833ea13-5692-4d88-a136-649d12d96399"}]} 2026-08-11 09:22:55.131 8 INFO neutron.services.segments.plugin [-] Segment d443314a-f97d-47af-a5f9-fdfa4ae736b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d443314a-f97d-47af-a5f9-fdfa4ae736b1 found for delete ", "request_id": "req-6ef4b356-5dd5-4d90-9d67-a53948d92bc5"}]} [pid: 8|app: 0|req: 531/1020] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:54 2026] DELETE /v2.0/routers/17c2b266-60e5-43b8-8bfa-7b2d107c60c2 => generated 0 bytes in 1114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1021] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:55 2026] GET /v2.0/security-groups?id=19104806-00d3-429f-918b-f50ae431d11b&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1022] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:22:54 2026] PUT /v2.0/floatingips/a78f8084-21bc-4b7f-bc3f-c66f7b936564 => generated 855 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:55.526 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-99bcdadc-1218-482b-8ffe-d16966dfd6e3'] response: {'name': 'network-changed', 'server_uuid': 'a49aa108-8caf-472b-9c34-01d91cb447c9', 'tag': '426b8589-1a9a-4bfe-bdb9-38476178d13d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 491/1023] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:22:55 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1024] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:22:55 2026] POST /v2.0/ports => generated 947 bytes in 473 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: 492/1025] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:55 2026] DELETE /v2.0/subnets/f92ca7bf-4790-487b-bcb9-b9b876fd705f => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1026] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:55 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:55.804 7 INFO neutron_taas.services.taas.taas_plugin [req-4eb9c219-df0a-4874-8b5d-a5098b190bad req-0bb7910e-1138-4a67-9713-2bcf49455921 d530ed5115394a0cb080f601b8f1c8b2 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] TaaS: Handle Delete Port: 6d045833-c575-4326-b8cf-7da9661c4444 2026-08-11 09:22:55.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4eb9c219-df0a-4874-8b5d-a5098b190bad req-0bb7910e-1138-4a67-9713-2bcf49455921 d530ed5115394a0cb080f601b8f1c8b2 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] Tap Mirror: Handle Delete Port: 6d045833-c575-4326-b8cf-7da9661c4444 2026-08-11 09:22:56.022 7 INFO neutron.db.l3_db [req-4eb9c219-df0a-4874-8b5d-a5098b190bad req-0bb7910e-1138-4a67-9713-2bcf49455921 d530ed5115394a0cb080f601b8f1c8b2 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] Floating IP 9111c5e2-094e-42c2-b28a-a5777b1587af disassociated. External IP: 10.96.250.210, port: 6d045833-c575-4326-b8cf-7da9661c4444. [pid: 7|app: 0|req: 493/1027] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:22:55 2026] DELETE /v2.0/ports/6d045833-c575-4326-b8cf-7da9661c4444 => generated 0 bytes in 752 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:56.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e7662b0-5f37-4710-95ee-0350a7050ff9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: f7af1bca-6ab5-4912-ad11-feaeb8d761a9 2026-08-11 09:22:56.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7662b0-5f37-4710-95ee-0350a7050ff9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: f7af1bca-6ab5-4912-ad11-feaeb8d761a9 2026-08-11 09:22:56.812 7 INFO neutron.services.segments.plugin [-] Segment e5870677-eaed-4a98-a314-ae4853e92535 resource provider aggregate not found 2026-08-11 09:22:56.822 7 INFO neutron.services.segments.plugin [-] Segment e5870677-eaed-4a98-a314-ae4853e92535 resource provider aggregate not found 2026-08-11 09:22:56.835 7 INFO neutron.services.segments.plugin [-] Segment e5870677-eaed-4a98-a314-ae4853e92535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5870677-eaed-4a98-a314-ae4853e92535 found for delete ", "request_id": "req-cc77067b-fae4-42ae-906b-44b3d4fe9a03"}]} 2026-08-11 09:22:56.843 7 INFO neutron.services.segments.plugin [-] Segment e5870677-eaed-4a98-a314-ae4853e92535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5870677-eaed-4a98-a314-ae4853e92535 found for delete ", "request_id": "req-5e9e9bc8-eeb2-4a76-bdff-e7d5577146ed"}]} [pid: 7|app: 0|req: 494/1028] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:56 2026] DELETE /v2.0/networks/d6e19d2c-5011-4d85-91f0-3a27deb130c7 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1029] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:56 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&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: 7|app: 0|req: 496/1030] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:22:56 2026] GET /v2.0/ports?tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2&device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1031] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:56 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => 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: 535/1032] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:22:55 2026] PUT /v2.0/routers/c9fcf30c-d698-49d5-88a6-6b9485b21028/add_router_interface => generated 309 bytes in 1284 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: 498/1033] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:22:56 2026] GET /v2.0/networks?id=dcf5ec98-406e-4a60-9922-faffdb74adec => generated 765 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1034] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/ports/6ed6ffaf-cc1d-40f3-9bcb-c119504c99e2 => generated 1021 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1035] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=426b8589-1a9a-4bfe-bdb9-38476178d13d => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1036] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/security-groups?tenant_id=a388a6d8cdb246339a6f305dcb958825&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: 501/1037] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/subnets?id=92d0ceb1-88e4-498e-bdf7-40969680464d => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1038] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:22:57 2026] DELETE /v2.0/security-groups/b60e4bcb-0198-475d-99f3-e2e185d9b419 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1039] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/ports?network_id=dcf5ec98-406e-4a60-9922-faffdb74adec&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1040] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1041] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/networks/dcf5ec98-406e-4a60-9922-faffdb74adec?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1042] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1043] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:22:57 2026] GET /v2.0/networks/dcf5ec98-406e-4a60-9922-faffdb74adec?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-08-11 09:22:57.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1b8a574-62c2-4691-9383-88e427fc3107 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: 6ed6ffaf-cc1d-40f3-9bcb-c119504c99e2 2026-08-11 09:22:57.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1b8a574-62c2-4691-9383-88e427fc3107 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: 6ed6ffaf-cc1d-40f3-9bcb-c119504c99e2 2026-08-11 09:22:57.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cf9d8ce-890b-4d4f-b305-25f115bf11e6'] response: {'server_uuid': 'aa599c26-ef5e-4241-a4fd-664924f8f335', 'name': 'network-vif-deleted', 'tag': '6d045833-c575-4326-b8cf-7da9661c4444', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 537/1044] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:22:57 2026] PUT /v2.0/routers/c9fcf30c-d698-49d5-88a6-6b9485b21028/remove_router_interface => generated 309 bytes in 888 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: 538/1045] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:58 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:58.122 7 INFO neutron.api.v2.resource [None req-5b6b9dc9-5071-489d-b429-9ac9b813cb07 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 508/1046] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:22:57 2026] PUT /v2.0/routers/c9fcf30c-d698-49d5-88a6-6b9485b21028/remove_router_interface => generated 197 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1047] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:22:58 2026] GET /v2.0/ports?device_id=c9fcf30c-d698-49d5-88a6-6b9485b21028 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:22:58.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-2faa315b-07d2-4cd0-8d80-d902bf8865b6 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: aac19cda-62e1-496f-9a92-e1bf5ac5e702 2026-08-11 09:22:58.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2faa315b-07d2-4cd0-8d80-d902bf8865b6 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: aac19cda-62e1-496f-9a92-e1bf5ac5e702 [pid: 8|app: 0|req: 540/1048] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:58 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 541/1049] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:58 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&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-08-11 09:22:58.764 7 INFO neutron.db.l3_hamode_db [None req-2faa315b-07d2-4cd0-8d80-d902bf8865b6 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] HA network 67d23f41-1f75-453b-ba42-5715bbede772 was deleted as no HA routers are present in tenant bf163ea9734a4e4faaceb72a7b128275. [pid: 7|app: 0|req: 509/1050] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:58 2026] DELETE /v2.0/routers/c9fcf30c-d698-49d5-88a6-6b9485b21028 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:22:58.864 7 INFO neutron.services.segments.plugin [-] Segment c33d33d4-3eb5-4e36-8c0f-02349a5f4c39 resource provider aggregate not found 2026-08-11 09:22:58.868 7 INFO neutron.services.segments.plugin [-] Segment c33d33d4-3eb5-4e36-8c0f-02349a5f4c39 resource provider aggregate not found 2026-08-11 09:22:58.882 7 INFO neutron.services.segments.plugin [-] Segment c33d33d4-3eb5-4e36-8c0f-02349a5f4c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c33d33d4-3eb5-4e36-8c0f-02349a5f4c39 found for delete ", "request_id": "req-50053a73-af6e-4516-80ec-0af3bbecf443"}]} 2026-08-11 09:22:58.885 7 INFO neutron.services.segments.plugin [-] Segment c33d33d4-3eb5-4e36-8c0f-02349a5f4c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c33d33d4-3eb5-4e36-8c0f-02349a5f4c39 found for delete ", "request_id": "req-f88576c8-afe0-40ec-9f32-55a4c0c48022"}]} [pid: 8|app: 0|req: 542/1051] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:22:58 2026] DELETE /v2.0/subnets/c27cbcd4-240d-4e80-91d4-94e6f610f699 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1052] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:22:58 2026] DELETE /v2.0/networks/c4a69eae-f80a-40ef-8e37-b4fe1232e2d1 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:22:59.133 8 INFO neutron.db.segments_db [None req-f6e0b755-1ced-4970-b786-6fecaccf188a c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment 1779a9a5-f1c3-45c5-9d28-47ad83408563 of type vxlan for network 8dc0ac80-6695-4e4c-8289-1f6858807add [pid: 7|app: 0|req: 511/1053] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:59 2026] GET /v2.0/ports?device_id=aa599c26-ef5e-4241-a4fd-664924f8f335 => 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: 543/1054] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:22:59 2026] POST /v2.0/networks => generated 610 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1055] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:59 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:22:59.485 8 INFO neutron.db.segments_db [None req-026b3de4-b114-42e3-8377-8e227db07b70 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment 59a53c38-92f3-44a1-96cf-7989e6561474 of type vxlan for network b7ec5aee-565b-493f-9d2a-5c66f070af22 2026-08-11 09:22:59.729 8 INFO neutron.db.l3_hamode_db [None req-026b3de4-b114-42e3-8377-8e227db07b70 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 513/1056] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:22:59 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1059] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:22:59 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1060] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:22:59 2026] GET /v2.0/security-groups?id=33058e8b-4346-405d-878b-6313e79c50c8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:22:59.892 8 INFO neutron.db.l3_hamode_db [None req-026b3de4-b114-42e3-8377-8e227db07b70 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:22:59.911 7 INFO neutron_taas.services.taas.taas_plugin [req-d0f64910-0096-4104-b6bb-22b29d6084ea req-e807f912-dd48-4f19-8092-39f807c85ed7 8c1e447df4944d3188cc0b20bbb9cef2 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] TaaS: Handle Delete Port: 426b8589-1a9a-4bfe-bdb9-38476178d13d 2026-08-11 09:22:59.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d0f64910-0096-4104-b6bb-22b29d6084ea req-e807f912-dd48-4f19-8092-39f807c85ed7 8c1e447df4944d3188cc0b20bbb9cef2 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] Tap Mirror: Handle Delete Port: 426b8589-1a9a-4bfe-bdb9-38476178d13d 2026-08-11 09:23:00.011 7 INFO neutron.db.l3_db [req-d0f64910-0096-4104-b6bb-22b29d6084ea req-e807f912-dd48-4f19-8092-39f807c85ed7 8c1e447df4944d3188cc0b20bbb9cef2 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] Floating IP a78f8084-21bc-4b7f-bc3f-c66f7b936564 disassociated. External IP: 10.96.250.204, port: 426b8589-1a9a-4bfe-bdb9-38476178d13d. [pid: 7|app: 0|req: 518/1061] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:22:59 2026] DELETE /v2.0/ports/426b8589-1a9a-4bfe-bdb9-38476178d13d => generated 0 bytes in 541 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:00.400 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6872bbef-7463-45c4-906e-5f04ba98809b'] response: {'server_uuid': 'a49aa108-8caf-472b-9c34-01d91cb447c9', 'name': 'network-vif-deleted', 'tag': '426b8589-1a9a-4bfe-bdb9-38476178d13d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 519/1062] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:00 2026] DELETE /v2.0/security-groups/19104806-00d3-429f-918b-f50ae431d11b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:00.471 7 INFO neutron.api.v2.resource [None req-a978dc20-200d-4388-891a-78535053b85e d530ed5115394a0cb080f601b8f1c8b2 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 520/1063] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:23:00 2026] GET /v2.0/security-groups/19104806-00d3-429f-918b-f50ae431d11b => 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: 544/1064] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:22:59 2026] POST /v2.0/routers => generated 507 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:00.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7fdfe56-9ff4-4d1c-bfba-66cd4ea52c43 d530ed5115394a0cb080f601b8f1c8b2 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] TaaS: Handle Delete Port: 0c9b1da2-5dfd-4fac-abde-7d654c65b689 2026-08-11 09:23:00.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7fdfe56-9ff4-4d1c-bfba-66cd4ea52c43 d530ed5115394a0cb080f601b8f1c8b2 7fe952d9ada846868b1b8f7f5d0d38b8 - - default default] Tap Mirror: Handle Delete Port: 0c9b1da2-5dfd-4fac-abde-7d654c65b689 [pid: 7|app: 0|req: 521/1065] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:00 2026] DELETE /v2.0/floatingips/9111c5e2-094e-42c2-b28a-a5777b1587af => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:00.916 7 INFO neutron.services.segments.plugin [-] Segment 304966f6-1802-4b52-aba1-8b731a1c75ff resource provider aggregate not found 2026-08-11 09:23:00.922 7 INFO neutron.services.segments.plugin [-] Segment 304966f6-1802-4b52-aba1-8b731a1c75ff resource provider aggregate not found 2026-08-11 09:23:00.942 7 INFO neutron.services.segments.plugin [-] Segment 304966f6-1802-4b52-aba1-8b731a1c75ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 304966f6-1802-4b52-aba1-8b731a1c75ff found for delete ", "request_id": "req-f1d91b07-7c39-4ea5-9b24-ee40fc66e3be"}]} 2026-08-11 09:23:00.950 7 INFO neutron.services.segments.plugin [-] Segment 304966f6-1802-4b52-aba1-8b731a1c75ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 304966f6-1802-4b52-aba1-8b731a1c75ff found for delete ", "request_id": "req-b4866bdb-87de-4041-a12b-9b9001f29e59"}]} 2026-08-11 09:23:01.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e77d84f-d893-493f-b007-0ccefcc9f871 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: fbc83ddc-1a38-4739-ac15-dc046379bea0 2026-08-11 09:23:01.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e77d84f-d893-493f-b007-0ccefcc9f871 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: fbc83ddc-1a38-4739-ac15-dc046379bea0 [pid: 8|app: 0|req: 545/1066] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:23:00 2026] PUT /v2.0/routers/162b70ac-889d-4106-973e-067fbc827550/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1067] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:01 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => 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: 522/1068] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:00 2026] PUT /v2.0/routers/d5366d7c-b010-4b7f-954e-2a39be50ddde/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1069] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:01 2026] GET /v2.0/ports/fdec08e3-3a39-47a7-b095-6416279ce96a => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1070] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:01 2026] GET /v2.0/security-groups?tenant_id=501f9405c1e2448fa67a63b7bc569bd4&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:02.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ac3c3e-a6a0-4b1a-9276-fb3092bf6989 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 40a25bd5-a83d-4807-b852-2202b4bf8615 2026-08-11 09:23:02.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ac3c3e-a6a0-4b1a-9276-fb3092bf6989 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 40a25bd5-a83d-4807-b852-2202b4bf8615 2026-08-11 09:23:02.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c6f07bf-07a3-42d8-bb8e-dc4e69391ffb c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: fdec08e3-3a39-47a7-b095-6416279ce96a 2026-08-11 09:23:02.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c6f07bf-07a3-42d8-bb8e-dc4e69391ffb c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: fdec08e3-3a39-47a7-b095-6416279ce96a 2026-08-11 09:23:02.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ac3c3e-a6a0-4b1a-9276-fb3092bf6989 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 941842aa-4994-4927-9b1b-e3245d6340c4 2026-08-11 09:23:02.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ac3c3e-a6a0-4b1a-9276-fb3092bf6989 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 941842aa-4994-4927-9b1b-e3245d6340c4 2026-08-11 09:23:02.710 7 INFO neutron.db.l3_hamode_db [None req-13ac3c3e-a6a0-4b1a-9276-fb3092bf6989 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network ee865efe-d6d6-4d65-9d5e-e661d8e7c7c2 was deleted as no HA routers are present in tenant 7fe952d9ada846868b1b8f7f5d0d38b8. [pid: 7|app: 0|req: 524/1071] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:01 2026] DELETE /v2.0/routers/d5366d7c-b010-4b7f-954e-2a39be50ddde => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1072] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:01 2026] PUT /v2.0/routers/162b70ac-889d-4106-973e-067fbc827550/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1073] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:02 2026] DELETE /v2.0/security-groups/958e5fc9-5bee-4ce0-8c78-73f433bcd47e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1074] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:02 2026] GET /v2.0/ports?device_id=a49aa108-8caf-472b-9c34-01d91cb447c9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1075] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:02 2026] GET /v2.0/ports?device_id=162b70ac-889d-4106-973e-067fbc827550 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:02.976 7 INFO neutron.services.segments.plugin [-] Segment 9d6f406c-1f49-4635-aec2-40f9d38f6245 resource provider aggregate not found 2026-08-11 09:23:02.987 7 INFO neutron.services.segments.plugin [-] Segment 9d6f406c-1f49-4635-aec2-40f9d38f6245 resource provider aggregate not found 2026-08-11 09:23:02.997 7 INFO neutron.services.segments.plugin [-] Segment 9d6f406c-1f49-4635-aec2-40f9d38f6245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d6f406c-1f49-4635-aec2-40f9d38f6245 found for delete ", "request_id": "req-a3d3bf63-5eb7-49a4-97b8-72a1ed4caae6"}]} [pid: 8|app: 0|req: 549/1076] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:02 2026] DELETE /v2.0/subnets/f02b23df-382f-4823-922c-d4f3fde39b66 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:03.014 7 INFO neutron.services.segments.plugin [-] Segment 9d6f406c-1f49-4635-aec2-40f9d38f6245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d6f406c-1f49-4635-aec2-40f9d38f6245 found for delete ", "request_id": "req-e529823f-6662-45c0-9ec6-f58a5c614133"}]} 2026-08-11 09:23:03.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d209ff3-f0c7-4200-a858-0383110c21f9 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: aa074d1a-8e48-4e45-99c1-d63f96c3f7eb 2026-08-11 09:23:03.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d209ff3-f0c7-4200-a858-0383110c21f9 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: aa074d1a-8e48-4e45-99c1-d63f96c3f7eb [pid: 8|app: 0|req: 550/1077] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:03 2026] GET /v2.0/security-groups?tenant_id=076c416d12c74d7f8f4ba6c6959e462b&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:03.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a96a24a-240e-4450-a4e7-ef397ab9ff4a ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 6e9ef5e6-eec7-440a-a541-5127d9548aea 2026-08-11 09:23:03.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a96a24a-240e-4450-a4e7-ef397ab9ff4a ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 6e9ef5e6-eec7-440a-a541-5127d9548aea 2026-08-11 09:23:03.476 8 INFO neutron.services.segments.plugin [-] Segment 5b22ec3a-f1ce-4e8d-bbb0-37567d763d8e resource provider aggregate not found 2026-08-11 09:23:03.483 8 INFO neutron.services.segments.plugin [-] Segment 5b22ec3a-f1ce-4e8d-bbb0-37567d763d8e resource provider aggregate not found 2026-08-11 09:23:03.493 8 INFO neutron.services.segments.plugin [-] Segment 5b22ec3a-f1ce-4e8d-bbb0-37567d763d8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b22ec3a-f1ce-4e8d-bbb0-37567d763d8e found for delete ", "request_id": "req-152a44ab-f2e9-433a-9f45-9c5cb479ca88"}]} 2026-08-11 09:23:03.505 8 INFO neutron.services.segments.plugin [-] Segment 5b22ec3a-f1ce-4e8d-bbb0-37567d763d8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b22ec3a-f1ce-4e8d-bbb0-37567d763d8e found for delete ", "request_id": "req-e1f1a8b6-3c47-4333-8612-ca634d6d3ef9"}]} [pid: 8|app: 0|req: 551/1078] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:03 2026] DELETE /v2.0/networks/054683d1-ed9f-4746-ad21-f9a142a36bb1 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:03.591 7 INFO neutron.db.l3_hamode_db [None req-8d209ff3-f0c7-4200-a858-0383110c21f9 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] HA network b7ec5aee-565b-493f-9d2a-5c66f070af22 was deleted as no HA routers are present in tenant bf163ea9734a4e4faaceb72a7b128275. [pid: 7|app: 0|req: 528/1079] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:02 2026] DELETE /v2.0/routers/162b70ac-889d-4106-973e-067fbc827550 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1080] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:03 2026] DELETE /v2.0/security-groups/b8ba63f3-0649-4922-b387-f2069fc41c4d => 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: 553/1081] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:03 2026] GET /v2.0/security-groups?tenant_id=7fe952d9ada846868b1b8f7f5d0d38b8&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1082] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:03 2026] DELETE /v2.0/subnets/9e84af4e-98f0-4cef-bc6d-4e39f07435f0 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1083] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:03 2026] DELETE /v2.0/security-groups/2d0d0e83-857e-435a-b88e-949993ec4e17 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1084] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:03 2026] DELETE /v2.0/networks/8dc0ac80-6695-4e4c-8289-1f6858807add => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:03.976 8 INFO neutron.db.segments_db [None req-4f7cbadd-c1f2-42b0-a849-55ec3df47b3b c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Added segment 43fc1d36-0a9e-4586-9c63-931504fd6310 of type vxlan for network 8a7cb129-0377-42d4-9f8f-d6291a472c39 [pid: 7|app: 0|req: 531/1085] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:03 2026] DELETE /v2.0/security-groups/33058e8b-4346-405d-878b-6313e79c50c8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:04.112 7 INFO neutron.api.v2.resource [None req-912bd99d-b966-45f4-84bf-9951d7b1f12e 8c1e447df4944d3188cc0b20bbb9cef2 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1086] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:23:04 2026] GET /v2.0/security-groups/33058e8b-4346-405d-878b-6313e79c50c8 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:04.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-6776fa03-7f7b-4fa0-a415-ce5ca200451e 8c1e447df4944d3188cc0b20bbb9cef2 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] TaaS: Handle Delete Port: e44ba37f-62cb-4b8a-bf30-30e5e6c68d59 2026-08-11 09:23:04.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6776fa03-7f7b-4fa0-a415-ce5ca200451e 8c1e447df4944d3188cc0b20bbb9cef2 bac383bcc0f14bf885a6dbcbaf9524a2 - - default default] Tap Mirror: Handle Delete Port: e44ba37f-62cb-4b8a-bf30-30e5e6c68d59 2026-08-11 09:23:04.247 8 INFO neutron.db.l3_hamode_db [None req-4f7cbadd-c1f2-42b0-a849-55ec3df47b3b c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 533/1087] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:04 2026] DELETE /v2.0/floatingips/a78f8084-21bc-4b7f-bc3f-c66f7b936564 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:04.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-db5ef710-0afc-4095-ad23-db3e3b75374e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 594e5959-2c26-43d5-9c22-dd51c3d11e42 2026-08-11 09:23:04.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db5ef710-0afc-4095-ad23-db3e3b75374e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 594e5959-2c26-43d5-9c22-dd51c3d11e42 2026-08-11 09:23:05.029 7 INFO neutron.services.segments.plugin [-] Segment 59a53c38-92f3-44a1-96cf-7989e6561474 resource provider aggregate not found 2026-08-11 09:23:05.041 7 INFO neutron.services.segments.plugin [-] Segment 59a53c38-92f3-44a1-96cf-7989e6561474 resource provider aggregate not found 2026-08-11 09:23:05.052 7 INFO neutron.services.segments.plugin [-] Segment 59a53c38-92f3-44a1-96cf-7989e6561474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59a53c38-92f3-44a1-96cf-7989e6561474 found for delete ", "request_id": "req-b6b80250-4591-4391-95df-f85e986584a8"}]} 2026-08-11 09:23:05.062 7 INFO neutron.services.segments.plugin [-] Segment 59a53c38-92f3-44a1-96cf-7989e6561474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59a53c38-92f3-44a1-96cf-7989e6561474 found for delete ", "request_id": "req-00d916be-ad23-4b02-a690-0864bdd22d3f"}]} 2026-08-11 09:23:05.073 7 INFO neutron.services.segments.plugin [-] Segment 1779a9a5-f1c3-45c5-9d28-47ad83408563 resource provider aggregate not found 2026-08-11 09:23:05.094 7 INFO neutron.services.segments.plugin [-] Segment 1779a9a5-f1c3-45c5-9d28-47ad83408563 resource provider aggregate not found 2026-08-11 09:23:05.096 7 INFO neutron.services.segments.plugin [-] Segment 1779a9a5-f1c3-45c5-9d28-47ad83408563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1779a9a5-f1c3-45c5-9d28-47ad83408563 found for delete ", "request_id": "req-c5da0cb3-749e-4eb9-937d-c1c5b4a50f8f"}]} 2026-08-11 09:23:05.119 7 INFO neutron.services.segments.plugin [-] Segment 1779a9a5-f1c3-45c5-9d28-47ad83408563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1779a9a5-f1c3-45c5-9d28-47ad83408563 found for delete ", "request_id": "req-aa73a9ec-7d62-4a9e-81d0-3d0945f61189"}]} [pid: 7|app: 0|req: 534/1088] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:04 2026] PUT /v2.0/routers/f00a4f0e-c8a9-4e97-a465-8b6ea2ebdd25/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:05.520 8 INFO neutron.db.l3_hamode_db [None req-4f7cbadd-c1f2-42b0-a849-55ec3df47b3b c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:23:05.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-e12359b0-67c6-4b36-a4fc-5d19bb8107b9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 214a1acd-9d4b-4735-af1d-c019cf26315f 2026-08-11 09:23:05.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e12359b0-67c6-4b36-a4fc-5d19bb8107b9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 214a1acd-9d4b-4735-af1d-c019cf26315f 2026-08-11 09:23:06.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-e12359b0-67c6-4b36-a4fc-5d19bb8107b9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: d095a918-410b-4110-af23-ddcafc5eb97e 2026-08-11 09:23:06.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e12359b0-67c6-4b36-a4fc-5d19bb8107b9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: d095a918-410b-4110-af23-ddcafc5eb97e 2026-08-11 09:23:06.455 7 INFO neutron.db.l3_hamode_db [None req-e12359b0-67c6-4b36-a4fc-5d19bb8107b9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network dd0daf06-dbdd-437c-8130-ac8f5ffad867 was deleted as no HA routers are present in tenant bac383bcc0f14bf885a6dbcbaf9524a2. [pid: 7|app: 0|req: 535/1089] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:05 2026] DELETE /v2.0/routers/f00a4f0e-c8a9-4e97-a465-8b6ea2ebdd25 => generated 0 bytes in 1007 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1090] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:06 2026] DELETE /v2.0/subnets/92d0ceb1-88e4-498e-bdf7-40969680464d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1091] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:03 2026] POST /v2.0/routers => generated 687 bytes in 2723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1092] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:23:06 2026] GET /v2.0/routers/62296d4c-a3c5-4100-a2d0-fc743ff19922 => generated 693 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:06.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b377ba3-3d2e-463d-b9f0-c0eb62f0b0da ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 737f2cc2-2d13-4bae-a7a5-6e6db0d578c1 2026-08-11 09:23:06.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b377ba3-3d2e-463d-b9f0-c0eb62f0b0da ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 737f2cc2-2d13-4bae-a7a5-6e6db0d578c1 [pid: 8|app: 0|req: 557/1093] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:23:06 2026] GET /v2.0/routers => generated 696 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1094] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:06 2026] DELETE /v2.0/networks/dcf5ec98-406e-4a60-9922-faffdb74adec => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:07.118 7 INFO neutron.services.segments.plugin [-] Segment eb5bf39a-d05b-4c2f-a5cf-c9bca6bd22e1 resource provider aggregate not found 2026-08-11 09:23:07.143 7 INFO neutron.services.segments.plugin [-] Segment eb5bf39a-d05b-4c2f-a5cf-c9bca6bd22e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5bf39a-d05b-4c2f-a5cf-c9bca6bd22e1 found for delete ", "request_id": "req-cebb6389-980a-4702-8236-a44ca9b3fccb"}]} 2026-08-11 09:23:07.143 7 INFO neutron.services.segments.plugin [-] Segment eb5bf39a-d05b-4c2f-a5cf-c9bca6bd22e1 resource provider aggregate not found 2026-08-11 09:23:07.161 7 INFO neutron.services.segments.plugin [-] Segment 2f0c0a35-1fa0-4522-a716-d4d4e9f1ed52 resource provider aggregate not found 2026-08-11 09:23:07.165 7 INFO neutron.services.segments.plugin [-] Segment eb5bf39a-d05b-4c2f-a5cf-c9bca6bd22e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5bf39a-d05b-4c2f-a5cf-c9bca6bd22e1 found for delete ", "request_id": "req-fcedd20e-0af4-47a3-883d-93f86f41be33"}]} 2026-08-11 09:23:07.177 7 INFO neutron.services.segments.plugin [-] Segment 2f0c0a35-1fa0-4522-a716-d4d4e9f1ed52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f0c0a35-1fa0-4522-a716-d4d4e9f1ed52 found for delete ", "request_id": "req-a46556cd-1ded-4272-8ec7-74d63bf235d2"}]} 2026-08-11 09:23:07.183 7 INFO neutron.services.segments.plugin [-] Segment 2f0c0a35-1fa0-4522-a716-d4d4e9f1ed52 resource provider aggregate not found 2026-08-11 09:23:07.197 7 INFO neutron.services.segments.plugin [-] Segment 2f0c0a35-1fa0-4522-a716-d4d4e9f1ed52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f0c0a35-1fa0-4522-a716-d4d4e9f1ed52 found for delete ", "request_id": "req-70ac90af-a95c-4c02-9b40-9d0c639c2e99"}]} [pid: 8|app: 0|req: 558/1095] 10.0.0.210 () {34 vars in 741 bytes} [Tue Aug 11 09:23:06 2026] PUT /v2.0/routers/62296d4c-a3c5-4100-a2d0-fc743ff19922 => generated 700 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1096] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:07 2026] GET /v2.0/security-groups?tenant_id=bac383bcc0f14bf885a6dbcbaf9524a2&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1097] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:07 2026] GET /v2.0/security-groups?tenant_id=313da5f043c74cf58dac4a907d036bf4&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: 560/1098] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:23:07 2026] GET /v2.0/routers/62296d4c-a3c5-4100-a2d0-fc743ff19922 => generated 700 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1099] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:07 2026] DELETE /v2.0/security-groups/7b7f9f6a-0e75-4d2d-adbd-fc7689038309 => 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: 540/1100] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:07 2026] GET /v2.0/ports?device_id=62296d4c-a3c5-4100-a2d0-fc743ff19922 => 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: 561/1101] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:07 2026] DELETE /v2.0/security-groups/e4a8b843-32cf-4171-bec1-7c8dbc021710 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:07.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-17a8750e-cc21-4ffd-969f-53d47d788701 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: 260cc99f-e3f8-4ca7-8461-da983d74a54c 2026-08-11 09:23:07.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17a8750e-cc21-4ffd-969f-53d47d788701 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: 260cc99f-e3f8-4ca7-8461-da983d74a54c 2026-08-11 09:23:07.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-17a8750e-cc21-4ffd-969f-53d47d788701 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] TaaS: Handle Delete Port: ebf4c7fc-ee13-4e92-950a-d938177566e9 2026-08-11 09:23:08.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17a8750e-cc21-4ffd-969f-53d47d788701 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] Tap Mirror: Handle Delete Port: ebf4c7fc-ee13-4e92-950a-d938177566e9 2026-08-11 09:23:08.312 7 INFO neutron.db.l3_hamode_db [None req-17a8750e-cc21-4ffd-969f-53d47d788701 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] HA network 8a7cb129-0377-42d4-9f8f-d6291a472c39 was deleted as no HA routers are present in tenant bf163ea9734a4e4faaceb72a7b128275. [pid: 7|app: 0|req: 541/1102] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:07 2026] DELETE /v2.0/routers/62296d4c-a3c5-4100-a2d0-fc743ff19922 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1103] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:08 2026] GET /v2.0/ports?device_id=62296d4c-a3c5-4100-a2d0-fc743ff19922 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:08.385 7 INFO neutron.api.v2.resource [None req-ee3cdc7c-d8a6-4f83-b973-16e54eb6db44 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 542/1104] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/routers/62296d4c-a3c5-4100-a2d0-fc743ff19922 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1105] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:08 2026] GET /v2.0/ports?device_id=162b70ac-889d-4106-973e-067fbc827550 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:08.444 7 INFO neutron.api.v2.resource [None req-eda52805-069a-44e8-a180-59a28d87e851 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 543/1106] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/routers/162b70ac-889d-4106-973e-067fbc827550 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:08.467 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c57c4be9-c1b8-4b0a-b4c4-289d73af8969 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1107] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/subnets/9e84af4e-98f0-4cef-bc6d-4e39f07435f0 => 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: 544/1108] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:08 2026] GET /v2.0/ports?device_id=c9fcf30c-d698-49d5-88a6-6b9485b21028 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:08.524 8 INFO neutron.api.v2.resource [None req-9adea471-fa32-40e9-8c6b-82b48eaa11a7 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1109] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/routers/c9fcf30c-d698-49d5-88a6-6b9485b21028 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:08.557 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3eb98441-f601-433c-a9a4-2cfe719d81f6 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1110] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/subnets/c27cbcd4-240d-4e80-91d4-94e6f610f699 => 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: 566/1111] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:08 2026] GET /v2.0/ports?device_id=e887c785-0cfa-4910-89ea-617fc5906265 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:08.615 7 INFO neutron.api.v2.resource [None req-4db4ae9d-d711-4d1c-a7e2-77857bc50607 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1112] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/routers/e887c785-0cfa-4910-89ea-617fc5906265 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:08.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63cb336c-8641-414f-a6cc-b6a3560fef06 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 567/1113] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/subnets/68346906-49c2-4862-b18b-8f3f9b35b651 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:08.656 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3fa9078b-8e53-4f0c-b9a7-d9a7240f99a3 c2d3023990c04ce1955eeedf04202f94 bf163ea9734a4e4faaceb72a7b128275 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1114] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:08 2026] DELETE /v2.0/subnets/4ae9bdd9-3e9c-4264-85ea-52207eee663c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:09.203 7 INFO neutron.services.segments.plugin [-] Segment 43fc1d36-0a9e-4586-9c63-931504fd6310 resource provider aggregate not found 2026-08-11 09:23:09.231 7 INFO neutron.services.segments.plugin [-] Segment 43fc1d36-0a9e-4586-9c63-931504fd6310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43fc1d36-0a9e-4586-9c63-931504fd6310 found for delete ", "request_id": "req-34cae106-a2f8-4f0e-ac71-ab5ed2b84c0a"}]} 2026-08-11 09:23:09.233 7 INFO neutron.services.segments.plugin [-] Segment 43fc1d36-0a9e-4586-9c63-931504fd6310 resource provider aggregate not found 2026-08-11 09:23:09.255 7 INFO neutron.services.segments.plugin [-] Segment 43fc1d36-0a9e-4586-9c63-931504fd6310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43fc1d36-0a9e-4586-9c63-931504fd6310 found for delete ", "request_id": "req-85793e8c-4c58-48c4-b730-de9d56a1f513"}]} [pid: 8|app: 0|req: 568/1115] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:09 2026] GET /v2.0/security-groups?tenant_id=bf163ea9734a4e4faaceb72a7b128275&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1116] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:09 2026] DELETE /v2.0/security-groups/8f1d84f3-22ca-4c24-9391-6aff8556351b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:09.655 7 INFO neutron.db.segments_db [None req-f453f953-18e2-4521-bf00-1c6beacd74e7 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 79f82d23-9d34-4b0c-94cc-75f506c56463 of type vxlan for network 377e93a6-37b9-43da-9719-b7bcea8a0d07 [pid: 7|app: 0|req: 548/1117] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:23:09 2026] POST /v2.0/networks => generated 724 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1118] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:09 2026] POST /v2.0/subnets => generated 690 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:10.035 7 INFO neutron.db.segments_db [None req-6c1914e7-47e1-4561-b9e6-048c871737a2 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment af501c95-abac-47e5-a008-8c0dc58492ef of type vxlan for network 6e3e2abd-8df8-45d3-b4f5-2c5e6001721c 2026-08-11 09:23:10.275 7 INFO neutron.db.l3_hamode_db [None req-6c1914e7-47e1-4561-b9e6-048c871737a2 ae1717e9d58944daa4114a13c298ff09 4735d95e6bb042d0a5e18ee16955b60b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 571/1119] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:10 2026] GET /v2.0/security-groups?tenant_id=a45be59926214fcfbc9deb71b3f9fda3&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1120] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:10 2026] DELETE /v2.0/security-groups/fa948d06-1640-4f78-9747-3ca0e68339b6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1121] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:10 2026] GET /v2.0/security-groups?tenant_id=43e2143bad294052bf9f6ebc7e5954eb&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1122] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:11 2026] DELETE /v2.0/security-groups/9836aa58-0bf8-4a2f-81c9-cbb10129ce17 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:11.184 7 INFO neutron.db.l3_hamode_db [None req-6c1914e7-47e1-4561-b9e6-048c871737a2 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 549/1123] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:09 2026] POST /v2.0/routers => generated 730 bytes in 2251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1124] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:12 2026] GET /v2.0/security-groups?tenant_id=a487d4f1f04d487aaaa3347a04ea577d&name=default => generated 2925 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1125] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:12 2026] DELETE /v2.0/security-groups/186568cf-335c-4d18-a722-9cc7e5ca98e0 => 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: 552/1126] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:13 2026] GET /v2.0/security-groups?tenant_id=86fccfb0363e43488e1ec10d750038ed&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1127] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:13 2026] DELETE /v2.0/security-groups/801f573e-97c7-4f90-9b58-60e2987bd688 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1128] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:23:12 2026] PUT /v2.0/routers/2cb2e32a-2d2a-4c3d-8d31-ae10bb3cc245/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1129] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:23:14 2026] POST /v2.0/security-groups => generated 1661 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1130] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:23:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1131] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:23:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1134] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:23:14 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1135] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:14 2026] GET /v2.0/security-groups?tenant_id=9b565d6d78bc40c99ef6296203e46fe6&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1136] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:15 2026] DELETE /v2.0/security-groups/fd6bd487-3eb8-483b-bf19-d36d6ec00538 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1137] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:15 2026] GET /v2.0/security-groups?tenant_id=92c7c0fe345f4cb2b65cb8239b9dd79d&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1138] 10.0.0.131 () {34 vars in 1100 bytes} [Tue Aug 11 09:23:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1059570566&fields=id&tenant_id=4735d95e6bb042d0a5e18ee16955b60b => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1139] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:23:15 2026] GET /v2.0/networks?id=377e93a6-37b9-43da-9719-b7bcea8a0d07 => generated 675 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1140] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:23:15 2026] GET /v2.0/quotas/4735d95e6bb042d0a5e18ee16955b60b => 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: 560/1141] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:15 2026] DELETE /v2.0/security-groups/e991ccda-6694-448e-abaa-2faeb72a4063 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1142] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:23:15 2026] GET /v2.0/ports?tenant_id=4735d95e6bb042d0a5e18ee16955b60b&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1143] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:23:16 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1144] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:23:16 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1145] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:16 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 584/1146] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:16 2026] GET /v2.0/security-groups?tenant_id=129fb36eb24d42df9ff9f261d3f6237b&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1147] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:16 2026] DELETE /v2.0/security-groups/43934e89-7528-4c28-9bc2-e7aeb83c7b15 => 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: 585/1148] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:17 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 564/1149] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:18 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 586/1150] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:19 2026] GET /v2.0/security-groups?tenant_id=d32ddda9ec3e425fa8690cae94ce5ba5&name=default => generated 2925 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1151] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:19 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 565/1152] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:19 2026] GET /v2.0/security-groups?tenant_id=f27f5183328b446a8716f4388a083da6&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1153] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:19 2026] DELETE /v2.0/security-groups/f37a16ab-2901-458a-bee5-345693fbe5b8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1154] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:19 2026] DELETE /v2.0/security-groups/c91899ea-0c56-473b-ac24-2ece9b4cf4dc => 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: 589/1155] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:20 2026] GET /v2.0/security-groups?tenant_id=ef2f0610334f45a5b0d9a2dfcd7ffb2a&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1156] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:20 2026] DELETE /v2.0/security-groups/07eede5c-e579-45e4-b5c2-c7dc8b24da0c => 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: 590/1157] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:23:20 2026] GET /v2.0/networks?id=377e93a6-37b9-43da-9719-b7bcea8a0d07 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1158] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:23:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4735d95e6bb042d0a5e18ee16955b60b => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1159] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:20 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1160] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:23:20 2026] POST /v2.0/ports => generated 954 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 570/1161] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:23:21 2026] PUT /v2.0/ports/3896821b-5cc6-43b2-9c49-b71f26eb5586 => generated 1235 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:21.745 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-28cee2aa-ccff-4486-ab03-7d94b8560241'] response: {'name': 'network-changed', 'server_uuid': '6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459', 'tag': '3896821b-5cc6-43b2-9c49-b71f26eb5586', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 592/1162] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:21 2026] GET /v2.0/security-groups?tenant_id=e44ef6df51b442e6af42c3135d823b91&name=default => generated 2925 bytes in 242 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: 571/1163] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:21 2026] DELETE /v2.0/security-groups/0e12fc97-1fdf-4a0f-869d-d4c903d01598 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1164] 10.0.0.210 () {32 vars in 653 bytes} [Tue Aug 11 09:23:21 2026] GET /v2.0/extensions => generated 21537 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1165] 10.0.0.210 () {32 vars in 681 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1166] 10.0.0.210 () {32 vars in 681 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1167] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1168] 10.0.0.210 () {32 vars in 665 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1169] 10.0.0.210 () {32 vars in 699 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1170] 10.0.0.210 () {32 vars in 697 bytes} [Tue Aug 11 09:23:22 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: 600/1171] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/security-groups?tenant_id=a39be5c899eb463a83f4f92b640701bf&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1172] 10.0.0.210 () {32 vars in 701 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:22.482 8 INFO neutron.db.segments_db [None req-8b69c36d-73d2-4c38-944c-176cbc9f97da eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Added segment 1ac249c1-867e-4b1e-8afd-1ac781826b6f of type vxlan for network 1cad8a42-c394-4802-82b6-9454003bba71 [pid: 8|app: 0|req: 602/1173] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:22 2026] POST /v2.0/networks => generated 631 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1174] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:22 2026] DELETE /v2.0/security-groups/cd494f43-cc7a-487a-aae7-c44e2506596a => 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: 604/1175] 10.0.0.210 () {32 vars in 689 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1176] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/ports?tenant_id=4735d95e6bb042d0a5e18ee16955b60b&device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1177] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:21 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 969 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1178] 10.0.0.210 () {32 vars in 703 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1179] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/networks?tenant_id=4735d95e6bb042d0a5e18ee16955b60b&shared=False => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1180] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1181] 10.0.0.210 () {32 vars in 693 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1182] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1183] 10.0.0.210 () {32 vars in 695 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1184] 10.0.0.210 () {32 vars in 685 bytes} [Tue Aug 11 09:23:22 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: 580/1185] 10.0.0.210 () {32 vars in 687 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1186] 10.0.0.210 () {32 vars in 661 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1187] 10.0.0.210 () {32 vars in 699 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1188] 10.0.0.210 () {32 vars in 679 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1189] 10.0.0.210 () {32 vars in 683 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1190] 10.0.0.210 () {32 vars in 675 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1191] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:22 2026] POST /v2.0/subnets => generated 627 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1192] 10.0.0.210 () {32 vars in 689 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1193] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1194] 10.0.0.210 () {32 vars in 687 bytes} [Tue Aug 11 09:23:22 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1195] 10.0.0.210 () {32 vars in 669 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1196] 10.0.0.210 () {32 vars in 687 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1197] 10.0.0.210 () {32 vars in 681 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1198] 10.0.0.210 () {32 vars in 699 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1199] 10.0.0.210 () {32 vars in 679 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1200] 10.0.0.210 () {32 vars in 667 bytes} [Tue Aug 11 09:23:23 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) 2026-08-11 09:23:23.049 8 INFO neutron.db.segments_db [None req-168b2d75-2d0b-4786-a139-8bdb64b30d2c eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Added segment 0369e99b-619a-4e7d-8564-bdc43ed4d857 of type vxlan for network c836fe54-7eb5-4058-a946-80ed561cd413 [pid: 7|app: 0|req: 594/1201] 10.0.0.210 () {32 vars in 677 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1202] 10.0.0.210 () {32 vars in 665 bytes} [Tue Aug 11 09:23:23 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: 596/1203] 10.0.0.210 () {32 vars in 675 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1204] 10.0.0.210 () {32 vars in 713 bytes} [Tue Aug 11 09:23:23 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: 598/1205] 10.0.0.210 () {32 vars in 691 bytes} [Tue Aug 11 09:23:23 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: 599/1206] 10.0.0.210 () {32 vars in 683 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1207] 10.0.0.210 () {32 vars in 669 bytes} [Tue Aug 11 09:23:23 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: 601/1208] 10.0.0.210 () {32 vars in 687 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1209] 10.0.0.210 () {32 vars in 705 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1210] 10.0.0.210 () {32 vars in 675 bytes} [Tue Aug 11 09:23:23 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: 604/1211] 10.0.0.210 () {32 vars in 701 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1212] 10.0.0.210 () {32 vars in 675 bytes} [Tue Aug 11 09:23:23 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: 606/1213] 10.0.0.210 () {32 vars in 693 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1214] 10.0.0.210 () {32 vars in 689 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1215] 10.0.0.210 () {32 vars in 709 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1216] 10.0.0.210 () {32 vars in 705 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1217] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1218] 10.0.0.210 () {32 vars in 697 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1219] 10.0.0.210 () {32 vars in 711 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1220] 10.0.0.210 () {32 vars in 669 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1221] 10.0.0.210 () {32 vars in 687 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1222] 10.0.0.210 () {32 vars in 681 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1223] 10.0.0.210 () {32 vars in 675 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1224] 10.0.0.210 () {32 vars in 671 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1225] 10.0.0.210 () {32 vars in 661 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1226] 10.0.0.210 () {32 vars in 699 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1227] 10.0.0.210 () {32 vars in 699 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1228] 10.0.0.210 () {32 vars in 677 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1229] 10.0.0.210 () {32 vars in 669 bytes} [Tue Aug 11 09:23:23 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: 623/1230] 10.0.0.210 () {32 vars in 683 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1231] 10.0.0.210 () {32 vars in 701 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1232] 10.0.0.210 () {32 vars in 685 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1233] 10.0.0.210 () {32 vars in 707 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1234] 10.0.0.210 () {32 vars in 669 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:23.351 8 INFO neutron.db.l3_hamode_db [None req-168b2d75-2d0b-4786-a139-8bdb64b30d2c eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 628/1235] 10.0.0.210 () {32 vars in 697 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1236] 10.0.0.210 () {32 vars in 695 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1237] 10.0.0.210 () {32 vars in 685 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1238] 10.0.0.210 () {32 vars in 689 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1239] 10.0.0.210 () {32 vars in 705 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1240] 10.0.0.210 () {32 vars in 667 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1241] 10.0.0.210 () {32 vars in 681 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1242] 10.0.0.210 () {32 vars in 681 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1243] 10.0.0.210 () {32 vars in 691 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1244] 10.0.0.210 () {32 vars in 691 bytes} [Tue Aug 11 09:23:23 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: 7|app: 0|req: 638/1245] 10.0.0.210 () {32 vars in 695 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1246] 10.0.0.210 () {32 vars in 685 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 640/1247] 10.0.0.210 () {32 vars in 689 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1248] 10.0.0.210 () {32 vars in 701 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1249] 10.0.0.210 () {32 vars in 703 bytes} [Tue Aug 11 09:23:23 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: 7|app: 0|req: 643/1250] 10.0.0.210 () {32 vars in 713 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1251] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1252] 10.0.0.210 () {32 vars in 715 bytes} [Tue Aug 11 09:23:23 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: 7|app: 0|req: 646/1253] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1254] 10.0.0.210 () {32 vars in 741 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1255] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1256] 10.0.0.210 () {32 vars in 683 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1257] 10.0.0.210 () {32 vars in 669 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1258] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:23:23 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: 652/1259] 10.0.0.210 () {32 vars in 679 bytes} [Tue Aug 11 09:23:23 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: 653/1260] 10.0.0.210 () {32 vars in 669 bytes} [Tue Aug 11 09:23:23 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: 654/1261] 10.0.0.210 () {32 vars in 697 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1262] 10.0.0.210 () {32 vars in 705 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1263] 10.0.0.210 () {32 vars in 701 bytes} [Tue Aug 11 09:23:23 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: 657/1264] 10.0.0.210 () {32 vars in 701 bytes} [Tue Aug 11 09:23:23 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: 658/1265] 10.0.0.210 () {32 vars in 683 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1266] 10.0.0.210 () {32 vars in 705 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1267] 10.0.0.210 () {32 vars in 695 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1268] 10.0.0.210 () {32 vars in 689 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1269] 10.0.0.210 () {32 vars in 697 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1270] 10.0.0.210 () {32 vars in 679 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1271] 10.0.0.210 () {32 vars in 689 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1272] 10.0.0.210 () {32 vars in 701 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1273] 10.0.0.210 () {32 vars in 665 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1274] 10.0.0.210 () {32 vars in 681 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1275] 10.0.0.210 () {32 vars in 677 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1276] 10.0.0.210 () {32 vars in 693 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1277] 10.0.0.210 () {32 vars in 677 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1278] 10.0.0.210 () {32 vars in 667 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1279] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1280] 10.0.0.210 () {32 vars in 675 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1281] 10.0.0.210 () {32 vars in 687 bytes} [Tue Aug 11 09:23:23 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: 675/1282] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/ports?tenant_id=4735d95e6bb042d0a5e18ee16955b60b&device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1283] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:23 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1284] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:23:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3896821b-5cc6-43b2-9c49-b71f26eb5586 => 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: 678/1285] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:24 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 679/1286] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:23:24 2026] GET /v2.0/subnets?id=a862b732-8184-4b27-8b36-0230873c122f => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1287] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:23:24 2026] GET /v2.0/ports?network_id=377e93a6-37b9-43da-9719-b7bcea8a0d07&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:24.197 8 INFO neutron.db.l3_hamode_db [None req-168b2d75-2d0b-4786-a139-8bdb64b30d2c eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 681/1288] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:23:24 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?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: 682/1289] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:23:24 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?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: 683/1290] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:24 2026] GET /v2.0/security-groups?tenant_id=aebde1c4141f42d9a5b0a50bceb8b06a&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1291] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:24 2026] DELETE /v2.0/security-groups/c38c67b5-6827-4247-8b9a-5ac0d6cf65e6 => 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: 608/1292] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:22 2026] POST /v2.0/routers => generated 695 bytes in 2111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1293] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:25 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1294] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:25 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 611/1295] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:26 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1296] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:26 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 685/1297] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:23:25 2026] PUT /v2.0/routers/e6bd2d9d-e95b-4c31-9cc2-d9a9fcf79aaa/add_router_interface => generated 309 bytes in 1606 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:26.949 8 INFO neutron.db.segments_db [None req-c9f3b80c-6429-4b0e-8ce5-b05c14204c33 f991498ee66d4f50be87c01830de4685 21567fc9e7ff40d397f4450cc4be817d - - default default] Added segment 3eadf018-b72e-4e75-bb9f-b14b2bda76fa of type vxlan for network a5903b82-44e8-4034-9463-5d6f4209bd49 [pid: 8|app: 0|req: 613/1298] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:26 2026] POST /v2.0/networks => generated 624 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1299] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:23:26 2026] POST /v2.0/ports => generated 955 bytes in 430 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: 614/1300] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:27 2026] GET /v2.0/security-groups?tenant_id=64bb3fdb8e9c4b0298446f87f06006f9&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: 687/1301] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:27 2026] POST /v2.0/subnets => generated 641 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1302] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:27 2026] DELETE /v2.0/security-groups/ada838f8-193f-4ddb-8654-5d67b6b3a9c4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:27.585 7 INFO neutron.db.segments_db [None req-a1c30047-5689-4085-b735-381d33546612 f991498ee66d4f50be87c01830de4685 21567fc9e7ff40d397f4450cc4be817d - - default default] Added segment e2ae7e39-48da-4064-a4b9-4c1b84c15d49 of type vxlan for network d7faa30d-3c35-4765-8ea0-2f0e08558919 [pid: 8|app: 0|req: 615/1303] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:23:27 2026] POST /v2.0/ports => generated 955 bytes in 391 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: 689/1304] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:27 2026] POST /v2.0/networks => generated 625 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1305] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:27 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 617/1306] 10.0.0.210 () {34 vars in 743 bytes} [Tue Aug 11 09:23:27 2026] PUT /v2.0/networks/d7faa30d-3c35-4765-8ea0-2f0e08558919 => generated 592 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1307] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:27 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1308] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:27 2026] POST /v2.0/subnets => generated 626 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1309] 10.0.0.210 () {34 vars in 741 bytes} [Tue Aug 11 09:23:28 2026] PUT /v2.0/subnets/415a52f3-81bf-4d3c-aa7c-dc8295db117c => generated 636 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:28.528 7 INFO neutron.db.l3_db [None req-50278e8c-c0ec-40ec-b7f9-1f2294650c52 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Floating IP eceedef3-9971-403c-9442-e5e621eaf7ed associated. External IP: 10.96.250.214, port: b50cceb8-ff08-4b4f-a407-4e0c535d822d. 2026-08-11 09:23:28.537 8 INFO neutron.services.segments.plugin [-] Segment e2ae7e39-48da-4064-a4b9-4c1b84c15d49 resource provider aggregate not found 2026-08-11 09:23:28.543 8 INFO neutron.services.segments.plugin [-] Segment e2ae7e39-48da-4064-a4b9-4c1b84c15d49 resource provider aggregate not found 2026-08-11 09:23:28.567 8 INFO neutron.services.segments.plugin [-] Segment e2ae7e39-48da-4064-a4b9-4c1b84c15d49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2ae7e39-48da-4064-a4b9-4c1b84c15d49 found for delete ", "request_id": "req-030fddbe-fe91-412d-a2c5-95a707f9572d"}]} 2026-08-11 09:23:28.568 8 INFO neutron.services.segments.plugin [-] Segment e2ae7e39-48da-4064-a4b9-4c1b84c15d49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2ae7e39-48da-4064-a4b9-4c1b84c15d49 found for delete ", "request_id": "req-adfbc403-80d3-4795-a6b0-79a0a2af1193"}]} [pid: 8|app: 0|req: 621/1310] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:28 2026] DELETE /v2.0/networks/d7faa30d-3c35-4765-8ea0-2f0e08558919 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:28.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55ea7bec-78f2-4bf0-9ba6-1a2010b681dd f991498ee66d4f50be87c01830de4685 21567fc9e7ff40d397f4450cc4be817d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1311] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:28 2026] DELETE /v2.0/networks/d7faa30d-3c35-4765-8ea0-2f0e08558919 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1312] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:23:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1313] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:23:28 2026] GET /v2.0/subnets?network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9 => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1314] 10.0.0.210 () {32 vars in 653 bytes} [Tue Aug 11 09:23:28 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1315] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:23:28 2026] GET /v2.0/networks => generated 1308 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1316] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:23:28 2026] GET /v2.0/subnets => generated 1280 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1317] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:23:28 2026] GET /v2.0/networks/a5903b82-44e8-4034-9463-5d6f4209bd49 => generated 668 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1318] 10.0.0.210 () {34 vars in 677 bytes} [Tue Aug 11 09:23:27 2026] POST /v2.0/floatingips => generated 842 bytes in 1277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1319] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:23:28 2026] GET /v2.0/subnets/db88a245-1d2b-4275-a115-f6b45972f75a => generated 641 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1320] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:29 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:29.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18392c82-29d4-49e8-be3f-63cd158254ec f991498ee66d4f50be87c01830de4685 21567fc9e7ff40d397f4450cc4be817d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 631/1321] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:29 2026] DELETE /v2.0/subnets/415a52f3-81bf-4d3c-aa7c-dc8295db117c => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1322] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:29 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:29.125 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92850298-2553-4e3a-a54d-e5df6f056f1d f991498ee66d4f50be87c01830de4685 21567fc9e7ff40d397f4450cc4be817d - - default default] DELETE failed (client error): The resource could not be found. 2026-08-11 09:23:29.125 7 INFO neutron.db.l3_db [None req-68dd5b01-cb6e-4656-81e8-ffd70aae3542 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Floating IP eceedef3-9971-403c-9442-e5e621eaf7ed disassociated. External IP: 10.96.250.214, port: b50cceb8-ff08-4b4f-a407-4e0c535d822d. [pid: 8|app: 0|req: 633/1323] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:29 2026] DELETE /v2.0/networks/d7faa30d-3c35-4765-8ea0-2f0e08558919 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1324] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:29 2026] DELETE /v2.0/subnets/db88a245-1d2b-4275-a115-f6b45972f75a => 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: 635/1325] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:29 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:29.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-d01f3c49-b5a2-43cb-a258-dfe0566be332 f991498ee66d4f50be87c01830de4685 21567fc9e7ff40d397f4450cc4be817d - - default default] TaaS: Handle Delete Port: 45023516-b475-4a21-9f3e-875b7c1afed1 2026-08-11 09:23:29.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d01f3c49-b5a2-43cb-a258-dfe0566be332 f991498ee66d4f50be87c01830de4685 21567fc9e7ff40d397f4450cc4be817d - - default default] Tap Mirror: Handle Delete Port: 45023516-b475-4a21-9f3e-875b7c1afed1 [pid: 7|app: 0|req: 691/1326] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:23:28 2026] PUT /v2.0/floatingips/eceedef3-9971-403c-9442-e5e621eaf7ed => generated 552 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1327] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:29 2026] DELETE /v2.0/networks/a5903b82-44e8-4034-9463-5d6f4209bd49 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:29.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4f4ad78-b6d4-400e-8340-6533c700e311 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] TaaS: Handle Delete Port: 219b6880-171a-456e-a33f-9e1454ec6262 2026-08-11 09:23:29.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4f4ad78-b6d4-400e-8340-6533c700e311 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Tap Mirror: Handle Delete Port: 219b6880-171a-456e-a33f-9e1454ec6262 2026-08-11 09:23:29.926 7 INFO neutron.db.l3_db [None req-f8fef54e-f98b-49ae-a146-6d06713f651c d279cb01723a47afbde55b4795861c91 4735d95e6bb042d0a5e18ee16955b60b - - default default] Floating IP 78507406-f423-4c38-ac48-f7a8846f1d3e associated. External IP: 10.96.250.206, port: 3896821b-5cc6-43b2-9c49-b71f26eb5586. [pid: 8|app: 0|req: 637/1328] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:29 2026] DELETE /v2.0/floatingips/eceedef3-9971-403c-9442-e5e621eaf7ed => generated 0 bytes in 388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1331] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:23:29 2026] PUT /v2.0/floatingips/78507406-f423-4c38-ac48-f7a8846f1d3e => generated 855 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:30.438 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f03b3465-59cd-456f-b0ec-e2149f768c54'] response: {'name': 'network-changed', 'server_uuid': '6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459', 'tag': '3896821b-5cc6-43b2-9c49-b71f26eb5586', 'status': 'completed', 'code': 200} 2026-08-11 09:23:30.598 8 INFO neutron.services.segments.plugin [-] Segment 3eadf018-b72e-4e75-bb9f-b14b2bda76fa resource provider aggregate not found 2026-08-11 09:23:30.600 8 INFO neutron.services.segments.plugin [-] Segment 3eadf018-b72e-4e75-bb9f-b14b2bda76fa resource provider aggregate not found 2026-08-11 09:23:30.621 8 INFO neutron.services.segments.plugin [-] Segment 3eadf018-b72e-4e75-bb9f-b14b2bda76fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eadf018-b72e-4e75-bb9f-b14b2bda76fa found for delete ", "request_id": "req-4cba80a4-f53b-43e1-99eb-894519003a5e"}]} 2026-08-11 09:23:30.624 8 INFO neutron.services.segments.plugin [-] Segment 3eadf018-b72e-4e75-bb9f-b14b2bda76fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eadf018-b72e-4e75-bb9f-b14b2bda76fa found for delete ", "request_id": "req-5689d0b7-90dc-4b32-800b-f841137ba0c3"}]} [pid: 7|app: 0|req: 693/1332] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:30 2026] GET /v2.0/security-groups?tenant_id=21567fc9e7ff40d397f4450cc4be817d&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1333] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:30 2026] DELETE /v2.0/security-groups/c44a2f2b-ef8b-4dea-88c6-bf38384a9442 => 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: 695/1334] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:23:30 2026] GET /v2.0/ports?tenant_id=4735d95e6bb042d0a5e18ee16955b60b&device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:31.002 8 INFO neutron.db.l3_db [None req-ddc2bdd7-c1fd-4bb0-ab24-3b333411d8f7 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Floating IP 65bd6e7f-48b3-4892-a0bf-c7074c863e40 associated. External IP: 10.96.250.210, port: c5c3a7d3-1815-42b1-9c9b-50dfabe61c30. [pid: 7|app: 0|req: 696/1335] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/networks?id=377e93a6-37b9-43da-9719-b7bcea8a0d07 => generated 771 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1336] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3896821b-5cc6-43b2-9c49-b71f26eb5586 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1337] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/subnets?id=a862b732-8184-4b27-8b36-0230873c122f => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1338] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/ports?network_id=377e93a6-37b9-43da-9719-b7bcea8a0d07&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: 700/1339] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?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: 701/1340] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1341] 10.0.0.210 () {34 vars in 677 bytes} [Tue Aug 11 09:23:30 2026] POST /v2.0/floatingips => generated 842 bytes in 1273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1342] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/floatingips/65bd6e7f-48b3-4892-a0bf-c7074c863e40 => generated 842 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1343] 10.0.0.210 () {32 vars in 655 bytes} [Tue Aug 11 09:23:31 2026] GET /v2.0/floatingips => generated 845 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:31.935 7 INFO neutron.db.l3_db [None req-d6061043-568c-4c24-843b-61a27c115fa5 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Floating IP 65bd6e7f-48b3-4892-a0bf-c7074c863e40 associated. External IP: 10.96.250.210, port: c5c3a7d3-1815-42b1-9c9b-50dfabe61c30. [pid: 7|app: 0|req: 703/1344] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:23:31 2026] PUT /v2.0/floatingips/65bd6e7f-48b3-4892-a0bf-c7074c863e40 => generated 842 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:32.694 7 INFO neutron.db.l3_db [None req-4a5b3023-050f-42f5-8749-36dd2e31fbaf eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Floating IP 65bd6e7f-48b3-4892-a0bf-c7074c863e40 disassociated. External IP: 10.96.250.210, port: b50cceb8-ff08-4b4f-a407-4e0c535d822d. [pid: 8|app: 0|req: 642/1345] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:23:32 2026] POST /v2.0/floatingips => generated 552 bytes in 848 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1346] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:23:32 2026] PUT /v2.0/floatingips/65bd6e7f-48b3-4892-a0bf-c7074c863e40 => generated 552 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:33.230 8 INFO neutron.db.segments_db [None req-4dac982f-7368-453c-a869-545b809fb1ae 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Added segment bdd02c42-6359-42a2-98d2-03523d4cda85 of type vxlan for network 599adbe1-25a4-4338-84b5-fe557af133ce [pid: 8|app: 0|req: 643/1347] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:33 2026] POST /v2.0/networks => generated 625 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:33.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a9d054c-6403-4522-a78d-9d7c17fc1c41 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] TaaS: Handle Delete Port: 5949dd4d-f3bf-4a29-a170-05cd78ac10d0 2026-08-11 09:23:33.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a9d054c-6403-4522-a78d-9d7c17fc1c41 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Tap Mirror: Handle Delete Port: 5949dd4d-f3bf-4a29-a170-05cd78ac10d0 [pid: 7|app: 0|req: 705/1348] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:23:33 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1349] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:33 2026] DELETE /v2.0/floatingips/65bd6e7f-48b3-4892-a0bf-c7074c863e40 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1350] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:23:33 2026] POST /v2.0/ports => generated 775 bytes in 375 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-08-11 09:23:33.973 7 INFO neutron.api.v2.resource [None req-8d271d28-b1ea-46f4-a281-a095280c9a19 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1351] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:33 2026] DELETE /v2.0/floatingips/65bd6e7f-48b3-4892-a0bf-c7074c863e40 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:34.027 7 INFO neutron.db.segments_db [None req-79e62e36-e17c-4fc5-b487-ba8ef92ede89 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Added segment dca9a027-8bf8-41b7-b4e9-5f98d432e580 of type vxlan for network 6f05d3fb-03af-4aa9-9411-15d06691b70b [pid: 7|app: 0|req: 708/1352] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:33 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1353] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:23:33 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:34.263 7 INFO neutron_taas.services.taas.taas_plugin [None req-52a649ba-02d7-4c67-952e-c50b42e6881e eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] TaaS: Handle Delete Port: b50cceb8-ff08-4b4f-a407-4e0c535d822d 2026-08-11 09:23:34.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52a649ba-02d7-4c67-952e-c50b42e6881e eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Tap Mirror: Handle Delete Port: b50cceb8-ff08-4b4f-a407-4e0c535d822d [pid: 7|app: 0|req: 709/1354] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:34 2026] DELETE /v2.0/ports/b50cceb8-ff08-4b4f-a407-4e0c535d822d => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1355] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:34 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:34.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-219a7722-5377-4a95-b09a-fa5ddd842e3c eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] TaaS: Handle Delete Port: c5c3a7d3-1815-42b1-9c9b-50dfabe61c30 2026-08-11 09:23:34.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-219a7722-5377-4a95-b09a-fa5ddd842e3c eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Tap Mirror: Handle Delete Port: c5c3a7d3-1815-42b1-9c9b-50dfabe61c30 [pid: 8|app: 0|req: 647/1356] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:34 2026] DELETE /v2.0/ports/c5c3a7d3-1815-42b1-9c9b-50dfabe61c30 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1357] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:23:34 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1358] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:34 2026] GET /v2.0/ports?device_id=e6bd2d9d-e95b-4c31-9cc2-d9a9fcf79aaa => generated 958 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1359] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:23:34 2026] POST /v2.0/ports => generated 950 bytes in 409 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-08-11 09:23:35.522 8 INFO neutron_taas.services.taas.taas_plugin [None req-75f9ab92-25a3-4719-a3db-e2d20e326ce8 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] TaaS: Handle Delete Port: a35dfde0-6062-4f06-82c4-6ed0c8226b5b 2026-08-11 09:23:35.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75f9ab92-25a3-4719-a3db-e2d20e326ce8 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Tap Mirror: Handle Delete Port: a35dfde0-6062-4f06-82c4-6ed0c8226b5b [pid: 7|app: 0|req: 712/1360] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:23:35 2026] POST /v2.0/floatingips => generated 552 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:35.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7f42f7f-efc3-485b-bb7d-f251c73e8dbc 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] TaaS: Handle Delete Port: c17d57b6-9562-4927-b9a9-ff14df90337b 2026-08-11 09:23:35.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7f42f7f-efc3-485b-bb7d-f251c73e8dbc 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Tap Mirror: Handle Delete Port: c17d57b6-9562-4927-b9a9-ff14df90337b [pid: 7|app: 0|req: 713/1361] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:35 2026] DELETE /v2.0/ports/c17d57b6-9562-4927-b9a9-ff14df90337b => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1362] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:23:35 2026] PUT /v2.0/floatingips/cfa2aba1-bf6b-4927-9c1e-57d86516b376/tags => generated 17 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1363] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:35 2026] PUT /v2.0/routers/e6bd2d9d-e95b-4c31-9cc2-d9a9fcf79aaa/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:36.089 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd322e75-d29d-43b4-8fad-c8d2ddda19ab 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1364] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:36 2026] DELETE /v2.0/ports/c17d57b6-9562-4927-b9a9-ff14df90337b => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1365] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:23:36 2026] PUT /v2.0/floatingips/cab7e017-0ac8-4734-8d0d-b72cc8b742da/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:36.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50567866-6249-4349-8cca-061cc9dacbf6 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1366] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:36 2026] GET /v2.0/ports/c17d57b6-9562-4927-b9a9-ff14df90337b => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1367] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:23:36 2026] PUT /v2.0/floatingips/0ac28ba8-8b41-4d33-b14d-829a8b220556/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:36.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-26751d8c-f311-4a8c-828e-80c44d780b75 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] TaaS: Handle Delete Port: bf9911b4-7803-43c0-9239-6e0132ecbf11 2026-08-11 09:23:36.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26751d8c-f311-4a8c-828e-80c44d780b75 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Tap Mirror: Handle Delete Port: bf9911b4-7803-43c0-9239-6e0132ecbf11 [pid: 8|app: 0|req: 653/1368] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:36 2026] DELETE /v2.0/subnets/4945c430-0a53-4ec9-845c-ac6ce78f173a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1369] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:23:36 2026] PUT /v2.0/floatingips/2cccde54-5d80-4c8d-970f-8c495f532503/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:36.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-66f8d4b7-997c-4d5a-88fc-1c6525ff5b8b 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] TaaS: Handle Delete Port: 78fba6fb-efa4-4d58-b3f2-7cc6bf57679e 2026-08-11 09:23:36.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66f8d4b7-997c-4d5a-88fc-1c6525ff5b8b 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Tap Mirror: Handle Delete Port: 78fba6fb-efa4-4d58-b3f2-7cc6bf57679e 2026-08-11 09:23:36.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-26751d8c-f311-4a8c-828e-80c44d780b75 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] TaaS: Handle Delete Port: 4e2f4392-0d33-45bf-8e38-de7a5f18344a 2026-08-11 09:23:36.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26751d8c-f311-4a8c-828e-80c44d780b75 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] Tap Mirror: Handle Delete Port: 4e2f4392-0d33-45bf-8e38-de7a5f18344a 2026-08-11 09:23:36.795 8 INFO neutron.services.segments.plugin [-] Segment dca9a027-8bf8-41b7-b4e9-5f98d432e580 resource provider aggregate not found 2026-08-11 09:23:36.802 8 INFO neutron.services.segments.plugin [-] Segment dca9a027-8bf8-41b7-b4e9-5f98d432e580 resource provider aggregate not found 2026-08-11 09:23:36.822 8 INFO neutron.services.segments.plugin [-] Segment dca9a027-8bf8-41b7-b4e9-5f98d432e580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca9a027-8bf8-41b7-b4e9-5f98d432e580 found for delete ", "request_id": "req-2d50e1a6-1590-4b01-ac22-224930adbc3f"}]} 2026-08-11 09:23:36.825 8 INFO neutron.services.segments.plugin [-] Segment dca9a027-8bf8-41b7-b4e9-5f98d432e580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca9a027-8bf8-41b7-b4e9-5f98d432e580 found for delete ", "request_id": "req-20ce8aa3-d26a-4287-83cb-2fa35a6c897b"}]} [pid: 8|app: 0|req: 655/1370] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:36 2026] DELETE /v2.0/networks/6f05d3fb-03af-4aa9-9411-15d06691b70b => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1371] 10.0.0.210 () {32 vars in 672 bytes} [Tue Aug 11 09:23:36 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:36.944 8 INFO neutron.db.segments_db [None req-47e37295-5a29-44c1-989e-c590ab13029c 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Added segment f6af82ff-57d8-4684-90fe-e6fe006492f4 of type vxlan for network 7b823fac-2af9-48d3-8a47-9156e18e1984 [pid: 8|app: 0|req: 657/1372] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:36 2026] POST /v2.0/networks => generated 613 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:37.059 7 INFO neutron.services.segments.plugin [-] Segment 0369e99b-619a-4e7d-8564-bdc43ed4d857 resource provider aggregate not found 2026-08-11 09:23:37.065 7 INFO neutron.services.segments.plugin [-] Segment 0369e99b-619a-4e7d-8564-bdc43ed4d857 resource provider aggregate not found 2026-08-11 09:23:37.079 7 INFO neutron.services.segments.plugin [-] Segment 0369e99b-619a-4e7d-8564-bdc43ed4d857 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0369e99b-619a-4e7d-8564-bdc43ed4d857 found for delete ", "request_id": "req-9695388b-e9f4-4453-b85b-7811609c68af"}]} 2026-08-11 09:23:37.089 7 INFO neutron.services.segments.plugin [-] Segment 0369e99b-619a-4e7d-8564-bdc43ed4d857 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0369e99b-619a-4e7d-8564-bdc43ed4d857 found for delete ", "request_id": "req-10d567f1-0dd8-46e7-8a48-4becdcc351d5"}]} 2026-08-11 09:23:37.093 7 INFO neutron.db.l3_hamode_db [None req-26751d8c-f311-4a8c-828e-80c44d780b75 eea0e5db7c424e809e09f0dcfe3e4247 795ec2f73794487aad68117075085344 - - default default] HA network c836fe54-7eb5-4058-a946-80ed561cd413 was deleted as no HA routers are present in tenant 795ec2f73794487aad68117075085344. [pid: 7|app: 0|req: 716/1373] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:36 2026] DELETE /v2.0/routers/e6bd2d9d-e95b-4c31-9cc2-d9a9fcf79aaa => generated 0 bytes in 1006 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1374] 10.0.0.210 () {32 vars in 686 bytes} [Tue Aug 11 09:23:37 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1375] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:37 2026] DELETE /v2.0/subnets/4675c456-967d-4383-9ce3-f285b79e191d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1376] 10.0.0.210 () {32 vars in 682 bytes} [Tue Aug 11 09:23:37 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1377] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:37 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1378] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:23:37 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1379] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:37 2026] DELETE /v2.0/networks/1cad8a42-c394-4802-82b6-9454003bba71 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1380] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:23:37 2026] POST /v2.0/ports => generated 911 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1381] 10.0.0.210 () {32 vars in 680 bytes} [Tue Aug 11 09:23:37 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:37.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-fac82055-3ae7-4e88-8bd5-a82606de17c2 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] TaaS: Handle Delete Port: 39c95d4b-c8f0-4897-b014-16b890c5a7d0 2026-08-11 09:23:37.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fac82055-3ae7-4e88-8bd5-a82606de17c2 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Tap Mirror: Handle Delete Port: 39c95d4b-c8f0-4897-b014-16b890c5a7d0 [pid: 8|app: 0|req: 663/1382] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:23:37 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1383] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:37 2026] DELETE /v2.0/ports/39c95d4b-c8f0-4897-b014-16b890c5a7d0 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1384] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:37 2026] GET /v2.0/security-groups?tenant_id=795ec2f73794487aad68117075085344&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:38.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fd9f194-2bef-45ca-a0a9-1e9a1e00aac3 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 665/1385] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:38 2026] GET /v2.0/ports/39c95d4b-c8f0-4897-b014-16b890c5a7d0 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1386] 10.0.0.210 () {32 vars in 690 bytes} [Tue Aug 11 09:23:38 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1387] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:38 2026] DELETE /v2.0/security-groups/7a1d903f-b88b-451d-83d1-a106490d034d => 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: 722/1388] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:38 2026] DELETE /v2.0/subnets/e4664973-8c93-47ec-8695-dcf0b1a87d87 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1389] 10.0.0.210 () {32 vars in 702 bytes} [Tue Aug 11 09:23:38 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:38.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbd39aa1-8ed9-4933-9319-37ae6211befa b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] TaaS: Handle Delete Port: 9c9a9ff1-f3c7-40f2-ae09-159a0c049979 2026-08-11 09:23:38.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd39aa1-8ed9-4933-9319-37ae6211befa b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] Tap Mirror: Handle Delete Port: 9c9a9ff1-f3c7-40f2-ae09-159a0c049979 [pid: 7|app: 0|req: 723/1390] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:38 2026] DELETE /v2.0/networks/7b823fac-2af9-48d3-8a47-9156e18e1984 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1391] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:38 2026] DELETE /v2.0/floatingips/cfa2aba1-bf6b-4927-9c1e-57d86516b376 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1392] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:23:38 2026] POST /v2.0/ports => generated 775 bytes in 241 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-08-11 09:23:38.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-743f338b-7eb1-4292-a20f-d00cf91db277 b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] TaaS: Handle Delete Port: b0f658df-9c21-4167-b7b5-fb64a53fff3c 2026-08-11 09:23:38.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-743f338b-7eb1-4292-a20f-d00cf91db277 b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] Tap Mirror: Handle Delete Port: b0f658df-9c21-4167-b7b5-fb64a53fff3c [pid: 8|app: 0|req: 669/1393] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:38 2026] DELETE /v2.0/floatingips/cab7e017-0ac8-4734-8d0d-b72cc8b742da => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:38.849 8 INFO neutron.services.segments.plugin [-] Segment 1ac249c1-867e-4b1e-8afd-1ac781826b6f resource provider aggregate not found 2026-08-11 09:23:38.877 8 INFO neutron.services.segments.plugin [-] Segment 1ac249c1-867e-4b1e-8afd-1ac781826b6f resource provider aggregate not found 2026-08-11 09:23:38.878 8 INFO neutron.services.segments.plugin [-] Segment 1ac249c1-867e-4b1e-8afd-1ac781826b6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ac249c1-867e-4b1e-8afd-1ac781826b6f found for delete ", "request_id": "req-3d53d6f3-71ce-4f6f-a0e2-938cde8d40f4"}]} [pid: 7|app: 0|req: 725/1394] 10.0.0.210 () {34 vars in 737 bytes} [Tue Aug 11 09:23:38 2026] PUT /v2.0/ports/9903e6a3-d8dc-4774-ae16-2e6a44ba5376 => generated 752 bytes in 223 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-08-11 09:23:38.909 8 INFO neutron.services.segments.plugin [-] Segment 1ac249c1-867e-4b1e-8afd-1ac781826b6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ac249c1-867e-4b1e-8afd-1ac781826b6f found for delete ", "request_id": "req-56622a29-d509-40aa-bb00-4e246fca925a"}]} 2026-08-11 09:23:38.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-33c0008c-85d2-4aeb-986f-a8cff3ba7212 b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] TaaS: Handle Delete Port: cc50974e-0356-4164-8b93-daeab8d069d3 2026-08-11 09:23:38.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33c0008c-85d2-4aeb-986f-a8cff3ba7212 b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] Tap Mirror: Handle Delete Port: cc50974e-0356-4164-8b93-daeab8d069d3 2026-08-11 09:23:39.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c3e2428-e7a8-464a-8d86-681eaf56186d 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] TaaS: Handle Delete Port: 9903e6a3-d8dc-4774-ae16-2e6a44ba5376 2026-08-11 09:23:39.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c3e2428-e7a8-464a-8d86-681eaf56186d 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Tap Mirror: Handle Delete Port: 9903e6a3-d8dc-4774-ae16-2e6a44ba5376 2026-08-11 09:23:39.110 7 INFO neutron.services.segments.plugin [-] Segment f6af82ff-57d8-4684-90fe-e6fe006492f4 resource provider aggregate not found 2026-08-11 09:23:39.119 7 INFO neutron.services.segments.plugin [-] Segment f6af82ff-57d8-4684-90fe-e6fe006492f4 resource provider aggregate not found 2026-08-11 09:23:39.134 7 INFO neutron.services.segments.plugin [-] Segment f6af82ff-57d8-4684-90fe-e6fe006492f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6af82ff-57d8-4684-90fe-e6fe006492f4 found for delete ", "request_id": "req-30d042d8-7525-461d-9907-b07ca8acc6ba"}]} [pid: 7|app: 0|req: 726/1395] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:38 2026] DELETE /v2.0/ports/9903e6a3-d8dc-4774-ae16-2e6a44ba5376 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:39.154 7 INFO neutron.services.segments.plugin [-] Segment f6af82ff-57d8-4684-90fe-e6fe006492f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6af82ff-57d8-4684-90fe-e6fe006492f4 found for delete ", "request_id": "req-a972eb59-501d-4567-a196-ec4e713e6437"}]} [pid: 8|app: 0|req: 670/1396] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:38 2026] DELETE /v2.0/floatingips/0ac28ba8-8b41-4d33-b14d-829a8b220556 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1397] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:23:39 2026] GET /v2.0/ports => generated 778 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:39.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-092b0a91-9652-496c-b537-8e5ac87781e7 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1398] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:39 2026] GET /v2.0/ports/9903e6a3-d8dc-4774-ae16-2e6a44ba5376 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1399] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:23:39 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:39.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-c46b5d2d-08ff-4a71-a0c9-1d6d28864e5b b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] TaaS: Handle Delete Port: 28d3e6d6-8fae-4f19-9469-addb0d41cd47 2026-08-11 09:23:39.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c46b5d2d-08ff-4a71-a0c9-1d6d28864e5b b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] Tap Mirror: Handle Delete Port: 28d3e6d6-8fae-4f19-9469-addb0d41cd47 [pid: 7|app: 0|req: 730/1400] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:39 2026] GET /v2.0/ports/cac08196-de7d-40fa-9dee-d70d746cddca => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:39.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4aefc15-f8fb-4faf-ac00-f5594f64feed 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1401] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:39 2026] DELETE /v2.0/ports/39c95d4b-c8f0-4897-b014-16b890c5a7d0 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:39.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5280628c-9eae-4bb5-9923-3da20b9230de 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1402] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:39 2026] DELETE /v2.0/subnets/e4664973-8c93-47ec-8695-dcf0b1a87d87 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:39.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80e71509-e5ac-46bb-a6ed-eb88cbbcf954 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 733/1403] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:39 2026] DELETE /v2.0/subnets/4945c430-0a53-4ec9-845c-ac6ce78f173a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1404] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:39 2026] DELETE /v2.0/floatingips/2cccde54-5d80-4c8d-970f-8c495f532503 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:39.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1f53c12-6bd1-474a-bca5-e2071350841d 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] TaaS: Handle Delete Port: cac08196-de7d-40fa-9dee-d70d746cddca 2026-08-11 09:23:39.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1f53c12-6bd1-474a-bca5-e2071350841d 6d7351caaa3f4158a6f569d7844cbdd0 773358e7ca2f4a88a9272432ddb3226e - - default default] Tap Mirror: Handle Delete Port: cac08196-de7d-40fa-9dee-d70d746cddca [pid: 7|app: 0|req: 734/1405] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:39 2026] DELETE /v2.0/ports/cac08196-de7d-40fa-9dee-d70d746cddca => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:39.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-d69a05f9-c10d-44d1-b6f1-89fec77039f9 b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] TaaS: Handle Delete Port: b46cb1e5-d114-4e90-afc8-5727be8158f9 2026-08-11 09:23:39.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d69a05f9-c10d-44d1-b6f1-89fec77039f9 b5503530f74a421cbe65eb980327cbf2 08897d831a11456485d9ac2d408ef5e4 - - default default] Tap Mirror: Handle Delete Port: b46cb1e5-d114-4e90-afc8-5727be8158f9 [pid: 7|app: 0|req: 735/1406] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:39 2026] DELETE /v2.0/networks/599adbe1-25a4-4338-84b5-fe557af133ce => 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: 672/1407] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:23:39 2026] DELETE /v2.0/floatingips/a5d49741-0919-41f1-beb4-fd82c34ce50c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1408] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:23:40 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 1240 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1409] 10.0.0.59 () {34 vars in 1039 bytes} [Tue Aug 11 09:23:40 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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-08-11 09:23:40.367 7 INFO neutron.db.segments_db [None req-06d21576-e659-45e8-9940-2abceeb7dea8 48f51be9d18b4513b1122de0f611adb8 438aa97df256484fa0dd4bdf46e1c450 - - default default] Added segment cf960a9b-7b75-45ed-95f7-452d3edfc2fc of type vxlan for network a2fb24f7-7e72-4f47-bb7a-efb47a3978ed [pid: 7|app: 0|req: 736/1410] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:40 2026] POST /v2.0/networks => generated 628 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1411] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:40 2026] GET /v2.0/security-groups?tenant_id=773358e7ca2f4a88a9272432ddb3226e&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1412] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:40 2026] DELETE /v2.0/security-groups/26f1384a-4f8b-4753-840f-7ea9c41fd599 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1413] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:40 2026] GET /v2.0/security-groups?tenant_id=16e3d702203645bea010c8d194a8b03f&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1414] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:40 2026] DELETE /v2.0/security-groups/38534a0e-813c-471c-ac51-13b3fde9afa9 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:41.162 7 INFO neutron.services.segments.plugin [-] Segment bdd02c42-6359-42a2-98d2-03523d4cda85 resource provider aggregate not found 2026-08-11 09:23:41.183 7 INFO neutron.services.segments.plugin [-] Segment bdd02c42-6359-42a2-98d2-03523d4cda85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd02c42-6359-42a2-98d2-03523d4cda85 found for delete ", "request_id": "req-8a1f8781-ac52-43a9-99ed-0ecf9d4e8e7f"}]} 2026-08-11 09:23:41.191 7 INFO neutron.services.segments.plugin [-] Segment bdd02c42-6359-42a2-98d2-03523d4cda85 resource provider aggregate not found [pid: 7|app: 0|req: 739/1415] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:41 2026] GET /v2.0/security-groups?tenant_id=08897d831a11456485d9ac2d408ef5e4&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:41.217 7 INFO neutron.services.segments.plugin [-] Segment bdd02c42-6359-42a2-98d2-03523d4cda85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd02c42-6359-42a2-98d2-03523d4cda85 found for delete ", "request_id": "req-9a3ed01d-f3db-45f1-8d01-f6b84419cd9c"}]} [pid: 8|app: 0|req: 677/1416] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:41 2026] POST /v2.0/subnets => generated 673 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1417] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:41 2026] DELETE /v2.0/security-groups/2c549b21-de0e-49a2-85aa-024b37040aa4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:41.375 8 INFO neutron.db.segments_db [None req-d8169981-cbfb-4e5d-8cfd-f28ae5a8e207 48f51be9d18b4513b1122de0f611adb8 438aa97df256484fa0dd4bdf46e1c450 - - default default] Added segment 9268f1e0-9efa-4f94-a7b9-471770b7ecf8 of type vxlan for network 5dd76953-427f-4a47-a5e5-d091616a3aa6 [pid: 8|app: 0|req: 678/1418] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:41 2026] POST /v2.0/networks => generated 629 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1419] 10.0.0.210 () {34 vars in 743 bytes} [Tue Aug 11 09:23:41 2026] PUT /v2.0/networks/5dd76953-427f-4a47-a5e5-d091616a3aa6 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1420] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:41 2026] GET /v2.0/security-groups?tenant_id=d1f3bd5f1e8c4c3697aa823438130d19&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1421] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:41 2026] DELETE /v2.0/security-groups/7f2f3b8b-3aa9-444e-a9df-b8ca966566ff => 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: 742/1422] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:41 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: 8|app: 0|req: 681/1423] 10.0.0.210 () {34 vars in 741 bytes} [Tue Aug 11 09:23:41 2026] PUT /v2.0/subnets/8a90909a-f328-47df-85e1-a9cf21f9af80 => generated 656 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1424] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:42 2026] DELETE /v2.0/networks/5dd76953-427f-4a47-a5e5-d091616a3aa6 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:42.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8497b820-71c7-44e1-8d51-53c5375a44d9 48f51be9d18b4513b1122de0f611adb8 438aa97df256484fa0dd4bdf46e1c450 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1425] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:42 2026] DELETE /v2.0/networks/5dd76953-427f-4a47-a5e5-d091616a3aa6 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1426] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:23:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1427] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:23:42 2026] GET /v2.0/subnets?network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1428] 10.0.0.210 () {32 vars in 653 bytes} [Tue Aug 11 09:23:42 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: 684/1429] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:23:42 2026] GET /v2.0/networks => generated 1312 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1430] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:23:42 2026] GET /v2.0/subnets => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1431] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:23:42 2026] GET /v2.0/networks/a2fb24f7-7e72-4f47-bb7a-efb47a3978ed => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1432] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:23:42 2026] GET /v2.0/subnets/d13e7ae2-901e-4e4f-b8f8-0ec9928abf84 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:42.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9503789f-5776-4495-b3aa-5b0a6eedaf50 48f51be9d18b4513b1122de0f611adb8 438aa97df256484fa0dd4bdf46e1c450 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 686/1433] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:42 2026] DELETE /v2.0/subnets/8a90909a-f328-47df-85e1-a9cf21f9af80 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:23:42.753 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60291ab2-9e8d-4602-81c1-3d170adf8717 48f51be9d18b4513b1122de0f611adb8 438aa97df256484fa0dd4bdf46e1c450 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 748/1434] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:42 2026] DELETE /v2.0/networks/5dd76953-427f-4a47-a5e5-d091616a3aa6 => 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: 687/1435] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:42 2026] DELETE /v2.0/subnets/d13e7ae2-901e-4e4f-b8f8-0ec9928abf84 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:43.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a91aff2-8de4-4563-9615-f456d38fb080 48f51be9d18b4513b1122de0f611adb8 438aa97df256484fa0dd4bdf46e1c450 - - default default] TaaS: Handle Delete Port: 8f374ded-d3b9-4716-b639-8278f1c37146 2026-08-11 09:23:43.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a91aff2-8de4-4563-9615-f456d38fb080 48f51be9d18b4513b1122de0f611adb8 438aa97df256484fa0dd4bdf46e1c450 - - default default] Tap Mirror: Handle Delete Port: 8f374ded-d3b9-4716-b639-8278f1c37146 2026-08-11 09:23:43.204 7 INFO neutron.services.segments.plugin [-] Segment 9268f1e0-9efa-4f94-a7b9-471770b7ecf8 resource provider aggregate not found 2026-08-11 09:23:43.227 7 INFO neutron.services.segments.plugin [-] Segment 9268f1e0-9efa-4f94-a7b9-471770b7ecf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9268f1e0-9efa-4f94-a7b9-471770b7ecf8 found for delete ", "request_id": "req-f4bc0e9d-8fc6-4c8a-afe1-0d0e46dd808d"}]} 2026-08-11 09:23:43.244 7 INFO neutron.services.segments.plugin [-] Segment 9268f1e0-9efa-4f94-a7b9-471770b7ecf8 resource provider aggregate not found 2026-08-11 09:23:43.270 7 INFO neutron.services.segments.plugin [-] Segment 9268f1e0-9efa-4f94-a7b9-471770b7ecf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9268f1e0-9efa-4f94-a7b9-471770b7ecf8 found for delete ", "request_id": "req-9e0054ea-20eb-4c19-952e-f7f640795169"}]} [pid: 7|app: 0|req: 749/1436] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:43 2026] DELETE /v2.0/networks/a2fb24f7-7e72-4f47-bb7a-efb47a3978ed => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1437] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:43 2026] GET /v2.0/security-groups?tenant_id=438aa97df256484fa0dd4bdf46e1c450&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1438] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:44 2026] DELETE /v2.0/security-groups/ab364b9d-1507-40d9-9e9b-203ae9c934e6 => 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: 750/1439] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:44 2026] GET /v2.0/security-groups?tenant_id=ea193c11ad39439cb677777e5dc5fc45&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1440] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:44 2026] DELETE /v2.0/security-groups/346da0cc-1a3b-46f6-9229-20c837e5ee30 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:45.247 7 INFO neutron.services.segments.plugin [-] Segment cf960a9b-7b75-45ed-95f7-452d3edfc2fc resource provider aggregate not found 2026-08-11 09:23:45.265 7 INFO neutron.services.segments.plugin [-] Segment cf960a9b-7b75-45ed-95f7-452d3edfc2fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf960a9b-7b75-45ed-95f7-452d3edfc2fc found for delete ", "request_id": "req-f9f859e8-beaf-4a2b-9866-2eb46c2cd900"}]} 2026-08-11 09:23:45.290 7 INFO neutron.services.segments.plugin [-] Segment cf960a9b-7b75-45ed-95f7-452d3edfc2fc resource provider aggregate not found 2026-08-11 09:23:45.307 7 INFO neutron.services.segments.plugin [-] Segment cf960a9b-7b75-45ed-95f7-452d3edfc2fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf960a9b-7b75-45ed-95f7-452d3edfc2fc found for delete ", "request_id": "req-3876c610-316e-41b2-87ae-1d4d47401e9b"}]} 2026-08-11 09:23:46.485 8 INFO neutron.db.segments_db [None req-40b9a59a-ea0c-406e-b281-1f7a339cafbf 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Added segment 50cee2df-739a-46be-8b10-755210371055 of type vxlan for network 195472cc-631e-4269-a00a-5989ebf05cbf 2026-08-11 09:23:46.519 7 INFO neutron.db.segments_db [None req-7e6ee814-0a9a-4bb1-b055-a0f26715860e 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment 5093e1a0-25c4-45b0-a44a-9bfb614a3598 of type vxlan for network 6bf9354f-387b-4e13-96df-598dc168a8fe [pid: 8|app: 0|req: 692/1443] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:46 2026] POST /v2.0/networks => generated 613 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1444] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:46 2026] POST /v2.0/networks => generated 615 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:46.701 7 INFO neutron.db.segments_db [None req-0efc72a5-510a-455c-8bd1-26dcdba7b977 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment 3485de06-4475-4640-949c-b6360e2a8ab5 of type vxlan for network e76f4fcb-e1bc-455a-9a14-b8e5ca63641b [pid: 7|app: 0|req: 753/1445] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:46 2026] POST /v2.0/networks => generated 614 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1446] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:23:46 2026] POST /v2.0/ports => generated 743 bytes in 364 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-08-11 09:23:47.048 8 INFO neutron.db.segments_db [None req-0a0643b4-3293-4f18-9128-b71cb4520be0 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Added segment f0300cb7-1fc7-43b0-b1ec-997d6a1bbac1 of type vxlan for network c4bb5168-ba07-4695-b1e1-55ffa7033cd4 [pid: 7|app: 0|req: 754/1447] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:46 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1448] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:46 2026] POST /v2.0/networks => generated 612 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1449] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:47 2026] POST /v2.0/subnets => generated 655 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:47.504 7 INFO neutron.db.segments_db [None req-9ca6c9ae-5028-4050-a22f-0d1f1112c281 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment 49a3dcbd-3da4-4cb2-b232-9dbc4c6ee639 of type vxlan for network db8b2137-883b-48a3-999a-7c7aa3f75d21 [pid: 8|app: 0|req: 695/1450] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:23:47 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-11 09:23:47.659 8 INFO neutron.db.segments_db [None req-fb42e633-16ad-47ca-ae8a-9fd5f9544b13 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Added segment 4c5be017-5acd-4bba-9d06-4963b28a4ff9 of type vxlan for network 5aeed97c-af1c-4910-8a6f-5d5fe907c77f [pid: 8|app: 0|req: 696/1451] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:47 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:47.765 7 INFO neutron.db.l3_hamode_db [None req-9ca6c9ae-5028-4050-a22f-0d1f1112c281 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:23:47.953 7 INFO neutron.db.l3_hamode_db [None req-9ca6c9ae-5028-4050-a22f-0d1f1112c281 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 697/1452] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:23:47 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-11 09:23:48.180 8 INFO neutron.db.segments_db [None req-0326edfe-7277-4732-872b-7fe2d81a4da9 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Added segment 7b3fc160-8a8c-456a-b99c-9a6f17fa5a32 of type vxlan for network 6055cbdf-e8c7-4e71-a3fd-214a0e685c31 [pid: 8|app: 0|req: 698/1453] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:48 2026] POST /v2.0/networks => generated 613 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1454] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:23:48 2026] POST /v2.0/ports => generated 743 bytes in 267 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-08-11 09:23:48.602 8 INFO neutron.db.segments_db [None req-d132bc15-5215-43f7-b049-9e6b10bde511 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Added segment 7f733c6f-87bb-4296-a5d8-9114400493ec of type vxlan for network 8e142132-0b1b-4db3-a5a5-fa4789f3399f [pid: 7|app: 0|req: 756/1455] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:47 2026] POST /v2.0/routers => generated 510 bytes in 1165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1456] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:48 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1457] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:23:48 2026] POST /v2.0/ports => generated 743 bytes in 350 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: 702/1458] 10.0.0.210 () {34 vars in 747 bytes} [Tue Aug 11 09:23:49 2026] PUT /v2.0/ports/fa04b897-a944-48bf-902a-576ff1d42ab7/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 703/1459] 10.0.0.210 () {34 vars in 747 bytes} [Tue Aug 11 09:23:49 2026] PUT /v2.0/ports/4a22547f-4c4b-46dc-9a0d-94a2fdd9b718/tags => generated 25 bytes in 67 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: 704/1460] 10.0.0.210 () {34 vars in 747 bytes} [Tue Aug 11 09:23:49 2026] PUT /v2.0/ports/8fdb0f4e-55a3-46cf-b07e-0c947bd43d98/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 705/1461] 10.0.0.210 () {34 vars in 747 bytes} [Tue Aug 11 09:23:49 2026] PUT /v2.0/ports/6233e4d0-019d-4648-b4da-8703d4c1d352/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 706/1462] 10.0.0.210 () {32 vars in 660 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1463] 10.0.0.210 () {32 vars in 674 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1464] 10.0.0.210 () {32 vars in 670 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1465] 10.0.0.210 () {32 vars in 682 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1466] 10.0.0.210 () {32 vars in 668 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1467] 10.0.0.210 () {32 vars in 682 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1468] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:23:48 2026] PUT /v2.0/routers/b9ce584b-d3d1-40c5-8bf1-3e0580306bbd/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1469] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports/a99f3abb-e7da-4408-924e-236c77414745 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1470] 10.0.0.210 () {32 vars in 678 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1471] 10.0.0.210 () {32 vars in 690 bytes} [Tue Aug 11 09:23:49 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:49.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-613c7f3b-8135-4a67-a03f-acf081c16ab0 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] TaaS: Handle Delete Port: fa04b897-a944-48bf-902a-576ff1d42ab7 2026-08-11 09:23:49.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-613c7f3b-8135-4a67-a03f-acf081c16ab0 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Tap Mirror: Handle Delete Port: fa04b897-a944-48bf-902a-576ff1d42ab7 [pid: 8|app: 0|req: 714/1472] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:49 2026] DELETE /v2.0/ports/fa04b897-a944-48bf-902a-576ff1d42ab7 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:50.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-886824a1-f3f9-482f-9e16-615be807efbe 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] TaaS: Handle Delete Port: 4a22547f-4c4b-46dc-9a0d-94a2fdd9b718 2026-08-11 09:23:50.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-886824a1-f3f9-482f-9e16-615be807efbe 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Tap Mirror: Handle Delete Port: 4a22547f-4c4b-46dc-9a0d-94a2fdd9b718 [pid: 8|app: 0|req: 715/1473] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:50 2026] DELETE /v2.0/ports/4a22547f-4c4b-46dc-9a0d-94a2fdd9b718 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:50.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-06b7970b-0e1f-4c8b-9f38-12f4f64fde99 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] TaaS: Handle Delete Port: 8fdb0f4e-55a3-46cf-b07e-0c947bd43d98 2026-08-11 09:23:50.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06b7970b-0e1f-4c8b-9f38-12f4f64fde99 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Tap Mirror: Handle Delete Port: 8fdb0f4e-55a3-46cf-b07e-0c947bd43d98 [pid: 8|app: 0|req: 716/1474] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:50 2026] DELETE /v2.0/ports/8fdb0f4e-55a3-46cf-b07e-0c947bd43d98 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:50.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b056a9d-f99c-4553-9399-bb1cd20ba528 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] TaaS: Handle Delete Port: 6233e4d0-019d-4648-b4da-8703d4c1d352 2026-08-11 09:23:50.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b056a9d-f99c-4553-9399-bb1cd20ba528 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Tap Mirror: Handle Delete Port: 6233e4d0-019d-4648-b4da-8703d4c1d352 [pid: 8|app: 0|req: 717/1475] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:50 2026] DELETE /v2.0/ports/6233e4d0-019d-4648-b4da-8703d4c1d352 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:50.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-53cda650-f7c8-4fae-b592-822fd7506277 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] TaaS: Handle Delete Port: a00c71ee-dde8-47bd-8f71-d160e6f88f32 2026-08-11 09:23:50.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53cda650-f7c8-4fae-b592-822fd7506277 516603c9798c4cf7b838791f4c4befc3 4ac97bc67558490d848d9fe214e3bb79 - - default default] Tap Mirror: Handle Delete Port: a00c71ee-dde8-47bd-8f71-d160e6f88f32 [pid: 8|app: 0|req: 718/1476] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:23:50 2026] DELETE /v2.0/ports/a00c71ee-dde8-47bd-8f71-d160e6f88f32 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1477] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:23:49 2026] PUT /v2.0/routers/b9ce584b-d3d1-40c5-8bf1-3e0580306bbd/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1478] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:50 2026] GET /v2.0/ports/d05fbbb6-f13a-459e-b9fa-d64a0368431d => generated 967 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:50.978 8 INFO neutron.services.segments.plugin [-] Segment 50cee2df-739a-46be-8b10-755210371055 resource provider aggregate not found 2026-08-11 09:23:50.985 8 INFO neutron.services.segments.plugin [-] Segment 50cee2df-739a-46be-8b10-755210371055 resource provider aggregate not found 2026-08-11 09:23:51.007 8 INFO neutron.services.segments.plugin [-] Segment 50cee2df-739a-46be-8b10-755210371055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50cee2df-739a-46be-8b10-755210371055 found for delete ", "request_id": "req-085f5407-1d01-4026-9e9e-a6fb58f3ba63"}]} 2026-08-11 09:23:51.012 8 INFO neutron.services.segments.plugin [-] Segment 50cee2df-739a-46be-8b10-755210371055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50cee2df-739a-46be-8b10-755210371055 found for delete ", "request_id": "req-5a79d789-6659-48f4-8ca5-fae3540d2a10"}]} [pid: 8|app: 0|req: 719/1479] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:50 2026] DELETE /v2.0/networks/195472cc-631e-4269-a00a-5989ebf05cbf => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1480] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:51 2026] DELETE /v2.0/networks/c4bb5168-ba07-4695-b1e1-55ffa7033cd4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:51.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-45ca8107-8253-4877-8c99-afb4c68287a9 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: d05fbbb6-f13a-459e-b9fa-d64a0368431d 2026-08-11 09:23:51.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45ca8107-8253-4877-8c99-afb4c68287a9 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: d05fbbb6-f13a-459e-b9fa-d64a0368431d [pid: 8|app: 0|req: 721/1481] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:51 2026] DELETE /v2.0/networks/5aeed97c-af1c-4910-8a6f-5d5fe907c77f => 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: 722/1482] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:51 2026] DELETE /v2.0/networks/6055cbdf-e8c7-4e71-a3fd-214a0e685c31 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1483] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:51 2026] DELETE /v2.0/networks/8e142132-0b1b-4db3-a5a5-fa4789f3399f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1484] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:50 2026] PUT /v2.0/routers/b9ce584b-d3d1-40c5-8bf1-3e0580306bbd/remove_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1485] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:52 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1486] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:52 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1487] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:52 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1488] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:52 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:52.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-1db3cad3-e0c8-4aca-ae45-a03c4b88fdb8 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: a99f3abb-e7da-4408-924e-236c77414745 2026-08-11 09:23:52.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1db3cad3-e0c8-4aca-ae45-a03c4b88fdb8 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: a99f3abb-e7da-4408-924e-236c77414745 [pid: 8|app: 0|req: 728/1489] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:52 2026] GET /v2.0/security-groups?tenant_id=e536a2a725374a57aa8340b4f67d094c&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1490] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:52 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1491] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:52 2026] DELETE /v2.0/security-groups/f5b278b8-8e2d-4d7f-b828-5c5d8942618c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:53.031 8 INFO neutron.services.segments.plugin [-] Segment f0300cb7-1fc7-43b0-b1ec-997d6a1bbac1 resource provider aggregate not found 2026-08-11 09:23:53.047 8 INFO neutron.services.segments.plugin [-] Segment f0300cb7-1fc7-43b0-b1ec-997d6a1bbac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0300cb7-1fc7-43b0-b1ec-997d6a1bbac1 found for delete ", "request_id": "req-16407bf6-6020-4c2f-9461-bbb9dd7bd5f0"}]} 2026-08-11 09:23:53.054 8 INFO neutron.services.segments.plugin [-] Segment f0300cb7-1fc7-43b0-b1ec-997d6a1bbac1 resource provider aggregate not found [pid: 7|app: 0|req: 762/1492] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:52 2026] PUT /v2.0/routers/b9ce584b-d3d1-40c5-8bf1-3e0580306bbd/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1493] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:53 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:53.074 8 INFO neutron.services.segments.plugin [-] Segment 4c5be017-5acd-4bba-9d06-4963b28a4ff9 resource provider aggregate not found 2026-08-11 09:23:53.080 8 INFO neutron.services.segments.plugin [-] Segment f0300cb7-1fc7-43b0-b1ec-997d6a1bbac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0300cb7-1fc7-43b0-b1ec-997d6a1bbac1 found for delete ", "request_id": "req-2c57c967-d0c1-4be1-89d7-887601cc1b59"}]} [pid: 7|app: 0|req: 763/1494] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:53 2026] GET /v2.0/ports?device_id=b9ce584b-d3d1-40c5-8bf1-3e0580306bbd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:53.103 8 INFO neutron.services.segments.plugin [-] Segment 4c5be017-5acd-4bba-9d06-4963b28a4ff9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c5be017-5acd-4bba-9d06-4963b28a4ff9 found for delete ", "request_id": "req-b2c475dd-b588-426f-b392-99f0ac5fc4f5"}]} 2026-08-11 09:23:53.109 8 INFO neutron.services.segments.plugin [-] Segment 4c5be017-5acd-4bba-9d06-4963b28a4ff9 resource provider aggregate not found 2026-08-11 09:23:53.135 8 INFO neutron.services.segments.plugin [-] Segment 4c5be017-5acd-4bba-9d06-4963b28a4ff9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c5be017-5acd-4bba-9d06-4963b28a4ff9 found for delete ", "request_id": "req-f0bc45ff-5d76-49b0-928c-0dcb2f23f294"}]} 2026-08-11 09:23:53.142 8 INFO neutron.services.segments.plugin [-] Segment 7b3fc160-8a8c-456a-b99c-9a6f17fa5a32 resource provider aggregate not found 2026-08-11 09:23:53.171 8 INFO neutron.services.segments.plugin [-] Segment 7b3fc160-8a8c-456a-b99c-9a6f17fa5a32 resource provider aggregate not found 2026-08-11 09:23:53.178 8 INFO neutron.services.segments.plugin [-] Segment 7b3fc160-8a8c-456a-b99c-9a6f17fa5a32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b3fc160-8a8c-456a-b99c-9a6f17fa5a32 found for delete ", "request_id": "req-bb90cddd-5032-4546-8122-b6f6cd13cdd9"}]} 2026-08-11 09:23:53.193 8 INFO neutron.services.segments.plugin [-] Segment 7b3fc160-8a8c-456a-b99c-9a6f17fa5a32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b3fc160-8a8c-456a-b99c-9a6f17fa5a32 found for delete ", "request_id": "req-12b25c23-93d5-45bb-971c-2b4d231420dd"}]} [pid: 7|app: 0|req: 764/1495] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:53 2026] GET /v2.0/security-groups?tenant_id=4ac97bc67558490d848d9fe214e3bb79&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:53.203 8 INFO neutron.services.segments.plugin [-] Segment 7f733c6f-87bb-4296-a5d8-9114400493ec resource provider aggregate not found 2026-08-11 09:23:53.215 8 INFO neutron.services.segments.plugin [-] Segment 7f733c6f-87bb-4296-a5d8-9114400493ec resource provider aggregate not found 2026-08-11 09:23:53.231 8 INFO neutron.services.segments.plugin [-] Segment 7f733c6f-87bb-4296-a5d8-9114400493ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f733c6f-87bb-4296-a5d8-9114400493ec found for delete ", "request_id": "req-e30b6b00-0a40-410a-aa49-746acc978916"}]} 2026-08-11 09:23:53.244 8 INFO neutron.services.segments.plugin [-] Segment 7f733c6f-87bb-4296-a5d8-9114400493ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f733c6f-87bb-4296-a5d8-9114400493ec found for delete ", "request_id": "req-cd919e01-f7b4-4ed2-95e5-3c647e2ba2cd"}]} [pid: 7|app: 0|req: 765/1496] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:53 2026] DELETE /v2.0/security-groups/5ee284aa-9fe9-4000-b454-0a53446f84b3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:53.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f2b9df5-f71d-4995-b28d-296a03fccaf9 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: 51bec154-4fa3-431b-8858-c6e0fcd1d90c 2026-08-11 09:23:53.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f2b9df5-f71d-4995-b28d-296a03fccaf9 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: 51bec154-4fa3-431b-8858-c6e0fcd1d90c [pid: 7|app: 0|req: 766/1497] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:53 2026] GET /v2.0/security-groups?tenant_id=5ad52d1be45649e986458038ea3e2d31&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1498] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:53 2026] DELETE /v2.0/security-groups/7e63ae6f-ac10-4650-b12e-c8e203c91f57 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:23:53.724 8 INFO neutron.db.l3_hamode_db [None req-6f2b9df5-f71d-4995-b28d-296a03fccaf9 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] HA network db8b2137-883b-48a3-999a-7c7aa3f75d21 was deleted as no HA routers are present in tenant a582531bb3074a6db350897d65bdc27f. [pid: 8|app: 0|req: 732/1499] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:53 2026] DELETE /v2.0/routers/b9ce584b-d3d1-40c5-8bf1-3e0580306bbd => generated 0 bytes in 637 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1500] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:53 2026] DELETE /v2.0/subnets/5aac2163-168c-4a70-b79b-1f76e373dc4c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1501] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:53 2026] DELETE /v2.0/subnets/461c11c4-320a-46b2-ab83-e57fece11b72 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1502] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:54.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e0942b5-bae9-4da3-950e-e5c1f80af3ea 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: c1d72199-7faf-4fd5-a645-0c8f41bb58f2 2026-08-11 09:23:54.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e0942b5-bae9-4da3-950e-e5c1f80af3ea 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: c1d72199-7faf-4fd5-a645-0c8f41bb58f2 [pid: 8|app: 0|req: 735/1503] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 736/1504] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/ports?tenant_id=4735d95e6bb042d0a5e18ee16955b60b&device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1505] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/networks?id=377e93a6-37b9-43da-9719-b7bcea8a0d07 => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1506] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3896821b-5cc6-43b2-9c49-b71f26eb5586 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1507] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/subnets?id=a862b732-8184-4b27-8b36-0230873c122f => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:54.427 7 INFO neutron.services.segments.plugin [-] Segment 3485de06-4475-4640-949c-b6360e2a8ab5 resource provider aggregate not found 2026-08-11 09:23:54.432 7 INFO neutron.services.segments.plugin [-] Segment 3485de06-4475-4640-949c-b6360e2a8ab5 resource provider aggregate not found [pid: 8|app: 0|req: 740/1508] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/ports?network_id=377e93a6-37b9-43da-9719-b7bcea8a0d07&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:23:54.448 7 INFO neutron.services.segments.plugin [-] Segment 3485de06-4475-4640-949c-b6360e2a8ab5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3485de06-4475-4640-949c-b6360e2a8ab5 found for delete ", "request_id": "req-6fcc4eb8-572a-472b-90e6-b91257f16e47"}]} [pid: 7|app: 0|req: 769/1509] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:54 2026] DELETE /v2.0/networks/e76f4fcb-e1bc-455a-9a14-b8e5ca63641b => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:54.474 7 INFO neutron.services.segments.plugin [-] Segment 3485de06-4475-4640-949c-b6360e2a8ab5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3485de06-4475-4640-949c-b6360e2a8ab5 found for delete ", "request_id": "req-7e00db27-6117-4924-953c-82476701826e"}]} [pid: 8|app: 0|req: 741/1510] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:54.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c58b5d5-928e-44b3-a8db-faf01890938d 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: 8afea8ce-f197-4790-8ae6-cb51849f7fe9 2026-08-11 09:23:54.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c58b5d5-928e-44b3-a8db-faf01890938d 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: 8afea8ce-f197-4790-8ae6-cb51849f7fe9 [pid: 8|app: 0|req: 742/1511] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:23:54 2026] GET /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1512] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:23:54 2026] DELETE /v2.0/networks/6bf9354f-387b-4e13-96df-598dc168a8fe => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:23:54.841 8 INFO neutron.db.segments_db [None req-2f743902-28df-4780-89b6-d249eb61e8db 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment b2020f43-afa7-4ab9-9218-c17b6c409873 of type vxlan for network c0060830-630e-48eb-a76b-8627a749ac36 [pid: 8|app: 0|req: 743/1513] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:54 2026] POST /v2.0/networks => generated 613 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1514] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:54 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:55.254 8 INFO neutron.services.segments.plugin [-] Segment 49a3dcbd-3da4-4cb2-b232-9dbc4c6ee639 resource provider aggregate not found 2026-08-11 09:23:55.266 8 INFO neutron.services.segments.plugin [-] Segment 49a3dcbd-3da4-4cb2-b232-9dbc4c6ee639 resource provider aggregate not found 2026-08-11 09:23:55.273 8 INFO neutron.services.segments.plugin [-] Segment 49a3dcbd-3da4-4cb2-b232-9dbc4c6ee639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49a3dcbd-3da4-4cb2-b232-9dbc4c6ee639 found for delete ", "request_id": "req-83c24e16-bb0b-4653-84b0-5a94f4cf897d"}]} 2026-08-11 09:23:55.282 8 INFO neutron.services.segments.plugin [-] Segment 49a3dcbd-3da4-4cb2-b232-9dbc4c6ee639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49a3dcbd-3da4-4cb2-b232-9dbc4c6ee639 found for delete ", "request_id": "req-af8a6869-ab68-4aa1-8918-06f559997377"}]} 2026-08-11 09:23:55.289 8 INFO neutron.db.segments_db [None req-1e53c477-9cd8-4f1d-a1c0-948d6559ffeb 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment d5effe12-a251-4dc9-b429-0e85d60a14cc of type vxlan for network 8144690e-8d94-41e1-beee-1d9a313423c7 [pid: 7|app: 0|req: 772/1515] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:55 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1516] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:55 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:55.591 8 INFO neutron.db.l3_hamode_db [None req-1e53c477-9cd8-4f1d-a1c0-948d6559ffeb 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:23:55.749 8 INFO neutron.db.l3_hamode_db [None req-1e53c477-9cd8-4f1d-a1c0-948d6559ffeb 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:23:56.474 7 INFO neutron.services.segments.plugin [-] Segment 5093e1a0-25c4-45b0-a44a-9bfb614a3598 resource provider aggregate not found [pid: 8|app: 0|req: 744/1517] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:55 2026] POST /v2.0/routers => generated 511 bytes in 1280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:56.508 7 INFO neutron.services.segments.plugin [-] Segment 5093e1a0-25c4-45b0-a44a-9bfb614a3598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5093e1a0-25c4-45b0-a44a-9bfb614a3598 found for delete ", "request_id": "req-aef4b4bb-97bd-4e4d-ad02-631f17149357"}]} 2026-08-11 09:23:56.513 7 INFO neutron.services.segments.plugin [-] Segment 5093e1a0-25c4-45b0-a44a-9bfb614a3598 resource provider aggregate not found [pid: 7|app: 0|req: 774/1518] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:56 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:56.535 7 INFO neutron.services.segments.plugin [-] Segment 5093e1a0-25c4-45b0-a44a-9bfb614a3598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5093e1a0-25c4-45b0-a44a-9bfb614a3598 found for delete ", "request_id": "req-67a5bccd-f009-4986-b4b1-afd6a2c86f13"}]} [pid: 7|app: 0|req: 775/1519] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:56 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 745/1520] 10.0.0.210 () {34 vars in 665 bytes} [Tue Aug 11 09:23:56 2026] POST /v2.0/ports => generated 963 bytes in 443 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: 746/1521] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:57 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1522] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:57 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 776/1523] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:23:56 2026] PUT /v2.0/routers/9f62e0c3-8b38-4709-89ef-8682b4a3ee7a/add_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1524] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:23:58 2026] GET /v2.0/ports/13a44f79-53cb-4c8d-aece-4c61645b5a57 => generated 1037 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, ' 2026-08-11 09:23:58.449 7 INFO neutron.db.segments_db [None req-8f8df5dd-928b-492b-9d00-29d05ec57408 9bdb06e52d5a43e4aac7c0d25d49f5c2 0dfe3d429d494333ab0316869c644922 - - default default] Added segment dacfc1d6-dcf3-42c8-9282-d32bc0dfd97b of type vxlan for network b005af2b-c226-4197-bcb6-503f4b414bfe 2026-08-11 09:23:58.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9e9c07d-1dc8-4160-815f-4ed2d7c06e36 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: 13a44f79-53cb-4c8d-aece-4c61645b5a57 2026-08-11 09:23:58.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9e9c07d-1dc8-4160-815f-4ed2d7c06e36 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: 13a44f79-53cb-4c8d-aece-4c61645b5a57 [pid: 7|app: 0|req: 777/1525] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:58 2026] POST /v2.0/networks => generated 612 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1526] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:23:58 2026] GET /v2.0/security-groups?tenant_id=e301b3cdea0a4d5fba96c14d7155bab2&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1527] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:58 2026] PUT /v2.0/routers/9f62e0c3-8b38-4709-89ef-8682b4a3ee7a/remove_router_interface => generated 309 bytes in 761 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: 779/1528] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:58 2026] POST /v2.0/subnets => generated 626 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1529] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:23:58 2026] DELETE /v2.0/security-groups/408a1535-3e1a-425d-a039-0d07ec63e30b => 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: 780/1530] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:23:59 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:23:59.090 7 INFO neutron.db.segments_db [None req-f504937f-27d9-4daf-8dcb-f43d58bb78dd 9bdb06e52d5a43e4aac7c0d25d49f5c2 0dfe3d429d494333ab0316869c644922 - - default default] Added segment d9f91bd1-e256-4946-8176-ea1cab9e26cd of type vxlan for network a961df66-0ee1-4440-a622-928084594806 2026-08-11 09:23:59.157 8 INFO neutron.api.v2.resource [None req-9744eef0-a57c-4d31-87fe-af407f971c44 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 751/1531] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:23:59 2026] PUT /v2.0/routers/9f62e0c3-8b38-4709-89ef-8682b4a3ee7a/remove_router_interface => generated 197 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1532] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:59 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1533] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:23:59 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1534] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:23:59 2026] GET /v2.0/ports?device_id=9f62e0c3-8b38-4709-89ef-8682b4a3ee7a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:23:59.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cc77bbd-3e49-40ec-8ad7-bd4d7c594677 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: 5ff1bc36-f51f-4dee-ba52-d110c05f804a 2026-08-11 09:23:59.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cc77bbd-3e49-40ec-8ad7-bd4d7c594677 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: 5ff1bc36-f51f-4dee-ba52-d110c05f804a [pid: 8|app: 0|req: 753/1535] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:59 2026] POST /v2.0/subnets => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:59.539 8 INFO neutron.db.segments_db [None req-4d622725-6596-4b82-9855-4c3838c4df13 9bdb06e52d5a43e4aac7c0d25d49f5c2 0dfe3d429d494333ab0316869c644922 - - default default] Added segment e753d71b-2f0c-4d49-9f3b-be676bd099a3 of type vxlan for network 2c0c8f2c-8f63-4713-b020-9fe84adcb3ea [pid: 8|app: 0|req: 754/1536] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:59 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:23:59.862 7 INFO neutron.services.segments.plugin [-] Segment d5effe12-a251-4dc9-b429-0e85d60a14cc resource provider aggregate not found 2026-08-11 09:23:59.880 7 INFO neutron.db.l3_hamode_db [None req-8cc77bbd-3e49-40ec-8ad7-bd4d7c594677 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] HA network 8144690e-8d94-41e1-beee-1d9a313423c7 was deleted as no HA routers are present in tenant a582531bb3074a6db350897d65bdc27f. 2026-08-11 09:23:59.887 7 INFO neutron.services.segments.plugin [-] Segment d5effe12-a251-4dc9-b429-0e85d60a14cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5effe12-a251-4dc9-b429-0e85d60a14cc found for delete ", "request_id": "req-b453584b-d051-434d-833f-9b656c51a589"}]} [pid: 7|app: 0|req: 783/1537] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:59 2026] DELETE /v2.0/routers/9f62e0c3-8b38-4709-89ef-8682b4a3ee7a => generated 0 bytes in 687 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1540] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:23:59 2026] POST /v2.0/subnets => generated 629 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1541] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:23:59 2026] DELETE /v2.0/subnets/52dd8b04-5fa4-4a84-abdf-adf7f2f35828 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:00.064 8 INFO neutron.db.segments_db [None req-d2c3b44c-6411-4f2c-a2ff-fb2af248ab98 9bdb06e52d5a43e4aac7c0d25d49f5c2 0dfe3d429d494333ab0316869c644922 - - default default] Added segment cb7e05a8-7ef8-4594-949f-25c8a08ddca5 of type vxlan for network 4dd09484-90b3-4adf-9597-8b289a75c8db [pid: 8|app: 0|req: 756/1542] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:23:59 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1543] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:00 2026] DELETE /v2.0/networks/c0060830-630e-48eb-a76b-8627a749ac36 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:00.246 7 INFO neutron.db.segments_db [None req-7efc92d9-0d7f-4493-95fd-4b6fccb9e567 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment f1a859bb-2050-4aba-859b-6dccfea90eb3 of type vxlan for network 0ccf44bf-b770-4e63-abfd-f117452c3874 [pid: 7|app: 0|req: 788/1544] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:24:00 2026] POST /v2.0/networks => generated 614 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1545] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:00 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1546] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:00 2026] POST /v2.0/subnets => generated 629 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1547] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:00 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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-08-11 09:24:00.536 8 INFO neutron.db.segments_db [None req-5dc999ae-fd95-4ab3-be15-4bb0f3a434ef 9bdb06e52d5a43e4aac7c0d25d49f5c2 0dfe3d429d494333ab0316869c644922 - - default default] Added segment 4435594c-8aee-460c-bed9-c1b134b5ad34 of type vxlan for network 173b4a52-76d6-4d95-9e59-43996b425f39 2026-08-11 09:24:00.644 7 INFO neutron.services.segments.plugin [-] Segment d5effe12-a251-4dc9-b429-0e85d60a14cc resource provider aggregate not found [pid: 8|app: 0|req: 759/1548] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:24:00 2026] POST /v2.0/networks => generated 612 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:24:00.679 7 INFO neutron.services.segments.plugin [-] Segment d5effe12-a251-4dc9-b429-0e85d60a14cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5effe12-a251-4dc9-b429-0e85d60a14cc found for delete ", "request_id": "req-e26a64ec-09d4-4a71-abf2-1cb2ded4f19f"}]} [pid: 7|app: 0|req: 790/1549] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:00 2026] POST /v2.0/subnets => generated 646 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:24:00.743 7 INFO neutron.db.segments_db [None req-fd12fc4f-3e1f-41b7-9f09-2fa5920e507e 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment c3c4c6d5-c8cd-4b3a-b7df-7cf7a1bf714e of type vxlan for network ff98bc58-dc78-427f-8fb9-58d42f36943a [pid: 8|app: 0|req: 760/1550] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:00 2026] POST /v2.0/subnets => generated 629 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:24:00.981 7 INFO neutron.db.l3_hamode_db [None req-fd12fc4f-3e1f-41b7-9f09-2fa5920e507e 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 761/1551] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:24:00 2026] PUT /v2.0/subnets/10dd600e-532e-4875-a30a-62e9ae8ff390/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1552] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:24:01 2026] PUT /v2.0/subnets/408fbeea-5e98-4dde-b485-c603e5451491/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:01.101 7 INFO neutron.db.l3_hamode_db [None req-fd12fc4f-3e1f-41b7-9f09-2fa5920e507e 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 763/1553] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:24:01 2026] PUT /v2.0/subnets/d7633463-c18b-4779-9794-20a29ec2ff82/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1554] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:24:01 2026] PUT /v2.0/subnets/73aab8f6-1539-49f5-b3c8-26ae2ec570e7/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1555] 10.0.0.210 () {32 vars in 664 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1556] 10.0.0.210 () {32 vars in 678 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1557] 10.0.0.210 () {32 vars in 674 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1558] 10.0.0.210 () {32 vars in 686 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1559] 10.0.0.210 () {32 vars in 672 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1560] 10.0.0.210 () {32 vars in 686 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1561] 10.0.0.210 () {32 vars in 682 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1562] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1563] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1564] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:01 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 791/1565] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:00 2026] POST /v2.0/routers => generated 510 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1566] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:01 2026] DELETE /v2.0/subnets/10dd600e-532e-4875-a30a-62e9ae8ff390 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:01.919 7 INFO neutron.services.segments.plugin [-] Segment b2020f43-afa7-4ab9-9218-c17b6c409873 resource provider aggregate not found 2026-08-11 09:24:01.941 7 INFO neutron.services.segments.plugin [-] Segment b2020f43-afa7-4ab9-9218-c17b6c409873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2020f43-afa7-4ab9-9218-c17b6c409873 found for delete ", "request_id": "req-689ab02d-4456-40e8-95d2-19866cdc4f05"}]} [pid: 8|app: 0|req: 776/1567] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:01 2026] DELETE /v2.0/subnets/408fbeea-5e98-4dde-b485-c603e5451491 => 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: 777/1568] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:01 2026] DELETE /v2.0/subnets/d7633463-c18b-4779-9794-20a29ec2ff82 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1569] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:02 2026] DELETE /v2.0/subnets/73aab8f6-1539-49f5-b3c8-26ae2ec570e7 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1570] 10.0.0.89 () {32 vars in 801 bytes} [Tue Aug 11 09:24:02 2026] GET /v2.0/extensions => generated 21537 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1571] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:02 2026] DELETE /v2.0/subnets/3bb21b28-e387-45b8-99d4-8e6d4de6d888 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:02.631 8 INFO neutron.services.segments.plugin [-] Segment dacfc1d6-dcf3-42c8-9282-d32bc0dfd97b resource provider aggregate not found 2026-08-11 09:24:02.635 8 INFO neutron.services.segments.plugin [-] Segment dacfc1d6-dcf3-42c8-9282-d32bc0dfd97b resource provider aggregate not found 2026-08-11 09:24:02.654 8 INFO neutron.services.segments.plugin [-] Segment dacfc1d6-dcf3-42c8-9282-d32bc0dfd97b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dacfc1d6-dcf3-42c8-9282-d32bc0dfd97b found for delete ", "request_id": "req-bc9554f5-5b38-4a2e-b7f5-334205f6f268"}]} [pid: 8|app: 0|req: 781/1572] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:02 2026] DELETE /v2.0/networks/b005af2b-c226-4197-bcb6-503f4b414bfe => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:02.655 8 INFO neutron.services.segments.plugin [-] Segment dacfc1d6-dcf3-42c8-9282-d32bc0dfd97b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dacfc1d6-dcf3-42c8-9282-d32bc0dfd97b found for delete ", "request_id": "req-cb4eb1a3-8660-408a-85ba-745f9bedd35d"}]} 2026-08-11 09:24:02.698 7 INFO neutron.services.segments.plugin [-] Segment b2020f43-afa7-4ab9-9218-c17b6c409873 resource provider aggregate not found 2026-08-11 09:24:02.722 7 INFO neutron.services.segments.plugin [-] Segment b2020f43-afa7-4ab9-9218-c17b6c409873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2020f43-afa7-4ab9-9218-c17b6c409873 found for delete ", "request_id": "req-4094c5fa-fd9b-4a86-85ac-657394ee89db"}]} [pid: 7|app: 0|req: 792/1573] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:24:01 2026] PUT /v2.0/routers/bf3dce20-5730-404f-ab5b-fc0a795c81a8/add_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1574] 10.0.0.89 () {30 vars in 723 bytes} [Tue Aug 11 09:24:02 2026] GET /v2.0/quotas/8487354577d64096975bb8b706d5707a/details => generated 847 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1575] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:02 2026] DELETE /v2.0/networks/a961df66-0ee1-4440-a622-928084594806 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1576] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:02 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1577] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:24:02 2026] GET /v2.0/ports/30cc442a-e9d4-4637-a9ad-b2594f6197e2 => generated 959 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1578] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:02 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1579] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:02 2026] DELETE /v2.0/networks/2c0c8f2c-8f63-4713-b020-9fe84adcb3ea => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1580] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:03 2026] DELETE /v2.0/networks/4dd09484-90b3-4adf-9597-8b289a75c8db => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1581] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:03 2026] DELETE /v2.0/networks/173b4a52-76d6-4d95-9e59-43996b425f39 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:03.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4130800-5258-4256-a592-de91f6e7c9ca 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: 30cc442a-e9d4-4637-a9ad-b2594f6197e2 2026-08-11 09:24:03.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4130800-5258-4256-a592-de91f6e7c9ca 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: 30cc442a-e9d4-4637-a9ad-b2594f6197e2 [pid: 7|app: 0|req: 796/1582] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:24:02 2026] PUT /v2.0/routers/bf3dce20-5730-404f-ab5b-fc0a795c81a8/remove_router_interface => generated 309 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1583] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:03 2026] GET /v2.0/ports?device_id=bf3dce20-5730-404f-ab5b-fc0a795c81a8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:03.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-e55645ce-a2c7-468c-bfc7-bcec95fa3db3 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: b3fbda9c-2c46-4d0b-9b1a-5263d60ade5f 2026-08-11 09:24:03.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e55645ce-a2c7-468c-bfc7-bcec95fa3db3 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: b3fbda9c-2c46-4d0b-9b1a-5263d60ade5f 2026-08-11 09:24:03.970 7 INFO neutron.services.segments.plugin [-] Segment d9f91bd1-e256-4946-8176-ea1cab9e26cd resource provider aggregate not found 2026-08-11 09:24:03.993 7 INFO neutron.services.segments.plugin [-] Segment d9f91bd1-e256-4946-8176-ea1cab9e26cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9f91bd1-e256-4946-8176-ea1cab9e26cd found for delete ", "request_id": "req-bc43fba5-362a-4ba5-b768-d33a4c7f424c"}]} 2026-08-11 09:24:04.230 7 INFO neutron.db.l3_hamode_db [None req-e55645ce-a2c7-468c-bfc7-bcec95fa3db3 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] HA network ff98bc58-dc78-427f-8fb9-58d42f36943a was deleted as no HA routers are present in tenant a582531bb3074a6db350897d65bdc27f. [pid: 7|app: 0|req: 797/1584] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:03 2026] DELETE /v2.0/routers/bf3dce20-5730-404f-ab5b-fc0a795c81a8 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1585] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:04 2026] DELETE /v2.0/subnets/637bae38-ca10-47cb-8e4f-452568bb4171 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1586] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:04 2026] GET /v2.0/security-groups?tenant_id=5e1360a783174473be052d005c91a475&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:04.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-57b6808c-bd7f-432f-bd16-c6a2fe441948 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: ec7f4aa9-c323-4544-bf71-23dbe9fc0966 2026-08-11 09:24:04.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57b6808c-bd7f-432f-bd16-c6a2fe441948 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: ec7f4aa9-c323-4544-bf71-23dbe9fc0966 [pid: 8|app: 0|req: 789/1587] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:04 2026] DELETE /v2.0/security-groups/c7be2fcd-57c2-4cee-a7bf-9ee89f8e5f43 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:04.682 8 INFO neutron.services.segments.plugin [-] Segment e753d71b-2f0c-4d49-9f3b-be676bd099a3 resource provider aggregate not found 2026-08-11 09:24:04.689 8 INFO neutron.services.segments.plugin [-] Segment e753d71b-2f0c-4d49-9f3b-be676bd099a3 resource provider aggregate not found 2026-08-11 09:24:04.708 8 INFO neutron.services.segments.plugin [-] Segment e753d71b-2f0c-4d49-9f3b-be676bd099a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e753d71b-2f0c-4d49-9f3b-be676bd099a3 found for delete ", "request_id": "req-a5a4f99f-7e77-4552-b7e3-16ebe52e4801"}]} 2026-08-11 09:24:04.714 8 INFO neutron.services.segments.plugin [-] Segment e753d71b-2f0c-4d49-9f3b-be676bd099a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e753d71b-2f0c-4d49-9f3b-be676bd099a3 found for delete ", "request_id": "req-7be4d47c-4c40-4c39-b95b-083e95a60dde"}]} 2026-08-11 09:24:04.728 8 INFO neutron.services.segments.plugin [-] Segment cb7e05a8-7ef8-4594-949f-25c8a08ddca5 resource provider aggregate not found 2026-08-11 09:24:04.731 8 INFO neutron.services.segments.plugin [-] Segment cb7e05a8-7ef8-4594-949f-25c8a08ddca5 resource provider aggregate not found 2026-08-11 09:24:04.744 8 INFO neutron.services.segments.plugin [-] Segment cb7e05a8-7ef8-4594-949f-25c8a08ddca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7e05a8-7ef8-4594-949f-25c8a08ddca5 found for delete ", "request_id": "req-d8890097-b95f-41ea-a9b0-4db5b7f8d31e"}]} 2026-08-11 09:24:04.750 8 INFO neutron.services.segments.plugin [-] Segment cb7e05a8-7ef8-4594-949f-25c8a08ddca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7e05a8-7ef8-4594-949f-25c8a08ddca5 found for delete ", "request_id": "req-5b22cc31-3b5e-453d-b434-3b65f97258d4"}]} 2026-08-11 09:24:04.751 7 INFO neutron.services.segments.plugin [-] Segment d9f91bd1-e256-4946-8176-ea1cab9e26cd resource provider aggregate not found 2026-08-11 09:24:04.757 8 INFO neutron.services.segments.plugin [-] Segment 4435594c-8aee-460c-bed9-c1b134b5ad34 resource provider aggregate not found 2026-08-11 09:24:04.762 8 INFO neutron.services.segments.plugin [-] Segment 4435594c-8aee-460c-bed9-c1b134b5ad34 resource provider aggregate not found 2026-08-11 09:24:04.770 7 INFO neutron.services.segments.plugin [-] Segment d9f91bd1-e256-4946-8176-ea1cab9e26cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9f91bd1-e256-4946-8176-ea1cab9e26cd found for delete ", "request_id": "req-b2ec75e6-37fa-4ad7-b045-d9cebc26f676"}]} 2026-08-11 09:24:04.774 8 INFO neutron.services.segments.plugin [-] Segment 4435594c-8aee-460c-bed9-c1b134b5ad34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4435594c-8aee-460c-bed9-c1b134b5ad34 found for delete ", "request_id": "req-544a4208-6fa4-440c-9240-a93d73444738"}]} 2026-08-11 09:24:04.782 8 INFO neutron.services.segments.plugin [-] Segment 4435594c-8aee-460c-bed9-c1b134b5ad34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4435594c-8aee-460c-bed9-c1b134b5ad34 found for delete ", "request_id": "req-dd4a47b2-247f-43ab-b839-35ac0943ada6"}]} 2026-08-11 09:24:04.807 7 INFO neutron.services.segments.plugin [-] Segment c3c4c6d5-c8cd-4b3a-b7df-7cf7a1bf714e resource provider aggregate not found [pid: 7|app: 0|req: 799/1588] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:04 2026] DELETE /v2.0/networks/0ccf44bf-b770-4e63-abfd-f117452c3874 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:04.832 7 INFO neutron.services.segments.plugin [-] Segment c3c4c6d5-c8cd-4b3a-b7df-7cf7a1bf714e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3c4c6d5-c8cd-4b3a-b7df-7cf7a1bf714e found for delete ", "request_id": "req-11107d02-daf8-4107-ad20-7c7f162b915b"}]} [pid: 8|app: 0|req: 790/1589] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:04 2026] GET /v2.0/security-groups?tenant_id=0dfe3d429d494333ab0316869c644922&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:04.921 7 INFO neutron.db.segments_db [None req-faadec66-91c1-4591-a62f-61322d204075 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Added segment 230cee5c-907f-44cd-b723-39d93dd702bc of type vxlan for network 647438ad-f6be-4bff-972e-03112bd00057 [pid: 8|app: 0|req: 791/1590] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:04 2026] DELETE /v2.0/security-groups/744679a6-534a-4141-836a-62ec997070c7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:05.243 7 INFO neutron.db.l3_hamode_db [None req-faadec66-91c1-4591-a62f-61322d204075 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 792/1591] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:05 2026] GET /v2.0/security-groups?tenant_id=2daa233b181646ed8a49433468e9543e&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1592] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:05 2026] DELETE /v2.0/security-groups/99f4436b-d398-43cd-aa4e-10d0beac99b0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:06.034 7 INFO neutron.services.segments.plugin [-] Segment c3c4c6d5-c8cd-4b3a-b7df-7cf7a1bf714e resource provider aggregate not found [pid: 8|app: 0|req: 794/1593] 10.0.0.89 () {32 vars in 801 bytes} [Tue Aug 11 09:24:06 2026] GET /v2.0/extensions => generated 21537 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-11 09:24:06.053 7 INFO neutron.services.segments.plugin [-] Segment c3c4c6d5-c8cd-4b3a-b7df-7cf7a1bf714e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3c4c6d5-c8cd-4b3a-b7df-7cf7a1bf714e found for delete ", "request_id": "req-9102dd0c-0799-4d92-8626-9206106dd0be"}]} 2026-08-11 09:24:06.071 7 INFO neutron.services.segments.plugin [-] Segment f1a859bb-2050-4aba-859b-6dccfea90eb3 resource provider aggregate not found 2026-08-11 09:24:06.090 7 INFO neutron.services.segments.plugin [-] Segment f1a859bb-2050-4aba-859b-6dccfea90eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a859bb-2050-4aba-859b-6dccfea90eb3 found for delete ", "request_id": "req-598c8003-1731-4267-afc6-54faec28e955"}]} 2026-08-11 09:24:06.260 7 INFO neutron.db.l3_hamode_db [None req-faadec66-91c1-4591-a62f-61322d204075 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 795/1594] 10.0.0.89 () {30 vars in 723 bytes} [Tue Aug 11 09:24:06 2026] GET /v2.0/quotas/8487354577d64096975bb8b706d5707a/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:06.860 7 INFO neutron.services.segments.plugin [-] Segment f1a859bb-2050-4aba-859b-6dccfea90eb3 resource provider aggregate not found 2026-08-11 09:24:06.896 7 INFO neutron.services.segments.plugin [-] Segment f1a859bb-2050-4aba-859b-6dccfea90eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a859bb-2050-4aba-859b-6dccfea90eb3 found for delete ", "request_id": "req-66f15a44-62f3-4a19-be5e-06b0bc0021ef"}]} [pid: 7|app: 0|req: 800/1595] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:04 2026] POST /v2.0/routers => generated 692 bytes in 2375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1596] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:24:07 2026] GET /v2.0/routers/27ad2900-b444-43f1-a861-a6cd725a445a => generated 698 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1597] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:24:07 2026] GET /v2.0/routers => generated 701 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1598] 10.0.0.210 () {34 vars in 741 bytes} [Tue Aug 11 09:24:07 2026] PUT /v2.0/routers/27ad2900-b444-43f1-a861-a6cd725a445a => generated 705 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1599] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:24:07 2026] GET /v2.0/routers/27ad2900-b444-43f1-a861-a6cd725a445a => generated 705 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1600] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:08 2026] GET /v2.0/ports?device_id=27ad2900-b444-43f1-a861-a6cd725a445a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:08.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-0eadafed-0d8c-49ee-bd5c-6538a4e873d6 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: 5044d668-4a58-4b90-864f-e20b063281a1 2026-08-11 09:24:08.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eadafed-0d8c-49ee-bd5c-6538a4e873d6 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: 5044d668-4a58-4b90-864f-e20b063281a1 2026-08-11 09:24:08.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-0eadafed-0d8c-49ee-bd5c-6538a4e873d6 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] TaaS: Handle Delete Port: cbce95cb-63ae-4da0-b3b4-7b4da1e1076f 2026-08-11 09:24:08.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eadafed-0d8c-49ee-bd5c-6538a4e873d6 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] Tap Mirror: Handle Delete Port: cbce95cb-63ae-4da0-b3b4-7b4da1e1076f 2026-08-11 09:24:08.926 7 INFO neutron.services.segments.plugin [-] Segment 230cee5c-907f-44cd-b723-39d93dd702bc resource provider aggregate not found 2026-08-11 09:24:08.932 7 INFO neutron.services.segments.plugin [-] Segment 230cee5c-907f-44cd-b723-39d93dd702bc resource provider aggregate not found 2026-08-11 09:24:08.949 7 INFO neutron.services.segments.plugin [-] Segment 230cee5c-907f-44cd-b723-39d93dd702bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 230cee5c-907f-44cd-b723-39d93dd702bc found for delete ", "request_id": "req-c9fc6d3b-db15-477a-ac2d-0c6b4049ddb6"}]} 2026-08-11 09:24:08.953 7 INFO neutron.services.segments.plugin [-] Segment 230cee5c-907f-44cd-b723-39d93dd702bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 230cee5c-907f-44cd-b723-39d93dd702bc found for delete ", "request_id": "req-5bca9478-e794-4930-a605-d29301d00b3d"}]} 2026-08-11 09:24:08.957 7 INFO neutron.db.l3_hamode_db [None req-0eadafed-0d8c-49ee-bd5c-6538a4e873d6 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] HA network 647438ad-f6be-4bff-972e-03112bd00057 was deleted as no HA routers are present in tenant a582531bb3074a6db350897d65bdc27f. [pid: 7|app: 0|req: 803/1601] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:08 2026] DELETE /v2.0/routers/27ad2900-b444-43f1-a861-a6cd725a445a => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1602] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:08 2026] GET /v2.0/ports?device_id=27ad2900-b444-43f1-a861-a6cd725a445a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:09.017 7 INFO neutron.api.v2.resource [None req-5748dd91-5cb2-48e4-b41c-670df9ad6739 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1603] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:08 2026] DELETE /v2.0/routers/27ad2900-b444-43f1-a861-a6cd725a445a => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1604] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:09 2026] GET /v2.0/ports?device_id=bf3dce20-5730-404f-ab5b-fc0a795c81a8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:09.069 7 INFO neutron.api.v2.resource [None req-aa6576f0-999b-4886-a15f-10909ada2401 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1605] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/routers/bf3dce20-5730-404f-ab5b-fc0a795c81a8 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:24:09.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-647d7b8b-1e22-47f2-b01d-052b6c326283 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1606] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/subnets/637bae38-ca10-47cb-8e4f-452568bb4171 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1607] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:09 2026] GET /v2.0/ports?device_id=9f62e0c3-8b38-4709-89ef-8682b4a3ee7a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:09.153 8 INFO neutron.api.v2.resource [None req-28950b54-6f55-4a2e-9108-7f6d3a644c98 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1608] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/routers/9f62e0c3-8b38-4709-89ef-8682b4a3ee7a => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:24:09.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d97ad77-026b-4a0c-af6a-8ce8952cd502 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1609] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/subnets/52dd8b04-5fa4-4a84-abdf-adf7f2f35828 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1610] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:09 2026] GET /v2.0/ports?device_id=b9ce584b-d3d1-40c5-8bf1-3e0580306bbd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:09.237 7 INFO neutron.api.v2.resource [None req-2ff07027-e0db-4d0b-b080-27787bd40f75 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 808/1611] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/routers/b9ce584b-d3d1-40c5-8bf1-3e0580306bbd => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:24:09.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9447eb34-82e1-4d50-ba4a-6ba43291b1e8 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1612] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/subnets/5aac2163-168c-4a70-b79b-1f76e373dc4c => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:24:09.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-193c7fe4-da34-42b9-8229-45d8a59885c1 732d82455b514453b012084860c37089 a582531bb3074a6db350897d65bdc27f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 809/1613] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/subnets/461c11c4-320a-46b2-ab83-e57fece11b72 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1614] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:09 2026] GET /v2.0/security-groups?tenant_id=8487354577d64096975bb8b706d5707a&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1615] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/security-groups/f43e49b4-8485-4644-96f5-5f4f733037e0 => 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: 806/1616] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:09 2026] GET /v2.0/security-groups?tenant_id=a582531bb3074a6db350897d65bdc27f&name=default => generated 2925 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1617] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:09 2026] DELETE /v2.0/security-groups/5a81adeb-8c96-4091-8528-a86f83c52c0e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1618] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:24:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1619] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:24:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1620] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:24:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1621] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:24:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1622] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:24:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1623] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:24:10 2026] PUT /v2.0/subnetpools/1f8e471f-078e-40e7-82c0-7814e8dff0be/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1624] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:24:10 2026] PUT /v2.0/subnetpools/757e2851-757b-4e96-b84c-dc26ee4ab389/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1625] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:24:10 2026] PUT /v2.0/subnetpools/64da6065-0f66-4da7-8ab9-0dde5d8d14a2/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: 811/1626] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:24:10 2026] PUT /v2.0/subnetpools/b6f9efc1-0f2f-4b18-95bf-86acb9a93799/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1627] 10.0.0.210 () {32 vars in 672 bytes} [Tue Aug 11 09:24:10 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1628] 10.0.0.210 () {32 vars in 686 bytes} [Tue Aug 11 09:24:10 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1629] 10.0.0.210 () {32 vars in 682 bytes} [Tue Aug 11 09:24:10 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1630] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:24:10 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1631] 10.0.0.210 () {32 vars in 680 bytes} [Tue Aug 11 09:24:10 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1632] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:24:10 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1633] 10.0.0.210 () {32 vars in 690 bytes} [Tue Aug 11 09:24:11 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1634] 10.0.0.210 () {32 vars in 702 bytes} [Tue Aug 11 09:24:11 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1635] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:11 2026] DELETE /v2.0/subnetpools/1f8e471f-078e-40e7-82c0-7814e8dff0be => 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: 816/1636] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:11 2026] DELETE /v2.0/subnetpools/757e2851-757b-4e96-b84c-dc26ee4ab389 => 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: 821/1637] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:11 2026] DELETE /v2.0/subnetpools/64da6065-0f66-4da7-8ab9-0dde5d8d14a2 => 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: 817/1638] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:11 2026] DELETE /v2.0/subnetpools/b6f9efc1-0f2f-4b18-95bf-86acb9a93799 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1639] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:11 2026] DELETE /v2.0/subnetpools/84abc185-b17a-435a-a05a-ddf0bdc6c740 => 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: 818/1640] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:24:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1641] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1642] 10.0.0.210 () {34 vars in 758 bytes} [Tue Aug 11 09:24:12 2026] PUT /v2.0/security-groups/23768dfd-87b2-4430-9618-3df3d7ba468b => generated 1663 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1643] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-groups/23768dfd-87b2-4430-9618-3df3d7ba468b => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1644] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:12 2026] DELETE /v2.0/security-groups/23768dfd-87b2-4430-9618-3df3d7ba468b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1645] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:12.458 8 INFO neutron.api.v2.resource [None req-a40ed5ef-af57-427c-ae4c-95edfa001802 397c527c47114deeaeec42dcda9d5cbe 6f44b47de86e4aaeb9ec14a542480aa3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 823/1646] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:12 2026] DELETE /v2.0/security-groups/23768dfd-87b2-4430-9618-3df3d7ba468b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1647] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-groups?tenant_id=469458746a504a29af3ee28abbf7c9e4&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: 824/1648] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:24:12 2026] POST /v2.0/security-groups => generated 1625 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1649] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:12 2026] DELETE /v2.0/security-groups/dceededa-1032-4193-80db-8530a6e7092d => 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: 825/1650] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1651] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-group-rules/c0050bde-1391-4ea8-b50b-6518cf0e9e85 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1652] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1653] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:24:12 2026] DELETE /v2.0/security-group-rules/c0050bde-1391-4ea8-b50b-6518cf0e9e85 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1654] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-groups?tenant_id=aad9c24567544178a548db57f4fe97ab&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1655] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1656] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:13 2026] DELETE /v2.0/security-groups/0e5ce3da-9740-4bc6-b0ac-2d719ce0a4e2 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:13.281 8 INFO neutron.db.segments_db [None req-ad92b94d-aa63-4e65-b6e2-867bae81ffaa 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Added segment a6e0e51a-fb59-495f-af11-0c398353ce1d of type vxlan for network b72f1575-6900-4f8d-ac1d-64570a272e28 [pid: 7|app: 0|req: 830/1657] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1658] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1659] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/security-group-rules/df177aff-fe7e-4980-b7ac-f4f8de0bbb89 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1660] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:24:12 2026] POST /v2.0/networks => generated 613 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1661] 10.0.0.59 () {34 vars in 1039 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&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: 830/1662] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1663] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/security-groups?tenant_id=d5749ae63c014c4688a11037b345dd22&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:13.510 8 INFO neutron.db.segments_db [None req-132efea6-a385-4262-b017-5d28782942fa 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Added segment fb3838a6-8bbc-4b0e-ab36-01b868c3ab16 of type vxlan for network 56860366-e73b-42ae-a41c-8908e5d73a98 [pid: 7|app: 0|req: 834/1664] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:24:13 2026] DELETE /v2.0/security-group-rules/df177aff-fe7e-4980-b7ac-f4f8de0bbb89 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1665] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:13 2026] DELETE /v2.0/security-groups/2c0fba7e-2098-4e4e-a2a6-bbd0f8b4302f => 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: 836/1666] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:13.786 8 INFO neutron.db.l3_hamode_db [None req-132efea6-a385-4262-b017-5d28782942fa 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 837/1667] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:13 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: 838/1668] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/security-group-rules/4fe0df07-85df-4e39-b7a4-d2ae2b3ee145 => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1669] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:13 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1670] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:24:13 2026] DELETE /v2.0/security-group-rules/4fe0df07-85df-4e39-b7a4-d2ae2b3ee145 => 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: 841/1671] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1672] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:14 2026] DELETE /v2.0/security-groups/a15210ab-ea2c-4a52-89da-ee1f70da8e93 => 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: 843/1673] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:14 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) [pid: 7|app: 0|req: 844/1674] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:14 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-08-11 09:24:14.576 8 INFO neutron.db.l3_hamode_db [None req-132efea6-a385-4262-b017-5d28782942fa 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 845/1675] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:14 2026] GET /v2.0/security-groups?tenant_id=6f44b47de86e4aaeb9ec14a542480aa3&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: 848/1678] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:14 2026] DELETE /v2.0/security-groups/535ea5fd-ea41-437f-a2fd-7e019f034e05 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1679] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:13 2026] POST /v2.0/routers => generated 695 bytes in 2506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1680] 10.0.0.210 () {32 vars in 776 bytes} [Tue Aug 11 09:24:15 2026] GET /v2.0/subnets?project_id=9dfc165c2832442caf39d1a0931c9d33&cidr=10.100.0.0%2F28 => generated 14 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1681] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:24:16 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1682] 10.0.0.210 () {32 vars in 784 bytes} [Tue Aug 11 09:24:16 2026] GET /v2.0/subnets?network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1683] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:16 2026] POST /v2.0/subnets => generated 656 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1684] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:24:16 2026] POST /v2.0/subnetpools => generated 548 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1685] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:17 2026] GET /v2.0/subnetpools/94a11c97-7b7b-4e02-8fd7-db0c8b8d7596 => generated 548 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1686] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:24:17 2026] PUT /v2.0/subnetpools/94a11c97-7b7b-4e02-8fd7-db0c8b8d7596 => generated 500 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:17.351 8 INFO neutron.db.segments_db [None req-8ae78f48-29a1-4d28-8b27-bf1ee0c1e41e bc8fb0d1bad2494687a098ba1618d992 60fdeacfb27f40588aefeb0c75ef833e - - default default] Added segment 16e2325f-4531-4ce2-ab65-32dc2a8168b1 of type vxlan for network cecf2c61-ae48-4015-be35-b9b4770594a4 [pid: 8|app: 0|req: 837/1687] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:24:17 2026] POST /v2.0/networks => generated 612 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1688] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:17 2026] DELETE /v2.0/subnetpools/94a11c97-7b7b-4e02-8fd7-db0c8b8d7596 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1689] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:24:17 2026] PUT /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:17.616 8 INFO neutron.api.v2.resource [None req-b8c00e18-18bf-4aa8-985f-7b94736ba254 8d7f91df3d074ef4a418c03627c38523 190d8ab9355749e8aeb4b7e803400e92 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1690] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:17 2026] GET /v2.0/subnetpools/94a11c97-7b7b-4e02-8fd7-db0c8b8d7596 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1691] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:24:17 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:17.684 8 INFO neutron.api.v2.resource [None req-2620ef97-4143-4c29-87d5-8580d0721160 8d7f91df3d074ef4a418c03627c38523 190d8ab9355749e8aeb4b7e803400e92 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1692] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:17 2026] DELETE /v2.0/subnetpools/94a11c97-7b7b-4e02-8fd7-db0c8b8d7596 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1693] 10.0.0.210 () {34 vars in 764 bytes} [Tue Aug 11 09:24:17 2026] PUT /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1694] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:24:17 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1695] 10.0.0.210 () {34 vars in 760 bytes} [Tue Aug 11 09:24:17 2026] PUT /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1696] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:24:17 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1697] 10.0.0.210 () {34 vars in 782 bytes} [Tue Aug 11 09:24:17 2026] PUT /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1698] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1699] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:24:16 2026] PUT /v2.0/routers/67e19ad2-bf3e-450c-aa29-fe0fba0aa6f6/add_router_interface => generated 309 bytes in 1531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1700] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:24:18 2026] PUT /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1701] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/networks => generated 5792 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1702] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1703] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/subnets => generated 3896 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1704] 10.0.0.210 () {32 vars in 741 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:18.340 8 INFO neutron.api.v2.resource [None req-5470428a-0e57-43ee-9611-690311ff33ff bc8fb0d1bad2494687a098ba1618d992 60fdeacfb27f40588aefeb0c75ef833e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1705] 10.0.0.210 () {32 vars in 745 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1706] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/routers => generated 1464 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1707] 10.0.0.210 () {32 vars in 744 bytes} [Tue Aug 11 09:24:18 2026] DELETE /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1708] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1709] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:24:18 2026] POST /v2.0/security-groups => generated 1675 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1710] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/security-groups?tenant_id=190d8ab9355749e8aeb4b7e803400e92&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:18.604 7 INFO neutron.api.v2.resource [None req-c67e76c9-9f7a-4d69-a99e-8db90ad585dd bc8fb0d1bad2494687a098ba1618d992 60fdeacfb27f40588aefeb0c75ef833e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1711] 10.0.0.210 () {32 vars in 748 bytes} [Tue Aug 11 09:24:18 2026] DELETE /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1712] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:18 2026] DELETE /v2.0/security-groups/0d6ee9d5-8887-48de-9e46-cc8eea972d5b => 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: 854/1713] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1714] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:18 2026] DELETE /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1715] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:24:18 2026] GET /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1716] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:24:18.953 7 INFO neutron.services.segments.plugin [-] Segment 16e2325f-4531-4ce2-ab65-32dc2a8168b1 resource provider aggregate not found 2026-08-11 09:24:18.962 7 INFO neutron.services.segments.plugin [-] Segment 16e2325f-4531-4ce2-ab65-32dc2a8168b1 resource provider aggregate not found 2026-08-11 09:24:18.980 7 INFO neutron.services.segments.plugin [-] Segment 16e2325f-4531-4ce2-ab65-32dc2a8168b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e2325f-4531-4ce2-ab65-32dc2a8168b1 found for delete ", "request_id": "req-115b88d6-a6d8-4809-ba2f-3539ede4765f"}]} 2026-08-11 09:24:18.984 7 INFO neutron.services.segments.plugin [-] Segment 16e2325f-4531-4ce2-ab65-32dc2a8168b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e2325f-4531-4ce2-ab65-32dc2a8168b1 found for delete ", "request_id": "req-59a04568-4c3a-43d8-824e-fb73d875d652"}]} [pid: 7|app: 0|req: 862/1717] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:18 2026] DELETE /v2.0/networks/cecf2c61-ae48-4015-be35-b9b4770594a4 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1718] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1719] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:24:19.229 8 INFO neutron.db.securitygroups_db [None req-fb225e85-1fb9-4f37-bbc8-b5f799c20e15 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Project 9dfc165c2832442caf39d1a0931c9d33 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: 857/1720] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:24:19.396 7 INFO neutron.db.securitygroups_db [None req-539bb3f1-8c6a-448b-8b3b-986de5f824c3 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Project 9dfc165c2832442caf39d1a0931c9d33 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: 864/1721] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1722] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:19 2026] GET /v2.0/security-groups?tenant_id=60fdeacfb27f40588aefeb0c75ef833e&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1723] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:24:19 2026] GET /v2.0/networks => generated 1297 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1724] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:19 2026] DELETE /v2.0/security-groups/66d135f9-fd51-4b0f-9d9e-b585b938b1fb => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1725] 10.0.0.131 () {34 vars in 1100 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2100019715&fields=id&tenant_id=9dfc165c2832442caf39d1a0931c9d33 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1726] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/networks?id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1727] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/quotas/9dfc165c2832442caf39d1a0931c9d33 => 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: 861/1728] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&fields=id => generated 103 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1729] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?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: 863/1730] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?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: 868/1731] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/security-groups?tenant_id=e692cfe80b2845abb2b3a0a1486f6253&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1732] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:20 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 864/1733] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:20 2026] DELETE /v2.0/security-groups/ccacd625-2582-4f3c-882b-20fb6a423822 => 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: 870/1734] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:21 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 871/1735] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:22 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1736] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:22 2026] GET /v2.0/security-groups?tenant_id=89291d694e454960b2fb38aa3fe8883c&name=default => generated 2925 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1737] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:22 2026] DELETE /v2.0/security-groups/bfefd718-1d8f-4e72-924b-4bb6d8626ced => 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: 866/1738] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:23 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 867/1739] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:24 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1740] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:24 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:24.888 7 INFO neutron.db.segments_db [None req-9118f934-d52b-473e-810e-5806c6224e15 64580ce0f15e494792367599b2db2856 e1ac5b6ee35b4e73b1a6e887c4cc436e - - default default] Added segment e3c66a4b-b655-4285-9f9b-64cc1b3fb460 of type vxlan for network 63839c63-4568-4f60-86bf-b290e8d8ebc0 [pid: 8|app: 0|req: 869/1741] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:24:24 2026] GET /v2.0/networks?id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1742] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:24 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1743] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:24:24 2026] POST /v2.0/networks => generated 611 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1744] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:24:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9dfc165c2832442caf39d1a0931c9d33 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1745] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:25 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 872/1746] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:25 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1747] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:24:25 2026] POST /v2.0/ports => generated 743 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1748] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:24:25 2026] POST /v2.0/ports => generated 958 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 876/1749] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:25 2026] GET /v2.0/security-groups?tenant_id=6f68c655d84d48c79b0b00757c1c8f48&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1750] 10.0.0.210 () {34 vars in 666 bytes} [Tue Aug 11 09:24:25 2026] POST /v2.0/trunks => generated 407 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1751] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:25 2026] DELETE /v2.0/security-groups/95b4f35e-c001-4929-9ed3-2d4b35c1ceb5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1752] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:24:25 2026] PUT /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1753] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:25 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1754] 10.0.0.210 () {34 vars in 760 bytes} [Tue Aug 11 09:24:25 2026] PUT /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1755] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:25 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1756] 10.0.0.210 () {34 vars in 756 bytes} [Tue Aug 11 09:24:26 2026] PUT /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1757] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1758] 10.0.0.210 () {34 vars in 778 bytes} [Tue Aug 11 09:24:26 2026] PUT /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1759] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1760] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:24:25 2026] PUT /v2.0/ports/25f71220-14fa-434e-b261-486efd2564d2 => generated 1239 bytes in 491 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: 884/1761] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1762] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&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-08-11 09:24:26.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7771f3f-49ff-43b9-abac-a1475dcc8b37'] response: {'name': 'network-changed', 'server_uuid': '9495a267-63c2-4355-8e50-3c85a8f4f8fa', 'tag': '25f71220-14fa-434e-b261-486efd2564d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 878/1763] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1764] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:24:26 2026] PUT /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1765] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1766] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1767] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:26.361 8 INFO neutron.api.v2.resource [None req-0503cd2e-a0a1-4fa8-8cbf-5c65939d2fe2 64580ce0f15e494792367599b2db2856 e1ac5b6ee35b4e73b1a6e887c4cc436e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 888/1768] 10.0.0.210 () {32 vars in 741 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1769] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:26 2026] DELETE /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags/red => 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: 889/1770] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:26.478 7 INFO neutron.api.v2.resource [None req-d9f24ac0-f483-487d-a19f-c3bbb33b61f8 64580ce0f15e494792367599b2db2856 e1ac5b6ee35b4e73b1a6e887c4cc436e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1771] 10.0.0.210 () {32 vars in 744 bytes} [Tue Aug 11 09:24:26 2026] DELETE /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1772] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:26 2026] DELETE /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1773] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1774] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf => generated 407 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1775] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/ports/89319c29-a862-44c6-935a-c2b9c9ddcad5 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1776] 10.0.0.210 () {32 vars in 722 bytes} [Tue Aug 11 09:24:26 2026] DELETE /v2.0/trunks/f81bc0b4-8d68-4e9d-94b0-8f360f12adaf => 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: 885/1777] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1778] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/networks?tenant_id=9dfc165c2832442caf39d1a0931c9d33&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:26.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e6ae9c8-466f-49ed-b58c-3de168406826 64580ce0f15e494792367599b2db2856 e1ac5b6ee35b4e73b1a6e887c4cc436e - - default default] TaaS: Handle Delete Port: 89319c29-a862-44c6-935a-c2b9c9ddcad5 2026-08-11 09:24:26.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e6ae9c8-466f-49ed-b58c-3de168406826 64580ce0f15e494792367599b2db2856 e1ac5b6ee35b4e73b1a6e887c4cc436e - - default default] Tap Mirror: Handle Delete Port: 89319c29-a862-44c6-935a-c2b9c9ddcad5 [pid: 7|app: 0|req: 887/1779] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:24:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1780] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:24:26 2026] DELETE /v2.0/ports/89319c29-a862-44c6-935a-c2b9c9ddcad5 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:27.158 7 INFO neutron.services.segments.plugin [-] Segment e3c66a4b-b655-4285-9f9b-64cc1b3fb460 resource provider aggregate not found 2026-08-11 09:24:27.164 7 INFO neutron.services.segments.plugin [-] Segment e3c66a4b-b655-4285-9f9b-64cc1b3fb460 resource provider aggregate not found 2026-08-11 09:24:27.180 7 INFO neutron.services.segments.plugin [-] Segment e3c66a4b-b655-4285-9f9b-64cc1b3fb460 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3c66a4b-b655-4285-9f9b-64cc1b3fb460 found for delete ", "request_id": "req-ee43a9e9-1217-402c-bff2-dc5b7e141a6b"}]} 2026-08-11 09:24:27.192 7 INFO neutron.services.segments.plugin [-] Segment e3c66a4b-b655-4285-9f9b-64cc1b3fb460 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3c66a4b-b655-4285-9f9b-64cc1b3fb460 found for delete ", "request_id": "req-8fed9bfa-59fd-41af-86ed-20e3c2e79446"}]} [pid: 7|app: 0|req: 888/1781] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:27 2026] DELETE /v2.0/networks/63839c63-4568-4f60-86bf-b290e8d8ebc0 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1782] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1783] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1784] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1785] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/security-groups?id=eb6c608f-34cd-422b-8540-6930ef8dfdd2&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1786] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 897/1787] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1788] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=25f71220-14fa-434e-b261-486efd2564d2 => 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: 899/1789] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/subnets?id=f65c9b80-38a2-4c0d-8c9c-3f00eb9e3e59 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:27.599 7 INFO neutron_taas.services.taas.taas_plugin [req-19e2963e-25d1-423a-a808-7e78a473ddce req-45d768b1-83ca-45b3-87db-908fcb4ebe69 d279cb01723a47afbde55b4795861c91 4735d95e6bb042d0a5e18ee16955b60b - - default default] TaaS: Handle Delete Port: 3896821b-5cc6-43b2-9c49-b71f26eb5586 [pid: 8|app: 0|req: 900/1790] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/ports?network_id=b72f1575-6900-4f8d-ac1d-64570a272e28&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:27.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19e2963e-25d1-423a-a808-7e78a473ddce req-45d768b1-83ca-45b3-87db-908fcb4ebe69 d279cb01723a47afbde55b4795861c91 4735d95e6bb042d0a5e18ee16955b60b - - default default] Tap Mirror: Handle Delete Port: 3896821b-5cc6-43b2-9c49-b71f26eb5586 [pid: 8|app: 0|req: 901/1791] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:24:27 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:27.744 7 INFO neutron.db.l3_db [req-19e2963e-25d1-423a-a808-7e78a473ddce req-45d768b1-83ca-45b3-87db-908fcb4ebe69 d279cb01723a47afbde55b4795861c91 4735d95e6bb042d0a5e18ee16955b60b - - default default] Floating IP 78507406-f423-4c38-ac48-f7a8846f1d3e disassociated. External IP: 10.96.250.206, port: 3896821b-5cc6-43b2-9c49-b71f26eb5586. 2026-08-11 09:24:28.093 8 INFO neutron.db.segments_db [None req-07773e64-7c95-4c4b-b6e6-dab4eed3353f ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 15aa3957-fbc2-40c1-aade-a2fe3a2bfe6c of type vxlan for network 6443a1be-cde2-4a0d-af48-468905dbe9d4 [pid: 7|app: 0|req: 891/1792] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:24:27 2026] DELETE /v2.0/ports/3896821b-5cc6-43b2-9c49-b71f26eb5586 => generated 0 bytes in 675 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1793] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:24:28 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?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: 902/1794] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:24:27 2026] POST /v2.0/networks => generated 722 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1795] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:28 2026] GET /v2.0/security-groups?tenant_id=e1ac5b6ee35b4e73b1a6e887c4cc436e&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:28.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa2dc748-9e4c-4bad-9567-0d39c42b0650'] response: {'server_uuid': '6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459', 'name': 'network-vif-deleted', 'tag': '3896821b-5cc6-43b2-9c49-b71f26eb5586', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 894/1796] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:28 2026] DELETE /v2.0/security-groups/616df4f3-97ba-4924-87ae-a875b0bacc6d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1797] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:28 2026] POST /v2.0/subnets => generated 688 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:24:28.469 7 INFO neutron.db.segments_db [None req-4cbe7d6c-9137-4edc-a4ca-208c0e984e50 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment ff3d3031-38cd-4ee5-b3f3-b529846b233f of type vxlan for network c1e4e30f-65c0-43c1-bced-594eedc95c9b [pid: 8|app: 0|req: 904/1798] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:28 2026] GET /v2.0/security-groups?tenant_id=ef2ea5a096524c35a63d00b719d367cc&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1799] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:28 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1800] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:28 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1801] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:28 2026] DELETE /v2.0/security-groups/24e0d24d-e687-4c1a-8870-3c5d3c1c7bf4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:28.724 7 INFO neutron.db.l3_hamode_db [None req-4cbe7d6c-9137-4edc-a4ca-208c0e984e50 ae1717e9d58944daa4114a13c298ff09 cf293d63ec1447bca9366ce15ac174f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 908/1802] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:28 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:29.577 7 INFO neutron.db.l3_hamode_db [None req-4cbe7d6c-9137-4edc-a4ca-208c0e984e50 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 911/1805] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:29 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 912/1806] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:29 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1807] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:29 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1808] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:30 2026] GET /v2.0/ports?device_id=6820a2c7-06c3-4f0e-b3f4-ec4e9f64a459 => 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: 895/1809] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:24:28 2026] POST /v2.0/routers => generated 728 bytes in 2636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1810] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:30 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 916/1811] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:31 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1812] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:31 2026] DELETE /v2.0/security-groups/eb6c608f-34cd-422b-8540-6930ef8dfdd2 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:32.072 8 INFO neutron.api.v2.resource [None req-d9f422d4-c9f0-4c9a-bd30-d97b23d975ac d279cb01723a47afbde55b4795861c91 4735d95e6bb042d0a5e18ee16955b60b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 918/1813] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:24:32 2026] GET /v2.0/security-groups/eb6c608f-34cd-422b-8540-6930ef8dfdd2 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:24:32.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f84feca-23f2-44ef-9848-be55f1d4e383 d279cb01723a47afbde55b4795861c91 4735d95e6bb042d0a5e18ee16955b60b - - default default] TaaS: Handle Delete Port: c9d96514-2150-421f-8d7a-55960a9b136b 2026-08-11 09:24:32.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f84feca-23f2-44ef-9848-be55f1d4e383 d279cb01723a47afbde55b4795861c91 4735d95e6bb042d0a5e18ee16955b60b - - default default] Tap Mirror: Handle Delete Port: c9d96514-2150-421f-8d7a-55960a9b136b [pid: 8|app: 0|req: 919/1814] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:24:32 2026] DELETE /v2.0/floatingips/78507406-f423-4c38-ac48-f7a8846f1d3e => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1815] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:32 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1816] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:24:31 2026] PUT /v2.0/routers/dcd18b83-e06e-4684-be53-c2f9d38b2373/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1817] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:32 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&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-08-11 09:24:32.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e880e78-57b9-4f6e-8f6c-8c370a4f99c0 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: a9b76b94-21ee-442c-98f3-f4c5c1f4a4ad 2026-08-11 09:24:32.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e880e78-57b9-4f6e-8f6c-8c370a4f99c0 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: a9b76b94-21ee-442c-98f3-f4c5c1f4a4ad [pid: 8|app: 0|req: 921/1818] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:24:32 2026] PUT /v2.0/routers/2cb2e32a-2d2a-4c3d-8d31-ae10bb3cc245/remove_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1819] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:33 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1820] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:33 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&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-08-11 09:24:33.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-70e76095-ff9a-4832-92aa-9f5c7dfdbedc ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: a1e6619d-a9df-47c5-abf7-9f3804291830 2026-08-11 09:24:33.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70e76095-ff9a-4832-92aa-9f5c7dfdbedc ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: a1e6619d-a9df-47c5-abf7-9f3804291830 [pid: 8|app: 0|req: 924/1821] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:33 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 925/1822] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:33 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1823] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:24:33 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:34.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-70e76095-ff9a-4832-92aa-9f5c7dfdbedc ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: f0c64002-42d9-4b0d-a603-ed014540e67f 2026-08-11 09:24:34.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70e76095-ff9a-4832-92aa-9f5c7dfdbedc ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: f0c64002-42d9-4b0d-a603-ed014540e67f 2026-08-11 09:24:34.525 7 INFO neutron.services.segments.plugin [-] Segment af501c95-abac-47e5-a008-8c0dc58492ef resource provider aggregate not found 2026-08-11 09:24:34.530 7 INFO neutron.services.segments.plugin [-] Segment af501c95-abac-47e5-a008-8c0dc58492ef resource provider aggregate not found 2026-08-11 09:24:34.553 7 INFO neutron.services.segments.plugin [-] Segment af501c95-abac-47e5-a008-8c0dc58492ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af501c95-abac-47e5-a008-8c0dc58492ef found for delete ", "request_id": "req-652f43fa-9fea-47c4-b786-b30e7ae97838"}]} 2026-08-11 09:24:34.561 7 INFO neutron.services.segments.plugin [-] Segment af501c95-abac-47e5-a008-8c0dc58492ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af501c95-abac-47e5-a008-8c0dc58492ef found for delete ", "request_id": "req-27bcb41c-156b-474d-b566-107cdad32675"}]} 2026-08-11 09:24:34.569 7 INFO neutron.db.l3_hamode_db [None req-70e76095-ff9a-4832-92aa-9f5c7dfdbedc ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network 6e3e2abd-8df8-45d3-b4f5-2c5e6001721c was deleted as no HA routers are present in tenant 4735d95e6bb042d0a5e18ee16955b60b. [pid: 7|app: 0|req: 898/1824] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:33 2026] DELETE /v2.0/routers/2cb2e32a-2d2a-4c3d-8d31-ae10bb3cc245 => generated 0 bytes in 1023 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:34.742 8 INFO neutron.db.l3_db [None req-ae45b6bb-c97c-43d9-bc4f-ddde250f7cbd 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Floating IP 12fc5828-e650-4d67-9a3c-3c83e7b2abad associated. External IP: 10.96.250.210, port: 25f71220-14fa-434e-b261-486efd2564d2. [pid: 7|app: 0|req: 899/1825] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:34 2026] DELETE /v2.0/subnets/a862b732-8184-4b27-8b36-0230873c122f => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:34.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-1553a6c7-bab8-47ca-aafa-09493bd5abd2 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 1df57884-f847-4a42-a844-7c602a52e8b1 2026-08-11 09:24:34.919 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1553a6c7-bab8-47ca-aafa-09493bd5abd2 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 1df57884-f847-4a42-a844-7c602a52e8b1 [pid: 8|app: 0|req: 927/1826] 10.0.0.210 () {34 vars in 677 bytes} [Tue Aug 11 09:24:33 2026] POST /v2.0/floatingips => generated 856 bytes in 1210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1827] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:24:34 2026] DELETE /v2.0/networks/377e93a6-37b9-43da-9719-b7bcea8a0d07 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:35.188 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f1c514b-58da-4c68-ad53-6d0e208a26a5'] response: {'name': 'network-changed', 'server_uuid': '9495a267-63c2-4355-8e50-3c85a8f4f8fa', 'tag': '25f71220-14fa-434e-b261-486efd2564d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 928/1828] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/networks?id=6443a1be-cde2-4a0d-af48-468905dbe9d4 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1829] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1830] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/quotas/cf293d63ec1447bca9366ce15ac174f6 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1831] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/ports?tenant_id=cf293d63ec1447bca9366ce15ac174f6&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1832] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/security-groups?tenant_id=4735d95e6bb042d0a5e18ee16955b60b&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: 930/1833] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/networks/6443a1be-cde2-4a0d-af48-468905dbe9d4?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1834] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/networks/6443a1be-cde2-4a0d-af48-468905dbe9d4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1835] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:35 2026] DELETE /v2.0/security-groups/23909bad-07d4-40be-a64f-f1ff9800305c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1836] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => 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: 905/1837] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 933/1838] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/networks?id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1839] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=25f71220-14fa-434e-b261-486efd2564d2 => generated 859 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1840] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/subnets?id=f65c9b80-38a2-4c0d-8c9c-3f00eb9e3e59 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1841] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/ports?network_id=b72f1575-6900-4f8d-ac1d-64570a272e28&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1842] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:24:35 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?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: 908/1843] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:24:36 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1844] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:36 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 856 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:36.579 7 INFO neutron.services.segments.plugin [-] Segment 79f82d23-9d34-4b0c-94cc-75f506c56463 resource provider aggregate not found 2026-08-11 09:24:36.584 7 INFO neutron.services.segments.plugin [-] Segment 79f82d23-9d34-4b0c-94cc-75f506c56463 resource provider aggregate not found 2026-08-11 09:24:36.601 7 INFO neutron.services.segments.plugin [-] Segment 79f82d23-9d34-4b0c-94cc-75f506c56463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79f82d23-9d34-4b0c-94cc-75f506c56463 found for delete ", "request_id": "req-64b2dd82-21c6-4321-970e-4951d40aab5b"}]} 2026-08-11 09:24:36.612 7 INFO neutron.services.segments.plugin [-] Segment 79f82d23-9d34-4b0c-94cc-75f506c56463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79f82d23-9d34-4b0c-94cc-75f506c56463 found for delete ", "request_id": "req-526bee4f-3337-4810-b6ff-fb37b8226d04"}]} [pid: 7|app: 0|req: 909/1845] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:36 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => 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: 937/1846] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:37 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1847] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:37 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1848] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:38 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1849] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:24:39 2026] GET /v2.0/networks?id=6443a1be-cde2-4a0d-af48-468905dbe9d4 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1850] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:39 2026] GET /v2.0/security-groups?tenant_id=a12139dc800144fab33407214d4824f2&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1851] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:40 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 957 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1852] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:40 2026] DELETE /v2.0/security-groups/6438410f-8959-476e-9d88-c729564f1107 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1853] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:40 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1854] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:24:39 2026] POST /v2.0/ports => generated 954 bytes in 487 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: 941/1855] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:40 2026] GET /v2.0/security-groups?tenant_id=8ed91f9ac986450d8cf08785e65d531b&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1856] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:24:40 2026] PUT /v2.0/ports/4cdf3a5f-4362-447b-8499-0b462fb77f30 => generated 1235 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1857] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:40 2026] DELETE /v2.0/security-groups/231fbb50-42bc-472c-ad6e-66fb397785ee => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:40.992 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11688589-0f58-4ea6-a2c7-9f7c65f4a0a9'] response: {'name': 'network-changed', 'server_uuid': '0200c968-95cd-4f5f-abc5-9f893b9d0418', 'tag': '4cdf3a5f-4362-447b-8499-0b462fb77f30', '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: 916/1858] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:24:41 2026] GET /v2.0/ports?tenant_id=cf293d63ec1447bca9366ce15ac174f6&device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1859] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:41 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1860] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:24:41 2026] GET /v2.0/networks?tenant_id=cf293d63ec1447bca9366ce15ac174f6&shared=False => generated 769 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1861] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:41 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1862] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:24:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1863] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => 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: 919/1864] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/ports?tenant_id=cf293d63ec1447bca9366ce15ac174f6&device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1865] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4cdf3a5f-4362-447b-8499-0b462fb77f30 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1866] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1867] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/subnets?id=bd3e5325-a834-4d50-979d-d4185c77ef14 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1868] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/ports?network_id=6443a1be-cde2-4a0d-af48-468905dbe9d4&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: 922/1869] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/networks/6443a1be-cde2-4a0d-af48-468905dbe9d4?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1870] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:24:42 2026] GET /v2.0/networks/6443a1be-cde2-4a0d-af48-468905dbe9d4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1871] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:43 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1872] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:43 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1873] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:24:44 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1874] 10.0.0.59 () {34 vars in 1039 bytes} [Tue Aug 11 09:24:44 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&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: 926/1877] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:45 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1878] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:45 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1879] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:44 2026] GET /v2.0/security-groups?tenant_id=38431aad1c9b4f53bebcf151fdfdf1bc&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1880] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:45 2026] DELETE /v2.0/security-groups/e23b892c-d80b-49a6-973c-9c9a9f064d34 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1881] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:45 2026] GET /v2.0/security-groups?tenant_id=7b1a12c854094e7c9087859fc1cbc016&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1882] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:45 2026] DELETE /v2.0/security-groups/1f3930e5-82b8-4f71-a44a-3c8d04c65efa => 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: 954/1883] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:46 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1884] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:46 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1885] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:47 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1886] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:47 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&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: 956/1887] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:48 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1888] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:48 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1889] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:50 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1890] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:50 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1891] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:51 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1892] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:51 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1893] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:51 2026] GET /v2.0/security-groups?tenant_id=a9aa0d82c1d04436ba52b5b3ab2f704f&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: 935/1894] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:52 2026] DELETE /v2.0/security-groups/8abe0e07-df4b-4dec-83ae-86bd657f2f20 => 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: 936/1895] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:52 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1896] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:52 2026] GET /v2.0/security-groups?tenant_id=ea3f330ea61b4a31a2365449b956e778&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1897] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:24:52 2026] GET /v2.0/security-groups?id=25fec333-a20a-4499-9a05-1ca05d2a5344&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1898] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:24:52 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1899] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:52 2026] DELETE /v2.0/security-groups/40dd3d87-7bed-43ac-b7ca-0a1f9617dea9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:24:52.754 7 INFO neutron_taas.services.taas.taas_plugin [req-80b5e442-dc20-4c0b-a6da-ac63a94f0b55 req-70113a32-23f5-4aa0-b472-a2984cee794b f18efa7a18184eae8576b79a3b0c79e6 cf293d63ec1447bca9366ce15ac174f6 - - default default] TaaS: Handle Delete Port: 4cdf3a5f-4362-447b-8499-0b462fb77f30 2026-08-11 09:24:52.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-80b5e442-dc20-4c0b-a6da-ac63a94f0b55 req-70113a32-23f5-4aa0-b472-a2984cee794b f18efa7a18184eae8576b79a3b0c79e6 cf293d63ec1447bca9366ce15ac174f6 - - default default] Tap Mirror: Handle Delete Port: 4cdf3a5f-4362-447b-8499-0b462fb77f30 [pid: 7|app: 0|req: 939/1900] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:24:52 2026] DELETE /v2.0/ports/4cdf3a5f-4362-447b-8499-0b462fb77f30 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:24:53.025 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1c31a91-1d8b-4b57-999e-a812737b56fc'] response: {'server_uuid': '0200c968-95cd-4f5f-abc5-9f893b9d0418', 'name': 'network-vif-deleted', 'tag': '4cdf3a5f-4362-447b-8499-0b462fb77f30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 940/1901] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:53 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => 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: 962/1902] 10.0.0.210 () {32 vars in 826 bytes} [Tue Aug 11 09:24:53 2026] GET /v2.0/ports?project_id=9dfc165c2832442caf39d1a0931c9d33&network_id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 3695 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1903] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:24:54 2026] GET /v2.0/subnets?network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:54.359 8 INFO neutron.db.l3_db [None req-6b81ded5-62d7-46c3-9ac9-b8da1598fbce 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Floating IP 12fc5828-e650-4d67-9a3c-3c83e7b2abad disassociated. External IP: 10.96.250.210, port: 25f71220-14fa-434e-b261-486efd2564d2. [pid: 8|app: 0|req: 963/1904] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:24:54 2026] PUT /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 554 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1905] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:54 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 554 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:54.708 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9d6ccb7-9635-420d-b936-d60c1b85da1d'] response: {'name': 'network-changed', 'server_uuid': '9495a267-63c2-4355-8e50-3c85a8f4f8fa', 'tag': '25f71220-14fa-434e-b261-486efd2564d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 964/1906] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:54 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1907] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1908] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:24:54 2026] GET /v2.0/security-groups?tenant_id=a5bd1a2ded5b435596c6c1110142d3b2&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1909] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/networks?id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1910] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=25f71220-14fa-434e-b261-486efd2564d2 => 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: 944/1911] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:55 2026] DELETE /v2.0/security-groups/6e409a6e-1b04-4f15-9bba-d4a040a0cb7e => 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: 968/1912] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/subnets?id=f65c9b80-38a2-4c0d-8c9c-3f00eb9e3e59 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1913] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/ports?network_id=b72f1575-6900-4f8d-ac1d-64570a272e28&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1914] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1915] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1916] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1917] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:24:55 2026] GET /v2.0/ports?device_id=0200c968-95cd-4f5f-abc5-9f893b9d0418 => 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: 971/1918] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:24:56 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 552 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1919] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:24:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1920] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:57 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1921] 10.0.0.210 () {34 vars in 758 bytes} [Tue Aug 11 09:24:57 2026] PUT /v2.0/security-groups/80ed216a-01ca-4d97-92b5-5890eae8b1f0 => generated 1664 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1922] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:24:57 2026] GET /v2.0/security-groups/80ed216a-01ca-4d97-92b5-5890eae8b1f0 => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1923] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:57 2026] DELETE /v2.0/security-groups/80ed216a-01ca-4d97-92b5-5890eae8b1f0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1924] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:57.734 7 INFO neutron.api.v2.resource [None req-3283a725-835a-4132-a0ac-d6094221c967 2989ad1d207f469bba3608a4e99c799e 3e83c55a3fc24a7faa4a473201f208d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1925] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:57 2026] DELETE /v2.0/security-groups/80ed216a-01ca-4d97-92b5-5890eae8b1f0 => 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: 975/1926] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:24:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1927] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:24:57 2026] POST /v2.0/security-groups => generated 1673 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1928] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1929] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:24:58 2026] GET /v2.0/security-group-rules/3a13a8e1-2f8f-4d7c-8257-200a5f3aeccc => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1930] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1931] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1932] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:58 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1933] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:24:58 2026] DELETE /v2.0/security-group-rules/3a13a8e1-2f8f-4d7c-8257-200a5f3aeccc => 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: 956/1934] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1935] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:58.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb44c6a6-1ea3-43cf-a68f-8551c784664e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 1ec5a0d1-0e35-44bf-a1d7-54d803e5640d 2026-08-11 09:24:58.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb44c6a6-1ea3-43cf-a68f-8551c784664e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 1ec5a0d1-0e35-44bf-a1d7-54d803e5640d [pid: 7|app: 0|req: 958/1936] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1937] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:58 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) 2026-08-11 09:24:58.744 7 INFO neutron.db.securitygroups_db [None req-40607753-f874-4f19-b1c3-72ee19bfdce0 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Project 9dfc165c2832442caf39d1a0931c9d33 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: 960/1938] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1939] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:24:58 2026] GET /v2.0/security-group-rules/09b9d2e7-d223-4277-8af1-150d29fa771e => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:58.906 7 INFO neutron.db.securitygroups_db [None req-e7f23086-14de-4bcc-817a-ce8f2144a570 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Project 9dfc165c2832442caf39d1a0931c9d33 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: 962/1940] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1941] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1942] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:24:58 2026] PUT /v2.0/routers/dcd18b83-e06e-4684-be53-c2f9d38b2373/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1943] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:24:59 2026] DELETE /v2.0/security-group-rules/09b9d2e7-d223-4277-8af1-150d29fa771e => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1944] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:24:59.256 7 INFO neutron.db.securitygroups_db [None req-23786b28-a84a-4edd-9689-6c0170d5a56e 2989ad1d207f469bba3608a4e99c799e 3e83c55a3fc24a7faa4a473201f208d5 - - default default] Project 3e83c55a3fc24a7faa4a473201f208d5 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: 966/1945] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:24:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1946] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-group-rules/dcfa7d48-8ffd-4460-9d4d-495bc180e735 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:24:59.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4b6dcb0-adf1-4a82-885f-b3ab0adda11e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 127c5c9e-f452-4545-9f87-e6aba1572712 2026-08-11 09:24:59.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4b6dcb0-adf1-4a82-885f-b3ab0adda11e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 127c5c9e-f452-4545-9f87-e6aba1572712 [pid: 7|app: 0|req: 968/1947] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1948] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/networks => generated 1297 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1949] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:24:59 2026] DELETE /v2.0/security-group-rules/dcfa7d48-8ffd-4460-9d4d-495bc180e735 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1950] 10.0.0.131 () {34 vars in 1098 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-666967914&fields=id&tenant_id=9dfc165c2832442caf39d1a0931c9d33 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:24:59.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4b6dcb0-adf1-4a82-885f-b3ab0adda11e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 4047295c-591c-44b9-b97b-34f041b7e9dc 2026-08-11 09:24:59.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4b6dcb0-adf1-4a82-885f-b3ab0adda11e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 4047295c-591c-44b9-b97b-34f041b7e9dc [pid: 7|app: 0|req: 972/1951] 10.0.0.210 () {32 vars in 673 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1952] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/networks?id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1953] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:24:59 2026] DELETE /v2.0/security-groups/e5622fb9-7d9f-4737-a134-838e99e3038d => 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: 977/1956] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/quotas/9dfc165c2832442caf39d1a0931c9d33 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1957] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1958] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&fields=id => generated 149 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1959] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1960] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:24:59 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:25:00.045 8 INFO neutron.services.segments.plugin [-] Segment ff3d3031-38cd-4ee5-b3f3-b529846b233f resource provider aggregate not found [pid: 7|app: 0|req: 982/1961] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:25:00 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?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-08-11 09:25:00.053 8 INFO neutron.services.segments.plugin [-] Segment ff3d3031-38cd-4ee5-b3f3-b529846b233f resource provider aggregate not found 2026-08-11 09:25:00.068 8 INFO neutron.services.segments.plugin [-] Segment ff3d3031-38cd-4ee5-b3f3-b529846b233f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff3d3031-38cd-4ee5-b3f3-b529846b233f found for delete ", "request_id": "req-e8030f59-02fc-4460-9152-62797c0e0837"}]} 2026-08-11 09:25:00.070 8 INFO neutron.services.segments.plugin [-] Segment ff3d3031-38cd-4ee5-b3f3-b529846b233f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff3d3031-38cd-4ee5-b3f3-b529846b233f found for delete ", "request_id": "req-ff5f82cc-83a4-4f37-ad55-b166ad50ce41"}]} 2026-08-11 09:25:00.082 8 INFO neutron.db.l3_hamode_db [None req-d4b6dcb0-adf1-4a82-885f-b3ab0adda11e ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network c1e4e30f-65c0-43c1-bced-594eedc95c9b was deleted as no HA routers are present in tenant cf293d63ec1447bca9366ce15ac174f6. [pid: 8|app: 0|req: 980/1962] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:24:59 2026] DELETE /v2.0/routers/dcd18b83-e06e-4684-be53-c2f9d38b2373 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1963] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:00 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 983/1964] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:00 2026] DELETE /v2.0/subnets/bd3e5325-a834-4d50-979d-d4185c77ef14 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:25:00.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-2751c84b-2bb9-455a-bc48-fde0ac5e5503 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 3bdfec44-982d-4543-affa-edea77f3bb2e 2026-08-11 09:25:00.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2751c84b-2bb9-455a-bc48-fde0ac5e5503 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 3bdfec44-982d-4543-affa-edea77f3bb2e [pid: 8|app: 0|req: 982/1965] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:25:00 2026] DELETE /v2.0/networks/6443a1be-cde2-4a0d-af48-468905dbe9d4 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1966] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:00 2026] GET /v2.0/security-groups?tenant_id=3e83c55a3fc24a7faa4a473201f208d5&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1967] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:00 2026] DELETE /v2.0/security-groups/97c6dee0-3b6e-42bf-98d3-8c9a6e633d0a => 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: 985/1968] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:00 2026] GET /v2.0/security-groups?tenant_id=cf293d63ec1447bca9366ce15ac174f6&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1969] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:00 2026] DELETE /v2.0/security-groups/25fec333-a20a-4499-9a05-1ca05d2a5344 => 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: 986/1970] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:01 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:25:02.087 8 INFO neutron.services.segments.plugin [-] Segment 15aa3957-fbc2-40c1-aade-a2fe3a2bfe6c resource provider aggregate not found 2026-08-11 09:25:02.093 8 INFO neutron.services.segments.plugin [-] Segment 15aa3957-fbc2-40c1-aade-a2fe3a2bfe6c resource provider aggregate not found 2026-08-11 09:25:02.107 8 INFO neutron.services.segments.plugin [-] Segment 15aa3957-fbc2-40c1-aade-a2fe3a2bfe6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15aa3957-fbc2-40c1-aade-a2fe3a2bfe6c found for delete ", "request_id": "req-2331a634-5c56-4144-949a-a8e1c3e9751b"}]} 2026-08-11 09:25:02.109 8 INFO neutron.services.segments.plugin [-] Segment 15aa3957-fbc2-40c1-aade-a2fe3a2bfe6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15aa3957-fbc2-40c1-aade-a2fe3a2bfe6c found for delete ", "request_id": "req-26880365-1785-4873-8860-8db6683aaea0"}]} [pid: 8|app: 0|req: 985/1971] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:02 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 987/1972] 10.0.0.210 () {32 vars in 623 bytes} [Tue Aug 11 09:25:02 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1973] 10.0.0.210 () {32 vars in 633 bytes} [Tue Aug 11 09:25:02 2026] GET /v2.0/ => generated 632 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1974] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:03 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 988/1975] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:03 2026] GET /v2.0/security-groups?tenant_id=0fdb3584e2bd4c2298b97c9d90b087d1&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1976] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:03 2026] DELETE /v2.0/security-groups/09045ea1-bb54-483a-afcf-cfb23059cf17 => 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: 989/1977] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:04 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 989/1978] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:05 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 990/1979] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:25:05 2026] GET /v2.0/networks?id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1980] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:25:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9dfc165c2832442caf39d1a0931c9d33 => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:06.105 7 INFO neutron.db.segments_db [None req-9aabb7a4-52e4-4082-9a0f-f3993242bc2a ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment b3f45c41-9aff-481e-9f6c-f6681185de13 of type vxlan for network dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b [pid: 7|app: 0|req: 990/1981] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:25:05 2026] POST /v2.0/networks => generated 722 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1982] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:25:05 2026] POST /v2.0/ports => generated 954 bytes in 541 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: 991/1983] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:25:06 2026] POST /v2.0/subnets => generated 688 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:06.499 7 INFO neutron.db.segments_db [None req-1981f7b4-62bd-415c-b967-3b4b68a55050 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment c97e0917-66b5-45e5-9fd9-90868b0cc8dc of type vxlan for network e70fe47a-a650-459a-97fd-7d639bfadcab 2026-08-11 09:25:06.766 7 INFO neutron.db.l3_hamode_db [None req-1981f7b4-62bd-415c-b967-3b4b68a55050 ae1717e9d58944daa4114a13c298ff09 4c967005c7a34115ada12a2d48f6fab2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 993/1984] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:25:06 2026] PUT /v2.0/ports/1cc8ec1c-1f61-4528-af39-32b213c60ea1 => generated 1235 bytes in 461 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: 994/1985] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:06 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:06.922 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af06443d-a04b-438c-aff7-ba1bf900cc39'] response: {'name': 'network-changed', 'server_uuid': '601fe539-f69b-487c-971b-e5a4c2c6dda9', 'tag': '1cc8ec1c-1f61-4528-af39-32b213c60ea1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 995/1986] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:06 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1987] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:25:07 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1988] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:25:07 2026] GET /v2.0/networks?tenant_id=9dfc165c2832442caf39d1a0931c9d33&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1989] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:25:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:07.690 7 INFO neutron.db.l3_hamode_db [None req-1981f7b4-62bd-415c-b967-3b4b68a55050 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 999/1990] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1991] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1992] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1993] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1cc8ec1c-1f61-4528-af39-32b213c60ea1 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1994] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:25:06 2026] POST /v2.0/routers => generated 728 bytes in 2278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1995] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/subnets?id=f65c9b80-38a2-4c0d-8c9c-3f00eb9e3e59 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1996] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/ports?network_id=b72f1575-6900-4f8d-ac1d-64570a272e28&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1997] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1998] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:25:08 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1999] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:09 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2000] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:09 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2001] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:25:08 2026] PUT /v2.0/routers/395e0640-98f2-4221-ab5e-e3434d243471/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2002] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:10 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2003] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:10 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&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-08-11 09:25:11.213 8 INFO neutron.db.segments_db [None req-7330714b-c236-4a29-9069-7fc499096f56 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 90472769-c209-4e1a-82ee-11290bd5f058 of type vxlan for network 5d311d89-15a8-4714-82a1-533e9af2e102 [pid: 8|app: 0|req: 1010/2004] 10.0.0.210 () {34 vars in 671 bytes} [Tue Aug 11 09:25:11 2026] POST /v2.0/networks => generated 721 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2005] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:25:11 2026] POST /v2.0/subnets => generated 687 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:11.582 7 INFO neutron.db.segments_db [None req-17ef56ae-b803-425b-8824-35d8a342c75c ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Added segment 679b912e-507d-42dc-af0e-7e168117df57 of type vxlan for network 28a6b477-fabc-4a97-a039-80e8bdf2bfa7 [pid: 8|app: 0|req: 1011/2006] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:11 2026] GET /v2.0/security-groups?tenant_id=9ee0f7b3297141849df13f7c978cd485&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:25:11.891 7 INFO neutron.db.l3_hamode_db [None req-17ef56ae-b803-425b-8824-35d8a342c75c ae1717e9d58944daa4114a13c298ff09 1809b375e3ac4c8c9c4b9097d1b8e768 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1012/2007] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:11 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2008] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:11 2026] DELETE /v2.0/security-groups/fe1060c2-751b-4ba6-9316-ab70950b7aae => 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: 1014/2009] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:12 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:12.749 7 INFO neutron.db.l3_hamode_db [None req-17ef56ae-b803-425b-8824-35d8a342c75c ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1015/2010] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:13 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2011] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:13 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2012] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:25:11 2026] POST /v2.0/routers => generated 727 bytes in 2334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2013] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:14 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 971 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2014] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:14 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2017] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:14 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2018] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:14 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2019] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:25:14 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2020] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:25:13 2026] PUT /v2.0/routers/025b0585-4428-4660-a7e0-1c26b1ff6b4a/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:15.371 7 INFO neutron.db.l3_db [None req-7740fe21-ebf6-4a89-8591-5f3a062958e2 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Floating IP 12fc5828-e650-4d67-9a3c-3c83e7b2abad associated. External IP: 10.96.250.210, port: 1cc8ec1c-1f61-4528-af39-32b213c60ea1. [pid: 7|app: 0|req: 1004/2021] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:25:14 2026] PUT /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 855 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:15.791 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f89fd1b8-7ba5-47c0-a990-be1e4c71efef'] response: {'name': 'network-changed', 'server_uuid': '601fe539-f69b-487c-971b-e5a4c2c6dda9', 'tag': '1cc8ec1c-1f61-4528-af39-32b213c60ea1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1018/2022] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:25:15 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2023] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:25:16 2026] POST /v2.0/security-groups => generated 1673 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2024] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/ports?tenant_id=9dfc165c2832442caf39d1a0931c9d33&device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 1240 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2025] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/networks?id=b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2026] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1cc8ec1c-1f61-4528-af39-32b213c60ea1 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2027] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/subnets?id=f65c9b80-38a2-4c0d-8c9c-3f00eb9e3e59 => 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: 1006/2028] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2029] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/ports?network_id=b72f1575-6900-4f8d-ac1d-64570a272e28&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: 1024/2030] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2031] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:16 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: 8|app: 0|req: 1025/2032] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28?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: 1008/2033] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2034] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:25:16 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2035] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:16.998 8 INFO neutron.db.securitygroups_db [None req-39e080e5-d89d-4bd9-8b76-0474b0a693b1 c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] Project 4c967005c7a34115ada12a2d48f6fab2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-08-11 09:25:17.052 7 INFO neutron.db.segments_db [None req-c9c10e32-5336-489b-a41d-64d5c096c8bf 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Added segment 9bafc143-79fb-4042-8297-ddb4e9d5506e of type vxlan for network 92aacf51-d4fc-4179-b6da-8b5ee208199b [pid: 8|app: 0|req: 1027/2036] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:17.117 8 INFO neutron.db.securitygroups_db [None req-a1ac7c4f-d9ae-4857-8afa-3898edaf68a4 c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] Project 4c967005c7a34115ada12a2d48f6fab2 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: 1028/2037] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:17.289 7 INFO neutron.db.l3_hamode_db [None req-c9c10e32-5336-489b-a41d-64d5c096c8bf 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:25:17.444 7 INFO neutron.db.l3_hamode_db [None req-c9c10e32-5336-489b-a41d-64d5c096c8bf 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1029/2038] 10.0.0.210 () {34 vars in 685 bytes} [Tue Aug 11 09:25:17 2026] POST /v2.0/security-groups => generated 1660 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2039] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2040] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:25:18 2026] GET /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2041] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:25:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2042] 10.0.0.210 () {34 vars in 668 bytes} [Tue Aug 11 09:25:16 2026] POST /v2.0/routers => generated 474 bytes in 1301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:18.248 7 INFO neutron.db.l3_hamode_db [None req-795b0923-46b0-4991-b686-f2c40ed59df3 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:25:18.405 7 INFO neutron.db.l3_hamode_db [None req-795b0923-46b0-4991-b686-f2c40ed59df3 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1033/2043] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:25:18 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2044] 10.0.0.131 () {34 vars in 1098 bytes} [Tue Aug 11 09:25:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-240157938&fields=id&tenant_id=4c967005c7a34115ada12a2d48f6fab2 => 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: 1035/2045] 10.0.0.131 () {34 vars in 1100 bytes} [Tue Aug 11 09:25:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1505928256&fields=id&tenant_id=4c967005c7a34115ada12a2d48f6fab2 => 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: 1036/2046] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:25:18 2026] GET /v2.0/networks?id=dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2047] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:25:18 2026] GET /v2.0/quotas/4c967005c7a34115ada12a2d48f6fab2 => 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: 1038/2048] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:25:18 2026] GET /v2.0/ports?tenant_id=4c967005c7a34115ada12a2d48f6fab2&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2049] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:25:19 2026] GET /v2.0/networks/dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b?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: 1011/2050] 10.0.0.210 () {34 vars in 668 bytes} [Tue Aug 11 09:25:18 2026] POST /v2.0/routers => generated 474 bytes in 923 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2051] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:25:19 2026] GET /v2.0/networks/dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b?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-08-11 09:25:19.176 7 INFO neutron.db.l3_hamode_db [None req-07fa5b5b-4082-4f9f-ad95-8e64ecad0401 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:25:19.301 7 INFO neutron.db.l3_hamode_db [None req-07fa5b5b-4082-4f9f-ad95-8e64ecad0401 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1041/2052] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:19 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1012/2053] 10.0.0.210 () {34 vars in 668 bytes} [Tue Aug 11 09:25:19 2026] POST /v2.0/routers => generated 474 bytes in 847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:20.038 8 INFO neutron.db.l3_hamode_db [None req-05c628c6-79ae-4ad5-8ff6-157d37ea6009 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:25:20.153 8 INFO neutron.db.l3_hamode_db [None req-05c628c6-79ae-4ad5-8ff6-157d37ea6009 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1013/2054] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:20 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1042/2055] 10.0.0.210 () {34 vars in 668 bytes} [Tue Aug 11 09:25:19 2026] POST /v2.0/routers => generated 474 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:20.821 7 INFO neutron.db.l3_hamode_db [None req-80eb2e46-f192-4027-8c75-a78013248a25 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:25:20.967 7 INFO neutron.db.l3_hamode_db [None req-80eb2e46-f192-4027-8c75-a78013248a25 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1043/2056] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:21 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1014/2057] 10.0.0.210 () {34 vars in 668 bytes} [Tue Aug 11 09:25:20 2026] POST /v2.0/routers => generated 474 bytes in 816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2058] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:25:21 2026] PUT /v2.0/routers/07f64686-0208-4c7c-806a-aea2a695611d/tags => generated 17 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2059] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:25:21 2026] PUT /v2.0/routers/dd70a827-147a-47b6-be7e-267ade88ad20/tags => generated 25 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2060] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:25:21 2026] PUT /v2.0/routers/8a3a6114-2221-426c-8a20-ea3d2da56975/tags => generated 34 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2061] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:25:22 2026] PUT /v2.0/routers/952816ee-6571-40af-8aad-65ab5d6eb74d/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2062] 10.0.0.210 () {32 vars in 664 bytes} [Tue Aug 11 09:25:22 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2063] 10.0.0.210 () {32 vars in 678 bytes} [Tue Aug 11 09:25:22 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2064] 10.0.0.210 () {32 vars in 674 bytes} [Tue Aug 11 09:25:22 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2065] 10.0.0.210 () {32 vars in 686 bytes} [Tue Aug 11 09:25:22 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2066] 10.0.0.210 () {32 vars in 672 bytes} [Tue Aug 11 09:25:22 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2067] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:22 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1019/2068] 10.0.0.210 () {32 vars in 686 bytes} [Tue Aug 11 09:25:22 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2069] 10.0.0.210 () {32 vars in 682 bytes} [Tue Aug 11 09:25:23 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2070] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:25:23 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2071] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:25:23 2026] GET /v2.0/routers/07f64686-0208-4c7c-806a-aea2a695611d => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2072] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:25:23 2026] GET /v2.0/networks?id=dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2073] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:25:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4c967005c7a34115ada12a2d48f6fab2 => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2074] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:23 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2075] 10.0.0.210 () {34 vars in 742 bytes} [Tue Aug 11 09:25:23 2026] PUT /v2.0/routers/07f64686-0208-4c7c-806a-aea2a695611d => generated 485 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2076] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:25:23 2026] GET /v2.0/ports?device_id=07f64686-0208-4c7c-806a-aea2a695611d => 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: 1055/2077] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:25:23 2026] POST /v2.0/ports => generated 993 bytes in 404 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-08-11 09:25:24.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1ca14c1-f7b8-443b-977c-f408e322e948 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] TaaS: Handle Delete Port: 7b7f1f58-de1e-4138-8b4c-80a7ecf32fbf 2026-08-11 09:25:24.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1ca14c1-f7b8-443b-977c-f408e322e948 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Tap Mirror: Handle Delete Port: 7b7f1f58-de1e-4138-8b4c-80a7ecf32fbf [pid: 7|app: 0|req: 1023/2078] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:23 2026] DELETE /v2.0/routers/07f64686-0208-4c7c-806a-aea2a695611d => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2079] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:25:24 2026] GET /v2.0/routers/dd70a827-147a-47b6-be7e-267ade88ad20 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2080] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:25:24 2026] PUT /v2.0/ports/fe8d6689-0959-4cf9-b6bd-b39d54be680d => generated 1274 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:25:24.686 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27c088f4-6259-44b2-bb60-cec51f11907f'] response: {'name': 'network-changed', 'server_uuid': '6b4ca87f-6687-44ae-a5c8-a414d4a01e50', 'tag': 'fe8d6689-0959-4cf9-b6bd-b39d54be680d', '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: 1057/2081] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:24 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2082] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:24 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2083] 10.0.0.210 () {34 vars in 742 bytes} [Tue Aug 11 09:25:24 2026] PUT /v2.0/routers/dd70a827-147a-47b6-be7e-267ade88ad20 => generated 493 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2084] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:25:25 2026] GET /v2.0/ports?device_id=dd70a827-147a-47b6-be7e-267ade88ad20 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2085] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:25:25 2026] GET /v2.0/ports?tenant_id=4c967005c7a34115ada12a2d48f6fab2&device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1277 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:25:25.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b0f730e-ac38-49e4-bf1d-8d8de52dfe87 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] TaaS: Handle Delete Port: 6e36b853-5e95-4303-9a02-48189edd3b35 2026-08-11 09:25:25.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b0f730e-ac38-49e4-bf1d-8d8de52dfe87 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Tap Mirror: Handle Delete Port: 6e36b853-5e95-4303-9a02-48189edd3b35 [pid: 8|app: 0|req: 1061/2086] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:25:25 2026] GET /v2.0/networks?tenant_id=4c967005c7a34115ada12a2d48f6fab2&shared=False => generated 769 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2087] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:25:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2088] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:25 2026] DELETE /v2.0/routers/dd70a827-147a-47b6-be7e-267ade88ad20 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2089] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:25:25 2026] GET /v2.0/routers/8a3a6114-2221-426c-8a20-ea3d2da56975 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2090] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2091] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2092] 10.0.0.210 () {34 vars in 742 bytes} [Tue Aug 11 09:25:25 2026] PUT /v2.0/routers/8a3a6114-2221-426c-8a20-ea3d2da56975 => generated 502 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2093] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/ports?device_id=8a3a6114-2221-426c-8a20-ea3d2da56975 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:25:26.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-b151a726-68fb-4376-8fbc-7e191ff2a2d2 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] TaaS: Handle Delete Port: fd30026b-0bc7-4168-9839-af66facd5691 2026-08-11 09:25:26.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b151a726-68fb-4376-8fbc-7e191ff2a2d2 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Tap Mirror: Handle Delete Port: fd30026b-0bc7-4168-9839-af66facd5691 [pid: 8|app: 0|req: 1067/2094] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 1240 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2095] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/ports?tenant_id=4c967005c7a34115ada12a2d48f6fab2&device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2096] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:26 2026] DELETE /v2.0/routers/8a3a6114-2221-426c-8a20-ea3d2da56975 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2097] 10.0.0.59 () {34 vars in 1039 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2098] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fe8d6689-0959-4cf9-b6bd-b39d54be680d => 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: 1070/2099] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/routers/952816ee-6571-40af-8aad-65ab5d6eb74d => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2100] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/subnets?id=75520a4a-a585-41d7-95f9-ed67ac9710a8 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2101] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/ports?network_id=dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b&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: 1032/2102] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/networks/dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b?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: 1033/2103] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:25:26 2026] GET /v2.0/networks/dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b?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: 1071/2104] 10.0.0.210 () {34 vars in 742 bytes} [Tue Aug 11 09:25:26 2026] PUT /v2.0/routers/952816ee-6571-40af-8aad-65ab5d6eb74d => generated 487 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2105] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:25:27 2026] GET /v2.0/ports?device_id=952816ee-6571-40af-8aad-65ab5d6eb74d => 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: 1035/2106] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:27 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:25:27.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-cea01d71-7be6-4895-82a6-8f14fc3582ff 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] TaaS: Handle Delete Port: 54a1afa4-27a2-4e08-9d0a-95e2a5d63a69 2026-08-11 09:25:27.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea01d71-7be6-4895-82a6-8f14fc3582ff 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Tap Mirror: Handle Delete Port: 54a1afa4-27a2-4e08-9d0a-95e2a5d63a69 [pid: 7|app: 0|req: 1036/2107] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:27 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2108] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:27 2026] DELETE /v2.0/routers/952816ee-6571-40af-8aad-65ab5d6eb74d => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2109] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:25:28 2026] GET /v2.0/routers/4d734d2c-b80a-4cbb-b36e-8e264fb0bacb => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2110] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:28 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2111] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:28 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2112] 10.0.0.210 () {34 vars in 742 bytes} [Tue Aug 11 09:25:28 2026] PUT /v2.0/routers/4d734d2c-b80a-4cbb-b36e-8e264fb0bacb => generated 480 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2113] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:25:28 2026] GET /v2.0/ports?device_id=4d734d2c-b80a-4cbb-b36e-8e264fb0bacb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:25:28.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac0071b1-0ec4-4cd8-abc3-08d49c0124b3 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] TaaS: Handle Delete Port: 00ed3d04-a31f-44ce-ba57-fda6ac6223d4 2026-08-11 09:25:28.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac0071b1-0ec4-4cd8-abc3-08d49c0124b3 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] Tap Mirror: Handle Delete Port: 00ed3d04-a31f-44ce-ba57-fda6ac6223d4 2026-08-11 09:25:29.291 8 INFO neutron.services.segments.plugin [-] Segment 9bafc143-79fb-4042-8297-ddb4e9d5506e resource provider aggregate not found 2026-08-11 09:25:29.295 8 INFO neutron.services.segments.plugin [-] Segment 9bafc143-79fb-4042-8297-ddb4e9d5506e resource provider aggregate not found 2026-08-11 09:25:29.310 8 INFO neutron.services.segments.plugin [-] Segment 9bafc143-79fb-4042-8297-ddb4e9d5506e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bafc143-79fb-4042-8297-ddb4e9d5506e found for delete ", "request_id": "req-6a47330c-cbdb-45b8-957b-a87dbb6657ce"}]} 2026-08-11 09:25:29.311 8 INFO neutron.db.l3_hamode_db [None req-ac0071b1-0ec4-4cd8-abc3-08d49c0124b3 9108a708776943adb878f519a65613d6 79fd9ddffac949dfa5d7c6ab370be69b - - default default] HA network 92aacf51-d4fc-4179-b6da-8b5ee208199b was deleted as no HA routers are present in tenant 79fd9ddffac949dfa5d7c6ab370be69b. [pid: 8|app: 0|req: 1074/2114] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:28 2026] DELETE /v2.0/routers/4d734d2c-b80a-4cbb-b36e-8e264fb0bacb => generated 0 bytes in 667 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:29.321 8 INFO neutron.services.segments.plugin [-] Segment 9bafc143-79fb-4042-8297-ddb4e9d5506e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bafc143-79fb-4042-8297-ddb4e9d5506e found for delete ", "request_id": "req-4f636c35-7821-4265-9904-8b8dd4430626"}]} [pid: 7|app: 0|req: 1041/2115] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:29 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2116] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:29 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2119] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:25:29 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2120] 199.204.45.109 () {34 vars in 1124 bytes} [Tue Aug 11 09:25:29 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2121] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:30 2026] GET /v2.0/security-groups?tenant_id=13792fb8a0b64bcc825c98a84a466565&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: 1044/2122] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:30 2026] DELETE /v2.0/security-groups/1fc2ab87-9400-43e8-a076-0624aa584635 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2123] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:30 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1008 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2124] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:30 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2125] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:30 2026] GET /v2.0/security-groups?tenant_id=2aa99f34c8b34f64b582ef95622a25e9&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2126] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:31 2026] DELETE /v2.0/security-groups/427e2da0-9ed9-4f3d-8eae-4c745c2e0894 => 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: 1081/2127] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:31 2026] GET /v2.0/security-groups?tenant_id=79fd9ddffac949dfa5d7c6ab370be69b&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2128] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:31 2026] DELETE /v2.0/security-groups/72f32baf-1b8d-4714-8bb9-3362c6081107 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2129] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:31 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1048/2130] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:31 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2131] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:33 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1049/2132] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:33 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2133] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:33 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:25:33.684 7 INFO neutron.db.l3_db [None req-a605efe3-7721-4eb3-aa27-d342e06d409a c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] Floating IP a133c2c6-2506-413b-b068-30aadfa2418e associated. External IP: 10.96.250.203, port: fe8d6689-0959-4cf9-b6bd-b39d54be680d. [pid: 7|app: 0|req: 1050/2134] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:25:33 2026] PUT /v2.0/floatingips/a133c2c6-2506-413b-b068-30aadfa2418e => generated 855 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:34.085 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-594e9026-0a32-4a99-ac85-4cb643212665'] response: {'name': 'network-changed', 'server_uuid': '6b4ca87f-6687-44ae-a5c8-a414d4a01e50', 'tag': 'fe8d6689-0959-4cf9-b6bd-b39d54be680d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1085/2135] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:25:34 2026] GET /v2.0/ports?tenant_id=4c967005c7a34115ada12a2d48f6fab2&device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1279 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2136] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:25:34 2026] GET /v2.0/networks?id=dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b => generated 769 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2137] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:25:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fe8d6689-0959-4cf9-b6bd-b39d54be680d => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2138] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:25:34 2026] GET /v2.0/subnets?id=75520a4a-a585-41d7-95f9-ed67ac9710a8 => generated 691 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2139] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:25:34 2026] GET /v2.0/ports?network_id=dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2140] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:25:34 2026] GET /v2.0/networks/dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2141] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:25:34 2026] GET /v2.0/networks/dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b?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: 1054/2142] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:35 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2143] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:35 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2144] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:25:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2145] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:36 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2146] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:25:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2147] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:36 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&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: 1091/2148] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:25:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2149] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:25:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2150] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:25:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2151] 10.0.0.210 () {34 vars in 767 bytes} [Tue Aug 11 09:25:37 2026] PUT /v2.0/security-groups/479e84fa-f957-445c-bce5-8ff9fe686273/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2152] 10.0.0.210 () {34 vars in 767 bytes} [Tue Aug 11 09:25:37 2026] PUT /v2.0/security-groups/c0b8d349-4a02-4619-b60a-bac7dd6f773b/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2153] 10.0.0.210 () {34 vars in 767 bytes} [Tue Aug 11 09:25:37 2026] PUT /v2.0/security-groups/e30b6152-d6f7-478f-834e-b476bbf00766/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2154] 10.0.0.210 () {34 vars in 767 bytes} [Tue Aug 11 09:25:37 2026] PUT /v2.0/security-groups/f6aa779c-6975-4336-a073-7faee0c45526/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2155] 10.0.0.210 () {32 vars in 680 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2156] 10.0.0.210 () {32 vars in 694 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2157] 10.0.0.210 () {32 vars in 690 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2158] 10.0.0.210 () {32 vars in 702 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2159] 10.0.0.210 () {32 vars in 688 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2160] 10.0.0.210 () {32 vars in 702 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2161] 10.0.0.210 () {32 vars in 698 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2162] 10.0.0.210 () {32 vars in 710 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2163] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2164] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 1099/2165] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:37 2026] DELETE /v2.0/security-groups/479e84fa-f957-445c-bce5-8ff9fe686273 => 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: 1067/2166] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:37 2026] GET /v2.0/security-groups?id=9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d&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-08-11 09:25:38.109 8 INFO neutron_taas.services.taas.taas_plugin [req-355f227b-9838-44bd-99a8-5ee8e71a95e2 req-56779ff2-c4fa-4776-a63e-bc47f3a4cecc 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] TaaS: Handle Delete Port: 1cc8ec1c-1f61-4528-af39-32b213c60ea1 2026-08-11 09:25:38.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-355f227b-9838-44bd-99a8-5ee8e71a95e2 req-56779ff2-c4fa-4776-a63e-bc47f3a4cecc 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Tap Mirror: Handle Delete Port: 1cc8ec1c-1f61-4528-af39-32b213c60ea1 [pid: 7|app: 0|req: 1068/2167] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:38 2026] DELETE /v2.0/security-groups/c0b8d349-4a02-4619-b60a-bac7dd6f773b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:38.209 8 INFO neutron.db.l3_db [req-355f227b-9838-44bd-99a8-5ee8e71a95e2 req-56779ff2-c4fa-4776-a63e-bc47f3a4cecc 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Floating IP 12fc5828-e650-4d67-9a3c-3c83e7b2abad disassociated. External IP: 10.96.250.210, port: 1cc8ec1c-1f61-4528-af39-32b213c60ea1. [pid: 7|app: 0|req: 1069/2168] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:38 2026] DELETE /v2.0/security-groups/e30b6152-d6f7-478f-834e-b476bbf00766 => 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: 1070/2169] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:38 2026] DELETE /v2.0/security-groups/f6aa779c-6975-4336-a073-7faee0c45526 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2170] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:38 2026] DELETE /v2.0/security-groups/a0d90a1d-f3e7-4b29-a189-fcdcb08f23f8 => 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: 1100/2171] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:25:38 2026] DELETE /v2.0/ports/1cc8ec1c-1f61-4528-af39-32b213c60ea1 => generated 0 bytes in 565 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:25:38.607 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9c99624-c90b-4edc-904b-f957d6e8e07c'] response: {'server_uuid': '601fe539-f69b-487c-971b-e5a4c2c6dda9', 'name': 'network-vif-deleted', 'tag': '1cc8ec1c-1f61-4528-af39-32b213c60ea1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1072/2172] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:39 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 1101/2173] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:39 2026] GET /v2.0/security-groups?tenant_id=10d844bdb3174a448a89841444f405e0&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2174] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:39 2026] DELETE /v2.0/security-groups/4a54a13e-c14f-40f8-80fc-79d3590d7ff6 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2175] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:39 2026] GET /v2.0/security-groups?tenant_id=78ab25e083b847e68b231fddaf09d4ec&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2176] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:39 2026] DELETE /v2.0/security-groups/14eaa1cc-f60c-41fa-9156-017f876e41f6 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2177] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:40 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 1075/2178] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:40 2026] GET /v2.0/security-groups?tenant_id=c1a6e4d9e68b4df6b3ea33c372262451&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: 1104/2179] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:40 2026] DELETE /v2.0/security-groups/cd03edd5-f7fb-402e-af33-437b13108b0c => 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: 1076/2180] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:41 2026] GET /v2.0/ports?device_id=601fe539-f69b-487c-971b-e5a4c2c6dda9 => 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: 1105/2181] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:42 2026] DELETE /v2.0/security-groups/9fbc96a7-55c7-41bc-b669-1ce2a88a1f0d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:42.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bdc92ef-44fb-4bcb-b8a9-a4f9537a0e20 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] TaaS: Handle Delete Port: 4d59b2fe-87e9-4e59-9701-b5314d5e35a8 2026-08-11 09:25:42.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bdc92ef-44fb-4bcb-b8a9-a4f9537a0e20 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Tap Mirror: Handle Delete Port: 4d59b2fe-87e9-4e59-9701-b5314d5e35a8 [pid: 7|app: 0|req: 1077/2182] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:25:42 2026] DELETE /v2.0/floatingips/12fc5828-e650-4d67-9a3c-3c83e7b2abad => 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: 1106/2183] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:43 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2184] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:43 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2185] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:25:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2186] 10.0.0.210 () {34 vars in 767 bytes} [Tue Aug 11 09:25:44 2026] PUT /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2187] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2188] 10.0.0.210 () {34 vars in 778 bytes} [Tue Aug 11 09:25:44 2026] PUT /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2189] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2190] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 1110/2191] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2192] 10.0.0.210 () {34 vars in 774 bytes} [Tue Aug 11 09:25:44 2026] PUT /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2193] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2194] 10.0.0.210 () {34 vars in 796 bytes} [Tue Aug 11 09:25:44 2026] PUT /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2195] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2196] 10.0.0.210 () {34 vars in 767 bytes} [Tue Aug 11 09:25:44 2026] PUT /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2197] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2198] 10.0.0.210 () {32 vars in 755 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:44.649 8 INFO neutron.api.v2.resource [None req-11f4ad99-8b3a-4505-bbc9-e930c366f990 62ef0a1f67b14bf687c70ea194c737a0 b0ad8ba479cc4b5595ed6b7f95be58bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2199] 10.0.0.210 () {32 vars in 759 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2202] 10.0.0.210 () {32 vars in 758 bytes} [Tue Aug 11 09:25:44 2026] DELETE /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2203] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:25:44.806 7 INFO neutron.api.v2.resource [None req-c9518ad0-0e9d-4627-8eba-6261cc86ab6b 62ef0a1f67b14bf687c70ea194c737a0 b0ad8ba479cc4b5595ed6b7f95be58bf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1087/2204] 10.0.0.210 () {32 vars in 762 bytes} [Tue Aug 11 09:25:44 2026] DELETE /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2205] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:25:44 2026] DELETE /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2206] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:25:44 2026] GET /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2207] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:44 2026] DELETE /v2.0/security-groups/061576ab-10eb-47df-a585-14f493cbb54a => 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: 1089/2208] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:45 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2209] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:25:45 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2210] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:25:45 2026] GET /v2.0/security-groups?id=da923a9b-333c-4eed-84cf-a2ed6872da22&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:45.607 8 INFO neutron_taas.services.taas.taas_plugin [req-b9f8b580-e8b7-4b52-b760-abf600eec5c2 req-587c3ce3-a9fb-4275-bffd-230d0ddfb1d2 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] TaaS: Handle Delete Port: 25f71220-14fa-434e-b261-486efd2564d2 2026-08-11 09:25:45.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b9f8b580-e8b7-4b52-b760-abf600eec5c2 req-587c3ce3-a9fb-4275-bffd-230d0ddfb1d2 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Tap Mirror: Handle Delete Port: 25f71220-14fa-434e-b261-486efd2564d2 [pid: 8|app: 0|req: 1121/2211] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:25:45 2026] DELETE /v2.0/ports/25f71220-14fa-434e-b261-486efd2564d2 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:25:45.852 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecbd3be0-8df8-4a11-8d09-2219d5de6c05'] response: {'server_uuid': '9495a267-63c2-4355-8e50-3c85a8f4f8fa', 'name': 'network-vif-deleted', 'tag': '25f71220-14fa-434e-b261-486efd2564d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1091/2212] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:45 2026] GET /v2.0/security-groups?tenant_id=b0ad8ba479cc4b5595ed6b7f95be58bf&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2213] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:45 2026] DELETE /v2.0/security-groups/879be9a7-360b-4be6-8285-d008e4461e78 => 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: 1092/2214] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:45 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2215] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:46 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2216] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:46 2026] GET /v2.0/security-groups?tenant_id=52f9c7863677449eaa6c4735487fe74e&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2217] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:25:46 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1279 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2218] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:46 2026] DELETE /v2.0/security-groups/fea2f059-ac8f-4b2a-b01d-e249aa3bdc87 => 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: 1125/2219] 10.0.0.210 () {32 vars in 858 bytes} [Tue Aug 11 09:25:46 2026] GET /v2.0/floatingips?floating_network_id=1c81f25e-6b18-49a7-92b1-945ca2dc26c9&port_id=fe8d6689-0959-4cf9-b6bd-b39d54be680d => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2220] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:46 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 1126/2221] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:25:47 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2222] 10.0.0.59 () {34 vars in 1119 bytes} [Tue Aug 11 09:25:47 2026] GET /v2.0/security-groups?id=2dd10494-f008-474d-a7c2-faead56ae4ac&id=9517b353-d439-43ad-bf73-787859900da4&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2223] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:47 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 1097/2224] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:48 2026] GET /v2.0/ports?device_id=9495a267-63c2-4355-8e50-3c85a8f4f8fa => 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: 1128/2225] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:49 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2226] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:49 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2227] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:49 2026] DELETE /v2.0/security-groups/da923a9b-333c-4eed-84cf-a2ed6872da22 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:50.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-db584919-e17d-4afb-ba7b-093a85c3f792 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] TaaS: Handle Delete Port: 1bea1bc8-73c0-4299-b533-fe351de84ad9 2026-08-11 09:25:50.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db584919-e17d-4afb-ba7b-093a85c3f792 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Tap Mirror: Handle Delete Port: 1bea1bc8-73c0-4299-b533-fe351de84ad9 [pid: 8|app: 0|req: 1130/2228] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:50 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2229] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:25:50 2026] PUT /v2.0/routers/67e19ad2-bf3e-450c-aa29-fe0fba0aa6f6/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2230] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:51 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2231] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:51 2026] DELETE /v2.0/subnets/f65c9b80-38a2-4c0d-8c9c-3f00eb9e3e59 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:25:51.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-07248122-fbc7-46b0-9e3a-0edf473f8fec 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] TaaS: Handle Delete Port: 35012564-fe96-4d46-beda-e7b30688a7be 2026-08-11 09:25:51.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07248122-fbc7-46b0-9e3a-0edf473f8fec 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Tap Mirror: Handle Delete Port: 35012564-fe96-4d46-beda-e7b30688a7be 2026-08-11 09:25:51.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-07248122-fbc7-46b0-9e3a-0edf473f8fec 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] TaaS: Handle Delete Port: e8cac63d-2ef4-4e27-b8eb-9a55b0387ea0 2026-08-11 09:25:51.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07248122-fbc7-46b0-9e3a-0edf473f8fec 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Tap Mirror: Handle Delete Port: e8cac63d-2ef4-4e27-b8eb-9a55b0387ea0 2026-08-11 09:25:52.114 8 INFO neutron.services.segments.plugin [-] Segment fb3838a6-8bbc-4b0e-ab36-01b868c3ab16 resource provider aggregate not found 2026-08-11 09:25:52.125 8 INFO neutron.services.segments.plugin [-] Segment fb3838a6-8bbc-4b0e-ab36-01b868c3ab16 resource provider aggregate not found 2026-08-11 09:25:52.148 8 INFO neutron.services.segments.plugin [-] Segment fb3838a6-8bbc-4b0e-ab36-01b868c3ab16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3838a6-8bbc-4b0e-ab36-01b868c3ab16 found for delete ", "request_id": "req-b14e6990-9c08-4c1b-bb2c-c8c21055019e"}]} 2026-08-11 09:25:52.167 8 INFO neutron.services.segments.plugin [-] Segment fb3838a6-8bbc-4b0e-ab36-01b868c3ab16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3838a6-8bbc-4b0e-ab36-01b868c3ab16 found for delete ", "request_id": "req-5805655c-5d3e-4ccb-b20b-eb88d131dfdb"}]} 2026-08-11 09:25:52.182 8 INFO neutron.db.l3_hamode_db [None req-07248122-fbc7-46b0-9e3a-0edf473f8fec 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] HA network 56860366-e73b-42ae-a41c-8908e5d73a98 was deleted as no HA routers are present in tenant 9dfc165c2832442caf39d1a0931c9d33. [pid: 8|app: 0|req: 1132/2232] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:51 2026] DELETE /v2.0/routers/67e19ad2-bf3e-450c-aa29-fe0fba0aa6f6 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2233] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:25:52 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1101/2234] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:52 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => generated 1010 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:25:52.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f846568-5944-4d3d-8cb8-d07dee1eab8b 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] TaaS: Handle Delete Port: 27b0a62c-31a4-4d4b-a70d-2755c10b5884 2026-08-11 09:25:52.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f846568-5944-4d3d-8cb8-d07dee1eab8b 652d0a43cf8c48d29504e561046bf1da 9dfc165c2832442caf39d1a0931c9d33 - - default default] Tap Mirror: Handle Delete Port: 27b0a62c-31a4-4d4b-a70d-2755c10b5884 2026-08-11 09:25:52.398 7 INFO neutron_taas.services.taas.taas_plugin [req-7bc3c53b-12f1-4e15-95c3-8c1d9921b96f req-2a68e31d-6bec-421b-9b17-af8d4d7d3596 c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] TaaS: Handle Delete Port: fe8d6689-0959-4cf9-b6bd-b39d54be680d 2026-08-11 09:25:52.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7bc3c53b-12f1-4e15-95c3-8c1d9921b96f req-2a68e31d-6bec-421b-9b17-af8d4d7d3596 c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] Tap Mirror: Handle Delete Port: fe8d6689-0959-4cf9-b6bd-b39d54be680d 2026-08-11 09:25:52.545 7 INFO neutron.db.l3_db [req-7bc3c53b-12f1-4e15-95c3-8c1d9921b96f req-2a68e31d-6bec-421b-9b17-af8d4d7d3596 c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] Floating IP a133c2c6-2506-413b-b068-30aadfa2418e disassociated. External IP: 10.96.250.203, port: fe8d6689-0959-4cf9-b6bd-b39d54be680d. [pid: 8|app: 0|req: 1134/2235] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:25:52 2026] DELETE /v2.0/networks/b72f1575-6900-4f8d-ac1d-64570a272e28 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2236] 10.0.0.131 () {34 vars in 1120 bytes} [Tue Aug 11 09:25:52 2026] GET /v2.0/security-groups?id=9517b353-d439-43ad-bf73-787859900da4&id=2dd10494-f008-474d-a7c2-faead56ae4ac&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2237] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:25:52 2026] DELETE /v2.0/ports/fe8d6689-0959-4cf9-b6bd-b39d54be680d => generated 0 bytes in 713 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:25:53.012 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e513dac-8921-4608-815b-60774e849c47'] response: {'server_uuid': '6b4ca87f-6687-44ae-a5c8-a414d4a01e50', 'name': 'network-vif-deleted', 'tag': 'fe8d6689-0959-4cf9-b6bd-b39d54be680d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1136/2238] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:53 2026] GET /v2.0/security-groups?tenant_id=e4067ae6b1d1405e805896ad526fbf0e&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2239] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:53 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1103/2240] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:53 2026] DELETE /v2.0/security-groups/cd1fb93b-8706-45c6-b902-8fa872f4bbc7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2241] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:25:53 2026] GET /v2.0/security-groups?tenant_id=9dfc165c2832442caf39d1a0931c9d33&name=default => 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: 1104/2242] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:53 2026] DELETE /v2.0/security-groups/2a357804-4390-4339-b1cd-c9a64725e2c3 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:54.173 8 INFO neutron.services.segments.plugin [-] Segment a6e0e51a-fb59-495f-af11-0c398353ce1d resource provider aggregate not found 2026-08-11 09:25:54.188 8 INFO neutron.services.segments.plugin [-] Segment a6e0e51a-fb59-495f-af11-0c398353ce1d resource provider aggregate not found 2026-08-11 09:25:54.194 8 INFO neutron.services.segments.plugin [-] Segment a6e0e51a-fb59-495f-af11-0c398353ce1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6e0e51a-fb59-495f-af11-0c398353ce1d found for delete ", "request_id": "req-adacacb2-7513-471d-8fdc-e95183f18947"}]} 2026-08-11 09:25:54.209 8 INFO neutron.services.segments.plugin [-] Segment a6e0e51a-fb59-495f-af11-0c398353ce1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6e0e51a-fb59-495f-af11-0c398353ce1d found for delete ", "request_id": "req-391a5909-534b-4989-85a2-a030ac087db5"}]} [pid: 8|app: 0|req: 1139/2243] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:54 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1105/2244] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:25:55 2026] GET /v2.0/ports?device_id=6b4ca87f-6687-44ae-a5c8-a414d4a01e50 => 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: 1140/2245] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:57 2026] DELETE /v2.0/security-groups/9517b353-d439-43ad-bf73-787859900da4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:57.173 7 INFO neutron.api.v2.resource [None req-84081734-877e-43a0-8f80-7630cdff3e8f c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1106/2246] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:25:57 2026] GET /v2.0/security-groups/9517b353-d439-43ad-bf73-787859900da4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:25:57.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-26551786-51ca-41ef-bf5c-91a26b3e419f c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] TaaS: Handle Delete Port: 9069353b-f222-4071-833e-5a32988fd5aa 2026-08-11 09:25:57.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26551786-51ca-41ef-bf5c-91a26b3e419f c5dc6b6683784deaa2541e171c5a76d0 4c967005c7a34115ada12a2d48f6fab2 - - default default] Tap Mirror: Handle Delete Port: 9069353b-f222-4071-833e-5a32988fd5aa [pid: 8|app: 0|req: 1141/2247] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:25:57 2026] DELETE /v2.0/floatingips/a133c2c6-2506-413b-b068-30aadfa2418e => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2248] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:25:57 2026] DELETE /v2.0/security-groups/2dd10494-f008-474d-a7c2-faead56ae4ac => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:25:58.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-93f10443-de81-4efd-8906-9706f8ad6515 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 1ee3618a-1aef-4bf2-b5cb-b1efedfe7df9 2026-08-11 09:25:58.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93f10443-de81-4efd-8906-9706f8ad6515 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 1ee3618a-1aef-4bf2-b5cb-b1efedfe7df9 [pid: 8|app: 0|req: 1142/2249] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:25:57 2026] PUT /v2.0/routers/395e0640-98f2-4221-ab5e-e3434d243471/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:25:58.772 7 INFO neutron.db.segments_db [None req-2046e6e4-f502-40ab-8740-292d2fcbf88e a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] Added segment 8f27f4cb-2702-4b3c-aa58-60e5bce43788 of type vxlan for network 44db7c5c-ae6f-439e-817e-a7dd2929c94a 2026-08-11 09:25:58.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5feb6dc-f0f6-4865-a6a9-9b3f8b231992 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 381df183-2f4b-492d-ba86-34bf016a12b8 2026-08-11 09:25:58.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5feb6dc-f0f6-4865-a6a9-9b3f8b231992 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 381df183-2f4b-492d-ba86-34bf016a12b8 [pid: 7|app: 0|req: 1108/2250] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:25:58 2026] POST /v2.0/networks => generated 707 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2251] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:25:58 2026] POST /v2.0/subnets => generated 644 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:59.114 7 WARNING neutron.api.v2.base [None req-17dc8a4e-6252-4d72-a994-104de1213260 a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - 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-08-11 09:25:59.115 7 INFO neutron.api.v2.resource [None req-17dc8a4e-6252-4d72-a994-104de1213260 a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-08-11 09:25:59.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5feb6dc-f0f6-4865-a6a9-9b3f8b231992 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 3e35a8db-c2f2-46fe-99e8-8fc2f7f89c1e [pid: 7|app: 0|req: 1110/2252] 10.0.0.210 () {34 vars in 681 bytes} [Tue Aug 11 09:25:59 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-08-11 09:25:59.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5feb6dc-f0f6-4865-a6a9-9b3f8b231992 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 3e35a8db-c2f2-46fe-99e8-8fc2f7f89c1e 2026-08-11 09:25:59.319 7 INFO neutron.services.segments.plugin [-] Segment 8f27f4cb-2702-4b3c-aa58-60e5bce43788 resource provider aggregate not found 2026-08-11 09:25:59.325 7 INFO neutron.services.segments.plugin [-] Segment 8f27f4cb-2702-4b3c-aa58-60e5bce43788 resource provider aggregate not found 2026-08-11 09:25:59.341 7 INFO neutron.services.segments.plugin [-] Segment 8f27f4cb-2702-4b3c-aa58-60e5bce43788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f27f4cb-2702-4b3c-aa58-60e5bce43788 found for delete ", "request_id": "req-8770e4f2-b082-4134-bcf4-51e0e0c8dab6"}]} 2026-08-11 09:25:59.342 7 INFO neutron.services.segments.plugin [-] Segment 8f27f4cb-2702-4b3c-aa58-60e5bce43788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f27f4cb-2702-4b3c-aa58-60e5bce43788 found for delete ", "request_id": "req-a1147b7e-b69c-4a16-a34f-6dc81276b4b6"}]} [pid: 7|app: 0|req: 1111/2253] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:25:59 2026] DELETE /v2.0/networks/44db7c5c-ae6f-439e-817e-a7dd2929c94a => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:25:59.419 7 INFO neutron.db.segments_db [None req-de42c4c9-d8fb-4ffc-974f-172ab9d33054 a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] Added segment 3dd3cd73-a0f2-4f93-bd34-d3b71a13211c of type vxlan for network ba4eb923-5f25-423f-b265-5359b5206ba1 [pid: 7|app: 0|req: 1112/2254] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:25:59 2026] POST /v2.0/networks => generated 707 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:59.506 8 INFO neutron.services.segments.plugin [-] Segment c97e0917-66b5-45e5-9fd9-90868b0cc8dc resource provider aggregate not found 2026-08-11 09:25:59.509 8 INFO neutron.services.segments.plugin [-] Segment c97e0917-66b5-45e5-9fd9-90868b0cc8dc resource provider aggregate not found 2026-08-11 09:25:59.532 8 INFO neutron.services.segments.plugin [-] Segment c97e0917-66b5-45e5-9fd9-90868b0cc8dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97e0917-66b5-45e5-9fd9-90868b0cc8dc found for delete ", "request_id": "req-e245234b-d79b-4fe6-accb-7fb2552f134e"}]} 2026-08-11 09:25:59.535 8 INFO neutron.services.segments.plugin [-] Segment c97e0917-66b5-45e5-9fd9-90868b0cc8dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97e0917-66b5-45e5-9fd9-90868b0cc8dc found for delete ", "request_id": "req-c9158236-882a-46a2-a7f9-e454a2e38000"}]} 2026-08-11 09:25:59.539 8 INFO neutron.db.l3_hamode_db [None req-d5feb6dc-f0f6-4865-a6a9-9b3f8b231992 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network e70fe47a-a650-459a-97fd-7d639bfadcab was deleted as no HA routers are present in tenant 4c967005c7a34115ada12a2d48f6fab2. [pid: 8|app: 0|req: 1143/2255] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:58 2026] DELETE /v2.0/routers/395e0640-98f2-4221-ab5e-e3434d243471 => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2256] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:25:59 2026] POST /v2.0/subnets => generated 647 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:25:59.709 7 WARNING neutron.api.v2.base [None req-fe19359b-fd30-4ea1-9ade-92f176fecaae a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - 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-08-11 09:25:59.709 7 INFO neutron.api.v2.resource [None req-fe19359b-fd30-4ea1-9ade-92f176fecaae a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1116/2259] 10.0.0.210 () {34 vars in 681 bytes} [Tue Aug 11 09:25:59 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2260] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:25:59 2026] DELETE /v2.0/subnets/75520a4a-a585-41d7-95f9-ed67ac9710a8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:25:59.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f407ec8-588b-4237-9837-8f38ed2621be ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 1644108b-3db5-4fba-9cd9-ce02b403fd10 2026-08-11 09:25:59.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f407ec8-588b-4237-9837-8f38ed2621be ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 1644108b-3db5-4fba-9cd9-ce02b403fd10 [pid: 7|app: 0|req: 1117/2261] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:25:59 2026] DELETE /v2.0/networks/ba4eb923-5f25-423f-b265-5359b5206ba1 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:26:00.016 7 INFO neutron.db.segments_db [None req-15a67d9b-ad76-4416-a678-78f1d623bb4c a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] Added segment bb80e942-0e1d-4b5b-b54e-d5b85cc54b30 of type vxlan for network d7be9842-dc64-46ad-8315-09c0d4465d0e [pid: 8|app: 0|req: 1145/2262] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:25:59 2026] DELETE /v2.0/networks/dbc5aa40-eeaa-4eb6-a2b2-8cc4c755de5b => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2263] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:25:59 2026] POST /v2.0/networks => generated 708 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2264] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:00 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:00.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-27ec9abe-22b2-4216-8e51-8199da1a4da0 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: da31c970-678f-44f1-bcff-aea5ae7e1a66 2026-08-11 09:26:00.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27ec9abe-22b2-4216-8e51-8199da1a4da0 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: da31c970-678f-44f1-bcff-aea5ae7e1a66 [pid: 7|app: 0|req: 1120/2265] 10.0.0.210 () {34 vars in 681 bytes} [Tue Aug 11 09:26:00 2026] POST /v2.0/rbac-policies => generated 324 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2266] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:26:00 2026] GET /v2.0/networks/d7be9842-dc64-46ad-8315-09c0d4465d0e => generated 655 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2267] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:26:00 2026] PUT /v2.0/routers/025b0585-4428-4660-a7e0-1c26b1ff6b4a/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:01.268 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b7da534-f9d0-4e3f-9f2b-804b9e2f32f8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: eeddd26d-fc24-465c-aca3-73208974c624 2026-08-11 09:26:01.271 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b7da534-f9d0-4e3f-9f2b-804b9e2f32f8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: eeddd26d-fc24-465c-aca3-73208974c624 2026-08-11 09:26:01.363 7 INFO neutron.services.segments.plugin [-] Segment 3dd3cd73-a0f2-4f93-bd34-d3b71a13211c resource provider aggregate not found 2026-08-11 09:26:01.370 7 INFO neutron.services.segments.plugin [-] Segment 3dd3cd73-a0f2-4f93-bd34-d3b71a13211c resource provider aggregate not found 2026-08-11 09:26:01.389 7 INFO neutron.services.segments.plugin [-] Segment 3dd3cd73-a0f2-4f93-bd34-d3b71a13211c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd3cd73-a0f2-4f93-bd34-d3b71a13211c found for delete ", "request_id": "req-4e211365-4f42-40a4-b4e5-cd935a476787"}]} 2026-08-11 09:26:01.400 7 INFO neutron.services.segments.plugin [-] Segment 3dd3cd73-a0f2-4f93-bd34-d3b71a13211c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd3cd73-a0f2-4f93-bd34-d3b71a13211c found for delete ", "request_id": "req-63e9fef0-0264-447a-a139-b9dfd32e0aa1"}]} 2026-08-11 09:26:01.434 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7fe11d6-ad35-42c5-b9c5-4b9adc4c33d6 bfd64fbd85b648d981a73f72db04a946 56332837422e4a52af527e345fa1787f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2268] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:26:01 2026] GET /v2.0/networks/d7be9842-dc64-46ad-8315-09c0d4465d0e => generated 138 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:26:01.561 8 INFO neutron.services.segments.plugin [-] Segment b3f45c41-9aff-481e-9f6c-f6681185de13 resource provider aggregate not found 2026-08-11 09:26:01.568 8 INFO neutron.services.segments.plugin [-] Segment b3f45c41-9aff-481e-9f6c-f6681185de13 resource provider aggregate not found 2026-08-11 09:26:01.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6a4a763-48aa-4b49-bb70-0dc7e96d941c a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] TaaS: Handle Delete Port: 363dfeb3-7c80-41ed-b73f-b47d4fce47ec 2026-08-11 09:26:01.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6a4a763-48aa-4b49-bb70-0dc7e96d941c a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] Tap Mirror: Handle Delete Port: 363dfeb3-7c80-41ed-b73f-b47d4fce47ec 2026-08-11 09:26:01.581 8 INFO neutron.services.segments.plugin [-] Segment b3f45c41-9aff-481e-9f6c-f6681185de13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f45c41-9aff-481e-9f6c-f6681185de13 found for delete ", "request_id": "req-9ecba3b9-813f-4f0f-b3d7-84576092072d"}]} 2026-08-11 09:26:01.592 8 INFO neutron.services.segments.plugin [-] Segment b3f45c41-9aff-481e-9f6c-f6681185de13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f45c41-9aff-481e-9f6c-f6681185de13 found for delete ", "request_id": "req-9138ff6e-fdbb-4914-bf75-71eadc7db97a"}]} 2026-08-11 09:26:01.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b7da534-f9d0-4e3f-9f2b-804b9e2f32f8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 30c2bc88-d4bd-46b5-8b27-3fbd0e283504 2026-08-11 09:26:01.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b7da534-f9d0-4e3f-9f2b-804b9e2f32f8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 30c2bc88-d4bd-46b5-8b27-3fbd0e283504 [pid: 8|app: 0|req: 1148/2269] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:01 2026] DELETE /v2.0/networks/d7be9842-dc64-46ad-8315-09c0d4465d0e => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:26:01.859 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1b450fe-4d5a-497c-92fd-afddd763cea4 a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2270] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:26:01 2026] DELETE /v2.0/subnets/4806cdf8-5c36-4cce-8e5a-a7ebe692cc4d => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:26:01.893 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54dae5f5-e927-4dfc-8822-6835ea5e5452 a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1150/2271] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:26:01 2026] DELETE /v2.0/subnets/66d98054-e980-4970-976a-be20a3b40a40 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:26:01.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-555b5f91-f3d3-4def-9b3b-8893c570b038 a8bd004b10b44fe1b9fc005329b6da37 fb797c84f5b24057bb98528e9acd9791 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1151/2272] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:26:01 2026] DELETE /v2.0/subnets/b1b596c3-7452-4c53-96a5-bb305b77cbe8 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:26:02.055 7 INFO neutron.db.l3_hamode_db [None req-3b7da534-f9d0-4e3f-9f2b-804b9e2f32f8 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] HA network 28a6b477-fabc-4a97-a039-80e8bdf2bfa7 was deleted as no HA routers are present in tenant 1809b375e3ac4c8c9c4b9097d1b8e768. [pid: 7|app: 0|req: 1122/2273] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:26:01 2026] DELETE /v2.0/routers/025b0585-4428-4660-a7e0-1c26b1ff6b4a => generated 0 bytes in 996 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2274] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:26:02 2026] DELETE /v2.0/subnets/722aec83-8adb-4e9a-b331-3dfe9d09f1e3 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:26:02.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ec6f24c-f01f-4752-b883-97f0e7b0c726 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: f00a018a-9cfb-4277-85c8-4bf6189c7cd7 2026-08-11 09:26:02.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ec6f24c-f01f-4752-b883-97f0e7b0c726 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: f00a018a-9cfb-4277-85c8-4bf6189c7cd7 [pid: 7|app: 0|req: 1123/2275] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:02 2026] DELETE /v2.0/networks/5d311d89-15a8-4714-82a1-533e9af2e102 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2276] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:03 2026] GET /v2.0/security-groups?tenant_id=4c967005c7a34115ada12a2d48f6fab2&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2277] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:02 2026] GET /v2.0/security-groups?tenant_id=56332837422e4a52af527e345fa1787f&name=default => generated 2929 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2278] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:03 2026] DELETE /v2.0/security-groups/c0ad8ad0-c8ac-4566-93f1-b843b73992a9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2279] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:03 2026] DELETE /v2.0/security-groups/de2162f8-9441-464f-b85c-679b805ecb72 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2280] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:03 2026] GET /v2.0/security-groups?tenant_id=1809b375e3ac4c8c9c4b9097d1b8e768&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:03.408 7 INFO neutron.services.segments.plugin [-] Segment 679b912e-507d-42dc-af0e-7e168117df57 resource provider aggregate not found 2026-08-11 09:26:03.425 7 INFO neutron.services.segments.plugin [-] Segment 679b912e-507d-42dc-af0e-7e168117df57 resource provider aggregate not found 2026-08-11 09:26:03.443 7 INFO neutron.services.segments.plugin [-] Segment 679b912e-507d-42dc-af0e-7e168117df57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 679b912e-507d-42dc-af0e-7e168117df57 found for delete ", "request_id": "req-b7499240-9197-4a2b-a49c-7d22b4c874e6"}]} 2026-08-11 09:26:03.444 7 INFO neutron.services.segments.plugin [-] Segment 679b912e-507d-42dc-af0e-7e168117df57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 679b912e-507d-42dc-af0e-7e168117df57 found for delete ", "request_id": "req-b31998f8-9090-4c0d-8169-3de29b9e269f"}]} 2026-08-11 09:26:03.471 7 INFO neutron.services.segments.plugin [-] Segment 90472769-c209-4e1a-82ee-11290bd5f058 resource provider aggregate not found 2026-08-11 09:26:03.474 7 INFO neutron.services.segments.plugin [-] Segment 90472769-c209-4e1a-82ee-11290bd5f058 resource provider aggregate not found 2026-08-11 09:26:03.505 7 INFO neutron.services.segments.plugin [-] Segment 90472769-c209-4e1a-82ee-11290bd5f058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90472769-c209-4e1a-82ee-11290bd5f058 found for delete ", "request_id": "req-81faa261-a342-45f7-b7ad-17c486311c70"}]} 2026-08-11 09:26:03.505 7 INFO neutron.services.segments.plugin [-] Segment 90472769-c209-4e1a-82ee-11290bd5f058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90472769-c209-4e1a-82ee-11290bd5f058 found for delete ", "request_id": "req-81fbfc8b-1bcb-4a51-bf4e-b7cb323fd614"}]} [pid: 8|app: 0|req: 1155/2281] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:03 2026] GET /v2.0/security-groups?tenant_id=d703c84fa903453e9e126f293c62321d&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2282] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:03 2026] DELETE /v2.0/security-groups/d13d27f5-61d6-4ff1-845d-1f4ef09d911a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:26:03.601 8 INFO neutron.services.segments.plugin [-] Segment bb80e942-0e1d-4b5b-b54e-d5b85cc54b30 resource provider aggregate not found 2026-08-11 09:26:03.613 8 INFO neutron.services.segments.plugin [-] Segment bb80e942-0e1d-4b5b-b54e-d5b85cc54b30 resource provider aggregate not found 2026-08-11 09:26:03.622 8 INFO neutron.services.segments.plugin [-] Segment bb80e942-0e1d-4b5b-b54e-d5b85cc54b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb80e942-0e1d-4b5b-b54e-d5b85cc54b30 found for delete ", "request_id": "req-28f266ec-175b-4512-bc53-7413d26b3c95"}]} 2026-08-11 09:26:03.637 8 INFO neutron.services.segments.plugin [-] Segment bb80e942-0e1d-4b5b-b54e-d5b85cc54b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb80e942-0e1d-4b5b-b54e-d5b85cc54b30 found for delete ", "request_id": "req-4cfae872-47a8-49df-86cf-fc39fb513d46"}]} [pid: 8|app: 0|req: 1156/2283] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:03 2026] DELETE /v2.0/security-groups/0ea230f7-d8c5-4416-aad3-330cd5931f9e => 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: 1128/2284] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:03 2026] GET /v2.0/security-groups?tenant_id=fb797c84f5b24057bb98528e9acd9791&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2285] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:03 2026] DELETE /v2.0/security-groups/343f4379-73e5-4375-97d6-53d6e19a6eae => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:26:08.646 7 INFO neutron.db.segments_db [None req-607aa734-73d4-49f6-9f99-9e2a48cf9f2c ef06899ffa294df396e1c18d22896dc1 ebb18b2e196f40c6bd16bb5456cd2d58 - - default default] Added segment 191e9451-ce78-4a01-b5bb-a5fbe061c973 of type vxlan for network 6395a302-f076-4d34-804b-bd1b29b1a1eb [pid: 7|app: 0|req: 1129/2286] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:08 2026] POST /v2.0/networks => generated 613 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:08.793 8 INFO neutron.db.segments_db [None req-639beac2-c4d9-41c3-be5d-73561af35cb9 ef06899ffa294df396e1c18d22896dc1 ebb18b2e196f40c6bd16bb5456cd2d58 - - default default] Added segment 643657b6-3824-457a-8ac8-fbb470605f95 of type vxlan for network f925657b-8789-4086-86f5-9032deff52e0 [pid: 8|app: 0|req: 1158/2287] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:08 2026] POST /v2.0/networks => generated 613 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:08.980 7 INFO neutron.db.segments_db [None req-75636baf-209f-439a-8c19-13413f0f5c2a ef06899ffa294df396e1c18d22896dc1 ebb18b2e196f40c6bd16bb5456cd2d58 - - default default] Added segment 992f61bc-4318-4cb7-8a10-486a1549a31e of type vxlan for network 367dddc0-8874-4199-8ef5-5d097fe21676 [pid: 7|app: 0|req: 1130/2288] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:08 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:09.142 8 INFO neutron.db.segments_db [None req-c6d1cc30-d6da-4742-b468-cc9845453563 ef06899ffa294df396e1c18d22896dc1 ebb18b2e196f40c6bd16bb5456cd2d58 - - default default] Added segment 7905e84e-87d9-4523-8d9e-8b8e89e5ca73 of type vxlan for network c3500789-485b-4195-9edf-6b98a98c4b48 [pid: 8|app: 0|req: 1159/2289] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:09 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:09.311 7 INFO neutron.db.segments_db [None req-6b2b5c6d-1e1a-4d20-81a3-12fe2d21da7f ef06899ffa294df396e1c18d22896dc1 ebb18b2e196f40c6bd16bb5456cd2d58 - - default default] Added segment 86fd10d7-958e-4e90-b369-ad1edc2dc190 of type vxlan for network 592444f6-c32d-41c8-96bf-04ae34e573cd [pid: 7|app: 0|req: 1131/2290] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:09 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2291] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:09 2026] PUT /v2.0/networks/6395a302-f076-4d34-804b-bd1b29b1a1eb/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2292] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:09 2026] PUT /v2.0/networks/f925657b-8789-4086-86f5-9032deff52e0/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2293] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:09 2026] PUT /v2.0/networks/367dddc0-8874-4199-8ef5-5d097fe21676/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2294] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:09 2026] PUT /v2.0/networks/c3500789-485b-4195-9edf-6b98a98c4b48/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: 1162/2295] 10.0.0.210 () {32 vars in 666 bytes} [Tue Aug 11 09:26:09 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2296] 10.0.0.210 () {32 vars in 680 bytes} [Tue Aug 11 09:26:09 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2297] 10.0.0.210 () {32 vars in 676 bytes} [Tue Aug 11 09:26:09 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: 7|app: 0|req: 1135/2298] 10.0.0.210 () {32 vars in 688 bytes} [Tue Aug 11 09:26:09 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2299] 10.0.0.210 () {32 vars in 674 bytes} [Tue Aug 11 09:26:09 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2300] 10.0.0.210 () {32 vars in 688 bytes} [Tue Aug 11 09:26:10 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2301] 10.0.0.210 () {32 vars in 684 bytes} [Tue Aug 11 09:26:10 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2302] 10.0.0.210 () {32 vars in 696 bytes} [Tue Aug 11 09:26:10 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:10.431 8 INFO neutron.services.segments.plugin [-] Segment 191e9451-ce78-4a01-b5bb-a5fbe061c973 resource provider aggregate not found 2026-08-11 09:26:10.433 8 INFO neutron.services.segments.plugin [-] Segment 191e9451-ce78-4a01-b5bb-a5fbe061c973 resource provider aggregate not found 2026-08-11 09:26:10.455 8 INFO neutron.services.segments.plugin [-] Segment 191e9451-ce78-4a01-b5bb-a5fbe061c973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 191e9451-ce78-4a01-b5bb-a5fbe061c973 found for delete ", "request_id": "req-8db2ec3e-6674-403b-80c3-0e71e132f6d8"}]} 2026-08-11 09:26:10.460 8 INFO neutron.services.segments.plugin [-] Segment 191e9451-ce78-4a01-b5bb-a5fbe061c973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 191e9451-ce78-4a01-b5bb-a5fbe061c973 found for delete ", "request_id": "req-d5f55071-340d-46a8-b7c5-9d0568a67ed7"}]} [pid: 8|app: 0|req: 1166/2303] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:10 2026] DELETE /v2.0/networks/6395a302-f076-4d34-804b-bd1b29b1a1eb => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:26:10.618 7 INFO neutron.services.segments.plugin [-] Segment 643657b6-3824-457a-8ac8-fbb470605f95 resource provider aggregate not found 2026-08-11 09:26:10.626 7 INFO neutron.services.segments.plugin [-] Segment 643657b6-3824-457a-8ac8-fbb470605f95 resource provider aggregate not found 2026-08-11 09:26:10.644 7 INFO neutron.services.segments.plugin [-] Segment 643657b6-3824-457a-8ac8-fbb470605f95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 643657b6-3824-457a-8ac8-fbb470605f95 found for delete ", "request_id": "req-fafbdf9e-1e7d-4220-8c76-75c2f9b1013a"}]} 2026-08-11 09:26:10.647 7 INFO neutron.services.segments.plugin [-] Segment 643657b6-3824-457a-8ac8-fbb470605f95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 643657b6-3824-457a-8ac8-fbb470605f95 found for delete ", "request_id": "req-c2f90c1b-17d3-4432-869f-30097a205dc5"}]} [pid: 7|app: 0|req: 1138/2304] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:10 2026] DELETE /v2.0/networks/f925657b-8789-4086-86f5-9032deff52e0 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2305] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:10 2026] DELETE /v2.0/networks/367dddc0-8874-4199-8ef5-5d097fe21676 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2306] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:10 2026] DELETE /v2.0/networks/c3500789-485b-4195-9edf-6b98a98c4b48 => 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: 1168/2307] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:10 2026] DELETE /v2.0/networks/592444f6-c32d-41c8-96bf-04ae34e573cd => 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: 1140/2308] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:11 2026] GET /v2.0/security-groups?tenant_id=ebb18b2e196f40c6bd16bb5456cd2d58&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2309] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:12 2026] DELETE /v2.0/security-groups/8191d556-99ef-42ed-8634-dbe9a4ffafd4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:26:12.477 8 INFO neutron.services.segments.plugin [-] Segment 992f61bc-4318-4cb7-8a10-486a1549a31e resource provider aggregate not found [pid: 7|app: 0|req: 1141/2310] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:12 2026] GET /v2.0/security-groups?tenant_id=5c08ccdcc6d347d4bf12bc7ac53a4edb&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:12.502 8 INFO neutron.services.segments.plugin [-] Segment 992f61bc-4318-4cb7-8a10-486a1549a31e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 992f61bc-4318-4cb7-8a10-486a1549a31e found for delete ", "request_id": "req-b87e87d3-d11d-4dcd-b3d6-ed0e15abf748"}]} 2026-08-11 09:26:12.508 8 INFO neutron.services.segments.plugin [-] Segment 992f61bc-4318-4cb7-8a10-486a1549a31e resource provider aggregate not found 2026-08-11 09:26:12.534 8 INFO neutron.services.segments.plugin [-] Segment 86fd10d7-958e-4e90-b369-ad1edc2dc190 resource provider aggregate not found 2026-08-11 09:26:12.536 8 INFO neutron.services.segments.plugin [-] Segment 992f61bc-4318-4cb7-8a10-486a1549a31e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 992f61bc-4318-4cb7-8a10-486a1549a31e found for delete ", "request_id": "req-01e09a7f-4643-4774-b347-f89172628608"}]} 2026-08-11 09:26:12.557 8 INFO neutron.services.segments.plugin [-] Segment 86fd10d7-958e-4e90-b369-ad1edc2dc190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fd10d7-958e-4e90-b369-ad1edc2dc190 found for delete ", "request_id": "req-2b6e7fb3-3e9a-4ba7-9337-cfb4decee2b9"}]} 2026-08-11 09:26:12.574 8 INFO neutron.services.segments.plugin [-] Segment 86fd10d7-958e-4e90-b369-ad1edc2dc190 resource provider aggregate not found 2026-08-11 09:26:12.593 8 INFO neutron.services.segments.plugin [-] Segment 86fd10d7-958e-4e90-b369-ad1edc2dc190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fd10d7-958e-4e90-b369-ad1edc2dc190 found for delete ", "request_id": "req-dbe09272-4493-42e7-a8e9-932f338ccc9b"}]} [pid: 8|app: 0|req: 1170/2311] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:12 2026] DELETE /v2.0/security-groups/746e0d5d-6450-4ff5-be3b-856f8ce0f38c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:26:12.668 7 INFO neutron.services.segments.plugin [-] Segment 7905e84e-87d9-4523-8d9e-8b8e89e5ca73 resource provider aggregate not found 2026-08-11 09:26:12.673 7 INFO neutron.services.segments.plugin [-] Segment 7905e84e-87d9-4523-8d9e-8b8e89e5ca73 resource provider aggregate not found 2026-08-11 09:26:12.687 7 INFO neutron.services.segments.plugin [-] Segment 7905e84e-87d9-4523-8d9e-8b8e89e5ca73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7905e84e-87d9-4523-8d9e-8b8e89e5ca73 found for delete ", "request_id": "req-fa7406db-d8a2-4e68-bc0b-39acf56ef152"}]} 2026-08-11 09:26:12.689 7 INFO neutron.services.segments.plugin [-] Segment 7905e84e-87d9-4523-8d9e-8b8e89e5ca73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7905e84e-87d9-4523-8d9e-8b8e89e5ca73 found for delete ", "request_id": "req-f3f827d5-7e5e-4e9e-bc60-032c1ae6847a"}]} [pid: 7|app: 0|req: 1142/2312] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:12 2026] GET /v2.0/security-groups?tenant_id=e45f5aba146e49dbb3b5424acd645252&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2313] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:12 2026] DELETE /v2.0/security-groups/e03a542c-7ebe-430f-a037-cefc41569a73 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:26:13.591 7 INFO neutron.db.segments_db [None req-b8eab985-0748-47bf-b7c5-8690fdeb3b03 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Added segment 6910cc5c-8346-4845-9414-62a260c768f0 of type vxlan for network 4f156ae4-ae2b-458a-8fce-63f2700b3770 [pid: 7|app: 0|req: 1143/2314] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:13 2026] POST /v2.0/networks => generated 620 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2315] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:13 2026] POST /v2.0/subnets => generated 658 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2316] 10.0.0.210 () {32 vars in 722 bytes} [Tue Aug 11 09:26:13 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2317] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:14 2026] POST /v2.0/subnets => generated 730 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:14.320 7 INFO neutron.db.segments_db [None req-88c15342-f8d2-46c1-b7f6-1bee3bcc18f7 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Added segment f89a6e1f-d8dc-4f76-85a6-a71bb4205ba7 of type vxlan for network cd742fe8-7a03-4071-ac9c-3befceadb5b7 [pid: 7|app: 0|req: 1145/2318] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:14 2026] POST /v2.0/networks => generated 618 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2319] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:14 2026] POST /v2.0/subnets => generated 656 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2322] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:14 2026] POST /v2.0/subnets => generated 725 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:14.985 8 INFO neutron.db.segments_db [None req-cf93439a-5e37-4409-ba1f-52c036564314 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Added segment 02bf0977-ee52-4ed1-9058-4d37be6d6fcc of type vxlan for network 74d2cd60-b7e5-42b8-bd44-b26b532c2e56 [pid: 8|app: 0|req: 1177/2323] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:14 2026] POST /v2.0/networks => generated 619 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2324] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:15 2026] POST /v2.0/subnets => generated 655 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2325] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:15 2026] POST /v2.0/subnets => generated 728 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:15.626 7 INFO neutron.db.segments_db [None req-a4bbecbd-2a04-427a-9a0c-0a717465955d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Added segment d0357c58-0132-4b1d-875d-a4185af9058e of type vxlan for network bed7b85c-123e-45b6-8e7f-1d54eab02bf4 2026-08-11 09:26:15.948 7 INFO neutron.db.l3_hamode_db [None req-a4bbecbd-2a04-427a-9a0c-0a717465955d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1179/2326] 10.0.0.210 () {34 vars in 678 bytes} [Tue Aug 11 09:26:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2327] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:16 2026] PUT /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/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: 1181/2328] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:16 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2329] 10.0.0.210 () {34 vars in 764 bytes} [Tue Aug 11 09:26:16 2026] PUT /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2330] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:16 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:26:16.717 7 INFO neutron.db.l3_hamode_db [None req-a4bbecbd-2a04-427a-9a0c-0a717465955d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1184/2331] 10.0.0.210 () {34 vars in 760 bytes} [Tue Aug 11 09:26:16 2026] PUT /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2332] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:16 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2333] 10.0.0.210 () {34 vars in 782 bytes} [Tue Aug 11 09:26:16 2026] PUT /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2334] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:16 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2335] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:16 2026] PUT /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2336] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:16 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2337] 10.0.0.210 () {32 vars in 741 bytes} [Tue Aug 11 09:26:17 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:26:17.102 8 INFO neutron.api.v2.resource [None req-4588854a-55de-4ecd-bebe-5e1614090c6f 310c3b306853490290a630b9a772b44a 11407ad1fa284faaa9130b82451764cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1191/2338] 10.0.0.210 () {32 vars in 745 bytes} [Tue Aug 11 09:26:17 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2339] 10.0.0.210 () {32 vars in 744 bytes} [Tue Aug 11 09:26:17 2026] DELETE /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2340] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:17 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:26:17.227 8 INFO neutron.api.v2.resource [None req-5f8ff52c-5c2b-45aa-bd03-b2a921922a22 310c3b306853490290a630b9a772b44a 11407ad1fa284faaa9130b82451764cb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2341] 10.0.0.210 () {32 vars in 748 bytes} [Tue Aug 11 09:26:17 2026] DELETE /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2342] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:26:17 2026] DELETE /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2343] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:17 2026] GET /v2.0/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2344] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:26:17 2026] DELETE /v2.0/qos/policies/46c75ad1-c56e-4f42-9ff4-1baa318c9942 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2345] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:26:15 2026] POST /v2.0/routers => generated 683 bytes in 2105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2346] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:18 2026] GET /v2.0/security-groups?tenant_id=63e161137e0b46b599463ad6539cea65&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2347] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:18 2026] DELETE /v2.0/security-groups/d7b5a08e-5b9a-48c3-8391-12fb3e1e9899 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2348] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:18 2026] GET /v2.0/security-groups?tenant_id=11407ad1fa284faaa9130b82451764cb&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2349] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:18 2026] DELETE /v2.0/security-groups/00e2bb48-9478-4242-9914-0535cf11d7c9 => 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: 1198/2350] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:26:17 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/add_router_interface => generated 309 bytes in 1405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2351] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:26:19 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/add_router_interface => generated 309 bytes in 1469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2352] 10.0.0.210 () {34 vars in 783 bytes} [Tue Aug 11 09:26:20 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/add_router_interface => generated 309 bytes in 1505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2353] 10.0.0.210 () {34 vars in 684 bytes} [Tue Aug 11 09:26:22 2026] POST /v2.0/security-groups => generated 1629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:26:22.308 7 INFO neutron.db.segments_db [None req-e9af241e-cbd3-4899-b2af-b42fc0cf66e4 f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] Added segment 8750bf86-5358-4b18-83fb-bdb8ee75a713 of type vxlan for network cb7b9b53-ef97-445e-9fc6-874455f91e37 [pid: 8|app: 0|req: 1201/2354] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:22 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: 8|app: 0|req: 1202/2355] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:22 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) 2026-08-11 09:26:22.569 7 INFO neutron.db.l3_hamode_db [None req-e9af241e-cbd3-4899-b2af-b42fc0cf66e4 f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1203/2356] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:22.686 7 INFO neutron.db.l3_hamode_db [None req-e9af241e-cbd3-4899-b2af-b42fc0cf66e4 f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1204/2357] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:22 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: 1205/2358] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2359] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2360] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2361] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2362] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2363] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2364] 10.0.0.210 () {34 vars in 695 bytes} [Tue Aug 11 09:26:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2365] 10.0.0.210 () {34 vars in 668 bytes} [Tue Aug 11 09:26:22 2026] POST /v2.0/routers => generated 474 bytes in 1723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2366] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:26:23 2026] PUT /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2367] 10.0.0.131 () {34 vars in 1094 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-580972364&fields=id&tenant_id=e1a34b2b62d2430293cbfc084260459c => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2368] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:26:23 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2369] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2370] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/quotas/e1a34b2b62d2430293cbfc084260459c => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2371] 10.0.0.210 () {34 vars in 762 bytes} [Tue Aug 11 09:26:24 2026] PUT /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2372] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&fields=id => generated 241 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2373] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 34 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2374] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1218/2375] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2376] 10.0.0.210 () {34 vars in 758 bytes} [Tue Aug 11 09:26:24 2026] PUT /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags/red => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2377] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => 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: 1219/2378] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 34 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2379] 10.0.0.210 () {34 vars in 780 bytes} [Tue Aug 11 09:26:24 2026] PUT /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags/black.or.white => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2380] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 52 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2381] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:26:24 2026] PUT /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 37 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2382] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:26:24 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2383] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:26:25 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags/red => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:26:25.253 8 INFO neutron.api.v2.resource [None req-a61cea9a-b944-421d-a596-c22dfb11260c f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1222/2384] 10.0.0.210 () {32 vars in 743 bytes} [Tue Aug 11 09:26:25 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags/green => generated 99 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2385] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:26:25 2026] DELETE /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags/red => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2386] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:26:25 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 30 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:26:25.566 7 INFO neutron.api.v2.resource [None req-0fd1c455-d291-47e5-8942-467b26863777 f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1164/2387] 10.0.0.210 () {32 vars in 746 bytes} [Tue Aug 11 09:26:25 2026] DELETE /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2388] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:26:25 2026] DELETE /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2389] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:26:25 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2390] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:26:25 2026] GET /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f => generated 480 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2391] 10.0.0.210 () {34 vars in 742 bytes} [Tue Aug 11 09:26:25 2026] PUT /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f => generated 480 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2392] 10.0.0.210 () {32 vars in 736 bytes} [Tue Aug 11 09:26:26 2026] GET /v2.0/ports?device_id=6900d6b1-2748-4ae9-8ca5-f60590793a1f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:26:26.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-60ec1a90-aad9-411d-aa46-f57b9f2db771 f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] TaaS: Handle Delete Port: 57bdd584-cc0c-47b6-bd4c-00bf94f9e622 2026-08-11 09:26:26.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ec1a90-aad9-411d-aa46-f57b9f2db771 f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] Tap Mirror: Handle Delete Port: 57bdd584-cc0c-47b6-bd4c-00bf94f9e622 2026-08-11 09:26:27.062 7 INFO neutron.services.segments.plugin [-] Segment 8750bf86-5358-4b18-83fb-bdb8ee75a713 resource provider aggregate not found 2026-08-11 09:26:27.071 7 INFO neutron.services.segments.plugin [-] Segment 8750bf86-5358-4b18-83fb-bdb8ee75a713 resource provider aggregate not found 2026-08-11 09:26:27.086 7 INFO neutron.services.segments.plugin [-] Segment 8750bf86-5358-4b18-83fb-bdb8ee75a713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8750bf86-5358-4b18-83fb-bdb8ee75a713 found for delete ", "request_id": "req-1ecbe8d9-6038-43e3-a4dc-9cd0fadde8fa"}]} 2026-08-11 09:26:27.087 7 INFO neutron.services.segments.plugin [-] Segment 8750bf86-5358-4b18-83fb-bdb8ee75a713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8750bf86-5358-4b18-83fb-bdb8ee75a713 found for delete ", "request_id": "req-f7a3a972-f97a-4cf3-8fd5-fcaecc8382e2"}]} 2026-08-11 09:26:27.094 7 INFO neutron.db.l3_hamode_db [None req-60ec1a90-aad9-411d-aa46-f57b9f2db771 f528efeddc484de8b09191134bdd8a98 157cd7d169e643b09ccd6c6c8b728fb0 - - default default] HA network cb7b9b53-ef97-445e-9fc6-874455f91e37 was deleted as no HA routers are present in tenant 157cd7d169e643b09ccd6c6c8b728fb0. [pid: 7|app: 0|req: 1167/2393] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:26:26 2026] DELETE /v2.0/routers/6900d6b1-2748-4ae9-8ca5-f60590793a1f => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2394] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:27 2026] GET /v2.0/security-groups?tenant_id=157cd7d169e643b09ccd6c6c8b728fb0&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2395] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:28 2026] DELETE /v2.0/security-groups/85794860-8d69-4033-af95-eba4209bf45e => 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: 1228/2396] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:28 2026] GET /v2.0/security-groups?tenant_id=0a120e1dd5bd4a59bad41e4a5255d77f&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2397] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:28 2026] DELETE /v2.0/security-groups/ea46caa0-fd5d-46fc-bfca-18351969609d => 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: 1229/2398] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:26:28 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2399] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:26:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e1a34b2b62d2430293cbfc084260459c => generated 178 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2400] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:26:28 2026] POST /v2.0/ports => generated 1179 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1231/2401] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:29 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1194 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2402] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:26:29 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2405] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:26:29 2026] PUT /v2.0/ports/6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => generated 1460 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:29.872 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3c91066-557c-4f3f-949b-4a344e054151'] response: {'name': 'network-changed', 'server_uuid': '7a86178b-3c01-4f95-bae0-6d044d1496ba', 'tag': '6d318f2d-8ee0-4a75-a1f5-61f16af4e029', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1235/2406] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:26:30 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1172/2407] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:26:30 2026] GET /v2.0/networks?tenant_id=e1a34b2b62d2430293cbfc084260459c&shared=False => generated 2375 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2408] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:26:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2409] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2410] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => 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: 1174/2411] 199.204.45.109 () {34 vars in 1102 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A29&port_id=6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => 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: 1238/2412] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c&id=596b55db-aa07-4abe-b00d-4120263df876 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2413] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2414] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2415] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1241/2416] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:26:31 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:26:32.090 7 INFO neutron.db.segments_db [None req-b6b40b49-ba73-4fcc-b6f7-d465a3c9bad6 4d130c20eba443408a1761e46cf0540a 6b7f33a00d5e4e1da0ce8b78a85b8e3a - - default default] Added segment 50adddad-4686-46b1-a61e-a131174fc303 of type vxlan for network 084bf43a-9ecd-4f17-af31-941e0b806f38 [pid: 7|app: 0|req: 1176/2417] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:31 2026] POST /v2.0/networks => generated 612 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:32.228 8 INFO neutron.db.segments_db [None req-fa787564-1312-41d3-9d87-f7105c491861 4d130c20eba443408a1761e46cf0540a 6b7f33a00d5e4e1da0ce8b78a85b8e3a - - default default] Added segment e0550c5c-ec39-42d1-a01f-d7e8d5249cbc of type vxlan for network 0ebe1069-cdfc-4be6-b677-06312c6e4997 [pid: 8|app: 0|req: 1242/2418] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:26:32 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2419] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:32 2026] PUT /v2.0/networks/084bf43a-9ecd-4f17-af31-941e0b806f38/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2420] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:32 2026] GET /v2.0/networks/084bf43a-9ecd-4f17-af31-941e0b806f38/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2421] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:32 2026] PUT /v2.0/networks/0ebe1069-cdfc-4be6-b677-06312c6e4997/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2422] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:32 2026] GET /v2.0/networks/0ebe1069-cdfc-4be6-b677-06312c6e4997/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2423] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:26:32 2026] PUT /v2.0/networks/0ebe1069-cdfc-4be6-b677-06312c6e4997/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2424] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:32 2026] GET /v2.0/networks/0ebe1069-cdfc-4be6-b677-06312c6e4997/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2425] 10.0.0.210 () {32 vars in 733 bytes} [Tue Aug 11 09:26:32 2026] GET /v2.0/networks/084bf43a-9ecd-4f17-af31-941e0b806f38/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:26:32.913 8 INFO neutron.services.segments.plugin [-] Segment 50adddad-4686-46b1-a61e-a131174fc303 resource provider aggregate not found 2026-08-11 09:26:32.916 8 INFO neutron.services.segments.plugin [-] Segment 50adddad-4686-46b1-a61e-a131174fc303 resource provider aggregate not found 2026-08-11 09:26:32.930 8 INFO neutron.services.segments.plugin [-] Segment 50adddad-4686-46b1-a61e-a131174fc303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50adddad-4686-46b1-a61e-a131174fc303 found for delete ", "request_id": "req-734cac40-246e-4847-a7b7-023a81ecd124"}]} 2026-08-11 09:26:32.939 8 INFO neutron.services.segments.plugin [-] Segment 50adddad-4686-46b1-a61e-a131174fc303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50adddad-4686-46b1-a61e-a131174fc303 found for delete ", "request_id": "req-5b6e9202-24c9-4ad4-aba0-29f10928d129"}]} [pid: 8|app: 0|req: 1246/2426] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:32 2026] DELETE /v2.0/networks/084bf43a-9ecd-4f17-af31-941e0b806f38 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:26:33.138 7 INFO neutron.services.segments.plugin [-] Segment e0550c5c-ec39-42d1-a01f-d7e8d5249cbc resource provider aggregate not found 2026-08-11 09:26:33.145 7 INFO neutron.services.segments.plugin [-] Segment e0550c5c-ec39-42d1-a01f-d7e8d5249cbc resource provider aggregate not found 2026-08-11 09:26:33.162 7 INFO neutron.services.segments.plugin [-] Segment e0550c5c-ec39-42d1-a01f-d7e8d5249cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0550c5c-ec39-42d1-a01f-d7e8d5249cbc found for delete ", "request_id": "req-d9838c9c-78a7-42af-90ee-7b2969b2e626"}]} 2026-08-11 09:26:33.166 7 INFO neutron.services.segments.plugin [-] Segment e0550c5c-ec39-42d1-a01f-d7e8d5249cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0550c5c-ec39-42d1-a01f-d7e8d5249cbc found for delete ", "request_id": "req-70806387-c447-42b9-b99a-53ab66e4592b"}]} [pid: 7|app: 0|req: 1181/2427] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:26:32 2026] DELETE /v2.0/networks/0ebe1069-cdfc-4be6-b677-06312c6e4997 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2428] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:33 2026] GET /v2.0/security-groups?tenant_id=67ed2a153f714e78889583379a608493&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2429] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:34 2026] DELETE /v2.0/security-groups/b0b1d8f2-16de-46ea-af14-85ad9ba3ccd9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2430] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:26:34 2026] GET /v2.0/security-groups?tenant_id=6b7f33a00d5e4e1da0ce8b78a85b8e3a&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2431] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:26:34 2026] DELETE /v2.0/security-groups/7ca1f8e5-1f05-4143-9974-f81b00850f9f => 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: 1249/2432] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:35 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1196 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2433] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:26:35 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2434] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:40 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2435] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:26:40 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2436] 10.0.0.210 () {32 vars in 818 bytes} [Tue Aug 11 09:26:40 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&mac_address=fa%3A16%3A3e%3A2c%3A36%3A7c => generated 1196 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:41.247 7 INFO neutron.db.l3_db [None req-a8dcc23a-e795-4a21-973b-8c3dafb82705 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Floating IP d53e8651-8203-4af5-8c71-da7021a0f053 associated. External IP: 10.96.250.215, port: 6d318f2d-8ee0-4a75-a1f5-61f16af4e029. [pid: 7|app: 0|req: 1186/2437] 10.0.0.210 () {34 vars in 677 bytes} [Tue Aug 11 09:26:40 2026] POST /v2.0/floatingips => generated 855 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:41.642 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e146f6d2-ef4b-484e-b9a2-93b225aa1238'] response: {'name': 'network-changed', 'server_uuid': '7a86178b-3c01-4f95-bae0-6d044d1496ba', 'tag': '6d318f2d-8ee0-4a75-a1f5-61f16af4e029', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1252/2438] 10.0.0.131 () {34 vars in 1094 bytes} [Tue Aug 11 09:26:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-580972364&fields=id&tenant_id=e1a34b2b62d2430293cbfc084260459c => 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: 1187/2439] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:26:41 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2440] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:26:41 2026] GET /v2.0/quotas/e1a34b2b62d2430293cbfc084260459c => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2441] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:26:41 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&fields=id => generated 333 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2442] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1189/2443] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2444] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2445] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2446] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => 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: 1256/2447] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2448] 199.204.45.109 () {34 vars in 1102 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A29&port_id=6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2449] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c&id=596b55db-aa07-4abe-b00d-4120263df876 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2450] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2451] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2452] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1259/2453] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2456] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:26:46 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2457] 10.0.0.59 () {34 vars in 1039 bytes} [Tue Aug 11 09:26:46 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2458] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:26:46 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2459] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:26:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e1a34b2b62d2430293cbfc084260459c => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2460] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:26:46 2026] POST /v2.0/ports => generated 1187 bytes in 530 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: 1199/2461] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:47 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1190 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2462] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:26:47 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2463] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:26:47 2026] PUT /v2.0/ports/5915194a-6aed-4f44-8400-0f8ef42fa02c => generated 1468 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:47.745 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b46125e-51f4-432d-8a23-def6af0813d5'] response: {'name': 'network-changed', 'server_uuid': '02330ba8-4b76-4e69-bd79-7abfd5299af1', 'tag': '5915194a-6aed-4f44-8400-0f8ef42fa02c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1201/2464] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:26:48 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1471 bytes in 32 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: 1264/2465] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:26:48 2026] GET /v2.0/networks?tenant_id=e1a34b2b62d2430293cbfc084260459c&shared=False => generated 2375 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2466] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:26:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2467] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2468] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.152&port_id=5915194a-6aed-4f44-8400-0f8ef42fa02c => 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: 1266/2469] 199.204.45.109 () {34 vars in 1106 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A215&port_id=5915194a-6aed-4f44-8400-0f8ef42fa02c => 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: 1204/2470] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/subnets?id=7cb36e50-831c-4c98-b8bf-eb26b27f1fa3&id=0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 1412 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2471] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2472] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&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: 1268/2473] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1206/2474] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:26:49 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2475] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:52 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1204 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2476] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:26:52 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2477] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:26:57 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1204 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2478] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:26:58 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2479] 10.0.0.210 () {32 vars in 818 bytes} [Tue Aug 11 09:26:58 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&mac_address=fa%3A16%3A3e%3Aa5%3Ab0%3Ad4 => generated 1204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:58.982 7 INFO neutron.db.l3_db [None req-42870bbe-31c3-4677-9966-fe53c3de96b2 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Floating IP 80ed2f10-9a70-4d1c-b87b-7857ee9832ee associated. External IP: 10.96.250.202, port: 5915194a-6aed-4f44-8400-0f8ef42fa02c. [pid: 7|app: 0|req: 1209/2480] 10.0.0.210 () {34 vars in 677 bytes} [Tue Aug 11 09:26:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:26:59.317 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-903ed437-554c-42c3-8e5e-1f10d467cb77'] response: {'name': 'network-changed', 'server_uuid': '02330ba8-4b76-4e69-bd79-7abfd5299af1', 'tag': '5915194a-6aed-4f44-8400-0f8ef42fa02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1273/2483] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:26:59 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1473 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2484] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:26:59 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => 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: 1274/2485] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:27:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.152&port_id=5915194a-6aed-4f44-8400-0f8ef42fa02c => 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: 1212/2486] 199.204.45.109 () {34 vars in 1106 bytes} [Tue Aug 11 09:27:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A215&port_id=5915194a-6aed-4f44-8400-0f8ef42fa02c => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2487] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:27:00 2026] GET /v2.0/subnets?id=7cb36e50-831c-4c98-b8bf-eb26b27f1fa3&id=0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 1412 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2488] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:27:00 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2489] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:27:00 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2490] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:27:00 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1277/2491] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:27:00 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1215/2492] 10.0.0.59 () {34 vars in 989 bytes} [Tue Aug 11 09:27:05 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2493] 10.0.0.59 () {34 vars in 1039 bytes} [Tue Aug 11 09:27:05 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2496] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:27:16 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2497] 10.0.0.172 () {30 vars in 690 bytes} [Tue Aug 11 09:27:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2498] 10.0.0.172 () {30 vars in 692 bytes} [Tue Aug 11 09:27:17 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: 1281/2499] 10.0.0.172 () {30 vars in 668 bytes} [Tue Aug 11 09:27:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2500] 10.0.0.172 () {30 vars in 704 bytes} [Tue Aug 11 09:27:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2501] 10.0.0.172 () {28 vars in 439 bytes} [Tue Aug 11 09:27:18 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2502] 10.0.0.172 () {30 vars in 728 bytes} [Tue Aug 11 09:27:18 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 658 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2503] 10.0.0.172 () {30 vars in 690 bytes} [Tue Aug 11 09:27:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2504] 10.0.0.172 () {30 vars in 692 bytes} [Tue Aug 11 09:27:18 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: 1284/2505] 10.0.0.172 () {30 vars in 668 bytes} [Tue Aug 11 09:27:18 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: 1222/2506] 10.0.0.172 () {30 vars in 704 bytes} [Tue Aug 11 09:27:18 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: 1285/2507] 10.0.0.172 () {30 vars in 728 bytes} [Tue Aug 11 09:27:18 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2508] 10.0.0.172 () {30 vars in 690 bytes} [Tue Aug 11 09:27:18 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: 1286/2509] 10.0.0.172 () {30 vars in 692 bytes} [Tue Aug 11 09:27:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2510] 10.0.0.172 () {30 vars in 668 bytes} [Tue Aug 11 09:27:18 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: 1287/2511] 10.0.0.172 () {30 vars in 704 bytes} [Tue Aug 11 09:27:18 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: 1225/2512] 10.0.0.172 () {30 vars in 730 bytes} [Tue Aug 11 09:27:18 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2513] 10.0.0.172 () {30 vars in 682 bytes} [Tue Aug 11 09:27:18 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2514] 10.0.0.172 () {34 vars in 704 bytes} [Tue Aug 11 09:27:18 2026] POST /v2.0/ports => generated 1132 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2515] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1227/2516] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2517] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2518] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:27:21 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: 1291/2519] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => 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: 1229/2520] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:27:21 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: 1292/2521] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:27:21 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: 1230/2522] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:27:21 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: 1293/2523] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:27:21.794 7 INFO neutron.api.v2.resource [None req-6dde31ad-0587-4bd7-bf1e-2a60e8525832 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1231/2524] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/security-groups/lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2525] 199.204.45.109 () {30 vars in 785 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/security-groups?name=lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2526] 199.204.45.109 () {34 vars in 736 bytes} [Tue Aug 11 09:27:21 2026] POST /v2.0/security-groups => generated 1638 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2527] 199.204.45.109 () {30 vars in 815 bytes} [Tue Aug 11 09:27:21 2026] GET /v2.0/security-group-rules?security_group_id=bbfe1f95-3f5d-49e3-b8d9-359911fc20cc => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2528] 199.204.45.109 () {34 vars in 789 bytes} [Tue Aug 11 09:27:22 2026] PUT /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2529] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:27:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1234/2530] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:27:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2531] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:27:22 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: 1235/2532] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:27:22 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: 1298/2533] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:27:22 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1300/2536] 10.0.0.131 () {34 vars in 1016 bytes} [Tue Aug 11 09:27:29 2026] GET /v2.0/security-groups?id=d1336581-6561-4f03-bcaa-ab5544bdd0d6&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2537] 10.0.0.131 () {34 vars in 982 bytes} [Tue Aug 11 09:27:29 2026] GET /v2.0/networks?id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2538] 10.0.0.131 () {34 vars in 965 bytes} [Tue Aug 11 09:27:29 2026] GET /v2.0/quotas/f042537efa4f431a8e4aa65f6a394a22 => 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: 1238/2539] 10.0.0.131 () {34 vars in 1002 bytes} [Tue Aug 11 09:27:29 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2540] 10.0.0.131 () {34 vars in 1008 bytes} [Tue Aug 11 09:27:30 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2541] 10.0.0.131 () {34 vars in 1108 bytes} [Tue Aug 11 09:27:30 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2542] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:30 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => 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: 1240/2543] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:30 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => 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: 1304/2544] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:33 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => 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: 1241/2545] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:33 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => 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: 1305/2546] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:27:34 2026] GET /v2.0/networks?id=e681eb50-6255-4be8-bdaf-2075462041aa => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2547] 199.204.45.109 () {34 vars in 1050 bytes} [Tue Aug 11 09:27:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f042537efa4f431a8e4aa65f6a394a22 => generated 343 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2548] 199.204.45.109 () {38 vars in 955 bytes} [Tue Aug 11 09:27:34 2026] POST /v2.0/ports => generated 1082 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2549] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:27:35 2026] PUT /v2.0/ports/5d312fd4-2a67-41df-bb7e-f25a594396ae => generated 1243 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:27:35.645 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee432b50-46ce-4c74-9228-66e6c3c80427'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': '5d312fd4-2a67-41df-bb7e-f25a594396ae', '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: 1307/2550] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:27:36 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1246 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: 1244/2551] 199.204.45.109 () {34 vars in 1018 bytes} [Tue Aug 11 09:27:36 2026] GET /v2.0/networks?tenant_id=f042537efa4f431a8e4aa65f6a394a22&shared=False => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2552] 199.204.45.109 () {34 vars in 930 bytes} [Tue Aug 11 09:27:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2553] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:36 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2554] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:27:36 2026] GET /v2.0/security-groups?id=d1336581-6561-4f03-bcaa-ab5544bdd0d6&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2555] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:36 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2556] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:27:37 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2557] 199.204.45.109 () {34 vars in 1062 bytes} [Tue Aug 11 09:27:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.237&port_id=5d312fd4-2a67-41df-bb7e-f25a594396ae => 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: 1311/2558] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:27:37 2026] GET /v2.0/subnets?id=7759a032-4583-45a2-8e10-6a75daaa61da => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2559] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:27:37 2026] GET /v2.0/ports?network_id=e681eb50-6255-4be8-bdaf-2075462041aa&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: 1312/2560] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:27:37 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1249/2561] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:27:37 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1313/2562] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:39 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2563] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:27:39 2026] GET /v2.0/security-groups?id=d1336581-6561-4f03-bcaa-ab5544bdd0d6&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2564] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:39 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2565] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:27:41 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2566] 199.204.45.109 () {34 vars in 1044 bytes} [Tue Aug 11 09:27:41 2026] GET /v2.0/security-groups?id=d1336581-6561-4f03-bcaa-ab5544bdd0d6&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2567] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:42 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2568] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:27:42 2026] GET /v2.0/security-groups?id=d1336581-6561-4f03-bcaa-ab5544bdd0d6&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2569] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:42 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2572] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:45 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2573] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:27:45 2026] GET /v2.0/security-groups?id=d1336581-6561-4f03-bcaa-ab5544bdd0d6&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: 1319/2574] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:27:45 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2579] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:28:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2580] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:28:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2581] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:28:21 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: 1259/2582] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:28:21 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: 1324/2583] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:28:21 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1260/2584] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:28:21 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2585] 199.204.45.109 () {34 vars in 717 bytes} [Tue Aug 11 09:28:21 2026] POST /v2.0/ports => generated 1055 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2586] 10.0.0.131 () {34 vars in 971 bytes} [Tue Aug 11 09:28:21 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2587] 10.0.0.131 () {34 vars in 907 bytes} [Tue Aug 11 09:28:22 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2588] 199.204.45.109 () {34 vars in 1262 bytes} [Tue Aug 11 09:28:23 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2589] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:28:23 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2590] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:28:23 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1328/2591] 199.204.45.109 () {34 vars in 975 bytes} [Tue Aug 11 09:28:23 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2592] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:28:23 2026] GET /v2.0/networks?id=4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2593] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:28:23 2026] PUT /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1245 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:28:24.319 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b915e91f-c085-4eef-b94a-34b46f1f3abf'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': 'cc234b46-3a69-459d-9949-50ddddb680dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1265/2594] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:28:24 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2595] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:28:24 2026] GET /v2.0/networks?id=4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2596] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:28:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => 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: 1331/2597] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:28:24 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2598] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:28:25 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&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: 1332/2599] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:28:25 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2600] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:28:25 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2601] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2602] 199.204.45.109 () {34 vars in 1062 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.237&port_id=5d312fd4-2a67-41df-bb7e-f25a594396ae => 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: 1334/2603] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/subnets?id=7759a032-4583-45a2-8e10-6a75daaa61da => 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: 1270/2604] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/ports?network_id=e681eb50-6255-4be8-bdaf-2075462041aa&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2605] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1271/2606] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2607] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => 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: 1272/2608] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2609] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2610] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2611] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:28:26 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1340/2614] 10.0.0.131 () {34 vars in 971 bytes} [Tue Aug 11 09:28:30 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1247 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2615] 199.204.45.109 () {34 vars in 789 bytes} [Tue Aug 11 09:28:30 2026] PUT /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1272 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:28:30.941 8 INFO neutron.api.v2.resource [None req-efcb942d-c348-425c-8db7-9927c6400ca9 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1341/2616] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 09:28:30 2026] GET /v2.0/security-groups/lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:28:30.957 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-63ad7b16-4b86-47c5-af6e-11574d7ce372'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': 'cc234b46-3a69-459d-9949-50ddddb680dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1276/2617] 199.204.45.109 () {30 vars in 785 bytes} [Tue Aug 11 09:28:30 2026] GET /v2.0/security-groups?name=lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => 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: 1342/2618] 199.204.45.109 () {34 vars in 789 bytes} [Tue Aug 11 09:28:30 2026] PUT /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1310 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:28:31.290 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d055d653-b7e2-4679-9e8c-710ed5a6024f'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': 'cc234b46-3a69-459d-9949-50ddddb680dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1277/2619] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:28:31 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1343/2620] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:28:31 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: 1278/2621] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2622] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2623] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => 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: 1280/2624] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2625] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/networks?id=4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 802 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2626] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => 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: 1346/2627] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2628] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2629] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => 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: 1348/2630] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&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: 1283/2631] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2632] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2633] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2634] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2635] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2636] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:28:31 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2637] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:28:32 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2638] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:28:32 2026] GET /v2.0/networks?id=4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 802 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2639] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:28:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => 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: 1353/2640] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:28:32 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2641] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:28:32 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&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: 1354/2642] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:28:32 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1289/2643] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:28:33 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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) 2026-08-11 09:28:40.187 8 INFO neutron.db.l3_db [None req-093b1760-1dd4-4333-9a0c-f473565325df c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Floating IP d410cce8-726a-4f45-a07f-a6217ed5790b associated. External IP: 10.96.250.201, port: 85c4c84d-3fea-4c17-8c8b-6aa5443303ea. [pid: 8|app: 0|req: 1355/2644] 10.0.0.210 () {34 vars in 677 bytes} [Tue Aug 11 09:28:39 2026] POST /v2.0/floatingips => generated 899 bytes in 1605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2647] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:28:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2648] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:28:45 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: 1358/2649] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:28:45 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: 1292/2650] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:28:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:28:46.148 8 INFO neutron.api.v2.resource [None req-bf6778c1-fa5d-4a93-9215-c64bd4034798 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1359/2651] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 09:28:46 2026] GET /v2.0/security-groups/lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2652] 199.204.45.109 () {30 vars in 785 bytes} [Tue Aug 11 09:28:46 2026] GET /v2.0/security-groups?name=lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2653] 199.204.45.109 () {30 vars in 815 bytes} [Tue Aug 11 09:28:46 2026] GET /v2.0/security-group-rules?security_group_id=bbfe1f95-3f5d-49e3-b8d9-359911fc20cc => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2654] 199.204.45.109 () {34 vars in 747 bytes} [Tue Aug 11 09:28:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2655] 199.204.45.109 () {34 vars in 747 bytes} [Tue Aug 11 09:28:46 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: 1295/2656] 10.0.0.172 () {30 vars in 690 bytes} [Tue Aug 11 09:28:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2657] 10.0.0.172 () {30 vars in 692 bytes} [Tue Aug 11 09:28:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2658] 10.0.0.172 () {30 vars in 668 bytes} [Tue Aug 11 09:28:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2659] 10.0.0.172 () {30 vars in 704 bytes} [Tue Aug 11 09:28:58 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: 1297/2660] 10.0.0.172 () {28 vars in 439 bytes} [Tue Aug 11 09:28:58 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2661] 10.0.0.172 () {30 vars in 728 bytes} [Tue Aug 11 09:28:58 2026] GET /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2664] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2665] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29: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: 1300/2666] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2667] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2668] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:00 2026] GET /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2669] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:00 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2670] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2671] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:01 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: 1303/2672] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2673] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:01 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: 1304/2674] 199.204.45.109 () {34 vars in 717 bytes} [Tue Aug 11 09:29:01 2026] POST /v2.0/ports => generated 1328 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2675] 10.0.0.131 () {34 vars in 971 bytes} [Tue Aug 11 09:29:02 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1305/2676] 199.204.45.109 () {34 vars in 1262 bytes} [Tue Aug 11 09:29:03 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2677] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:03 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2678] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:03 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2679] 199.204.45.109 () {34 vars in 975 bytes} [Tue Aug 11 09:29:03 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1328 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2680] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:03 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2681] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:29:03 2026] PUT /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1518 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:29:04.425 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7322ac7f-95e3-451d-9e40-4176c05cbae5'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': '18e00d57-171a-4611-965c-9d313ae3d0ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1308/2682] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:04 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4096 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: 1375/2683] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:04 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2684] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:29:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => 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/2685] 199.204.45.109 () {34 vars in 1104 bytes} [Tue Aug 11 09:29:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21f&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => 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: 1310/2686] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:29:05 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c&id=596b55db-aa07-4abe-b00d-4120263df876 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2687] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:05 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&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: 1311/2688] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:05 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2689] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:05 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=segments => generated 14 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2690] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:05 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2691] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2692] 199.204.45.109 () {34 vars in 1062 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.237&port_id=5d312fd4-2a67-41df-bb7e-f25a594396ae => 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: 1380/2693] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/subnets?id=7759a032-4583-45a2-8e10-6a75daaa61da => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2694] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/ports?network_id=e681eb50-6255-4be8-bdaf-2075462041aa&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2695] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2696] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2697] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2698] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2699] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2700] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1384/2701] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1318/2702] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => 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: 1385/2703] 199.204.45.109 () {34 vars in 1104 bytes} [Tue Aug 11 09:29:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21f&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2704] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:29:07 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c&id=596b55db-aa07-4abe-b00d-4120263df876 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2705] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:07 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2706] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:07 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&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: 1387/2707] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:07 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1321/2708] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:07 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2709] 10.0.0.131 () {34 vars in 971 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2710] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2711] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2712] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/subnets/596b55db-aa07-4abe-b00d-4120263df876 => generated 743 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2713] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:11 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: 1324/2714] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:11 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/2715] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:11 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: 1325/2716] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:11 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/2717] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1326/2718] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2719] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2720] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2721] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2722] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2723] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:11 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2726] 10.0.0.172 () {30 vars in 690 bytes} [Tue Aug 11 09:29:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2727] 10.0.0.172 () {30 vars in 692 bytes} [Tue Aug 11 09:29:19 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: 1398/2728] 10.0.0.172 () {30 vars in 668 bytes} [Tue Aug 11 09:29:19 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: 1331/2729] 10.0.0.172 () {30 vars in 704 bytes} [Tue Aug 11 09:29:19 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: 1399/2730] 10.0.0.172 () {28 vars in 439 bytes} [Tue Aug 11 09:29:19 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: 1332/2731] 10.0.0.172 () {30 vars in 728 bytes} [Tue Aug 11 09:29:19 2026] GET /v2.0/subnets/0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 655 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2732] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:20 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: 1333/2733] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:20 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: 1401/2734] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:20 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: 1334/2735] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2736] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:20 2026] GET /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2737] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:20 2026] GET /v2.0/subnets/0a46e911-2eba-48eb-bcd0-8205830fd79c => 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: 1403/2738] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:20 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4098 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2739] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:20 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: 1404/2740] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:20 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: 1337/2741] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2742] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2743] 199.204.45.109 () {34 vars in 717 bytes} [Tue Aug 11 09:29:21 2026] POST /v2.0/ports => generated 1324 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2744] 10.0.0.131 () {34 vars in 971 bytes} [Tue Aug 11 09:29:21 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1324 bytes in 38 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: 1339/2745] 10.0.0.131 () {34 vars in 907 bytes} [Tue Aug 11 09:29:21 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2746] 199.204.45.109 () {34 vars in 1262 bytes} [Tue Aug 11 09:29:22 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2747] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:22 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1408/2748] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:22 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2749] 199.204.45.109 () {34 vars in 975 bytes} [Tue Aug 11 09:29:23 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => 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: 1409/2750] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:23 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 801 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2751] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:29:23 2026] PUT /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1514 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:29:23.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc6f15ea-e662-4cae-b0f8-af65a1b64913'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': '99b03c00-79ff-4e74-bee5-b4ab24af75ae', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1410/2752] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 5604 bytes in 57 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: 1343/2753] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2754] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.90&port_id=99b03c00-79ff-4e74-bee5-b4ab24af75ae => 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: 1344/2755] 199.204.45.109 () {34 vars in 1104 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A79&port_id=99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2756] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/subnets?id=7cb36e50-831c-4c98-b8bf-eb26b27f1fa3&id=0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 1412 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2757] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2758] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2759] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2760] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:24 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1347/2761] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:25 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 5604 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2762] 199.204.45.109 () {34 vars in 1062 bytes} [Tue Aug 11 09:29:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.237&port_id=5d312fd4-2a67-41df-bb7e-f25a594396ae => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2763] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:25 2026] GET /v2.0/subnets?id=7759a032-4583-45a2-8e10-6a75daaa61da => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2764] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:25 2026] GET /v2.0/ports?network_id=e681eb50-6255-4be8-bdaf-2075462041aa&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2765] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:25 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1417/2766] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1350/2767] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => 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: 1418/2768] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2769] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2770] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1352/2771] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2772] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => 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: 1353/2773] 199.204.45.109 () {34 vars in 1104 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21f&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2774] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c&id=596b55db-aa07-4abe-b00d-4120263df876 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2775] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&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: 1422/2776] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2777] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2778] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2779] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.90&port_id=99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2780] 199.204.45.109 () {34 vars in 1104 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A79&port_id=99b03c00-79ff-4e74-bee5-b4ab24af75ae => 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: 1357/2781] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/subnets?id=7cb36e50-831c-4c98-b8bf-eb26b27f1fa3&id=0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 1412 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2782] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2783] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2784] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1359/2785] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:26 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2788] 10.0.0.131 () {34 vars in 971 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1516 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2789] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2790] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/subnets/0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2791] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/subnets/7cb36e50-831c-4c98-b8bf-eb26b27f1fa3 => generated 746 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2792] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2793] 199.204.45.109 () {34 vars in 790 bytes} [Tue Aug 11 09:29:31 2026] PUT /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1255 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:29:31.713 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dd2890b-6e83-46ed-a533-90812a7c791d'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': '18e00d57-171a-4611-965c-9d313ae3d0ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1431/2794] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 797 bytes in 49 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: 1364/2795] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2796] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2797] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2798] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:31 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: 1366/2799] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2800] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:31 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1367/2801] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => 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: 1435/2802] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2803] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1436/2804] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2805] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2806] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2807] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 5377 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2808] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2809] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => 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: 1372/2810] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2811] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2812] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1440/2813] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:32 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1374/2814] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:44 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: 1441/2815] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:44 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: 1375/2816] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2817] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:44 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: 1376/2818] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:44 2026] GET /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2819] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:44 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 5377 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2822] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:44 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: 1445/2823] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29: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: 7|app: 0|req: 1379/2824] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:44 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: 1446/2825] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:44 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: 1380/2826] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:44 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1516 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2827] 199.204.45.109 () {34 vars in 790 bytes} [Tue Aug 11 09:29:44 2026] PUT /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1307 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:29:45.145 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-deb2c1e7-4c89-43ff-8e5d-c0370964619e'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': '99b03c00-79ff-4e74-bee5-b4ab24af75ae', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1381/2828] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1448/2829] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/subnets/7cb36e50-831c-4c98-b8bf-eb26b27f1fa3 => generated 746 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2830] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1343 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2831] 199.204.45.109 () {34 vars in 789 bytes} [Tue Aug 11 09:29:45 2026] PUT /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1080 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2832] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 798 bytes in 63 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: 1450/2833] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4977 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2834] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4977 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2835] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2836] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2837] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4977 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2838] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:45 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2839] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:46 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4977 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:29:47.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc510b6e-88ad-4408-9e50-cbc917849ee5'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': '99b03c00-79ff-4e74-bee5-b4ab24af75ae', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/2840] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:47 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2841] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:47 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2842] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:47 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2843] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:47 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2844] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:47 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2845] 199.204.45.109 () {34 vars in 975 bytes} [Tue Aug 11 09:29:48 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 1116 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2846] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:29:48 2026] GET /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2847] 199.204.45.109 () {34 vars in 1016 bytes} [Tue Aug 11 09:29:48 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2848] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:29:48 2026] PUT /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 917 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2849] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:29:49.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-a23b948a-1348-4146-9054-3165c60a4289 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 99b03c00-79ff-4e74-bee5-b4ab24af75ae 2026-08-11 09:29:49.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a23b948a-1348-4146-9054-3165c60a4289 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 99b03c00-79ff-4e74-bee5-b4ab24af75ae [pid: 8|app: 0|req: 1459/2850] 199.204.45.109 () {32 vars in 759 bytes} [Tue Aug 11 09:29:49 2026] DELETE /v2.0/ports/99b03c00-79ff-4e74-bee5-b4ab24af75ae => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2851] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2852] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:49 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: 1393/2853] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29: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: 1461/2854] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29: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: 1394/2855] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1462/2856] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2857] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2858] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2859] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2860] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => 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: 1397/2861] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:49 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1465/2862] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => 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: 1398/2863] 199.204.45.109 () {34 vars in 1226 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks?id=e681eb50-6255-4be8-bdaf-2075462041aa&id=4f156ae4-ae2b-458a-8fce-63f2700b3770&id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 3096 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2864] 199.204.45.109 () {34 vars in 1062 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.237&port_id=5d312fd4-2a67-41df-bb7e-f25a594396ae => 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: 1399/2865] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/subnets?id=7759a032-4583-45a2-8e10-6a75daaa61da => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2866] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/ports?network_id=e681eb50-6255-4be8-bdaf-2075462041aa&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: 1400/2867] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2868] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1401/2869] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => 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: 1469/2870] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2871] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2872] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1403/2873] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1471/2874] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.169&port_id=18e00d57-171a-4611-965c-9d313ae3d0ac => 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: 1404/2875] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2876] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2877] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1473/2878] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1406/2879] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:55 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: 1474/2880] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2881] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2882] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:55 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: 1408/2883] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:55 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2884] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:55 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: 1409/2885] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2886] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2887] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:55 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: 1478/2888] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:55 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2889] 199.204.45.109 () {34 vars in 789 bytes} [Tue Aug 11 09:29:55 2026] PUT /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1080 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:29:56.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39160f29-c5e5-4701-86d9-f83578162b1c'] response: {'name': 'network-changed', 'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'tag': '18e00d57-171a-4611-965c-9d313ae3d0ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1479/2890] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:29:56 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1412/2891] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:56 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2892] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:56 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2893] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:29:56 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => 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: 1481/2894] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:29:56 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2895] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:29:56 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2896] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:29:56 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?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: 1415/2897] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:57 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2898] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:58 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 3694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2899] 199.204.45.109 () {34 vars in 975 bytes} [Tue Aug 11 09:29:58 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2900] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:29:58 2026] GET /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2901] 199.204.45.109 () {34 vars in 1016 bytes} [Tue Aug 11 09:29:58 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2902] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:29:58 2026] PUT /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => generated 917 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2903] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:29:59 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:29:59.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-af10101c-6d97-4f20-9049-3426905f3b17 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 18e00d57-171a-4611-965c-9d313ae3d0ac 2026-08-11 09:29:59.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af10101c-6d97-4f20-9049-3426905f3b17 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 18e00d57-171a-4611-965c-9d313ae3d0ac [pid: 8|app: 0|req: 1486/2906] 199.204.45.109 () {32 vars in 759 bytes} [Tue Aug 11 09:29:59 2026] DELETE /v2.0/ports/18e00d57-171a-4611-965c-9d313ae3d0ac => 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: 1421/2907] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:29:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2908] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:29:59 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: 1422/2909] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:29:59 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: 1488/2910] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:29:59 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: 1423/2911] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:29:59 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2912] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:59 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2913] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:29:59 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2914] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1425/2915] 199.204.45.109 () {30 vars in 743 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2916] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2917] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2918] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2919] 199.204.45.109 () {34 vars in 1146 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/networks?id=e681eb50-6255-4be8-bdaf-2075462041aa&id=4f156ae4-ae2b-458a-8fce-63f2700b3770&id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 2309 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2920] 199.204.45.109 () {34 vars in 1062 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.237&port_id=5d312fd4-2a67-41df-bb7e-f25a594396ae => 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: 1428/2921] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/subnets?id=7759a032-4583-45a2-8e10-6a75daaa61da => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2922] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/ports?network_id=e681eb50-6255-4be8-bdaf-2075462041aa&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2923] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1495/2924] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?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: 1430/2925] 199.204.45.109 () {34 vars in 1056 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=cc234b46-3a69-459d-9949-50ddddb680dd => 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: 1496/2926] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/subnets?id=46ab8996-3ef2-4642-8590-945ca7597a04 => generated 679 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2927] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/ports?network_id=4f156ae4-ae2b-458a-8fce-63f2700b3770&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2928] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?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: 1432/2929] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:00 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2930] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:30:11 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: 1433/2931] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:30:11 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: 1499/2932] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:30:11 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: 1434/2933] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:30:11 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-08-11 09:30:11.284 8 INFO neutron.api.v2.resource [None req-ff1bb2dd-f845-4668-bfcc-75d0a3ff6475 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1500/2934] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups/lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => 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: 1435/2935] 199.204.45.109 () {30 vars in 785 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups?name=lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 2865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2936] 199.204.45.109 () {30 vars in 815 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-group-rules?security_group_id=bbfe1f95-3f5d-49e3-b8d9-359911fc20cc => generated 2334 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2937] 199.204.45.109 () {32 vars in 789 bytes} [Tue Aug 11 09:30:11 2026] DELETE /v2.0/security-group-rules/2d2c4dd5-d95f-45aa-a7ec-972cd91a2776 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2938] 199.204.45.109 () {32 vars in 789 bytes} [Tue Aug 11 09:30:11 2026] DELETE /v2.0/security-group-rules/4edc5d1d-9f8d-4903-a540-26a3d2b4fbf6 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:15.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ce4c3dd-c07f-4351-99f5-ebc0fa674628 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 6edda2be-8435-4920-b79a-11a53e7abb0a 2026-08-11 09:30:15.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ce4c3dd-c07f-4351-99f5-ebc0fa674628 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 6edda2be-8435-4920-b79a-11a53e7abb0a 2026-08-11 09:30:15.319 7 INFO neutron.db.l3_db [None req-9ce4c3dd-c07f-4351-99f5-ebc0fa674628 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Floating IP d410cce8-726a-4f45-a07f-a6217ed5790b disassociated (deleted). External IP: 10.96.250.201, port: 85c4c84d-3fea-4c17-8c8b-6aa5443303ea. [pid: 7|app: 0|req: 1438/2941] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:30:14 2026] DELETE /v2.0/floatingips/d410cce8-726a-4f45-a07f-a6217ed5790b => generated 0 bytes in 672 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:15.678 8 INFO neutron.api.v2.resource [None req-9366e304-7e00-4adc-a066-aacc7498c1ae c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/2942] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:30:15 2026] GET /v2.0/floatingips/d410cce8-726a-4f45-a07f-a6217ed5790b => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2943] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:30:16 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: 1505/2944] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:30:16 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: 1440/2945] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:30:16 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: 1506/2946] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:30:16 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-08-11 09:30:16.749 7 INFO neutron.api.v2.resource [None req-053ee1d5-bcd9-464d-bc54-fba90ad46ed1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1441/2947] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 09:30:16 2026] GET /v2.0/security-groups/lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2948] 199.204.45.109 () {30 vars in 785 bytes} [Tue Aug 11 09:30:16 2026] GET /v2.0/security-groups?name=lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2949] 199.204.45.109 () {30 vars in 815 bytes} [Tue Aug 11 09:30:16 2026] GET /v2.0/security-group-rules?security_group_id=bbfe1f95-3f5d-49e3-b8d9-359911fc20cc => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2950] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:30:16 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: 1443/2951] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:30:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2952] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:30:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2953] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2954] 199.204.45.109 () {30 vars in 741 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => 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: 1445/2955] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2956] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2957] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2958] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:30:18 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2959] 199.204.45.109 () {34 vars in 975 bytes} [Tue Aug 11 09:30:19 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1346 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2960] 199.204.45.109 () {34 vars in 1060 bytes} [Tue Aug 11 09:30:19 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2961] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:30:19 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2962] 199.204.45.109 () {34 vars in 1016 bytes} [Tue Aug 11 09:30:19 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2963] 199.204.45.109 () {38 vars in 1028 bytes} [Tue Aug 11 09:30:19 2026] PUT /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1147 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2964] 199.204.45.109 () {30 vars in 769 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1516/2965] 199.204.45.109 () {34 vars in 789 bytes} [Tue Aug 11 09:30:20 2026] PUT /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1086 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2966] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 1086 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:30:20.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-44ab42f0-46e9-4784-a8ea-3d227445df91 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: cc234b46-3a69-459d-9949-50ddddb680dd 2026-08-11 09:30:20.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44ab42f0-46e9-4784-a8ea-3d227445df91 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: cc234b46-3a69-459d-9949-50ddddb680dd [pid: 8|app: 0|req: 1517/2967] 199.204.45.109 () {32 vars in 759 bytes} [Tue Aug 11 09:30:20 2026] DELETE /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2968] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/ports?tenant_id=f042537efa4f431a8e4aa65f6a394a22&device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2969] 199.204.45.109 () {34 vars in 1066 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/networks?id=e681eb50-6255-4be8-bdaf-2075462041aa&id=4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 1523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2970] 199.204.45.109 () {34 vars in 1062 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.237&port_id=5d312fd4-2a67-41df-bb7e-f25a594396ae => 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: 1519/2971] 199.204.45.109 () {34 vars in 984 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/subnets?id=7759a032-4583-45a2-8e10-6a75daaa61da => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2972] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/ports?network_id=e681eb50-6255-4be8-bdaf-2075462041aa&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: 1520/2973] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2974] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/networks/e681eb50-6255-4be8-bdaf-2075462041aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2975] 199.204.45.109 () {30 vars in 703 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2976] 199.204.45.109 () {30 vars in 705 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2977] 199.204.45.109 () {30 vars in 681 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2978] 199.204.45.109 () {30 vars in 717 bytes} [Tue Aug 11 09:30:21 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-08-11 09:30:21.548 8 INFO neutron.pecan_wsgi.hooks.translation [None req-782d1f8c-a7cb-4836-b977-d15752522414 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/2979] 199.204.45.109 () {32 vars in 759 bytes} [Tue Aug 11 09:30:21 2026] DELETE /v2.0/ports/cc234b46-3a69-459d-9949-50ddddb680dd => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2980] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:21.610 8 INFO neutron.api.v2.resource [None req-fc8745b4-8e5e-4830-b442-b4cded01e3c1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/2981] 199.204.45.109 () {30 vars in 763 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/security-groups/lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2982] 199.204.45.109 () {30 vars in 785 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/security-groups?name=lb-461fa1e7-a57e-4947-89e1-c8af9eeb3d5c => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2983] 199.204.45.109 () {30 vars in 737 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => 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: 1459/2984] 199.204.45.109 () {34 vars in 789 bytes} [Tue Aug 11 09:30:21 2026] PUT /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 1094 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2985] 199.204.45.109 () {32 vars in 779 bytes} [Tue Aug 11 09:30:21 2026] DELETE /v2.0/security-groups/bbfe1f95-3f5d-49e3-b8d9-359911fc20cc => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:22.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a057bc2-376d-48b1-9a14-60ff82f839e1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 85c4c84d-3fea-4c17-8c8b-6aa5443303ea 2026-08-11 09:30:22.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a057bc2-376d-48b1-9a14-60ff82f839e1 ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 85c4c84d-3fea-4c17-8c8b-6aa5443303ea [pid: 7|app: 0|req: 1460/2986] 199.204.45.109 () {32 vars in 759 bytes} [Tue Aug 11 09:30:22 2026] DELETE /v2.0/ports/85c4c84d-3fea-4c17-8c8b-6aa5443303ea => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2987] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/ports?device_id=eb21fda6-baa6-426a-980a-3d24186391e5 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:25.366 7 INFO neutron_taas.services.taas.taas_plugin [req-f2752f73-a51b-42c7-be94-bf0c3a8c6ddb req-a06ebc97-58c0-4fb5-9da4-79b52ef96a2a ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] TaaS: Handle Delete Port: 5d312fd4-2a67-41df-bb7e-f25a594396ae 2026-08-11 09:30:25.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f2752f73-a51b-42c7-be94-bf0c3a8c6ddb req-a06ebc97-58c0-4fb5-9da4-79b52ef96a2a ae1717e9d58944daa4114a13c298ff09 f042537efa4f431a8e4aa65f6a394a22 - - default default] Tap Mirror: Handle Delete Port: 5d312fd4-2a67-41df-bb7e-f25a594396ae [pid: 7|app: 0|req: 1461/2988] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:30:25 2026] DELETE /v2.0/ports/5d312fd4-2a67-41df-bb7e-f25a594396ae => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:25.563 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-554d73f6-7c5e-4b8a-9f9c-57497f04d7ca'] response: {'server_uuid': 'eb21fda6-baa6-426a-980a-3d24186391e5', 'name': 'network-vif-deleted', 'tag': '5d312fd4-2a67-41df-bb7e-f25a594396ae', 'status': 'completed', 'code': 200} 2026-08-11 09:30:26.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf3b837e-40a0-4068-a739-64065cb5d32b c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 9f0fa021-f814-4afa-a918-cfcd2f370024 2026-08-11 09:30:26.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf3b837e-40a0-4068-a739-64065cb5d32b c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 9f0fa021-f814-4afa-a918-cfcd2f370024 2026-08-11 09:30:26.293 8 INFO neutron.db.l3_db [None req-cf3b837e-40a0-4068-a739-64065cb5d32b c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Floating IP 80ed2f10-9a70-4d1c-b87b-7857ee9832ee disassociated (deleted). External IP: 10.96.250.202, port: 5915194a-6aed-4f44-8400-0f8ef42fa02c. [pid: 8|app: 0|req: 1528/2989] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:30:25 2026] DELETE /v2.0/floatingips/80ed2f10-9a70-4d1c-b87b-7857ee9832ee => generated 0 bytes in 740 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:26.690 7 INFO neutron.api.v2.resource [None req-fe4b676d-fafd-4229-888f-29dfa17abedf c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/2990] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:30:26 2026] GET /v2.0/floatingips/80ed2f10-9a70-4d1c-b87b-7857ee9832ee => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:26.709 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7a197e5-f754-4294-a7c6-3f662605de9f'] response: {'name': 'network-changed', 'server_uuid': '02330ba8-4b76-4e69-bd79-7abfd5299af1', 'tag': '5915194a-6aed-4f44-8400-0f8ef42fa02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1529/2991] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:30:26 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1204 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2992] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2993] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2994] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/networks?id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2995] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.152&port_id=5915194a-6aed-4f44-8400-0f8ef42fa02c => 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: 1465/2996] 199.204.45.109 () {34 vars in 1106 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A215&port_id=5915194a-6aed-4f44-8400-0f8ef42fa02c => 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: 1532/2997] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/subnets?id=7cb36e50-831c-4c98-b8bf-eb26b27f1fa3&id=0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 1412 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2998] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&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: 1533/2999] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/ports?network_id=74d2cd60-b7e5-42b8-bd44-b26b532c2e56&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3000] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?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: 1534/3001] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3002] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:30:29 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 1204 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:29.506 8 INFO neutron_taas.services.taas.taas_plugin [req-e0115ccd-8963-48e7-bc24-64387f99bef3 req-c397c535-e3cd-4130-8121-c7e84d295fac c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 5915194a-6aed-4f44-8400-0f8ef42fa02c 2026-08-11 09:30:29.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0115ccd-8963-48e7-bc24-64387f99bef3 req-c397c535-e3cd-4130-8121-c7e84d295fac c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 5915194a-6aed-4f44-8400-0f8ef42fa02c [pid: 8|app: 0|req: 1535/3005] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:30:29 2026] DELETE /v2.0/ports/5915194a-6aed-4f44-8400-0f8ef42fa02c => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:29.743 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfb83437-cdaa-40ca-8024-7233e9f35281'] response: {'server_uuid': '02330ba8-4b76-4e69-bd79-7abfd5299af1', 'name': 'network-vif-deleted', 'tag': '5915194a-6aed-4f44-8400-0f8ef42fa02c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1471/3006] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:30:32 2026] GET /v2.0/ports?device_id=02330ba8-4b76-4e69-bd79-7abfd5299af1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:37.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-882a480a-9e66-4b86-b5fb-6952d1d0f7d5 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 2492daf5-ecdb-49bf-9382-9f40061f23ed 2026-08-11 09:30:37.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-882a480a-9e66-4b86-b5fb-6952d1d0f7d5 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 2492daf5-ecdb-49bf-9382-9f40061f23ed 2026-08-11 09:30:37.598 8 INFO neutron.db.l3_db [None req-882a480a-9e66-4b86-b5fb-6952d1d0f7d5 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Floating IP d53e8651-8203-4af5-8c71-da7021a0f053 disassociated (deleted). External IP: 10.96.250.215, port: 6d318f2d-8ee0-4a75-a1f5-61f16af4e029. [pid: 8|app: 0|req: 1536/3007] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:30:37 2026] DELETE /v2.0/floatingips/d53e8651-8203-4af5-8c71-da7021a0f053 => generated 0 bytes in 729 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:37.970 7 INFO neutron.api.v2.resource [None req-6973e5f2-a0d3-4b6a-848c-bed8c4345d72 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/3008] 10.0.0.210 () {32 vars in 729 bytes} [Tue Aug 11 09:30:37 2026] GET /v2.0/floatingips/d53e8651-8203-4af5-8c71-da7021a0f053 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:37.995 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8e4bf06-de88-462e-85f8-0c688ef90496'] response: {'name': 'network-changed', 'server_uuid': '7a86178b-3c01-4f95-bae0-6d044d1496ba', 'tag': '6d318f2d-8ee0-4a75-a1f5-61f16af4e029', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1537/3009] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3010] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3011] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1196 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3012] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3013] 199.204.45.109 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports?tenant_id=e1a34b2b62d2430293cbfc084260459c&device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3014] 199.204.45.109 () {34 vars in 986 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/networks?id=cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3015] 199.204.45.109 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => 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: 1541/3016] 199.204.45.109 () {34 vars in 1102 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A29&port_id=6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => 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: 1476/3017] 199.204.45.109 () {34 vars in 1064 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/subnets?id=6b5805d6-05f8-4f11-af14-4bb44171823c&id=596b55db-aa07-4abe-b00d-4120263df876 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3018] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3019] 199.204.45.109 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports?network_id=cd742fe8-7a03-4071-ac9c-3befceadb5b7&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3020] 199.204.45.109 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3021] 199.204.45.109 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3022] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3023] 10.0.0.131 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/security-groups?id=661d84fe-e654-4e6c-b323-2312f53566d9&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3024] 199.204.45.109 () {34 vars in 994 bytes} [Tue Aug 11 09:30:40 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => generated 1194 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:40.818 7 INFO neutron_taas.services.taas.taas_plugin [req-150a63cf-ff66-4103-946b-937039f2135d req-09004f0e-2912-46ef-a25d-fb3cde06e3f5 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 6d318f2d-8ee0-4a75-a1f5-61f16af4e029 2026-08-11 09:30:40.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-150a63cf-ff66-4103-946b-937039f2135d req-09004f0e-2912-46ef-a25d-fb3cde06e3f5 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 6d318f2d-8ee0-4a75-a1f5-61f16af4e029 [pid: 7|app: 0|req: 1480/3025] 199.204.45.109 () {36 vars in 997 bytes} [Tue Aug 11 09:30:40 2026] DELETE /v2.0/ports/6d318f2d-8ee0-4a75-a1f5-61f16af4e029 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:41.093 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad13b9c6-232a-49a9-b448-64eac1e05794'] response: {'server_uuid': '7a86178b-3c01-4f95-bae0-6d044d1496ba', 'name': 'network-vif-deleted', 'tag': '6d318f2d-8ee0-4a75-a1f5-61f16af4e029', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1546/3026] 10.0.0.131 () {34 vars in 990 bytes} [Tue Aug 11 09:30:43 2026] GET /v2.0/ports?device_id=7a86178b-3c01-4f95-bae0-6d044d1496ba => 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: 1482/3029] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/security-group-rules/5e6c2b55-c95a-4032-80f1-897e6fcc037a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:48.575 8 INFO neutron.api.v2.resource [None req-75e493a1-8b42-4318-ad04-13deb6d90422 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3030] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/security-group-rules/5e6c2b55-c95a-4032-80f1-897e6fcc037a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3031] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/security-group-rules/fe615b40-3b36-417e-85e4-fbdfec166984 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:48.668 8 INFO neutron.api.v2.resource [None req-874538ef-0dc8-40ec-8341-6e99df30a332 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3032] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/security-group-rules/fe615b40-3b36-417e-85e4-fbdfec166984 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3033] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/security-group-rules/fba3ff5b-4983-4847-b610-616e9f5de21d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:48.768 8 INFO neutron.api.v2.resource [None req-3e87776c-5d29-4cb5-9356-f2ab0a4ea878 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3034] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/security-group-rules/fba3ff5b-4983-4847-b610-616e9f5de21d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3035] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/security-group-rules/94ad7e92-b02a-4670-a77a-cffdb0772388 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:48.885 8 INFO neutron.api.v2.resource [None req-a94c9069-2dca-40b2-a0ae-4f2801b0700c c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3036] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/security-group-rules/94ad7e92-b02a-4670-a77a-cffdb0772388 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3037] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/security-group-rules/4ffc451c-9640-4882-8136-8d5e5b85980e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:48.989 8 INFO neutron.api.v2.resource [None req-bc951bee-ff2a-446d-8048-4a11d694a813 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3038] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/security-group-rules/4ffc451c-9640-4882-8136-8d5e5b85980e => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3039] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/security-group-rules/4f65b714-5147-4ec6-b9ad-2b1b529cb20c => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:49.086 8 INFO neutron.api.v2.resource [None req-03e05d6a-6421-4f8b-86fd-bd748f0e1f36 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3040] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-group-rules/4f65b714-5147-4ec6-b9ad-2b1b529cb20c => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3041] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/security-group-rules/76adfead-28c8-48d9-9c8f-c2be0540dddf => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:49.180 8 INFO neutron.api.v2.resource [None req-eca683b2-6fcd-4ad3-8a73-fe13cd33fcec c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3042] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-group-rules/76adfead-28c8-48d9-9c8f-c2be0540dddf => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3043] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/security-group-rules/70bccb58-713d-431e-98f3-ba10688fd337 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:49.271 8 INFO neutron.api.v2.resource [None req-63d5cc65-1cc3-40d2-9a07-8af2bc4d0c0e c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3044] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-group-rules/70bccb58-713d-431e-98f3-ba10688fd337 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3045] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/security-group-rules/af631c9d-1168-40e5-9868-eba7428a6d99 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:49.367 8 INFO neutron.api.v2.resource [None req-d53cd241-3d27-4e5c-9dbe-3d637d4271be c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3046] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-group-rules/af631c9d-1168-40e5-9868-eba7428a6d99 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3047] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/security-group-rules/696786f9-5c4e-447b-b354-86594c4adfd2 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:49.470 8 INFO neutron.api.v2.resource [None req-7d80b4ff-3350-46f7-af3c-98f668650802 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3048] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-group-rules/696786f9-5c4e-447b-b354-86594c4adfd2 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3049] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/security-group-rules/3b8b4abc-2887-4a8c-9f92-759e7312788f => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:49.569 8 INFO neutron.api.v2.resource [None req-b082249d-c72d-48bc-87cb-0c301b0c7ca7 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3050] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-group-rules/3b8b4abc-2887-4a8c-9f92-759e7312788f => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3051] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/security-groups/661d84fe-e654-4e6c-b323-2312f53566d9 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:49.676 8 INFO neutron.api.v2.resource [None req-df1140f1-b1f2-4165-801b-8a5103a2e4de c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3052] 10.0.0.210 () {32 vars in 737 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-groups/661d84fe-e654-4e6c-b323-2312f53566d9 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:50.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-270d0eb7-c82d-4c21-bab3-cbecfb5f49f8 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: ad11e84e-43e9-4060-88af-31a3ff31e48e 2026-08-11 09:30:50.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-270d0eb7-c82d-4c21-bab3-cbecfb5f49f8 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: ad11e84e-43e9-4060-88af-31a3ff31e48e [pid: 7|app: 0|req: 1494/3053] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:30:49 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:50.875 8 INFO neutron.api.v2.resource [None req-e4e83060-030a-4048-8d0d-3a367480b2b6 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3054] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:30:50 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/remove_router_interface => generated 198 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:51.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2796d75-1c01-4116-9f26-77c7ab619c47 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 3baa8332-9406-4708-812a-77e4449b7102 2026-08-11 09:30:51.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2796d75-1c01-4116-9f26-77c7ab619c47 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 3baa8332-9406-4708-812a-77e4449b7102 [pid: 7|app: 0|req: 1495/3055] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:30:50 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:52.054 8 INFO neutron.api.v2.resource [None req-82055351-42f9-405f-8ddb-4b4ba7b5a085 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3056] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:30:51 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/remove_router_interface => generated 198 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:52.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-112f38d1-b921-4b62-9d7e-bc1f6ac2a08d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 11d862ef-2add-428a-8feb-11e21a52dbec 2026-08-11 09:30:52.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-112f38d1-b921-4b62-9d7e-bc1f6ac2a08d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 11d862ef-2add-428a-8feb-11e21a52dbec [pid: 7|app: 0|req: 1496/3057] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:30:52 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:53.326 8 INFO neutron.api.v2.resource [None req-bc557a8c-10d7-4ebf-b458-d21f755ade65 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3058] 10.0.0.210 () {34 vars in 789 bytes} [Tue Aug 11 09:30:53 2026] PUT /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2/remove_router_interface => generated 198 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:54.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3af14d9-4ca2-4737-8852-0c402f56149a c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: a724473c-c321-4b4b-b063-d99b9748823b 2026-08-11 09:30:54.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3af14d9-4ca2-4737-8852-0c402f56149a c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: a724473c-c321-4b4b-b063-d99b9748823b 2026-08-11 09:30:54.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3af14d9-4ca2-4737-8852-0c402f56149a c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 7c9c09d8-ca12-4e29-bb3b-b4b177c2003a 2026-08-11 09:30:54.800 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3af14d9-4ca2-4737-8852-0c402f56149a c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 7c9c09d8-ca12-4e29-bb3b-b4b177c2003a 2026-08-11 09:30:55.197 7 INFO neutron.db.l3_hamode_db [None req-c3af14d9-4ca2-4737-8852-0c402f56149a c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] HA network bed7b85c-123e-45b6-8e7f-1d54eab02bf4 was deleted as no HA routers are present in tenant e1a34b2b62d2430293cbfc084260459c. [pid: 7|app: 0|req: 1497/3059] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:30:53 2026] DELETE /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2 => generated 0 bytes in 1871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:55.236 7 INFO neutron.services.segments.plugin [-] Segment d0357c58-0132-4b1d-875d-a4185af9058e resource provider aggregate not found 2026-08-11 09:30:55.240 8 INFO neutron.api.v2.resource [None req-9d04a998-db8f-4163-8e06-862dbd02fdae c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] show failed (client error): The resource could not be found. 2026-08-11 09:30:55.242 7 INFO neutron.services.segments.plugin [-] Segment d0357c58-0132-4b1d-875d-a4185af9058e resource provider aggregate not found [pid: 8|app: 0|req: 1563/3060] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/routers/f8963abb-4df1-45f1-91b1-3d0fa37c00a2 => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:55.266 7 INFO neutron.services.segments.plugin [-] Segment d0357c58-0132-4b1d-875d-a4185af9058e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0357c58-0132-4b1d-875d-a4185af9058e found for delete ", "request_id": "req-865a1e31-cd4e-4085-ae7e-05a2555bd978"}]} 2026-08-11 09:30:55.270 7 INFO neutron.services.segments.plugin [-] Segment d0357c58-0132-4b1d-875d-a4185af9058e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0357c58-0132-4b1d-875d-a4185af9058e found for delete ", "request_id": "req-d7d0dddd-a8a9-4e47-bf4c-8ab1f7bd948c"}]} [pid: 7|app: 0|req: 1498/3061] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:30:55 2026] DELETE /v2.0/subnets/7cb36e50-831c-4c98-b8bf-eb26b27f1fa3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:55.429 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a4e3266-3e28-415e-a071-e954cf1baf48 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3062] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/subnets/7cb36e50-831c-4c98-b8bf-eb26b27f1fa3 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3063] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:30:55 2026] DELETE /v2.0/subnets/0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:55.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4feb099-b33e-44db-b74e-852e98c0e81b c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3064] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/subnets/0a46e911-2eba-48eb-bcd0-8205830fd79c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:55.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-81e5c826-e728-4303-ba5e-826109d1a354 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 33c899f8-ef78-4823-8a51-46291f3f43b2 2026-08-11 09:30:55.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81e5c826-e728-4303-ba5e-826109d1a354 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 33c899f8-ef78-4823-8a51-46291f3f43b2 [pid: 7|app: 0|req: 1500/3065] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:30:55 2026] DELETE /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:55.974 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1c4c834-1c86-4d7a-ae98-39add7ef7cf7 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3066] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/networks/74d2cd60-b7e5-42b8-bd44-b26b532c2e56 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3067] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:30:55 2026] DELETE /v2.0/subnets/596b55db-aa07-4abe-b00d-4120263df876 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:56.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9dac89f-aa4c-4739-b142-4f602029953f c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3068] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/subnets/596b55db-aa07-4abe-b00d-4120263df876 => 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: 1502/3069] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:30:56 2026] DELETE /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:56.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a55b21b-1149-4202-940d-52eae1f882cc c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3070] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/subnets/6b5805d6-05f8-4f11-af14-4bb44171823c => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:56.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-985c9bf2-7eca-4ff9-9153-96c0f2ea622f c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: 0979c713-99dc-4fe1-bc74-564742d549f7 2026-08-11 09:30:56.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-985c9bf2-7eca-4ff9-9153-96c0f2ea622f c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: 0979c713-99dc-4fe1-bc74-564742d549f7 [pid: 7|app: 0|req: 1503/3071] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:30:56 2026] DELETE /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:56.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-236b46bb-9711-4242-a194-eb1290d8cd82 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3072] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/networks/cd742fe8-7a03-4071-ac9c-3befceadb5b7 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3073] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:30:56 2026] DELETE /v2.0/subnets/48af268f-05b3-4f7c-aef1-56f77bca05ed => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:57.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfdaa658-08d6-40ce-a210-838ff8df4f4d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3074] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/subnets/48af268f-05b3-4f7c-aef1-56f77bca05ed => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3075] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:30:57 2026] DELETE /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:57.186 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc46ec69-8f3c-45c9-8777-4dc47cbbecea c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3076] 10.0.0.210 () {32 vars in 721 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/subnets/46ab8996-3ef2-4642-8590-945ca7597a04 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:57.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ad28f5d-61a9-4810-8fec-9dcd6f96491d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] TaaS: Handle Delete Port: c4c39277-6fb7-4d75-a39d-5d97efdd7022 2026-08-11 09:30:57.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ad28f5d-61a9-4810-8fec-9dcd6f96491d c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] Tap Mirror: Handle Delete Port: c4c39277-6fb7-4d75-a39d-5d97efdd7022 2026-08-11 09:30:57.298 7 INFO neutron.services.segments.plugin [-] Segment 02bf0977-ee52-4ed1-9058-4d37be6d6fcc resource provider aggregate not found 2026-08-11 09:30:57.298 7 INFO neutron.services.segments.plugin [-] Segment 02bf0977-ee52-4ed1-9058-4d37be6d6fcc resource provider aggregate not found 2026-08-11 09:30:57.320 7 INFO neutron.services.segments.plugin [-] Segment 02bf0977-ee52-4ed1-9058-4d37be6d6fcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bf0977-ee52-4ed1-9058-4d37be6d6fcc found for delete ", "request_id": "req-ff5f1961-dcae-4c6b-9192-baafbd720976"}]} 2026-08-11 09:30:57.329 7 INFO neutron.services.segments.plugin [-] Segment 02bf0977-ee52-4ed1-9058-4d37be6d6fcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bf0977-ee52-4ed1-9058-4d37be6d6fcc found for delete ", "request_id": "req-b692aaae-7c57-4e6e-94aa-3f383b034c1f"}]} 2026-08-11 09:30:57.344 7 INFO neutron.services.segments.plugin [-] Segment f89a6e1f-d8dc-4f76-85a6-a71bb4205ba7 resource provider aggregate not found 2026-08-11 09:30:57.348 7 INFO neutron.services.segments.plugin [-] Segment f89a6e1f-d8dc-4f76-85a6-a71bb4205ba7 resource provider aggregate not found 2026-08-11 09:30:57.362 7 INFO neutron.services.segments.plugin [-] Segment f89a6e1f-d8dc-4f76-85a6-a71bb4205ba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89a6e1f-d8dc-4f76-85a6-a71bb4205ba7 found for delete ", "request_id": "req-ce3cbf08-5b8e-4194-bca9-5f8780dd7858"}]} 2026-08-11 09:30:57.365 7 INFO neutron.services.segments.plugin [-] Segment f89a6e1f-d8dc-4f76-85a6-a71bb4205ba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89a6e1f-d8dc-4f76-85a6-a71bb4205ba7 found for delete ", "request_id": "req-eb89189d-1a7b-4ded-884f-e5cad9bae9dd"}]} [pid: 7|app: 0|req: 1506/3077] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:30:57 2026] DELETE /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:57.486 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f907bdd-e311-4ef3-bb0f-52c2d74e9785 c517d73d2a8a4604ae119b9059dff46a e1a34b2b62d2430293cbfc084260459c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3078] 10.0.0.210 () {32 vars in 723 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/networks/4f156ae4-ae2b-458a-8fce-63f2700b3770 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:59.392 7 INFO neutron.services.segments.plugin [-] Segment 6910cc5c-8346-4845-9414-62a260c768f0 resource provider aggregate not found 2026-08-11 09:30:59.396 7 INFO neutron.services.segments.plugin [-] Segment 6910cc5c-8346-4845-9414-62a260c768f0 resource provider aggregate not found 2026-08-11 09:30:59.415 7 INFO neutron.services.segments.plugin [-] Segment 6910cc5c-8346-4845-9414-62a260c768f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6910cc5c-8346-4845-9414-62a260c768f0 found for delete ", "request_id": "req-ab7c8139-2ab4-43b2-9b17-5229f7e4199e"}]} 2026-08-11 09:30:59.416 7 INFO neutron.services.segments.plugin [-] Segment 6910cc5c-8346-4845-9414-62a260c768f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6910cc5c-8346-4845-9414-62a260c768f0 found for delete ", "request_id": "req-3ad33b55-4614-4826-9bf2-aa3e66db2fed"}]} [pid: 7|app: 0|req: 1507/3081] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:30:59 2026] GET /v2.0/security-groups?tenant_id=892734716dbe4549b24d5184b59bd718&name=default => generated 2929 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3082] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:30:59 2026] DELETE /v2.0/security-groups/01f20a7d-11e2-4a3f-a9b9-46703e86b332 => 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: 1508/3083] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:00 2026] GET /v2.0/security-groups?tenant_id=5d8c1cbc736444e99aa29271af791a6f&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3084] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:00 2026] DELETE /v2.0/security-groups/993ff0b3-2a2b-4b81-b481-0504db699ed6 => 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: 1509/3085] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:00 2026] GET /v2.0/security-groups?tenant_id=8b926a122dfd423a8ef946991988d03d&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3086] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:00 2026] DELETE /v2.0/security-groups/d79fe39c-7141-4049-a8d3-cd67c1212a9b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3087] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:00 2026] GET /v2.0/security-groups?tenant_id=419736ab226d4a6db8a28da51557bd56&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3088] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:01 2026] DELETE /v2.0/security-groups/a23ef4ce-233d-4dab-8fed-63606e041d8a => 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: 1511/3089] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/security-groups?tenant_id=e1a34b2b62d2430293cbfc084260459c&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: 1579/3090] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:01 2026] DELETE /v2.0/security-groups/4070353c-d968-4b2e-a9e9-87c19f3d2c9a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3091] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/security-groups?tenant_id=34ad8bca3f4e45f190b8bd7a70c80a72&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3092] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:01 2026] DELETE /v2.0/security-groups/9c79c2ed-6510-4c43-b7bb-b176d7d39040 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3093] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/security-groups?tenant_id=5df8eaa2505a4bc88bba73239596b6bc&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3094] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/security-groups/85569375-5c03-4990-b0b5-4c4f59c38538 => 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: 1514/3095] 10.0.0.210 () {34 vars in 678 bytes} [Tue Aug 11 09:31:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3096] 10.0.0.210 () {34 vars in 678 bytes} [Tue Aug 11 09:31:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3097] 10.0.0.210 () {34 vars in 678 bytes} [Tue Aug 11 09:31:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3098] 10.0.0.210 () {34 vars in 678 bytes} [Tue Aug 11 09:31:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3099] 10.0.0.210 () {34 vars in 678 bytes} [Tue Aug 11 09:31:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3100] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:31:06 2026] PUT /v2.0/policies/20496bd0-d99c-4368-a744-2212c98e8ae2/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: 1517/3101] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:31:07 2026] PUT /v2.0/policies/781ec0e8-930b-4c45-9baa-2451732d03aa/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3102] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:31:07 2026] PUT /v2.0/policies/22d8590a-c685-422e-bbb9-bc4410285081/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: 1518/3103] 10.0.0.210 () {34 vars in 753 bytes} [Tue Aug 11 09:31:07 2026] PUT /v2.0/policies/7e5ede26-6687-4468-95c6-379f8eb21626/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3104] 10.0.0.210 () {32 vars in 674 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3105] 10.0.0.210 () {32 vars in 688 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3106] 10.0.0.210 () {32 vars in 684 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3107] 10.0.0.210 () {32 vars in 696 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3108] 10.0.0.210 () {32 vars in 682 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3109] 10.0.0.210 () {32 vars in 696 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3110] 10.0.0.210 () {32 vars in 692 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3111] 10.0.0.210 () {32 vars in 704 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3112] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:31:08 2026] DELETE /v2.0/qos/policies/20496bd0-d99c-4368-a744-2212c98e8ae2 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3113] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:31:08 2026] DELETE /v2.0/qos/policies/781ec0e8-930b-4c45-9baa-2451732d03aa => 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: 1591/3114] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:31:08 2026] DELETE /v2.0/qos/policies/22d8590a-c685-422e-bbb9-bc4410285081 => 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: 1524/3115] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:31:08 2026] DELETE /v2.0/qos/policies/7e5ede26-6687-4468-95c6-379f8eb21626 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3116] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:31:08 2026] DELETE /v2.0/qos/policies/403583f1-0072-47fd-9443-cf389576c2f4 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3117] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/security-groups?tenant_id=2e676acfdaf445a190252725eaee3214&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3118] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:09 2026] DELETE /v2.0/security-groups/685ac8f5-e50d-43db-abb3-c972def7f3e1 => 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: 1526/3119] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/security-groups?tenant_id=bd752faf58744dd1b0ada04c9159c63e&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3120] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:09 2026] DELETE /v2.0/security-groups/a2452c56-df22-43ec-b3d9-eefc9a5200ee => 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: 1527/3121] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/security-groups?tenant_id=f8bbe80c63cc4c17bf45abe8677a1d23&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3122] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:10 2026] DELETE /v2.0/security-groups/b1ad523b-4f9b-43c0-afc5-fef3f96e681a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:14.919 7 INFO neutron.db.segments_db [None req-a19d2f48-0062-4b0b-b18c-54fb1eac179e 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Added segment e0b03690-b2e9-4a46-bff4-27e24330789f of type vxlan for network c247e800-9d30-4f80-ad48-72dc7b78fd6c [pid: 7|app: 0|req: 1528/3125] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:31:14 2026] POST /v2.0/networks => generated 613 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3126] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:31:15 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) [pid: 7|app: 0|req: 1529/3127] 10.0.0.210 () {34 vars in 666 bytes} [Tue Aug 11 09:31:15 2026] POST /v2.0/trunks => generated 407 bytes in 233 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-08-11 09:31:15.635 8 INFO neutron.db.segments_db [None req-39f4b846-5617-41ac-885d-9c9d493371a1 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Added segment 23d5ceea-8127-4e3b-a590-28694a0f490f of type vxlan for network 84f63cc8-2590-4dac-980d-88a2de3c3af4 [pid: 8|app: 0|req: 1599/3128] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:31:15 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3129] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:31:15 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3130] 10.0.0.210 () {34 vars in 666 bytes} [Tue Aug 11 09:31:16 2026] POST /v2.0/trunks => generated 407 bytes in 203 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-08-11 09:31:16.337 7 INFO neutron.db.segments_db [None req-f7fda5d0-9e47-4e8b-b856-8b427e7b8462 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Added segment 85ced368-c86a-4260-bb7b-ee915ae380b4 of type vxlan for network fb3debb4-64c0-4409-81fc-a4b1cffaeca0 [pid: 7|app: 0|req: 1531/3131] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:31:16 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3132] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:31:16 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3133] 10.0.0.210 () {34 vars in 666 bytes} [Tue Aug 11 09:31:16 2026] POST /v2.0/trunks => generated 407 bytes in 195 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-08-11 09:31:17.008 8 INFO neutron.db.segments_db [None req-912e6475-547c-467a-882c-4d887e14d943 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Added segment 0ef9ba56-0784-4a56-a756-37bde0531b2e of type vxlan for network 0062d210-03c9-44ff-b136-8089c8057b20 [pid: 8|app: 0|req: 1602/3134] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:31:16 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3135] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:31:17 2026] POST /v2.0/ports => generated 743 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3136] 10.0.0.210 () {34 vars in 666 bytes} [Tue Aug 11 09:31:17 2026] POST /v2.0/trunks => generated 407 bytes in 168 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-08-11 09:31:17.623 7 INFO neutron.db.segments_db [None req-4fdad868-cafd-4b39-97c6-8cc4f2525535 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Added segment 2711d823-56f4-4864-8910-9979d10a6d5c of type vxlan for network cec2d99e-45aa-478f-b44e-2c7517dface1 [pid: 7|app: 0|req: 1534/3137] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:31:17 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3138] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:31:17 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3139] 10.0.0.210 () {34 vars in 666 bytes} [Tue Aug 11 09:31:18 2026] POST /v2.0/trunks => generated 407 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1605/3140] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:31:18 2026] PUT /v2.0/trunks/cf6b4972-9957-44db-b144-5b58e30e12ef/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3141] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:31:18 2026] PUT /v2.0/trunks/b49b5e45-d7ea-4e51-99cf-ddea7f44badf/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3142] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:31:18 2026] PUT /v2.0/trunks/f96bdfc9-a262-47fb-9a6a-572d6d736ece/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: 1537/3143] 10.0.0.210 () {34 vars in 749 bytes} [Tue Aug 11 09:31:18 2026] PUT /v2.0/trunks/4c091b3d-e9d7-44f6-a58c-9e665be09b7d/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3144] 10.0.0.210 () {32 vars in 662 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3145] 10.0.0.210 () {32 vars in 676 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3146] 10.0.0.210 () {32 vars in 672 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3147] 10.0.0.210 () {32 vars in 684 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3148] 10.0.0.210 () {32 vars in 670 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3149] 10.0.0.210 () {32 vars in 684 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3150] 10.0.0.210 () {32 vars in 680 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3151] 10.0.0.210 () {32 vars in 692 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3152] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks/cf6b4972-9957-44db-b144-5b58e30e12ef => generated 412 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3153] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/ports/e562700d-4bc2-45c2-8a22-a7bdf68e05ea => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3154] 10.0.0.210 () {32 vars in 722 bytes} [Tue Aug 11 09:31:18 2026] DELETE /v2.0/trunks/cf6b4972-9957-44db-b144-5b58e30e12ef => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3155] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/trunks/b49b5e45-d7ea-4e51-99cf-ddea7f44badf => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3156] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/ports/feb45cbe-8da8-4845-8958-41584e425313 => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3157] 10.0.0.210 () {32 vars in 722 bytes} [Tue Aug 11 09:31:18 2026] DELETE /v2.0/trunks/b49b5e45-d7ea-4e51-99cf-ddea7f44badf => 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: 1614/3158] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/trunks/f96bdfc9-a262-47fb-9a6a-572d6d736ece => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3159] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/ports/f9308062-8bfb-4b03-89e9-8dc51a4a8528 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3160] 10.0.0.210 () {32 vars in 722 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/trunks/f96bdfc9-a262-47fb-9a6a-572d6d736ece => 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: 1546/3161] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/trunks/4c091b3d-e9d7-44f6-a58c-9e665be09b7d => generated 414 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3162] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/ports/a292f5c5-febb-4328-bf8d-3094fa5ffc59 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3163] 10.0.0.210 () {32 vars in 722 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/trunks/4c091b3d-e9d7-44f6-a58c-9e665be09b7d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3164] 10.0.0.210 () {32 vars in 719 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/trunks/09717af7-d411-480f-baec-3ea7248aec44 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3165] 10.0.0.210 () {32 vars in 717 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/ports/3482094c-64c4-40fb-904e-d3a083763b09 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3166] 10.0.0.210 () {32 vars in 722 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/trunks/09717af7-d411-480f-baec-3ea7248aec44 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:19.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3e53148-8fb7-4db7-a718-aa66d212b433 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] TaaS: Handle Delete Port: e562700d-4bc2-45c2-8a22-a7bdf68e05ea 2026-08-11 09:31:19.716 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3e53148-8fb7-4db7-a718-aa66d212b433 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Tap Mirror: Handle Delete Port: e562700d-4bc2-45c2-8a22-a7bdf68e05ea [pid: 7|app: 0|req: 1549/3167] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/ports/e562700d-4bc2-45c2-8a22-a7bdf68e05ea => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:19.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-adaaf294-e1ae-4d8d-b742-f86a99f1b925 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] TaaS: Handle Delete Port: feb45cbe-8da8-4845-8958-41584e425313 2026-08-11 09:31:19.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adaaf294-e1ae-4d8d-b742-f86a99f1b925 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Tap Mirror: Handle Delete Port: feb45cbe-8da8-4845-8958-41584e425313 [pid: 8|app: 0|req: 1619/3168] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/ports/feb45cbe-8da8-4845-8958-41584e425313 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:20.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c73dc17-84e2-422d-9ad3-135285c0aaa8 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] TaaS: Handle Delete Port: f9308062-8bfb-4b03-89e9-8dc51a4a8528 2026-08-11 09:31:20.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c73dc17-84e2-422d-9ad3-135285c0aaa8 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Tap Mirror: Handle Delete Port: f9308062-8bfb-4b03-89e9-8dc51a4a8528 [pid: 7|app: 0|req: 1550/3169] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:31:20 2026] DELETE /v2.0/ports/f9308062-8bfb-4b03-89e9-8dc51a4a8528 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:20.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-40b09d16-9729-452a-9788-09e81bd1979f 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] TaaS: Handle Delete Port: a292f5c5-febb-4328-bf8d-3094fa5ffc59 2026-08-11 09:31:20.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40b09d16-9729-452a-9788-09e81bd1979f 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Tap Mirror: Handle Delete Port: a292f5c5-febb-4328-bf8d-3094fa5ffc59 [pid: 8|app: 0|req: 1620/3170] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:31:20 2026] DELETE /v2.0/ports/a292f5c5-febb-4328-bf8d-3094fa5ffc59 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:20.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c31260d-86e7-4b32-845a-f38a45784dd1 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] TaaS: Handle Delete Port: 3482094c-64c4-40fb-904e-d3a083763b09 2026-08-11 09:31:20.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c31260d-86e7-4b32-845a-f38a45784dd1 978aa76229114fd994147d18706ca9f8 c1c94387610d4d989b01b1efd9af43d5 - - default default] Tap Mirror: Handle Delete Port: 3482094c-64c4-40fb-904e-d3a083763b09 [pid: 7|app: 0|req: 1551/3171] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:31:20 2026] DELETE /v2.0/ports/3482094c-64c4-40fb-904e-d3a083763b09 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3172] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:31:20 2026] DELETE /v2.0/networks/c247e800-9d30-4f80-ad48-72dc7b78fd6c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:20.791 8 INFO neutron.services.segments.plugin [-] Segment e0b03690-b2e9-4a46-bff4-27e24330789f resource provider aggregate not found 2026-08-11 09:31:20.796 8 INFO neutron.services.segments.plugin [-] Segment e0b03690-b2e9-4a46-bff4-27e24330789f resource provider aggregate not found 2026-08-11 09:31:20.800 7 INFO neutron.services.segments.plugin [-] Segment 23d5ceea-8127-4e3b-a590-28694a0f490f resource provider aggregate not found 2026-08-11 09:31:20.807 7 INFO neutron.services.segments.plugin [-] Segment 23d5ceea-8127-4e3b-a590-28694a0f490f resource provider aggregate not found 2026-08-11 09:31:20.810 8 INFO neutron.services.segments.plugin [-] Segment e0b03690-b2e9-4a46-bff4-27e24330789f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b03690-b2e9-4a46-bff4-27e24330789f found for delete ", "request_id": "req-deee726d-4e43-4c52-8dce-c88f2bb0c237"}]} 2026-08-11 09:31:20.815 8 INFO neutron.services.segments.plugin [-] Segment e0b03690-b2e9-4a46-bff4-27e24330789f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b03690-b2e9-4a46-bff4-27e24330789f found for delete ", "request_id": "req-a03faf63-5609-4799-9c52-4e84df0b6c76"}]} 2026-08-11 09:31:20.823 7 INFO neutron.services.segments.plugin [-] Segment 23d5ceea-8127-4e3b-a590-28694a0f490f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23d5ceea-8127-4e3b-a590-28694a0f490f found for delete ", "request_id": "req-56cf3515-328e-4321-b41f-4d5c389a8bf6"}]} [pid: 7|app: 0|req: 1552/3173] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:31:20 2026] DELETE /v2.0/networks/84f63cc8-2590-4dac-980d-88a2de3c3af4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:20.832 7 INFO neutron.services.segments.plugin [-] Segment 23d5ceea-8127-4e3b-a590-28694a0f490f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23d5ceea-8127-4e3b-a590-28694a0f490f found for delete ", "request_id": "req-ac3881f2-655c-4b8d-98bb-18310f2e04e3"}]} [pid: 8|app: 0|req: 1622/3174] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:31:20 2026] DELETE /v2.0/networks/fb3debb4-64c0-4409-81fc-a4b1cffaeca0 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3175] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:31:21 2026] DELETE /v2.0/networks/0062d210-03c9-44ff-b136-8089c8057b20 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3176] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:31:21 2026] DELETE /v2.0/networks/cec2d99e-45aa-478f-b44e-2c7517dface1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3177] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/security-groups?tenant_id=3f706d9a79634701b870891da2083dbc&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3178] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:22 2026] DELETE /v2.0/security-groups/7caeab87-ebd6-4ca8-8465-f625bac32903 => 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: 1555/3179] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/security-groups?tenant_id=f31eddca94114510bb7d0b4cb56bd55d&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3180] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:22 2026] DELETE /v2.0/security-groups/7f372ca3-7f4f-48d9-a348-15a0d2f65aa7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:22.838 8 INFO neutron.services.segments.plugin [-] Segment 85ced368-c86a-4260-bb7b-ee915ae380b4 resource provider aggregate not found 2026-08-11 09:31:22.846 7 INFO neutron.services.segments.plugin [-] Segment 0ef9ba56-0784-4a56-a756-37bde0531b2e resource provider aggregate not found 2026-08-11 09:31:22.853 8 INFO neutron.services.segments.plugin [-] Segment 85ced368-c86a-4260-bb7b-ee915ae380b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85ced368-c86a-4260-bb7b-ee915ae380b4 found for delete ", "request_id": "req-44224c31-d017-4575-832e-9ded6c50da19"}]} 2026-08-11 09:31:22.859 8 INFO neutron.services.segments.plugin [-] Segment 85ced368-c86a-4260-bb7b-ee915ae380b4 resource provider aggregate not found 2026-08-11 09:31:22.862 7 INFO neutron.services.segments.plugin [-] Segment 0ef9ba56-0784-4a56-a756-37bde0531b2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ef9ba56-0784-4a56-a756-37bde0531b2e found for delete ", "request_id": "req-11ed2d4a-b584-4da5-93ad-45072a8972d0"}]} 2026-08-11 09:31:22.870 7 INFO neutron.services.segments.plugin [-] Segment 0ef9ba56-0784-4a56-a756-37bde0531b2e resource provider aggregate not found 2026-08-11 09:31:22.872 8 INFO neutron.services.segments.plugin [-] Segment 2711d823-56f4-4864-8910-9979d10a6d5c resource provider aggregate not found 2026-08-11 09:31:22.878 8 INFO neutron.services.segments.plugin [-] Segment 85ced368-c86a-4260-bb7b-ee915ae380b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85ced368-c86a-4260-bb7b-ee915ae380b4 found for delete ", "request_id": "req-cd254223-64a3-40bc-814a-8f4e1ae3744b"}]} 2026-08-11 09:31:22.890 8 INFO neutron.services.segments.plugin [-] Segment 2711d823-56f4-4864-8910-9979d10a6d5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2711d823-56f4-4864-8910-9979d10a6d5c found for delete ", "request_id": "req-d6ebf41f-c6a2-4858-8feb-8f46910cfc31"}]} 2026-08-11 09:31:22.893 7 INFO neutron.services.segments.plugin [-] Segment 0ef9ba56-0784-4a56-a756-37bde0531b2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ef9ba56-0784-4a56-a756-37bde0531b2e found for delete ", "request_id": "req-e46dffa1-8f03-4503-b132-1b73c7df85b4"}]} 2026-08-11 09:31:22.895 8 INFO neutron.services.segments.plugin [-] Segment 2711d823-56f4-4864-8910-9979d10a6d5c resource provider aggregate not found 2026-08-11 09:31:22.917 8 INFO neutron.services.segments.plugin [-] Segment 2711d823-56f4-4864-8910-9979d10a6d5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2711d823-56f4-4864-8910-9979d10a6d5c found for delete ", "request_id": "req-8064e3b3-29a7-4a57-8bf5-96c4bfae62d0"}]} [pid: 7|app: 0|req: 1556/3181] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:23 2026] GET /v2.0/security-groups?tenant_id=c1c94387610d4d989b01b1efd9af43d5&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3182] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:23 2026] DELETE /v2.0/security-groups/7d3b48c7-652d-4511-a780-33561b74b701 => 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: 1557/3183] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:31:26 2026] POST /v2.0/floatingips => generated 552 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3184] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:31:27 2026] PUT /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3185] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3186] 10.0.0.210 () {34 vars in 770 bytes} [Tue Aug 11 09:31:27 2026] PUT /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3187] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3188] 10.0.0.210 () {34 vars in 766 bytes} [Tue Aug 11 09:31:27 2026] PUT /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3189] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/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: 1630/3190] 10.0.0.210 () {34 vars in 788 bytes} [Tue Aug 11 09:31:27 2026] PUT /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3191] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3192] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:31:27 2026] PUT /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3193] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3194] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:27.868 7 INFO neutron.api.v2.resource [None req-c70da9cd-0af7-404a-8617-0a1195f24e9d 2e995edc9fea4201ade26d0d8336ad22 8687f402d53e4b838857ecb1125eba2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3195] 10.0.0.210 () {32 vars in 751 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3196] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:31:27 2026] DELETE /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3197] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:28.044 8 INFO neutron.api.v2.resource [None req-3ff0f1b0-7961-4eb7-9bf0-d7f1a877bae9 2e995edc9fea4201ade26d0d8336ad22 8687f402d53e4b838857ecb1125eba2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3198] 10.0.0.210 () {32 vars in 754 bytes} [Tue Aug 11 09:31:27 2026] DELETE /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3199] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:31:28 2026] DELETE /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3200] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:28 2026] GET /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:28.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef5a5ba6-8fb4-4829-bdb7-c7824c2d7095 2e995edc9fea4201ade26d0d8336ad22 8687f402d53e4b838857ecb1125eba2d - - default default] TaaS: Handle Delete Port: 3f425772-d34b-4aae-8a48-a8e164af6d67 2026-08-11 09:31:28.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef5a5ba6-8fb4-4829-bdb7-c7824c2d7095 2e995edc9fea4201ade26d0d8336ad22 8687f402d53e4b838857ecb1125eba2d - - default default] Tap Mirror: Handle Delete Port: 3f425772-d34b-4aae-8a48-a8e164af6d67 [pid: 7|app: 0|req: 1566/3201] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:31:28 2026] DELETE /v2.0/floatingips/e77cd3c1-6fa9-48f2-9b36-d4d22e408adf => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3202] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/security-groups?tenant_id=8687f402d53e4b838857ecb1125eba2d&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3203] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:29 2026] DELETE /v2.0/security-groups/838c4d08-2954-48eb-92a0-ba71e5ce0c37 => 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: 1637/3206] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/security-groups?tenant_id=e27ce522dcaa4af986692ac54a5304db&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3207] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:29 2026] DELETE /v2.0/security-groups/83c0f78b-a563-423f-b9a6-bcc3f5500708 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:33.508 8 INFO neutron.db.segments_db [None req-b56d5f69-2edd-4b05-a78f-48ad318c0522 212afc36614f49dbb09701c3e176886c 96b723cd9e41442aba278285935ee6f9 - - default default] Added segment 40981e91-8b0e-4fee-bf2b-eeb33affa62e of type vxlan for network c1d974f1-15ff-44f4-976d-fd57456a4b9e [pid: 8|app: 0|req: 1638/3208] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:31:33 2026] POST /v2.0/networks => generated 613 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3209] 10.0.0.210 () {34 vars in 664 bytes} [Tue Aug 11 09:31:33 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3210] 10.0.0.210 () {34 vars in 747 bytes} [Tue Aug 11 09:31:33 2026] PUT /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1572/3211] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 25 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: 1640/3212] 10.0.0.210 () {34 vars in 758 bytes} [Tue Aug 11 09:31:34 2026] PUT /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags/green => generated 4 bytes in 96 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: 1573/3213] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1641/3214] 10.0.0.210 () {34 vars in 754 bytes} [Tue Aug 11 09:31:34 2026] PUT /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags/red => generated 4 bytes in 71 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: 1574/3215] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1642/3216] 10.0.0.210 () {34 vars in 776 bytes} [Tue Aug 11 09:31:34 2026] PUT /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags/black.or.white => generated 4 bytes in 80 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: 1575/3217] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1643/3218] 10.0.0.210 () {34 vars in 747 bytes} [Tue Aug 11 09:31:34 2026] PUT /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1576/3219] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1644/3220] 10.0.0.210 () {32 vars in 735 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags/red => generated 0 bytes in 50 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-08-11 09:31:34.816 7 INFO neutron.api.v2.resource [None req-8e89f525-eca3-4655-9f27-23d256d09ba3 212afc36614f49dbb09701c3e176886c 96b723cd9e41442aba278285935ee6f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3221] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1645/3222] 10.0.0.210 () {32 vars in 738 bytes} [Tue Aug 11 09:31:34 2026] DELETE /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags/red => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1578/3223] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:31:35.026 8 INFO neutron.api.v2.resource [None req-8207e650-733a-4063-86a7-79b128e7a042 212afc36614f49dbb09701c3e176886c 96b723cd9e41442aba278285935ee6f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3224] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:31:34 2026] DELETE /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags/green => generated 99 bytes in 55 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: 1579/3225] 10.0.0.210 () {32 vars in 730 bytes} [Tue Aug 11 09:31:35 2026] DELETE /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1647/3226] 10.0.0.210 () {32 vars in 727 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:31:35.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-040fe42f-fdb2-4e30-bbd0-578fde4a5c16 212afc36614f49dbb09701c3e176886c 96b723cd9e41442aba278285935ee6f9 - - default default] TaaS: Handle Delete Port: 0f228a78-7327-4e88-aad5-d7dbd87ee785 2026-08-11 09:31:35.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-040fe42f-fdb2-4e30-bbd0-578fde4a5c16 212afc36614f49dbb09701c3e176886c 96b723cd9e41442aba278285935ee6f9 - - default default] Tap Mirror: Handle Delete Port: 0f228a78-7327-4e88-aad5-d7dbd87ee785 [pid: 7|app: 0|req: 1580/3227] 10.0.0.210 () {32 vars in 720 bytes} [Tue Aug 11 09:31:35 2026] DELETE /v2.0/ports/0f228a78-7327-4e88-aad5-d7dbd87ee785 => generated 0 bytes in 175 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-08-11 09:31:35.462 8 INFO neutron.services.segments.plugin [-] Segment 40981e91-8b0e-4fee-bf2b-eeb33affa62e resource provider aggregate not found 2026-08-11 09:31:35.465 8 INFO neutron.services.segments.plugin [-] Segment 40981e91-8b0e-4fee-bf2b-eeb33affa62e resource provider aggregate not found 2026-08-11 09:31:35.486 8 INFO neutron.services.segments.plugin [-] Segment 40981e91-8b0e-4fee-bf2b-eeb33affa62e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40981e91-8b0e-4fee-bf2b-eeb33affa62e found for delete ", "request_id": "req-63eea803-4596-4b1f-93cd-747ae78674e8"}]} 2026-08-11 09:31:35.493 8 INFO neutron.services.segments.plugin [-] Segment 40981e91-8b0e-4fee-bf2b-eeb33affa62e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40981e91-8b0e-4fee-bf2b-eeb33affa62e found for delete ", "request_id": "req-92c81f41-6f14-4463-ad66-9cf599879782"}]} [pid: 8|app: 0|req: 1648/3228] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:31:35 2026] DELETE /v2.0/networks/c1d974f1-15ff-44f4-976d-fd57456a4b9e => 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: 1581/3229] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:36 2026] GET /v2.0/security-groups?tenant_id=96b723cd9e41442aba278285935ee6f9&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3230] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:36 2026] DELETE /v2.0/security-groups/99a0dc2d-3935-448b-9438-cd0e5ec9e7b1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3231] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:36 2026] GET /v2.0/security-groups?tenant_id=e6fdfd93de59408c8680a5406321471e&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: 1650/3232] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:36 2026] DELETE /v2.0/security-groups/a5d5d17a-da17-403d-b4ad-778015bc44e0 => 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: 1583/3233] 10.0.0.210 () {34 vars in 676 bytes} [Tue Aug 11 09:31:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3234] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:31:40 2026] PUT /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/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: 1584/3235] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3236] 10.0.0.210 () {34 vars in 770 bytes} [Tue Aug 11 09:31:40 2026] PUT /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags/green => 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: 1585/3237] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3238] 10.0.0.210 () {34 vars in 766 bytes} [Tue Aug 11 09:31:40 2026] PUT /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3239] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/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: 1654/3240] 10.0.0.210 () {34 vars in 788 bytes} [Tue Aug 11 09:31:40 2026] PUT /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3241] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3242] 10.0.0.210 () {34 vars in 759 bytes} [Tue Aug 11 09:31:40 2026] PUT /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3243] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3244] 10.0.0.210 () {32 vars in 747 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:40.940 7 INFO neutron.api.v2.resource [None req-fe8ff5e8-a510-4d26-ad09-52d347243e35 4a7178900efe46deb865f875cd5ffbcf 52661ef115a74dcb9d77f39cd1bc56dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3245] 10.0.0.210 () {32 vars in 751 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3246] 10.0.0.210 () {32 vars in 750 bytes} [Tue Aug 11 09:31:40 2026] DELETE /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3247] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:41.070 8 INFO neutron.api.v2.resource [None req-5b69d800-8840-4080-b433-c76213e435f7 4a7178900efe46deb865f875cd5ffbcf 52661ef115a74dcb9d77f39cd1bc56dc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3248] 10.0.0.210 () {32 vars in 754 bytes} [Tue Aug 11 09:31:41 2026] DELETE /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3249] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:31:41 2026] DELETE /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3250] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3251] 10.0.0.210 () {32 vars in 732 bytes} [Tue Aug 11 09:31:41 2026] DELETE /v2.0/subnetpools/07ee4dcd-a883-44c0-b902-595880ed643a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3252] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/security-groups?tenant_id=169f0d2c564647759db3830d11e7c10d&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3253] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:42 2026] DELETE /v2.0/security-groups/2d601800-3dd3-47c9-95ac-851a2773e6ac => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3254] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/security-groups?tenant_id=52661ef115a74dcb9d77f39cd1bc56dc&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: 1594/3255] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:42 2026] DELETE /v2.0/security-groups/0876141c-e1b9-4006-9468-ddc7d333ca28 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:46.151 7 INFO neutron.db.segments_db [None req-94926a1b-3b1d-4747-9957-26e5962f33e3 1a3f0cbdf6004ae7a0dc6f91b929ea49 9fc6d9297014420bbcef7ef1f1172f72 - - default default] Added segment 6fe05b33-cced-48ef-bb33-5daf5694a0d0 of type vxlan for network d4b85b1a-e043-430f-9c0c-701129a9e9a8 [pid: 7|app: 0|req: 1596/3258] 10.0.0.210 () {34 vars in 670 bytes} [Tue Aug 11 09:31:45 2026] POST /v2.0/networks => generated 612 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3259] 10.0.0.210 () {34 vars in 669 bytes} [Tue Aug 11 09:31:46 2026] POST /v2.0/subnets => generated 626 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3260] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:31:46 2026] PUT /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3261] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:31:46 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3262] 10.0.0.210 () {34 vars in 762 bytes} [Tue Aug 11 09:31:46 2026] PUT /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3263] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:31:46 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3264] 10.0.0.210 () {34 vars in 758 bytes} [Tue Aug 11 09:31:46 2026] PUT /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3265] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:31:46 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/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: 1600/3266] 10.0.0.210 () {34 vars in 780 bytes} [Tue Aug 11 09:31:46 2026] PUT /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags/black.or.white => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3267] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:31:46 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3268] 10.0.0.210 () {34 vars in 751 bytes} [Tue Aug 11 09:31:46 2026] PUT /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3269] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:31:47 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/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: 1602/3270] 10.0.0.210 () {32 vars in 739 bytes} [Tue Aug 11 09:31:47 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:47.126 8 INFO neutron.api.v2.resource [None req-d0da7f96-1745-45d9-8685-4a3f06eb3cea 1a3f0cbdf6004ae7a0dc6f91b929ea49 9fc6d9297014420bbcef7ef1f1172f72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3271] 10.0.0.210 () {32 vars in 743 bytes} [Tue Aug 11 09:31:47 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3272] 10.0.0.210 () {32 vars in 742 bytes} [Tue Aug 11 09:31:47 2026] DELETE /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3273] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:31:47 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:47.279 7 INFO neutron.api.v2.resource [None req-5a67c0b4-9f52-4e42-ba8c-1e64865fa948 1a3f0cbdf6004ae7a0dc6f91b929ea49 9fc6d9297014420bbcef7ef1f1172f72 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3274] 10.0.0.210 () {32 vars in 746 bytes} [Tue Aug 11 09:31:47 2026] DELETE /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3275] 10.0.0.210 () {32 vars in 734 bytes} [Tue Aug 11 09:31:47 2026] DELETE /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3276] 10.0.0.210 () {32 vars in 731 bytes} [Tue Aug 11 09:31:47 2026] GET /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3277] 10.0.0.210 () {32 vars in 724 bytes} [Tue Aug 11 09:31:47 2026] DELETE /v2.0/subnets/f68ea5ba-e1e0-4393-9e48-c30f03627f02 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:47.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b606270-a873-450f-bf0b-5312c3c8b5e5 1a3f0cbdf6004ae7a0dc6f91b929ea49 9fc6d9297014420bbcef7ef1f1172f72 - - default default] TaaS: Handle Delete Port: 52a891c6-55f4-4fb6-8dea-91a62bf3dd52 2026-08-11 09:31:47.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b606270-a873-450f-bf0b-5312c3c8b5e5 1a3f0cbdf6004ae7a0dc6f91b929ea49 9fc6d9297014420bbcef7ef1f1172f72 - - default default] Tap Mirror: Handle Delete Port: 52a891c6-55f4-4fb6-8dea-91a62bf3dd52 2026-08-11 09:31:47.896 7 INFO neutron.services.segments.plugin [-] Segment 6fe05b33-cced-48ef-bb33-5daf5694a0d0 resource provider aggregate not found 2026-08-11 09:31:47.904 7 INFO neutron.services.segments.plugin [-] Segment 6fe05b33-cced-48ef-bb33-5daf5694a0d0 resource provider aggregate not found 2026-08-11 09:31:47.926 7 INFO neutron.services.segments.plugin [-] Segment 6fe05b33-cced-48ef-bb33-5daf5694a0d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fe05b33-cced-48ef-bb33-5daf5694a0d0 found for delete ", "request_id": "req-996dc566-52b4-4af4-ad5f-3cfcfc3a1a35"}]} [pid: 7|app: 0|req: 1606/3278] 10.0.0.210 () {32 vars in 726 bytes} [Tue Aug 11 09:31:47 2026] DELETE /v2.0/networks/d4b85b1a-e043-430f-9c0c-701129a9e9a8 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:47.939 7 INFO neutron.services.segments.plugin [-] Segment 6fe05b33-cced-48ef-bb33-5daf5694a0d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fe05b33-cced-48ef-bb33-5daf5694a0d0 found for delete ", "request_id": "req-f16c9133-b410-42c0-a2fd-160853f6fe88"}]} [pid: 8|app: 0|req: 1673/3279] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:48 2026] GET /v2.0/security-groups?tenant_id=9fc6d9297014420bbcef7ef1f1172f72&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3280] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:48 2026] DELETE /v2.0/security-groups/147354d6-3b72-41de-a491-4c39e702054d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3281] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:49 2026] GET /v2.0/security-groups?tenant_id=c1afd42c96b3493fad513fc036825bac&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3282] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:49 2026] DELETE /v2.0/security-groups/13ce1591-f911-40cc-8c05-04ae18116330 => 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: 1675/3283] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:52 2026] GET /v2.0/security-groups?tenant_id=3075f92b4cb544b5a6ed31205e0fa07d&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3284] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:53 2026] DELETE /v2.0/security-groups/e194c567-22bd-4d07-aef5-5a56d97e7507 => 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: 1676/3285] 10.0.0.210 () {32 vars in 774 bytes} [Tue Aug 11 09:31:53 2026] GET /v2.0/security-groups?tenant_id=a9c5fcc1ae1c41c0a7c8618386f590a4&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3286] 10.0.0.210 () {32 vars in 740 bytes} [Tue Aug 11 09:31:53 2026] DELETE /v2.0/security-groups/db20ffba-a97b-4162-a95c-58585dd1a9e9 => 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: 1677/3287] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:31:56 2026] GET /v2.0/networks => generated 2168 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3288] 10.0.0.210 () {32 vars in 655 bytes} [Tue Aug 11 09:31:58 2026] GET /v2.0/floatingips => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3289] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:31:58 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3290] 10.0.0.210 () {32 vars in 643 bytes} [Tue Aug 11 09:31:58 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3291] 10.0.0.210 () {32 vars in 647 bytes} [Tue Aug 11 09:31:58 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3292] 10.0.0.210 () {32 vars in 649 bytes} [Tue Aug 11 09:31:58 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3293] 10.0.0.210 () {32 vars in 663 bytes} [Tue Aug 11 09:31:58 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3294] 10.0.0.210 () {32 vars in 655 bytes} [Tue Aug 11 09:31:58 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)