+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Jun 10 08:29:30 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-6f4cb7b8d8-p4ktk 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 0x7f5e87a90668 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-06-10 08:29:34.427 7 INFO neutron.common.config [-] Logging enabled! 2026-06-10 08:29:34.427 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 08:29:34.553 8 INFO neutron.common.config [-] Logging enabled! 2026-06-10 08:29:34.553 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 08:29:35.472 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 08:29:35.677 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 08:29:37.145 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:29:37.148 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 08:29:37.151 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 08:29:37.152 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:29:37.152 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 08:29:37.153 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 08:29:37.153 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:37.160 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:37.160 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:37.160 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:29:37.183 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 08:29:37.184 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:29:37.184 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 08:29:37.213 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 08:29:37.213 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 08:29:37.213 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 08:29:37.213 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 08:29:37.435 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:29:37.437 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 08:29:37.441 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 08:29:37.442 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 08:29:37.442 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 08:29:37.443 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 08:29:37.443 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:37.450 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:37.450 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 08:29:37.450 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:29:37.472 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 08:29:37.473 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 08:29:37.473 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 08:29:37.501 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 08:29:37.501 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 08:29:37.501 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 08:29:37.501 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 08:29:37.518 7 INFO neutron.plugins.ml2.managers [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 08:29:37.791 8 INFO neutron.plugins.ml2.managers [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 08:29:37.902 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 08:29:37.902 7 INFO neutron.plugins.ml2.managers [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 08:29:37.903 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 08:29:37.922 7 INFO neutron.plugins.ml2.managers [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 08:29:37.922 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 08:29:37.923 7 INFO neutron.plugins.ml2.managers [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 08:29:37.923 7 INFO neutron.plugins.ml2.extensions.port_security [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 08:29:37.923 7 INFO neutron.plugins.ml2.managers [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] Initializing extension driver 'qos' 2026-06-10 08:29:37.924 7 INFO neutron.plugins.ml2.managers [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 08:29:37.924 7 INFO neutron.plugins.ml2.managers [None req-d35e8b39-71b0-4756-8818-bd1b541cfcb4 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 08:29:37.939 7 INFO neutron.quota [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded quota_driver: . 2026-06-10 08:29:37.939 7 INFO neutron.plugins.ml2.plugin [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 08:29:37.940 7 INFO neutron.plugins.ml2.managers [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 08:29:37.940 7 INFO neutron.plugins.ml2.managers [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 08:29:37.940 7 INFO neutron.plugins.ml2.managers [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 08:29:37.940 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: qos 2026-06-10 08:29:37.958 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: router 2026-06-10 08:29:38.018 7 INFO neutron.services.service_base [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 08:29:38.018 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: segments 2026-06-10 08:29:38.125 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: trunk 2026-06-10 08:29:38.139 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 08:29:38.139 8 INFO neutron.plugins.ml2.managers [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 08:29:38.140 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 08:29:38.140 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: vpnaas 2026-06-10 08:29:38.154 8 INFO neutron.plugins.ml2.managers [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 08:29:38.154 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 08:29:38.154 8 INFO neutron.plugins.ml2.managers [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 08:29:38.154 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 08:29:38.154 8 INFO neutron.plugins.ml2.managers [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] Initializing extension driver 'qos' 2026-06-10 08:29:38.154 8 INFO neutron.plugins.ml2.managers [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 08:29:38.154 8 INFO neutron.plugins.ml2.managers [None req-c8ee6f65-c853-4457-9359-67c81a231db5 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 08:29:38.167 8 INFO neutron.quota [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded quota_driver: . 2026-06-10 08:29:38.167 8 INFO neutron.plugins.ml2.plugin [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 08:29:38.167 8 INFO neutron.plugins.ml2.managers [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 08:29:38.167 8 INFO neutron.plugins.ml2.managers [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 08:29:38.167 8 INFO neutron.plugins.ml2.managers [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 08:29:38.168 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: qos 2026-06-10 08:29:38.180 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: router 2026-06-10 08:29:38.183 7 WARNING stevedore.named [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:38.225 8 INFO neutron.services.service_base [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 08:29:38.225 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: segments 2026-06-10 08:29:38.252 7 INFO neutron_vpnaas.services.vpn.plugin [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 08:29:38.253 7 INFO neutron.common.utils [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 08:29:38.253 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: taas 2026-06-10 08:29:38.282 7 WARNING stevedore.named [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:38.283 7 WARNING stevedore.named [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:29:38.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:29:38.308 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: tapmirror 2026-06-10 08:29:38.321 7 WARNING stevedore.named [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:38.321 7 WARNING stevedore.named [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:29:38.328 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: trunk 2026-06-10 08:29:38.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:29:38.336 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 08:29:38.342 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: vpnaas 2026-06-10 08:29:38.356 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: tag 2026-06-10 08:29:38.369 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: timestamp 2026-06-10 08:29:38.375 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 08:29:38.380 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: flavors 2026-06-10 08:29:38.381 8 WARNING stevedore.named [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:38.384 7 INFO neutron.manager [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loading Plugin: revisions 2026-06-10 08:29:38.388 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Initializing extension manager. 2026-06-10 08:29:38.390 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: address-group 2026-06-10 08:29:38.391 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: address-scope 2026-06-10 08:29:38.392 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 08:29:38.393 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: agent 2026-06-10 08:29:38.393 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 08:29:38.394 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 08:29:38.395 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 08:29:38.396 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: availability_zone 2026-06-10 08:29:38.396 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 08:29:38.397 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 08:29:38.397 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 08:29:38.399 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 08:29:38.400 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: dns-integration 2026-06-10 08:29:38.400 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 08:29:38.401 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 08:29:38.401 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: dvr 2026-06-10 08:29:38.402 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 08:29:38.402 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 08:29:38.403 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:29:38.403 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 08:29:38.404 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: external-net 2026-06-10 08:29:38.404 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 08:29:38.405 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: extraroute 2026-06-10 08:29:38.406 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 08:29:38.406 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 08:29:38.407 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 08:29:38.407 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 08:29:38.408 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 08:29:38.408 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: fip-port-details 2026-06-10 08:29:38.409 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: flavors 2026-06-10 08:29:38.410 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 08:29:38.411 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 08:29:38.412 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: ip_allocation 2026-06-10 08:29:38.412 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 08:29:38.413 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 08:29:38.414 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: router 2026-06-10 08:29:38.416 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:29:38.416 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 08:29:38.417 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 08:29:38.417 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 08:29:38.418 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: l3-ha 2026-06-10 08:29:38.418 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:29:38.419 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 08:29:38.420 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: l3-flavors 2026-06-10 08:29:38.421 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:29:38.421 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 08:29:38.424 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 08:29:38.425 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 08:29:38.426 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 08:29:38.427 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 08:29:38.428 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 08:29:38.428 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: multi-provider 2026-06-10 08:29:38.429 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: net-mtu 2026-06-10 08:29:38.429 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 08:29:38.430 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 08:29:38.431 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: network_ha 2026-06-10 08:29:38.431 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 08:29:38.432 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 08:29:38.433 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: pagination 2026-06-10 08:29:38.433 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-device-profile 2026-06-10 08:29:38.434 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 08:29:38.434 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 08:29:38.435 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 08:29:38.435 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-mac-override 2026-06-10 08:29:38.436 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 08:29:38.436 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 08:29:38.437 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 08:29:38.437 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-resource-request 2026-06-10 08:29:38.438 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 08:29:38.438 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 08:29:38.439 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: binding 2026-06-10 08:29:38.440 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: binding-extended 2026-06-10 08:29:38.440 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-security 2026-06-10 08:29:38.441 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: project-id 2026-06-10 08:29:38.441 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: provider 2026-06-10 08:29:38.442 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 08:29:38.444 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos 2026-06-10 08:29:38.445 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 08:29:38.446 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 08:29:38.447 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-default 2026-06-10 08:29:38.447 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-fip 2026-06-10 08:29:38.448 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 08:29:38.450 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 08:29:38.450 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 08:29:38.451 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 08:29:38.452 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 08:29:38.452 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-pps 2026-06-10 08:29:38.453 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 08:29:38.454 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 08:29:38.454 8 INFO neutron_vpnaas.services.vpn.plugin [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 08:29:38.455 8 INFO neutron.common.utils [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 08:29:38.455 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: taas 2026-06-10 08:29:38.456 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 08:29:38.457 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 08:29:38.457 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 08:29:38.460 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: quotas 2026-06-10 08:29:38.461 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: quota_details 2026-06-10 08:29:38.463 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: rbac-policies 2026-06-10 08:29:38.463 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 08:29:38.464 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 08:29:38.464 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 08:29:38.465 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 08:29:38.465 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: revision-if-match 2026-06-10 08:29:38.466 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 08:29:38.467 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 08:29:38.467 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 08:29:38.470 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 08:29:38.471 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 08:29:38.472 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 08:29:38.472 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 08:29:38.473 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 08:29:38.473 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 08:29:38.479 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: security-group 2026-06-10 08:29:38.481 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: segment 2026-06-10 08:29:38.481 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 08:29:38.482 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: service-type 2026-06-10 08:29:38.482 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: sorting 2026-06-10 08:29:38.483 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 08:29:38.483 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 08:29:38.484 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 08:29:38.485 7 WARNING neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 08:29:38.485 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 08:29:38.486 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 08:29:38.486 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 08:29:38.487 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 08:29:38.488 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 08:29:38.488 8 WARNING stevedore.named [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:38.488 8 WARNING stevedore.named [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:29:38.488 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 08:29:38.489 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 08:29:38.489 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: tag-creation 2026-06-10 08:29:38.490 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 08:29:38.496 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 08:29:38.496 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 08:29:38.497 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: trunk 2026-06-10 08:29:38.497 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: trunk-details 2026-06-10 08:29:38.498 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 08:29:38.498 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 08:29:38.499 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 08:29:38.500 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 08:29:38.502 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 08:29:38.502 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 08:29:38.503 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 08:29:38.505 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: vpnaas 2026-06-10 08:29:38.506 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: taas 2026-06-10 08:29:38.507 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: tap-mirror 2026-06-10 08:29:38.508 7 INFO neutron.api.extensions [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 08:29:38.510 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 08:29:38.511 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 08:29:38.511 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.511 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 08:29:38.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:29:38.513 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: tapmirror 2026-06-10 08:29:38.515 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:29:38.516 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:29:38.521 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:29:38.521 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:29:38.522 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:29:38.523 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.523 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.523 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.523 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.524 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:29:38.525 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.525 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.526 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:29:38.526 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:29:38.527 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:29:38.527 8 WARNING stevedore.named [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 08:29:38.527 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.527 8 WARNING stevedore.named [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 08:29:38.527 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] ipsecpolicy is already registered 2026-06-10 08:29:38.528 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.528 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] ikepolicy is already registered 2026-06-10 08:29:38.532 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:29:38.533 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] router is already registered 2026-06-10 08:29:38.533 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:29:38.533 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] floatingip is already registered 2026-06-10 08:29:38.537 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:29:38.537 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] rbac_policy is already registered 2026-06-10 08:29:38.537 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:29:38.538 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] security_group is already registered 2026-06-10 08:29:38.538 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:29:38.538 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] security_group_rule is already registered 2026-06-10 08:29:38.539 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.539 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.539 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.539 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.540 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:29:38.540 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] trunk is already registered 2026-06-10 08:29:38.540 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.541 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] ikepolicy is already registered 2026-06-10 08:29:38.541 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.541 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] ipsecpolicy is already registered 2026-06-10 08:29:38.541 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:29:38.541 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] endpoint_group is already registered 2026-06-10 08:29:38.542 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:29:38.542 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] vpnservice is already registered 2026-06-10 08:29:38.542 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:29:38.542 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] ipsec_site_connection is already registered 2026-06-10 08:29:38.543 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.543 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] ipsecpolicy is already registered 2026-06-10 08:29:38.543 7 INFO neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.543 7 WARNING neutron.quota.resource_registry [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] ikepolicy is already registered 2026-06-10 08:29:38.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 08:29:38.546 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: auto_allocate 2026-06-10 08:29:38.556 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: tag 2026-06-10 08:29:38.563 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: timestamp 2026-06-10 08:29:38.567 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 08:29:38.571 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: flavors 2026-06-10 08:29:38.574 8 INFO neutron.manager [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loading Plugin: revisions 2026-06-10 08:29:38.578 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Initializing extension manager. 2026-06-10 08:29:38.579 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: address-group 2026-06-10 08:29:38.580 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: address-scope 2026-06-10 08:29:38.580 7 WARNING keystonemiddleware._common.config [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 08:29:38.580 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 08:29:38.581 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: agent 2026-06-10 08:29:38.582 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 08:29:38.583 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 08:29:38.584 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 08:29:38.584 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: availability_zone 2026-06-10 08:29:38.585 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 08:29:38.586 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 08:29:38.587 7 WARNING oslo_config.cfg [None req-6a650ef3-762c-463b-aaf4-1666b8c70a38 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-10 08:29:38.588 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: default-subnetpools WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f5e87a90668 pid: 7 (default app) 2026-06-10 08:29:38.590 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 08:29:38.590 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: dns-integration 2026-06-10 08:29:38.591 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 08:29:38.592 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 08:29:38.592 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: dvr 2026-06-10 08:29:38.593 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 08:29:38.594 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 08:29:38.594 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:29:38.595 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 08:29:38.596 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: external-net 2026-06-10 08:29:38.596 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 08:29:38.597 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: extraroute 2026-06-10 08:29:38.598 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 08:29:38.598 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 08:29:38.599 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 08:29:38.599 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 08:29:38.600 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 08:29:38.600 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: fip-port-details 2026-06-10 08:29:38.601 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: flavors 2026-06-10 08:29:38.603 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 08:29:38.604 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: floatingip-pools 2026-06-10 08:29:38.604 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: ip_allocation 2026-06-10 08:29:38.604 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 08:29:38.605 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: l2_adjacency 2026-06-10 08:29:38.607 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: router 2026-06-10 08:29:38.609 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 08:29:38.610 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 08:29:38.611 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 08:29:38.611 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 08:29:38.612 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: l3-ha 2026-06-10 08:29:38.612 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:29:38.613 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 08:29:38.614 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: l3-flavors 2026-06-10 08:29:38.615 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 08:29:38.616 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 08:29:38.619 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 08:29:38.621 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 08:29:38.622 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 08:29:38.624 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 08:29:38.625 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 08:29:38.626 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: multi-provider 2026-06-10 08:29:38.627 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: net-mtu 2026-06-10 08:29:38.628 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 08:29:38.629 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: network_availability_zone 2026-06-10 08:29:38.630 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: network_ha 2026-06-10 08:29:38.631 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: network-ip-availability 2026-06-10 08:29:38.633 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 08:29:38.633 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: pagination 2026-06-10 08:29:38.634 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-device-profile 2026-06-10 08:29:38.635 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 08:29:38.635 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 08:29:38.636 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 08:29:38.636 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-mac-override 2026-06-10 08:29:38.637 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 08:29:38.638 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 08:29:38.638 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 08:29:38.639 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-resource-request 2026-06-10 08:29:38.640 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 08:29:38.640 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 08:29:38.641 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: binding 2026-06-10 08:29:38.642 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: binding-extended 2026-06-10 08:29:38.643 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-security 2026-06-10 08:29:38.643 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: project-id 2026-06-10 08:29:38.644 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: provider 2026-06-10 08:29:38.645 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 08:29:38.648 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos 2026-06-10 08:29:38.649 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 08:29:38.649 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 08:29:38.650 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-default 2026-06-10 08:29:38.651 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-fip 2026-06-10 08:29:38.651 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 08:29:38.652 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 08:29:38.653 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 08:29:38.653 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 08:29:38.654 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 08:29:38.655 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-pps 2026-06-10 08:29:38.655 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 08:29:38.656 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 08:29:38.657 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 08:29:38.657 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: quota-check-limit 2026-06-10 08:29:38.658 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 08:29:38.662 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: quotas 2026-06-10 08:29:38.664 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: quota_details 2026-06-10 08:29:38.666 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: rbac-policies 2026-06-10 08:29:38.667 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: rbac-address-group 2026-06-10 08:29:38.667 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 08:29:38.668 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 08:29:38.669 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 08:29:38.669 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: revision-if-match 2026-06-10 08:29:38.670 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 08:29:38.671 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: router_availability_zone 2026-06-10 08:29:38.672 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 08:29:38.674 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 08:29:38.675 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 08:29:38.675 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 08:29:38.676 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 08:29:38.676 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 08:29:38.677 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 08:29:38.682 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: security-group 2026-06-10 08:29:38.683 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: segment 2026-06-10 08:29:38.686 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 08:29:38.687 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: service-type 2026-06-10 08:29:38.687 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: sorting 2026-06-10 08:29:38.688 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 08:29:38.689 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: standard-attr-description 2026-06-10 08:29:38.689 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: stateful-security-group 2026-06-10 08:29:38.690 8 WARNING neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 08:29:38.691 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 08:29:38.691 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: subnet-external-network 2026-06-10 08:29:38.692 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: subnet_onboard 2026-06-10 08:29:38.693 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 08:29:38.693 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: subnet-service-types 2026-06-10 08:29:38.694 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: subnet_allocation 2026-06-10 08:29:38.694 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 08:29:38.695 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: tag-creation 2026-06-10 08:29:38.696 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 08:29:38.701 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 08:29:38.701 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 08:29:38.702 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: trunk 2026-06-10 08:29:38.703 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: trunk-details 2026-06-10 08:29:38.703 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 08:29:38.704 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 08:29:38.704 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 08:29:38.705 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 08:29:38.707 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 08:29:38.708 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 08:29:38.709 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: vpn-flavors 2026-06-10 08:29:38.711 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: vpnaas 2026-06-10 08:29:38.712 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: taas 2026-06-10 08:29:38.713 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: tap-mirror 2026-06-10 08:29:38.714 8 INFO neutron.api.extensions [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 08:29:38.716 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 08:29:38.717 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 08:29:38.717 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.717 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 08:29:38.721 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:29:38.721 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:29:38.726 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:29:38.727 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:29:38.728 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:29:38.728 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.729 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.729 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.729 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.729 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:29:38.730 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.730 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.731 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:29:38.731 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:29:38.732 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:29:38.732 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.732 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] ipsecpolicy is already registered 2026-06-10 08:29:38.733 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.733 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] ikepolicy is already registered 2026-06-10 08:29:38.737 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 08:29:38.737 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] router is already registered 2026-06-10 08:29:38.738 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 08:29:38.738 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] floatingip is already registered 2026-06-10 08:29:38.741 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 08:29:38.742 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] rbac_policy is already registered 2026-06-10 08:29:38.742 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 08:29:38.742 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] security_group is already registered 2026-06-10 08:29:38.743 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 08:29:38.743 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] security_group_rule is already registered 2026-06-10 08:29:38.743 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.744 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.744 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 08:29:38.744 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] subnetpool is already registered 2026-06-10 08:29:38.745 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 08:29:38.745 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] trunk is already registered 2026-06-10 08:29:38.745 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.745 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] ikepolicy is already registered 2026-06-10 08:29:38.746 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.746 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] ipsecpolicy is already registered 2026-06-10 08:29:38.746 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 08:29:38.746 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] endpoint_group is already registered 2026-06-10 08:29:38.747 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 08:29:38.747 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] vpnservice is already registered 2026-06-10 08:29:38.747 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 08:29:38.747 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] ipsec_site_connection is already registered 2026-06-10 08:29:38.748 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 08:29:38.748 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] ipsecpolicy is already registered 2026-06-10 08:29:38.748 8 INFO neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 08:29:38.748 8 WARNING neutron.quota.resource_registry [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] ikepolicy is already registered 2026-06-10 08:29:38.790 8 WARNING keystonemiddleware._common.config [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 08:29:38.800 8 WARNING oslo_config.cfg [None req-950cb2e4-92b4-4e31-9c65-5b70ce2724da - - - - - -] 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 0x7f5e87a90668 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-06-10 08:29:44.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-201f5c4c-ffdd-4174-b613-df2122fa505e 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 08:29:43 2026] GET /v2.0/networks/public => generated 108 bytes in 845 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 08:29:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:29:44.926 7 WARNING neutron.services.revisions.revision_plugin [None req-5289e708-fb3c-4787-95ad-5084ce3d0d5e 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:29:44.946 7 INFO neutron.db.segments_db [None req-5289e708-fb3c-4787-95ad-5084ce3d0d5e 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment a8496101-3e43-4439-b5f0-4b06f652c679 of type flat for network 4195e618-b6f8-4dfb-ae56-144e582fad2c 2026-06-10 08:29:44.994 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5289e708-fb3c-4787-95ad-5084ce3d0d5e 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.210 () {48 vars in 967 bytes} [Wed Jun 10 08:29:44 2026] POST /v2.0/networks => generated 124 bytes in 568 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:29:51.302 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0de9f0d-e6ed-4182-98f0-2dd491e85c03 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 08:29:50 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 08:29:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:29:51.581 8 WARNING neutron.services.revisions.revision_plugin [None req-04b7b644-6c11-4540-a993-db7f50a64a40 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:29:51.607 8 INFO neutron.db.segments_db [None req-04b7b644-6c11-4540-a993-db7f50a64a40 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 3c1ac95e-30ab-4e33-81a2-32ced6ebd02f of type flat for network 498c2198-16c3-4035-8694-2b6721f58d11 2026-06-10 08:29:51.662 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04b7b644-6c11-4540-a993-db7f50a64a40 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.210 () {48 vars in 967 bytes} [Wed Jun 10 08:29:51 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-06-10 08:29:57.598 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44b0158b-8b6c-474a-83b4-f035e50fb3fd 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 08:29:57 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/11] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 08:29:57 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-06-10 08:29:57.681 7 WARNING neutron.services.revisions.revision_plugin [None req-cb66ac14-b0ee-459b-86ee-1b3d2d4b33cf 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:29:57.698 7 INFO neutron.db.segments_db [None req-cb66ac14-b0ee-459b-86ee-1b3d2d4b33cf 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 3aa8d7e2-abea-40de-8ede-446db1ef1122 of type flat for network eb5bdfb1-c12c-4247-9ddb-a98e0886e6b4 2026-06-10 08:29:57.727 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb66ac14-b0ee-459b-86ee-1b3d2d4b33cf 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/12] 199.204.45.210 () {48 vars in 967 bytes} [Wed Jun 10 08:29:57 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:30:03.651 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6be08fa3-d149-44e6-89e7-32307742f886 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 08:30:03 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: 6/15] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 08:30:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:30:03.718 7 WARNING neutron.services.revisions.revision_plugin [None req-151eec7e-89c8-4865-b89a-1a5a208140f4 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:30:03.734 7 INFO neutron.db.segments_db [None req-151eec7e-89c8-4865-b89a-1a5a208140f4 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 2c773124-890c-4584-9292-070b233d2af7 of type flat for network b4e8b58e-eb8d-44ee-b511-d3c0f56339d5 2026-06-10 08:30:03.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-151eec7e-89c8-4865-b89a-1a5a208140f4 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.210 () {48 vars in 967 bytes} [Wed Jun 10 08:30:03 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:30:09.728 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd511fcd-fda4-448a-895d-33f73a435f2b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 08:30:09 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/18] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 08:30:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:30:09.830 8 WARNING neutron.services.revisions.revision_plugin [None req-dab59854-4527-4913-99fe-fbc4c2726ec8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:30:09.884 8 INFO neutron.db.segments_db [None req-dab59854-4527-4913-99fe-fbc4c2726ec8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 091eff89-5f21-4f20-99f3-97af8382216f of type flat for network 137a499f-2954-49d6-8eee-1e00aa3a232d 2026-06-10 08:30:09.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dab59854-4527-4913-99fe-fbc4c2726ec8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/19] 199.204.45.210 () {48 vars in 967 bytes} [Wed Jun 10 08:30:09 2026] POST /v2.0/networks => generated 124 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 08:30:15.949 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0441d5e-80f1-43ae-8bae-f55fa342ab99 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 08:30:15 2026] GET /v2.0/networks/public => generated 108 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 08:30:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:30:16.019 8 WARNING neutron.services.revisions.revision_plugin [None req-6962ea7b-183c-446a-877c-b45c4727f952 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Could not find related network for resource to bump revision. 2026-06-10 08:30:16.039 8 INFO neutron.db.segments_db [None req-6962ea7b-183c-446a-877c-b45c4727f952 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment a10b15ea-90fa-43b4-af3f-24dace1394ec of type flat for network 6ab4eb75-a5ae-41b1-9515-dc6162ab241d [pid: 8|app: 0|req: 10/23] 199.204.45.210 () {48 vars in 967 bytes} [Wed Jun 10 08:30:15 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-06-10 08:30:17.433 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a4e0254-4872-4988-8644-44241d58e86f 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 08:30:17 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 08:30:17 2026] GET /v2.0/networks?name=public => generated 709 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 08:30:17.530 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3439869-902f-443b-bf67-165d6530af3f 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.210 () {44 vars in 1034 bytes} [Wed Jun 10 08:30:17 2026] GET /v2.0/subnets/public-subnet?network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.210 () {44 vars in 1057 bytes} [Wed Jun 10 08:30:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d => 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: 16/28] 199.204.45.210 () {48 vars in 965 bytes} [Wed Jun 10 08:30:17 2026] POST /v2.0/subnets => generated 664 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 08:35:21.718 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f99bb26b-758e-4bfe-8a21-c89a97a5d0a7 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/68] 199.204.45.210 () {44 vars in 937 bytes} [Wed Jun 10 08:35:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.210 () {44 vars in 959 bytes} [Wed Jun 10 08:35:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:35:21.815 8 INFO neutron.db.segments_db [None req-2cfc87c3-3c46-4637-bb21-6173b6750a7f 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 1c770fe8-f0a9-42e7-b0ea-3c8b578c0483 of type vxlan for network 73b64e5e-504c-4f22-9c26-3f2b61d776fd [pid: 8|app: 0|req: 34/70] 199.204.45.210 () {48 vars in 966 bytes} [Wed Jun 10 08:35:21 2026] POST /v2.0/networks => generated 688 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 08:35:22.891 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c763cfef-3f64-4566-8f89-08d306f11c69 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.210 () {44 vars in 937 bytes} [Wed Jun 10 08:35:22 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: 8|app: 0|req: 35/72] 199.204.45.210 () {44 vars in 959 bytes} [Wed Jun 10 08:35:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 08:35:22.958 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b35b5a3-da39-4ed2-98bc-34f495678003 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/73] 199.204.45.210 () {44 vars in 1036 bytes} [Wed Jun 10 08:35:22 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.210 () {44 vars in 1059 bytes} [Wed Jun 10 08:35:22 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.210 () {48 vars in 965 bytes} [Wed Jun 10 08:35:22 2026] POST /v2.0/subnets => generated 651 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 08:35:24.455 8 INFO neutron.api.v2.resource [None req-e23261cd-0476-464a-9ca4-c30cb7018338 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/76] 199.204.45.210 () {44 vars in 971 bytes} [Wed Jun 10 08:35:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.210 () {44 vars in 993 bytes} [Wed Jun 10 08:35:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.210 () {48 vars in 980 bytes} [Wed Jun 10 08:35:24 2026] POST /v2.0/security-groups => generated 1616 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:25 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 1616 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:25 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:25 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:35:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:26 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 2230 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:26 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:26 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:35:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:27 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:27 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => 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: 46/89] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:28 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:35:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:29 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:29 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:29 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:35:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:30 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:30 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:30 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:35:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.210 () {44 vars in 987 bytes} [Wed Jun 10 08:35:31 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 08:35:31.705 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8715ff85-4e35-488f-815e-758d4dba0524 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/102] 199.204.45.210 () {44 vars in 1076 bytes} [Wed Jun 10 08:35:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.210 () {44 vars in 1099 bytes} [Wed Jun 10 08:35:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/104] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:31 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.210 () {48 vars in 961 bytes} [Wed Jun 10 08:35:31 2026] POST /v2.0/ports => generated 1100 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 08:35:39.937 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5586b6d-a196-463a-81ac-a146f46ab4b5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/106] 199.204.45.210 () {44 vars in 979 bytes} [Wed Jun 10 08:35:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/107] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.210 () {48 vars in 1031 bytes} [Wed Jun 10 08:35:40 2026] PUT /v2.0/ports/f05147ff-2bba-4cd3-98ad-a9c9121bd08a => generated 1249 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.210 () {44 vars in 920 bytes} [Wed Jun 10 08:35:42 2026] GET /v2.0/ports => generated 3730 bytes in 294 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-06-10 08:35:43.877 7 INFO neutron.api.v2.resource [None req-e4e7f0e9-8074-4c66-90bc-a30a68f32667 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.210 () {44 vars in 959 bytes} [Wed Jun 10 08:35:43 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.210 () {44 vars in 981 bytes} [Wed Jun 10 08:35:43 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.210 () {48 vars in 980 bytes} [Wed Jun 10 08:35:43 2026] POST /v2.0/security-groups => generated 1610 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:44 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:45 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:45 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:35:45 2026] POST /v2.0/security-group-rules => generated 623 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:46 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:46 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/121] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:35:46 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:35:46 2026] POST /v2.0/security-group-rules => generated 627 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/131] 199.204.45.210 () {44 vars in 975 bytes} [Wed Jun 10 08:36:55 2026] GET /v2.0/quotas/682066975cb54b23838e674e19e98092 => 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: 65/132] 199.204.45.210 () {48 vars in 1027 bytes} [Wed Jun 10 08:36:55 2026] PUT /v2.0/quotas/682066975cb54b23838e674e19e98092 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 08:39:18.724 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63e458e6-2bef-46da-9ada-b7d22038fa0a 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/153] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 08:39:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 145 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: 76/154] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 08:39:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 08:39:20.863 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d91a14eb-be07-4c24-9558-69b46510694b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/155] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 08:39:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/156] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 08:39:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 08:46:25.381 8 INFO neutron.api.v2.resource [None req-04a3115c-99be-4d09-9949-8299675b4def 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 106/213] 199.204.45.210 () {44 vars in 1074 bytes} [Wed Jun 10 08:46:25 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 139 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.210 () {44 vars in 1097 bytes} [Wed Jun 10 08:46:25 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 23 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.210 () {48 vars in 981 bytes} [Wed Jun 10 08:46:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:26 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 1624 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:46:26 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:26 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:46:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:27 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:46:27 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => 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: 112/222] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:28 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:46:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:29 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 2846 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/225] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:46:29 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/226] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:29 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/229] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:46:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/230] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:30 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 3460 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/231] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 08:46:30 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/232] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 08:46:30 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/233] 199.204.45.210 () {48 vars in 991 bytes} [Wed Jun 10 08:46:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/252] 199.204.45.210 () {30 vars in 740 bytes} [Wed Jun 10 08:48:55 2026] GET /v2.0/networks?tenant_id=b8ddf4e079e749cbb3a404bbf5b726b7&shared=False => generated 15 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 08:48:55.962 7 INFO neutron.db.segments_db [None req-66b5ab24-3adc-43ba-88da-dfc791d7c114 774c3059fdc74a0b95cff92d6132a977 b8ddf4e079e749cbb3a404bbf5b726b7 - - f42e39c006544a4b9415964184931cab f42e39c006544a4b9415964184931cab] Added segment 485c465f-529e-4fd8-95c4-1c7c0ff8276e of type vxlan for network f5cd4ee0-472c-42b5-94ee-1643199d9e40 [pid: 7|app: 0|req: 128/253] 199.204.45.210 () {34 vars in 682 bytes} [Wed Jun 10 08:48:55 2026] POST /v2.0/networks => generated 699 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/254] 199.204.45.210 () {30 vars in 722 bytes} [Wed Jun 10 08:48:56 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/255] 199.204.45.210 () {30 vars in 633 bytes} [Wed Jun 10 08:48:56 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/256] 199.204.45.210 () {34 vars in 677 bytes} [Wed Jun 10 08:48:56 2026] POST /v2.0/ports => generated 999 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/257] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 08:48:56 2026] GET /v2.0/networks/f5cd4ee0-472c-42b5-94ee-1643199d9e40 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 199.204.45.210 () {30 vars in 722 bytes} [Wed Jun 10 08:48:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/259] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 08:48:58 2026] GET /v2.0/networks/f5cd4ee0-472c-42b5-94ee-1643199d9e40 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/264] 199.204.45.210 () {44 vars in 975 bytes} [Wed Jun 10 08:49:16 2026] GET /v2.0/quotas/b8ddf4e079e749cbb3a404bbf5b726b7 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/265] 199.204.45.210 () {48 vars in 1027 bytes} [Wed Jun 10 08:49:16 2026] PUT /v2.0/quotas/b8ddf4e079e749cbb3a404bbf5b726b7 => generated 291 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:01:29.522 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45ad62c8-7bdc-4865-b19f-e29b05973f00 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/364] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 09:01:29 2026] GET /v2.0/networks/public => generated 108 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 09:01:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:01:30.774 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7fd8a02-ef0e-49dc-bdf1-afbe59616d1e 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/366] 199.204.45.210 () {44 vars in 927 bytes} [Wed Jun 10 09:01:30 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: 186/367] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 09:01:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:01:30.847 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b40d3ede-e798-4dc4-a1da-38ce90a2cd0f 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/368] 199.204.45.210 () {44 vars in 1034 bytes} [Wed Jun 10 09:01:30 2026] GET /v2.0/subnets/public-subnet?network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/369] 199.204.45.210 () {44 vars in 1057 bytes} [Wed Jun 10 09:01:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:01:58.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee28125b-bd78-4cd0-9d42-a440aad2f743 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/372] 199.204.45.210 () {44 vars in 937 bytes} [Wed Jun 10 09:01:58 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/373] 199.204.45.210 () {44 vars in 959 bytes} [Wed Jun 10 09:01:58 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:01:59.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bd963f4-2c41-4825-b323-2a0a06e8d41a 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/376] 199.204.45.210 () {44 vars in 937 bytes} [Wed Jun 10 09:01:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/377] 199.204.45.210 () {44 vars in 959 bytes} [Wed Jun 10 09:01:59 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-06-10 09:02:00.015 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b95bc1c-7c9a-4dde-9af9-d4876a7c4cb6 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/378] 199.204.45.210 () {44 vars in 1036 bytes} [Wed Jun 10 09:02:00 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/379] 199.204.45.210 () {44 vars in 1059 bytes} [Wed Jun 10 09:02:00 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:02:01.220 7 INFO neutron.api.v2.resource [None req-a4816fd1-dcf9-4bc5-87f4-faede369a93b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/380] 199.204.45.210 () {44 vars in 971 bytes} [Wed Jun 10 09:02:01 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/381] 199.204.45.210 () {44 vars in 993 bytes} [Wed Jun 10 09:02:01 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/382] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:02 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/383] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:02 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/384] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:02:02 2026] GET /v2.0/security-group-rules/8551eac9-6b85-4e8a-b591-b0483fa05e6f => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/385] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:03 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/386] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:03 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/387] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:02:03 2026] GET /v2.0/security-group-rules/6e5fb2b4-a346-44ed-866d-9a19e1aabfe1 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/388] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:04 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/389] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:04 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/390] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:02:04 2026] GET /v2.0/security-group-rules/4d4a95ae-43eb-45c5-8ad4-0034c904210d => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/391] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:05 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/392] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:05 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/393] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:02:05 2026] GET /v2.0/security-group-rules/e258101d-c317-40b0-acd6-e77bfed190d0 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/394] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:06 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/395] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:06 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/396] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:02:06 2026] GET /v2.0/security-group-rules/34e852c9-5b67-4556-823e-7e045e1e4e89 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/397] 199.204.45.210 () {44 vars in 987 bytes} [Wed Jun 10 09:02:07 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 732 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:02:07.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08ea6878-f378-44c5-ab5f-98051dabb692 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/398] 199.204.45.210 () {44 vars in 1076 bytes} [Wed Jun 10 09:02:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/399] 199.204.45.210 () {44 vars in 1099 bytes} [Wed Jun 10 09:02:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 1254 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/400] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:07 2026] GET /v2.0/security-groups/98f30e05-ef6e-4e06-88e4-5d2b0e071472 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:02:15.913 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45107f43-0bb8-4897-bae0-4fcc633bc4a9 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/403] 199.204.45.210 () {44 vars in 979 bytes} [Wed Jun 10 09:02:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/404] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/405] 199.204.45.210 () {44 vars in 920 bytes} [Wed Jun 10 09:02:17 2026] GET /v2.0/ports => generated 4725 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:02:18.803 7 INFO neutron.api.v2.resource [None req-5493521e-024a-4ed0-87c8-ee97d6825ace 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/406] 199.204.45.210 () {44 vars in 959 bytes} [Wed Jun 10 09:02:18 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: 8|app: 0|req: 201/407] 199.204.45.210 () {44 vars in 981 bytes} [Wed Jun 10 09:02:18 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/408] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:19 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 2886 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/409] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:19 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/410] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:02:19 2026] GET /v2.0/security-group-rules/6932e9ff-aba6-49fb-965f-3e7f84c7f6c4 => generated 623 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/411] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:20 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 2886 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/412] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:02:20 2026] GET /v2.0/security-groups/9e51ba26-a95f-4fda-996b-27018bdbf714 => generated 2886 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/413] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:02:20 2026] GET /v2.0/security-group-rules/7fc3d3df-15c0-40eb-b6f1-6c1c6b2d567d => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.204.45.210 () {44 vars in 975 bytes} [Wed Jun 10 09:02:33 2026] GET /v2.0/quotas/682066975cb54b23838e674e19e98092 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:03:30.979 8 INFO neutron.api.v2.resource [None req-1111d7fe-6f08-4de8-8108-2608acc8fbf7 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/425] 199.204.45.210 () {44 vars in 1074 bytes} [Wed Jun 10 09:03:30 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/426] 199.204.45.210 () {44 vars in 1097 bytes} [Wed Jun 10 09:03:30 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/427] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 09:03:32 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:03:32 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:03:32 2026] GET /v2.0/security-group-rules/b3ab6405-5439-44e5-be0d-226308c61c90 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 09:03:33 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:03:33 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:03:33 2026] GET /v2.0/security-group-rules/98742a9d-2f7a-4cc4-a197-f199e11873cc => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 09:03:34 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:03:34 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:03:34 2026] GET /v2.0/security-group-rules/afe4f8ea-3eb4-40aa-92e8-3acf1a96d147 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 199.204.45.210 () {44 vars in 1088 bytes} [Wed Jun 10 09:03:35 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455?project_id=b8ddf4e079e749cbb3a404bbf5b726b7 => 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: 217/437] 199.204.45.210 () {44 vars in 1001 bytes} [Wed Jun 10 09:03:35 2026] GET /v2.0/security-groups/d58d4d02-d5bc-421a-808d-b9f8310ac455 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 199.204.45.210 () {44 vars in 1011 bytes} [Wed Jun 10 09:03:35 2026] GET /v2.0/security-group-rules/34260132-3b66-4139-9bd7-015a4d0b76b2 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 199.204.45.210 () {44 vars in 975 bytes} [Wed Jun 10 09:03:43 2026] GET /v2.0/quotas/b8ddf4e079e749cbb3a404bbf5b726b7 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/448] 199.204.45.210 () {44 vars in 949 bytes} [Wed Jun 10 09:04:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 81 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.24 () {32 vars in 648 bytes} [Wed Jun 10 09:05:15 2026] GET /v2.0/networks => generated 2168 bytes in 125 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.24 () {32 vars in 654 bytes} [Wed Jun 10 09:05:16 2026] GET /v2.0/floatingips => generated 19 bytes in 45 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.24 () {32 vars in 646 bytes} [Wed Jun 10 09:05:16 2026] GET /v2.0/routers => generated 15 bytes in 39 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.24 () {32 vars in 642 bytes} [Wed Jun 10 09:05:16 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:05:16 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:05:16 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:05:16 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.24 () {32 vars in 654 bytes} [Wed Jun 10 09:05:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:28.031 7 INFO neutron.db.segments_db [None req-812615af-92df-4734-8eac-7532ee8338c4 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment bca99ad6-ebfb-4f29-b81a-c340545e40dd of type vxlan for network 0682f79a-1645-44f5-95b9-91f26378048c 2026-06-10 09:05:28.070 8 INFO neutron.db.segments_db [None req-e657314a-8733-4c54-a9b8-f3dd371e1a57 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 58fe0201-66da-4e1f-b083-157298d831bc of type vxlan for network f34b09d8-1627-4fba-9a47-dd6425364237 [pid: 7|app: 0|req: 233/463] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:05:27 2026] POST /v2.0/networks => generated 730 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:05:27 2026] POST /v2.0/networks => generated 733 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:28 2026] POST /v2.0/subnets => generated 696 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:28 2026] POST /v2.0/subnets => generated 699 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:05:28.448 8 INFO neutron.db.segments_db [None req-358958eb-98b2-452b-8b6a-7ee35aa8cdc6 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment ce53f03b-ac7f-4691-b6cc-7ddf17c4e1b7 of type vxlan for network cce33ab9-584a-4ae6-8f9d-6435c54c4ff0 2026-06-10 09:05:28.448 7 INFO neutron.db.segments_db [None req-83b9bee6-ddcd-4199-bf9a-e1283a90d087 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 799a3609-13fd-4183-ab95-26231748f666 of type vxlan for network c940b187-f989-4a37-abab-48ceb5119060 [pid: 7|app: 0|req: 234/467] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:05:28 2026] POST /v2.0/networks => generated 726 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:28 2026] GET /v2.0/security-groups?tenant_id=88c1bcfb8560401699942a1a46ca9522&name=default => generated 2921 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:05:28.672 8 INFO neutron.db.l3_hamode_db [None req-358958eb-98b2-452b-8b6a-7ee35aa8cdc6 75d6afbafd5e46e5905dbfd660c27c63 ab4d48bbb14e484bbb5b4ebf1750bcf1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:05:28.698 7 INFO neutron.db.segments_db [None req-b7e61a88-c976-4777-972a-562aadb1a4d1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 7c5c7102-89ee-455f-bc52-aef3344a6336 of type vxlan for network 39c6ac4f-8596-401e-b357-6fc42260a30b 2026-06-10 09:05:29.020 7 INFO neutron.db.l3_hamode_db [None req-b7e61a88-c976-4777-972a-562aadb1a4d1 75d6afbafd5e46e5905dbfd660c27c63 735e26ccfea04648917fa25f10ec4590 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:05:29.589 8 INFO neutron.db.l3_hamode_db [None req-358958eb-98b2-452b-8b6a-7ee35aa8cdc6 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:05:29.910 7 INFO neutron.db.l3_hamode_db [None req-b7e61a88-c976-4777-972a-562aadb1a4d1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/469] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:28 2026] POST /v2.0/routers => generated 736 bytes in 2649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:28 2026] POST /v2.0/routers => generated 739 bytes in 2565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:31 2026] POST /v2.0/subnets => generated 692 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:31 2026] DELETE /v2.0/security-groups/1242c774-b469-4c5c-83bf-a44bd4a0b46e => 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: 238/475] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:05:31 2026] PUT /v2.0/routers/f087ae19-3c03-442a-b5c7-cb68f96aeab5/add_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:05:32.414 7 INFO neutron.db.segments_db [None req-a1cb0977-e483-471e-a656-0c30a39942b4 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment fe69e2a9-b44a-47ca-a245-dadd01ac8b56 of type vxlan for network a4940fe2-941f-4758-bfcb-fd299552acb2 [pid: 8|app: 0|req: 238/476] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:05:31 2026] PUT /v2.0/routers/fdcf9adb-093f-425e-8c73-1758169c880a/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:05:32.650 7 INFO neutron.db.l3_hamode_db [None req-a1cb0977-e483-471e-a656-0c30a39942b4 75d6afbafd5e46e5905dbfd660c27c63 50ec719e4c3743aba05d874579a0e2f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/477] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:05:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:05:33.294 8 INFO neutron.db.segments_db [None req-bb91032a-c1d3-46d3-adc9-26120dcb67ac 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment ae16b8d8-e39b-447b-a57b-920218ed5420 of type vxlan for network e3fd9492-5152-44f4-878b-b8150bcaccac 2026-06-10 09:05:33.342 7 INFO neutron.db.l3_hamode_db [None req-a1cb0977-e483-471e-a656-0c30a39942b4 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/478] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:05:33 2026] POST /v2.0/networks => generated 724 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:05:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.5 () {38 vars in 969 bytes} [Wed Jun 10 09:05:33 2026] POST /v2.0/security-groups => generated 1686 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/481] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:33 2026] POST /v2.0/subnets => generated 690 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/482] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:05:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:05:33.979 8 INFO neutron.db.segments_db [None req-927a994d-767f-474e-a160-8c6a7fceecc1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 4bafe63d-eebe-439e-ad83-96ed1ec149c1 of type vxlan for network 671cf08b-5cc5-43b3-85d4-02c4f18eb2ef [pid: 7|app: 0|req: 239/483] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:32 2026] POST /v2.0/routers => generated 732 bytes in 1815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:05:34.211 8 INFO neutron.db.l3_hamode_db [None req-927a994d-767f-474e-a160-8c6a7fceecc1 75d6afbafd5e46e5905dbfd660c27c63 c29c20ac02e84616b62f50efeece3f0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/484] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:05:34 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/485] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:34 2026] GET /v2.0/security-groups/18a16cc3-9baa-4653-9a9f-0e2fbe54c751 => generated 1686 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:05:35.052 8 INFO neutron.db.l3_hamode_db [None req-927a994d-767f-474e-a160-8c6a7fceecc1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/486] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:05:34 2026] PUT /v2.0/routers/14dc98f4-d42c-4c3e-84db-f1c817e27691/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:33 2026] POST /v2.0/routers => generated 730 bytes in 2137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.5 () {34 vars in 1096 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--847674876&fields=id&tenant_id=735e26ccfea04648917fa25f10ec4590 => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/489] 10.0.0.5 () {38 vars in 979 bytes} [Wed Jun 10 09:05:36 2026] POST /v2.0/security-group-rules => generated 614 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/490] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/491] 10.0.0.5 () {38 vars in 969 bytes} [Wed Jun 10 09:05:36 2026] POST /v2.0/security-groups => generated 1686 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/492] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/quotas/735e26ccfea04648917fa25f10ec4590 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/493] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/494] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/security-groups/92861eb3-225e-4201-928f-f9bfbfa191b3 => generated 1686 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/495] 10.0.0.5 () {38 vars in 979 bytes} [Wed Jun 10 09:05:36 2026] POST /v2.0/security-group-rules => generated 614 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/496] 10.0.0.5 () {38 vars in 969 bytes} [Wed Jun 10 09:05:36 2026] POST /v2.0/security-groups => generated 1682 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/497] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/security-groups/92861eb3-225e-4201-928f-f9bfbfa191b3 => generated 2311 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/498] 10.0.0.5 () {34 vars in 905 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/499] 10.0.0.5 () {38 vars in 979 bytes} [Wed Jun 10 09:05:36 2026] POST /v2.0/security-group-rules => generated 619 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/500] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:05:36 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/501] 10.0.0.5 () {38 vars in 969 bytes} [Wed Jun 10 09:05:36 2026] POST /v2.0/security-groups => generated 1681 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/502] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?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: 257/503] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/92861eb3-225e-4201-928f-f9bfbfa191b3 => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/504] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:05:36 2026] PUT /v2.0/routers/7fb4dccc-bc7e-440a-a3d8-7950cef2e679/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/505] 10.0.0.5 () {34 vars in 999 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-group-rules/fb71f5d7-a11b-4226-818a-1989b07d320a => generated 616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/506] 10.0.0.5 () {38 vars in 969 bytes} [Wed Jun 10 09:05:37 2026] POST /v2.0/security-groups => generated 1681 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/507] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/92861eb3-225e-4201-928f-f9bfbfa191b3 => generated 2941 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/508] 10.0.0.5 () {36 vars in 1021 bytes} [Wed Jun 10 09:05:37 2026] DELETE /v2.0/security-group-rules/fb71f5d7-a11b-4226-818a-1989b07d320a => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/509] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups?tenant_id=50ec719e4c3743aba05d874579a0e2f8 => generated 7905 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/510] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/aa1f4060-b05e-4865-b471-101ee7ced0ba => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/511] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/aa1f4060-b05e-4865-b471-101ee7ced0ba => generated 2918 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/512] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/92861eb3-225e-4201-928f-f9bfbfa191b3 => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/513] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 12 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/514] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/b56ba400-b710-4e57-8289-37fe009f72f8 => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/515] 10.0.0.5 () {36 vars in 1011 bytes} [Wed Jun 10 09:05:37 2026] DELETE /v2.0/security-groups/92861eb3-225e-4201-928f-f9bfbfa191b3 => 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: 261/516] 10.0.0.5 () {36 vars in 1011 bytes} [Wed Jun 10 09:05:37 2026] DELETE /v2.0/security-groups/b56ba400-b710-4e57-8289-37fe009f72f8 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/517] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/18a16cc3-9baa-4653-9a9f-0e2fbe54c751 => generated 2311 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:05:37.912 8 INFO neutron.api.v2.resource [req-4a726b80-08f0-4f88-a6b2-f33380ad9668 req-1075a40f-ee0b-4157-8af6-b6a8a7b252fa c1a616ed78914c01800ab6ae005ea4d7 50ec719e4c3743aba05d874579a0e2f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/518] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:37 2026] GET /v2.0/security-groups/b56ba400-b710-4e57-8289-37fe009f72f8 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/519] 10.0.0.5 () {36 vars in 1011 bytes} [Wed Jun 10 09:05:37 2026] DELETE /v2.0/security-groups/18a16cc3-9baa-4653-9a9f-0e2fbe54c751 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/520] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:05:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/521] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:38 2026] GET /v2.0/security-groups/2913957f-526e-4780-a317-876483b6aa7b => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/522] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:05:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/523] 10.0.0.5 () {36 vars in 1011 bytes} [Wed Jun 10 09:05:38 2026] DELETE /v2.0/security-groups/2913957f-526e-4780-a317-876483b6aa7b => 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: 265/524] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:05:38 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) 2026-06-10 09:05:38.295 7 INFO neutron.api.v2.resource [req-33f5d014-f5a9-4e04-ab79-b4343fbdf4e8 req-d79257a7-e2f1-42ee-b42a-29d3972ebf51 c1a616ed78914c01800ab6ae005ea4d7 50ec719e4c3743aba05d874579a0e2f8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 266/525] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:38 2026] GET /v2.0/security-groups/2913957f-526e-4780-a317-876483b6aa7b => 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: 267/526] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:05:38 2026] POST /v2.0/floatingips => generated 552 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/527] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:38 2026] GET /v2.0/security-groups/21326d29-a59d-4e15-af66-c594e9af7688 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/528] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:38 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:38.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-81b60937-1137-492e-a045-d5c7aba2fd6d 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 4198b0b4-3a77-4c3f-a801-6d67395a6ba4 2026-06-10 09:05:38.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81b60937-1137-492e-a045-d5c7aba2fd6d 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 4198b0b4-3a77-4c3f-a801-6d67395a6ba4 [pid: 7|app: 0|req: 270/529] 10.0.0.5 () {36 vars in 1011 bytes} [Wed Jun 10 09:05:38 2026] DELETE /v2.0/security-groups/21326d29-a59d-4e15-af66-c594e9af7688 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:05:39.056 7 INFO neutron.api.v2.resource [req-c93d775e-3aac-45c3-bbdc-266ca426d8c4 req-848c1be2-ff83-4ec5-a5e0-3fad7d52735c c1a616ed78914c01800ab6ae005ea4d7 50ec719e4c3743aba05d874579a0e2f8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/530] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups/21326d29-a59d-4e15-af66-c594e9af7688 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/531] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups?tenant_id=50ec719e4c3743aba05d874579a0e2f8 => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/532] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups/aa1f4060-b05e-4865-b471-101ee7ced0ba => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/533] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups/aa1f4060-b05e-4865-b471-101ee7ced0ba => generated 2918 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:05:39.287 7 INFO neutron.api.v2.resource [req-cb030c17-9418-4204-91fc-2298290bdd4d req-ddac9b87-da6e-4815-bd1d-70d73975881d c1a616ed78914c01800ab6ae005ea4d7 50ec719e4c3743aba05d874579a0e2f8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 275/534] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups/21326d29-a59d-4e15-af66-c594e9af7688 => 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: 276/535] 10.0.0.5 () {34 vars in 1096 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--827513470&fields=id&tenant_id=c29c20ac02e84616b62f50efeece3f0f => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:39.366 7 INFO neutron.api.v2.resource [req-2da94e10-9842-4ef3-bfe6-b080df1d7a17 req-5e6a9975-ddff-41b1-a291-7ac5b4f10910 c1a616ed78914c01800ab6ae005ea4d7 50ec719e4c3743aba05d874579a0e2f8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/536] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups/2913957f-526e-4780-a317-876483b6aa7b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/537] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/networks?id=e3fd9492-5152-44f4-878b-b8150bcaccac => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:05:39.431 7 INFO neutron.api.v2.resource [req-e25b28f2-267f-4e7e-98a4-221c7d7e06a9 req-ee475167-b2a9-435a-9c2a-5c776273aefd c1a616ed78914c01800ab6ae005ea4d7 50ec719e4c3743aba05d874579a0e2f8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 279/538] 10.0.0.5 () {34 vars in 989 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/security-groups/b56ba400-b710-4e57-8289-37fe009f72f8 => 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: 280/539] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/quotas/c29c20ac02e84616b62f50efeece3f0f => 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: 260/540] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:05:38 2026] PUT /v2.0/routers/fdcf9adb-093f-425e-8c73-1758169c880a/remove_router_interface => generated 309 bytes in 1564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/541] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:05:39 2026] GET /v2.0/ports?tenant_id=c29c20ac02e84616b62f50efeece3f0f&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:39.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-85fff43f-01ce-4a30-a6be-e775d8deda85 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: a557aa77-4fe9-4911-8394-ec43d2578108 2026-06-10 09:05:39.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fff43f-01ce-4a30-a6be-e775d8deda85 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: a557aa77-4fe9-4911-8394-ec43d2578108 2026-06-10 09:05:39.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9d6e57a-1a3d-4102-b6e8-35e672b85c68 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 1c391793-1958-4834-80f0-7844c7d23f8e 2026-06-10 09:05:39.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9d6e57a-1a3d-4102-b6e8-35e672b85c68 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 1c391793-1958-4834-80f0-7844c7d23f8e 2026-06-10 09:05:40.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-85fff43f-01ce-4a30-a6be-e775d8deda85 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: fa284cd3-5d46-424c-a76c-5f7043bc45ce 2026-06-10 09:05:40.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fff43f-01ce-4a30-a6be-e775d8deda85 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: fa284cd3-5d46-424c-a76c-5f7043bc45ce 2026-06-10 09:05:40.286 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-85fff43f-01ce-4a30-a6be-e775d8deda85 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - 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: 281/542] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:05:39 2026] PUT /v2.0/routers/14dc98f4-d42c-4c3e-84db-f1c817e27691/remove_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/543] 10.0.0.5 () {34 vars in 905 bytes} [Wed Jun 10 09:05:40 2026] GET /v2.0/extensions => generated 21537 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/544] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:40 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:40.649 8 INFO neutron.db.l3_hamode_db [None req-85fff43f-01ce-4a30-a6be-e775d8deda85 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network cce33ab9-584a-4ae6-8f9d-6435c54c4ff0 was deleted as no HA routers are present in tenant ab4d48bbb14e484bbb5b4ebf1750bcf1. [pid: 8|app: 0|req: 262/545] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:05:39 2026] DELETE /v2.0/routers/fdcf9adb-093f-425e-8c73-1758169c880a => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:05:40.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-342a772c-6589-4482-9cd9-4d73ba72445c 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: e3d27bd2-db05-4cc8-900b-cad4fa1d961b 2026-06-10 09:05:40.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-342a772c-6589-4482-9cd9-4d73ba72445c 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: e3d27bd2-db05-4cc8-900b-cad4fa1d961b [pid: 8|app: 0|req: 263/546] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:05:40 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:40.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-342a772c-6589-4482-9cd9-4d73ba72445c 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: a61d6d08-7da3-4896-9d1b-cd1d1884937b 2026-06-10 09:05:40.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-342a772c-6589-4482-9cd9-4d73ba72445c 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: a61d6d08-7da3-4896-9d1b-cd1d1884937b [pid: 8|app: 0|req: 264/547] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:05:40 2026] DELETE /v2.0/subnets/032843d3-7289-4961-becb-07a3d2249160 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/548] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:05:40 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:40.971 8 INFO neutron.services.segments.plugin [-] Segment ce53f03b-ac7f-4691-b6cc-7ddf17c4e1b7 resource provider aggregate not found 2026-06-10 09:05:40.989 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-342a772c-6589-4482-9cd9-4d73ba72445c 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-10 09:05:40.993 8 INFO neutron.services.segments.plugin [-] Segment ce53f03b-ac7f-4691-b6cc-7ddf17c4e1b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce53f03b-ac7f-4691-b6cc-7ddf17c4e1b7 found for delete ", "request_id": "req-19157f5a-ee16-4307-9bef-e8d488bb7e8e"}]} 2026-06-10 09:05:41.008 8 INFO neutron.services.segments.plugin [-] Segment ce53f03b-ac7f-4691-b6cc-7ddf17c4e1b7 resource provider aggregate not found 2026-06-10 09:05:41.032 8 INFO neutron.services.segments.plugin [-] Segment ce53f03b-ac7f-4691-b6cc-7ddf17c4e1b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce53f03b-ac7f-4691-b6cc-7ddf17c4e1b7 found for delete ", "request_id": "req-79ef183c-85cd-4964-a3c3-0a7e13e89672"}]} 2026-06-10 09:05:41.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb1d9f53-6bf2-4648-82a7-a6a8b389a908 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 9b1b16c4-2c7a-445a-ac8f-3e18027f7254 2026-06-10 09:05:41.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb1d9f53-6bf2-4648-82a7-a6a8b389a908 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 9b1b16c4-2c7a-445a-ac8f-3e18027f7254 [pid: 8|app: 0|req: 266/549] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:05:40 2026] DELETE /v2.0/networks/0682f79a-1645-44f5-95b9-91f26378048c => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/550] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:41 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:41.358 7 INFO neutron.db.l3_hamode_db [None req-342a772c-6589-4482-9cd9-4d73ba72445c 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network a4940fe2-941f-4758-bfcb-fd299552acb2 was deleted as no HA routers are present in tenant 50ec719e4c3743aba05d874579a0e2f8. [pid: 7|app: 0|req: 284/551] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:05:40 2026] DELETE /v2.0/routers/14dc98f4-d42c-4c3e-84db-f1c817e27691 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/552] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:41 2026] GET /v2.0/security-groups?tenant_id=ab4d48bbb14e484bbb5b4ebf1750bcf1&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/553] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:41 2026] DELETE /v2.0/security-groups/3fcdce6b-4422-41fe-abb8-3dd439e21e33 => 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: 285/554] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:05:41 2026] DELETE /v2.0/subnets/3bcc3672-aab7-4fea-9bfa-7d1d8823123f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/555] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:41 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:41.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3864d17-039f-4b4c-8408-8e120d5bb9f8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: c0173a21-43af-4bb6-93b8-cd9074d55b98 2026-06-10 09:05:41.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3864d17-039f-4b4c-8408-8e120d5bb9f8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: c0173a21-43af-4bb6-93b8-cd9074d55b98 2026-06-10 09:05:41.853 7 INFO neutron.services.segments.plugin [-] Segment fe69e2a9-b44a-47ca-a245-dadd01ac8b56 resource provider aggregate not found [pid: 8|app: 0|req: 270/556] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:05:41 2026] DELETE /v2.0/networks/c940b187-f989-4a37-abab-48ceb5119060 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:05:41.880 7 INFO neutron.services.segments.plugin [-] Segment fe69e2a9-b44a-47ca-a245-dadd01ac8b56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe69e2a9-b44a-47ca-a245-dadd01ac8b56 found for delete ", "request_id": "req-29d564ff-3268-4844-8de5-46ef998e4f6a"}]} 2026-06-10 09:05:41.918 7 INFO neutron.services.segments.plugin [-] Segment fe69e2a9-b44a-47ca-a245-dadd01ac8b56 resource provider aggregate not found 2026-06-10 09:05:41.943 7 INFO neutron.services.segments.plugin [-] Segment fe69e2a9-b44a-47ca-a245-dadd01ac8b56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe69e2a9-b44a-47ca-a245-dadd01ac8b56 found for delete ", "request_id": "req-e48dd3bb-498e-4d85-875f-bc059cd9895c"}]} [pid: 7|app: 0|req: 287/557] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:42 2026] GET /v2.0/security-groups?tenant_id=50ec719e4c3743aba05d874579a0e2f8&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/558] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:42 2026] DELETE /v2.0/security-groups/aa1f4060-b05e-4865-b471-101ee7ced0ba => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/559] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:42 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/560] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:05:42 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 684 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/561] 199.204.45.210 () {34 vars in 911 bytes} [Wed Jun 10 09:05:42 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: 7|app: 0|req: 289/562] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:05:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=735e26ccfea04648917fa25f10ec4590 => generated 180 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/563] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:42 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 274/564] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:05:42 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) 2026-06-10 09:05:43.012 8 INFO neutron.services.segments.plugin [-] Segment bca99ad6-ebfb-4f29-b81a-c340545e40dd resource provider aggregate not found 2026-06-10 09:05:43.030 8 INFO neutron.services.segments.plugin [-] Segment bca99ad6-ebfb-4f29-b81a-c340545e40dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca99ad6-ebfb-4f29-b81a-c340545e40dd found for delete ", "request_id": "req-d2e827ba-3135-4a5f-841a-0682d895f13f"}]} 2026-06-10 09:05:43.049 8 INFO neutron.services.segments.plugin [-] Segment 799a3609-13fd-4183-ab95-26231748f666 resource provider aggregate not found 2026-06-10 09:05:43.053 8 INFO neutron.services.segments.plugin [-] Segment bca99ad6-ebfb-4f29-b81a-c340545e40dd resource provider aggregate not found 2026-06-10 09:05:43.068 8 INFO neutron.services.segments.plugin [-] Segment 799a3609-13fd-4183-ab95-26231748f666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 799a3609-13fd-4183-ab95-26231748f666 found for delete ", "request_id": "req-a7b37a92-4377-40b6-8758-ac1ff15922b2"}]} 2026-06-10 09:05:43.074 8 INFO neutron.services.segments.plugin [-] Segment bca99ad6-ebfb-4f29-b81a-c340545e40dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca99ad6-ebfb-4f29-b81a-c340545e40dd found for delete ", "request_id": "req-7a420eef-8df7-4fd6-874a-28db7dd805d4"}]} 2026-06-10 09:05:43.099 8 INFO neutron.services.segments.plugin [-] Segment 799a3609-13fd-4183-ab95-26231748f666 resource provider aggregate not found 2026-06-10 09:05:43.117 8 INFO neutron.services.segments.plugin [-] Segment 799a3609-13fd-4183-ab95-26231748f666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 799a3609-13fd-4183-ab95-26231748f666 found for delete ", "request_id": "req-c10dd1ae-79a0-46b0-8e60-da8adaf44394"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-10 09:05:43.495 8 INFO neutron.db.segments_db [None req-0fca97e7-88b3-4515-ac8a-c50c821f47d1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 86d4ade1-164d-4cfa-b366-7f603e8c04c8 of type vxlan for network 98a6c764-2b86-4166-802e-e13aef719f21 [pid: 8|app: 0|req: 275/565] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:05:43 2026] POST /v2.0/networks => generated 729 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/566] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:43 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 291/567] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:05:43 2026] PUT /v2.0/ports/ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 1239 bytes in 455 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: 277/568] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:43 2026] POST /v2.0/subnets => generated 695 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:05:43.842 8 INFO neutron.db.segments_db [None req-9f8ee3eb-fc99-4e8e-991f-f52a712f7de5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 54daa371-53b1-4696-9242-a650c9d92793 of type vxlan for network 30077e3d-4ce7-4a4d-ac35-b7f1c423cc33 [pid: 7|app: 0|req: 292/569] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:43 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/570] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:43 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:05:44.139 8 INFO neutron.db.l3_hamode_db [None req-9f8ee3eb-fc99-4e8e-991f-f52a712f7de5 75d6afbafd5e46e5905dbfd660c27c63 7b1026879e89419594362de950009183 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:05:44.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7338f24-d411-4b55-8677-f2b525f4001d'] response: {'name': 'network-changed', 'server_uuid': 'a17e86a8-bc4a-41c1-b4c1-012bb13f9793', 'tag': 'ecb4ef18-0583-4b23-9742-15a26a3d3a7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 296/573] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:44 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 297/574] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:05:44 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:05:44.911 8 INFO neutron.db.l3_hamode_db [None req-9f8ee3eb-fc99-4e8e-991f-f52a712f7de5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 298/575] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/576] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:05:44 2026] GET /v2.0/subnets?id=b5b66573-f264-4ae8-acac-b5313efae856 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/577] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:05:44 2026] GET /v2.0/ports?network_id=f34b09d8-1627-4fba-9a47-dd6425364237&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: 301/578] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/579] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?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: 303/580] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/581] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?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: 305/582] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/security-groups?tenant_id=14fd2c19e1a54c6183532970fa55c89d&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/583] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:45 2026] DELETE /v2.0/security-groups/256d0489-02a4-47b9-b08a-42af728a4db4 => 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: 278/584] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:05:43 2026] POST /v2.0/routers => generated 735 bytes in 1950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/585] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/networks?id=e3fd9492-5152-44f4-878b-b8150bcaccac => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/586] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c29c20ac02e84616b62f50efeece3f0f => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/587] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:45 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 310/588] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:05:45 2026] POST /v2.0/ports => generated 954 bytes in 579 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: 311/589] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:05:46 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/590] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:46 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 279/591] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:05:45 2026] PUT /v2.0/routers/cffea3d5-f2b0-4799-bf46-9a5d7ad48f42/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/592] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:05:46 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/593] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:46 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 282/594] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:05:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/595] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:05:46 2026] PUT /v2.0/ports/1944b147-62d9-42b9-a4b5-c0e980235cbf => generated 1235 bytes in 532 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: 314/596] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/subnets?id=b5b66573-f264-4ae8-acac-b5313efae856 => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:05:47.057 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6802c98-aecf-4320-84b8-4c8778fd219a'] response: {'name': 'network-changed', 'server_uuid': 'f13f6813-1d82-44a4-b7b8-80acfdb8e66b', 'tag': '1944b147-62d9-42b9-a4b5-c0e980235cbf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 315/597] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/ports?network_id=f34b09d8-1627-4fba-9a47-dd6425364237&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/598] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/599] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/600] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:46 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 969 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/601] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/602] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/ports?tenant_id=c29c20ac02e84616b62f50efeece3f0f&device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 1238 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/603] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/networks?tenant_id=c29c20ac02e84616b62f50efeece3f0f&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: 319/604] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:05:47 2026] POST /v2.0/security-groups => generated 1661 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/605] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/606] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:05:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/607] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:47 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/608] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:48 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/609] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:05:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/610] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:48 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/611] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:48 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/612] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:05:48 2026] POST /v2.0/floatingips => generated 552 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/613] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:05:48 2026] GET /v2.0/ports?tenant_id=c29c20ac02e84616b62f50efeece3f0f&device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/614] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1944b147-62d9-42b9-a4b5-c0e980235cbf => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/615] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:05:48 2026] GET /v2.0/subnets?id=eafbf32c-bd31-405a-af57-e5f1bba2e2e4 => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/616] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:05:48 2026] GET /v2.0/ports?network_id=e3fd9492-5152-44f4-878b-b8150bcaccac&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/617] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:05:49 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?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: 326/618] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:05:49 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/619] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:49 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/620] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:49 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 294/621] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:49 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 328/622] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:49 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/623] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:49 2026] GET /v2.0/security-groups?tenant_id=238621d98244447781413458f86566f1&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/624] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:50 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 329/625] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:50 2026] DELETE /v2.0/security-groups/1abcd5fb-fcb3-4642-8dd2-8ffb3ff978ae => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/626] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:50 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 7|app: 0|req: 330/627] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:50 2026] GET /v2.0/security-groups?tenant_id=7640805067424da5adc57f6ed3a3405a&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/628] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:50 2026] DELETE /v2.0/security-groups/bf099e1d-55a2-4eb2-8730-124530ffd4e1 => 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: 331/629] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:50 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/630] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:50 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 332/631] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:51 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/632] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:51 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 333/633] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:52 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 969 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/634] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:52 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 334/635] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:52 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/636] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:52 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/637] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 303/638] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 336/639] 10.0.0.5 () {34 vars in 1098 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1946283301&fields=id&tenant_id=7b1026879e89419594362de950009183 => 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: 304/640] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/networks?id=98a6c764-2b86-4166-802e-e13aef719f21 => generated 680 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/641] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/quotas/7b1026879e89419594362de950009183 => 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: 305/642] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/ports?tenant_id=7b1026879e89419594362de950009183&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/643] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/644] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?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: 339/645] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/646] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:05:53 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/647] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:54 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 308/648] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:54 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/649] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:54 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 342/650] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:55 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/651] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:55 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/652] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:54 2026] GET /v2.0/security-groups?tenant_id=a4dc6a21a3b04aa2ada89372b4a5bd6b&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/653] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:55 2026] DELETE /v2.0/security-groups/0a42c78e-ece5-4d80-8c9d-1c7d6ed9bae1 => 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: 310/654] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:55 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/655] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:05:55 2026] GET /v2.0/security-groups?tenant_id=c2e447a4d0a3404bb1e9ff54e96998df&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/656] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:55 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/657] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:55 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/658] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:05:55 2026] DELETE /v2.0/security-groups/4e3dbe74-c9cd-4994-942c-c76b9f6cb161 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/659] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:55 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 314/660] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:56 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/661] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:56 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/662] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:56 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:56.742 7 INFO neutron.db.l3_db [None req-9c9cd8d0-44e9-47d8-ac27-e447b28b7572 f0f897f955294ebea1c9e909a2decfbd c29c20ac02e84616b62f50efeece3f0f - - default default] Floating IP 01d0d23e-b603-47e4-a54b-f4132c4e871a associated. External IP: 10.96.250.205, port: 1944b147-62d9-42b9-a4b5-c0e980235cbf. [pid: 7|app: 0|req: 347/663] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:05:55 2026] PUT /v2.0/floatingips/01d0d23e-b603-47e4-a54b-f4132c4e871a => generated 855 bytes in 1253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:05:57.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5834332-3c8a-4c3e-a9cb-d059ebe73d1e'] response: {'name': 'network-changed', 'server_uuid': 'f13f6813-1d82-44a4-b7b8-80acfdb8e66b', 'tag': '1944b147-62d9-42b9-a4b5-c0e980235cbf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 317/664] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 348/665] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 318/666] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 319/667] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 320/668] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/ports?tenant_id=c29c20ac02e84616b62f50efeece3f0f&device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/669] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/networks?id=e3fd9492-5152-44f4-878b-b8150bcaccac => generated 771 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/670] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1944b147-62d9-42b9-a4b5-c0e980235cbf => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/671] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/subnets?id=eafbf32c-bd31-405a-af57-e5f1bba2e2e4 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/672] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:05:57 2026] GET /v2.0/ports?network_id=e3fd9492-5152-44f4-878b-b8150bcaccac&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:05:58.028 7 INFO neutron.db.l3_db [None req-1d42b8a7-0b1f-48bc-8583-4e18bc24d97a 2a41f15a6ccf4cb3a74639de458417c4 735e26ccfea04648917fa25f10ec4590 - - default default] Floating IP 84923698-311c-4170-a5bb-f599d9f20fbf associated. External IP: 10.96.250.206, port: ecb4ef18-0583-4b23-9742-15a26a3d3a7d. [pid: 8|app: 0|req: 325/673] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:05:58 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/674] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:05:58 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?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: 349/675] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:05:57 2026] PUT /v2.0/floatingips/84923698-311c-4170-a5bb-f599d9f20fbf => generated 856 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/676] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:58 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/677] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:05:58 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/678] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:05:58 2026] GET /v2.0/networks?id=98a6c764-2b86-4166-802e-e13aef719f21 => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/679] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:05:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b1026879e89419594362de950009183 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/680] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:58 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:05:59.235 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01c63950-4665-4e6e-8c98-2e097c1bd980'] response: {'name': 'network-changed', 'server_uuid': 'a17e86a8-bc4a-41c1-b4c1-012bb13f9793', 'tag': 'ecb4ef18-0583-4b23-9742-15a26a3d3a7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 352/681] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:05:58 2026] POST /v2.0/ports => generated 954 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/684] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:05:59 2026] PUT /v2.0/ports/bb0e67a2-5f02-45a5-b3b0-f9b11978062d => generated 1235 bytes in 440 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: 355/685] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:05:59 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1244 bytes in 72 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: 331/686] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:05:59 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/687] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:05:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/688] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:05:59 2026] GET /v2.0/subnets?id=b5b66573-f264-4ae8-acac-b5313efae856 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/689] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:05:59 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/690] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:05:59 2026] GET /v2.0/ports?network_id=f34b09d8-1627-4fba-9a47-dd6425364237&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/691] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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: 359/692] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/693] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:00.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea6e29ad-c812-4ea9-9041-3fbba667db2a'] response: {'name': 'network-changed', 'server_uuid': '7da69504-8dcc-411b-b5b2-663db62b6d8a', 'tag': 'bb0e67a2-5f02-45a5-b3b0-f9b11978062d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 360/694] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/ports?tenant_id=7b1026879e89419594362de950009183&device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/695] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bb0e67a2-5f02-45a5-b3b0-f9b11978062d => 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: 361/696] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/subnets?id=65009c8e-88d6-4ab9-974d-e7cbb8f17db9 => 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: 336/697] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/ports?network_id=98a6c764-2b86-4166-802e-e13aef719f21&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/698] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/699] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:00 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/700] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:01 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/701] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:01 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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: 364/702] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/ports?tenant_id=7b1026879e89419594362de950009183&device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/703] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/networks?id=98a6c764-2b86-4166-802e-e13aef719f21 => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/704] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bb0e67a2-5f02-45a5-b3b0-f9b11978062d => 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: 340/705] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/subnets?id=65009c8e-88d6-4ab9-974d-e7cbb8f17db9 => generated 698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/706] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/ports?network_id=98a6c764-2b86-4166-802e-e13aef719f21&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/707] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 367/708] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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: 342/709] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/710] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/711] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:02 2026] GET /v2.0/security-groups?tenant_id=d0001099acb9418da079f546981cba3f&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/712] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:02 2026] DELETE /v2.0/security-groups/763775bd-ab89-456c-a6b6-f7bb579aec9c => 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: 344/713] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:03 2026] GET /v2.0/security-groups?tenant_id=c08b6802b5c14d8eabd4a6db52487b73&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/714] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:03 2026] DELETE /v2.0/security-groups/71568c72-ad94-4b41-9d9a-868d93a0f829 => 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: 345/715] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:03 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 371/716] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:03 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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: 346/717] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:04 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/718] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:04 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:05.487 8 INFO neutron.db.segments_db [None req-b4f99a5d-f8ab-42d2-866d-d4b5828bc389 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] Added segment d77508d7-7c55-4872-90ac-f938f5184067 of type vxlan for network b589b9bc-096a-4499-9177-fff88dd9061a [pid: 8|app: 0|req: 347/719] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:06:05 2026] POST /v2.0/networks => generated 628 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/720] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:06:05 2026] POST /v2.0/ports => generated 779 bytes in 280 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: 348/721] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:06:05 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 1240 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/722] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:05 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:05.954 8 INFO neutron.db.segments_db [None req-d198f752-cee4-4a02-b178-bc74aa109b54 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] Added segment 029f98b4-626c-4698-a115-ccb1711e73fc of type vxlan for network 3284b178-7182-447b-9172-3c59a3a75012 [pid: 7|app: 0|req: 375/723] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jun 10 09:06:05 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/724] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:05 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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: 349/725] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:06:05 2026] POST /v2.0/networks => generated 616 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/726] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:06 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/727] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:06:06 2026] POST /v2.0/ports => generated 965 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:06.889 7 INFO neutron_taas.services.taas.taas_plugin [None req-dba1f550-84ce-44e8-9d4e-ab095b3364bf ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] TaaS: Handle Delete Port: 9ac92dc3-7130-4557-b87b-b3fbf0e829f9 2026-06-10 09:06:06.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dba1f550-84ce-44e8-9d4e-ab095b3364bf ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] Tap Mirror: Handle Delete Port: 9ac92dc3-7130-4557-b87b-b3fbf0e829f9 [pid: 7|app: 0|req: 378/728] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:06:06 2026] DELETE /v2.0/ports/9ac92dc3-7130-4557-b87b-b3fbf0e829f9 => generated 0 bytes in 263 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-06-10 09:06:07.037 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6742359f-f3c2-439d-a518-a9b9a6bc070c ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 351/729] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:06:07 2026] DELETE /v2.0/ports/9ac92dc3-7130-4557-b87b-b3fbf0e829f9 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:07.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2dfc859-b529-4ad4-bef0-c69c78909dd1 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 379/730] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:07 2026] GET /v2.0/ports/9ac92dc3-7130-4557-b87b-b3fbf0e829f9 => 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: 352/731] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:07 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/732] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:07 2026] DELETE /v2.0/subnets/a6193fe0-9d1d-4173-92cf-b018f8310fca => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/733] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:07 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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-06-10 09:06:07.327 7 INFO neutron.services.segments.plugin [-] Segment 029f98b4-626c-4698-a115-ccb1711e73fc resource provider aggregate not found 2026-06-10 09:06:07.327 7 INFO neutron.services.segments.plugin [-] Segment 029f98b4-626c-4698-a115-ccb1711e73fc resource provider aggregate not found 2026-06-10 09:06:07.348 7 INFO neutron.services.segments.plugin [-] Segment 029f98b4-626c-4698-a115-ccb1711e73fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 029f98b4-626c-4698-a115-ccb1711e73fc found for delete ", "request_id": "req-2b882dc0-a068-402f-9f09-05d1a8ceb02e"}]} 2026-06-10 09:06:07.350 7 INFO neutron.services.segments.plugin [-] Segment 029f98b4-626c-4698-a115-ccb1711e73fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 029f98b4-626c-4698-a115-ccb1711e73fc found for delete ", "request_id": "req-6328998f-713f-46d5-bd84-54311201758e"}]} [pid: 7|app: 0|req: 381/734] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:07 2026] DELETE /v2.0/networks/3284b178-7182-447b-9172-3c59a3a75012 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:07.456 8 INFO neutron.db.segments_db [None req-9f7aed89-4740-4eac-b135-eeaace04a830 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] Added segment 2c3af05e-6af5-479d-8e9c-c3ed620f797e of type vxlan for network c7de3d09-d85f-4f66-bdd1-d28fe861a8b1 [pid: 8|app: 0|req: 354/735] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:06:07 2026] POST /v2.0/networks => generated 617 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/736] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:07 2026] POST /v2.0/subnets => generated 646 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/737] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:06:07 2026] POST /v2.0/ports => generated 927 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/738] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:08 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/739] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:08 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:08.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b243116-c8be-4ea6-8566-e83577b31605 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] TaaS: Handle Delete Port: 8a9de57c-e8aa-4416-9bea-18218ebccad1 2026-06-10 09:06:08.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b243116-c8be-4ea6-8566-e83577b31605 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] Tap Mirror: Handle Delete Port: 8a9de57c-e8aa-4416-9bea-18218ebccad1 [pid: 8|app: 0|req: 356/740] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:06:08 2026] DELETE /v2.0/ports/8a9de57c-e8aa-4416-9bea-18218ebccad1 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:08.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee6a8869-0590-4a22-bbc7-80886f4d7d1f ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 385/741] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:08 2026] GET /v2.0/ports/8a9de57c-e8aa-4416-9bea-18218ebccad1 => 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: 357/742] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:08 2026] DELETE /v2.0/subnets/89bdc9e4-2f1d-459e-b9f9-8b5c432eace2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/743] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:06:08 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/744] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:08 2026] DELETE /v2.0/networks/c7de3d09-d85f-4f66-bdd1-d28fe861a8b1 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/745] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jun 10 09:06:08 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 387/746] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:06:09 2026] POST /v2.0/ports => generated 777 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:09.371 7 INFO neutron.services.segments.plugin [-] Segment 2c3af05e-6af5-479d-8e9c-c3ed620f797e resource provider aggregate not found 2026-06-10 09:06:09.377 7 INFO neutron.services.segments.plugin [-] Segment 2c3af05e-6af5-479d-8e9c-c3ed620f797e resource provider aggregate not found 2026-06-10 09:06:09.398 7 INFO neutron.services.segments.plugin [-] Segment 2c3af05e-6af5-479d-8e9c-c3ed620f797e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3af05e-6af5-479d-8e9c-c3ed620f797e found for delete ", "request_id": "req-9bf5e50c-c356-41f2-b7fc-647b7bef948f"}]} 2026-06-10 09:06:09.399 7 INFO neutron.services.segments.plugin [-] Segment 2c3af05e-6af5-479d-8e9c-c3ed620f797e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3af05e-6af5-479d-8e9c-c3ed620f797e found for delete ", "request_id": "req-4eb04aed-a858-4208-a79b-824bd8a5ab17"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 360/747] 10.0.0.24 () {34 vars in 736 bytes} [Wed Jun 10 09:06:09 2026] PUT /v2.0/ports/12effc3e-5b73-4991-b20a-40964afeb05d => generated 752 bytes in 210 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: 388/748] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:09 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 389/749] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:09 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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-06-10 09:06:09.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-484c759e-60c7-49fe-a8fd-176ffc448713 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] TaaS: Handle Delete Port: 12effc3e-5b73-4991-b20a-40964afeb05d 2026-06-10 09:06:09.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-484c759e-60c7-49fe-a8fd-176ffc448713 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] Tap Mirror: Handle Delete Port: 12effc3e-5b73-4991-b20a-40964afeb05d [pid: 8|app: 0|req: 361/750] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:06:09 2026] DELETE /v2.0/ports/12effc3e-5b73-4991-b20a-40964afeb05d => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/751] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:06:09 2026] GET /v2.0/ports => generated 782 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:09.771 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72f6b16c-da61-4270-a3c7-4df9a2ccca27 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 362/752] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:09 2026] GET /v2.0/ports/12effc3e-5b73-4991-b20a-40964afeb05d => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/753] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:06:09 2026] GET /v2.0/ports => generated 782 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/754] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:09 2026] GET /v2.0/ports/d76168f5-06ac-426b-b78d-2c8c363925e0 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:09.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f752fdb9-8386-469c-9340-51fb48b0937c ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 392/755] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:06:09 2026] DELETE /v2.0/ports/8a9de57c-e8aa-4416-9bea-18218ebccad1 => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:09.950 8 INFO neutron.pecan_wsgi.hooks.translation [None req-688e5e09-b89a-4cb4-8c17-a5d0568a9e12 ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/756] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:09 2026] DELETE /v2.0/subnets/89bdc9e4-2f1d-459e-b9f9-8b5c432eace2 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:09.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57a28e5c-0e47-4f8c-9d72-f1d76013bdfe ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/757] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:09 2026] DELETE /v2.0/subnets/a6193fe0-9d1d-4173-92cf-b018f8310fca => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:10.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2432bdd-827a-478e-82d9-bf9fc58fa43d ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] TaaS: Handle Delete Port: d76168f5-06ac-426b-b78d-2c8c363925e0 2026-06-10 09:06:10.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2432bdd-827a-478e-82d9-bf9fc58fa43d ab3c84607f0b41cfb10ce90cfdce583e d9271e2924f2491cb79fddb7c16cc8db - - default default] Tap Mirror: Handle Delete Port: d76168f5-06ac-426b-b78d-2c8c363925e0 [pid: 8|app: 0|req: 365/758] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:06:09 2026] DELETE /v2.0/ports/d76168f5-06ac-426b-b78d-2c8c363925e0 => 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: 394/759] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:10 2026] DELETE /v2.0/networks/b589b9bc-096a-4499-9177-fff88dd9061a => 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: 366/760] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:10 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/761] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:10 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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: 367/762] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:10 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 368/763] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:10 2026] GET /v2.0/security-groups?tenant_id=d9271e2924f2491cb79fddb7c16cc8db&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/764] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:11 2026] DELETE /v2.0/security-groups/aeaac971-56da-4abb-bcbb-0f91b27a31aa => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:06:11.271 7 INFO neutron.db.l3_db [None req-e6077e0a-9d0e-44e2-93ac-f692c2ab738f aa812a19d0b947ea97bbc75703881c04 7b1026879e89419594362de950009183 - - default default] Floating IP 30b8394f-3cb0-4912-8618-238463b4baa4 associated. External IP: 10.96.250.213, port: bb0e67a2-5f02-45a5-b3b0-f9b11978062d. 2026-06-10 09:06:11.426 7 INFO neutron.services.segments.plugin [-] Segment d77508d7-7c55-4872-90ac-f938f5184067 resource provider aggregate not found 2026-06-10 09:06:11.435 7 INFO neutron.services.segments.plugin [-] Segment d77508d7-7c55-4872-90ac-f938f5184067 resource provider aggregate not found 2026-06-10 09:06:11.443 7 INFO neutron.services.segments.plugin [-] Segment d77508d7-7c55-4872-90ac-f938f5184067 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77508d7-7c55-4872-90ac-f938f5184067 found for delete ", "request_id": "req-56a9cf39-e178-458c-83e9-0c8d8c50e116"}]} 2026-06-10 09:06:11.453 7 INFO neutron.services.segments.plugin [-] Segment d77508d7-7c55-4872-90ac-f938f5184067 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77508d7-7c55-4872-90ac-f938f5184067 found for delete ", "request_id": "req-6dffa468-d5f7-4496-a8d9-ce7978458d37"}]} [pid: 7|app: 0|req: 396/765] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:06:10 2026] PUT /v2.0/floatingips/30b8394f-3cb0-4912-8618-238463b4baa4 => generated 855 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:11.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a090b0f-87dd-4ce2-b3d6-da2e63e2f09f'] response: {'name': 'network-changed', 'server_uuid': '7da69504-8dcc-411b-b5b2-663db62b6d8a', 'tag': 'bb0e67a2-5f02-45a5-b3b0-f9b11978062d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 370/766] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:11 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 397/767] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:11 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/768] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/ports?tenant_id=7b1026879e89419594362de950009183&device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/769] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/770] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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: 399/771] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/networks?id=98a6c764-2b86-4166-802e-e13aef719f21 => generated 776 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/772] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bb0e67a2-5f02-45a5-b3b0-f9b11978062d => 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: 400/773] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/subnets?id=65009c8e-88d6-4ab9-974d-e7cbb8f17db9 => generated 698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/774] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/ports?network_id=98a6c764-2b86-4166-802e-e13aef719f21&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/775] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?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: 375/776] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:12 2026] GET /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:13.312 7 INFO neutron.db.segments_db [None req-1f285893-028f-44f1-954c-3e04e6158c08 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment e0b290ef-1743-47c6-b78c-64c0c98efc7f of type vxlan for network 68b4b8d5-1253-4b10-88e6-f64277fd4572 [pid: 7|app: 0|req: 402/777] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:06:12 2026] POST /v2.0/networks => generated 614 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/778] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:13 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 377/779] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:13 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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-06-10 09:06:13.476 7 INFO neutron.db.segments_db [None req-bb0bd4d9-a835-4404-ac0b-2de850cbf563 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment 13bf9ac3-bda6-414b-b4f7-e7212b11439e of type vxlan for network 3f924dfa-5c39-4318-afa7-2b945ad5ae93 [pid: 7|app: 0|req: 403/780] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:06:13 2026] POST /v2.0/networks => generated 615 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/781] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:13 2026] POST /v2.0/subnets => generated 646 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/782] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:13 2026] POST /v2.0/subnets => generated 655 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:14.175 8 INFO neutron.db.segments_db [None req-c0044be7-d49d-4f86-b125-f8bc3ab55403 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment bd716078-06f8-4397-858e-c8fdc127f3d5 of type vxlan for network c342b830-49bd-410f-8cbe-626c18dbf946 2026-06-10 09:06:14.453 8 INFO neutron.db.l3_hamode_db [None req-c0044be7-d49d-4f86-b125-f8bc3ab55403 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:06:14.605 8 INFO neutron.db.l3_hamode_db [None req-c0044be7-d49d-4f86-b125-f8bc3ab55403 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 407/785] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:14 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 408/786] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:06:14 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/787] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:14 2026] GET /v2.0/security-groups?id=bae0cdd4-e9e2-4fa9-a26a-fa2b038be099&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-06-10 09:06:14.853 7 INFO neutron_taas.services.taas.taas_plugin [req-58baab13-6dd7-44a5-bb9b-32985e7b171d req-868d21fa-2021-4359-983a-e68816d9e9f5 aa812a19d0b947ea97bbc75703881c04 7b1026879e89419594362de950009183 - - default default] TaaS: Handle Delete Port: bb0e67a2-5f02-45a5-b3b0-f9b11978062d 2026-06-10 09:06:14.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-58baab13-6dd7-44a5-bb9b-32985e7b171d req-868d21fa-2021-4359-983a-e68816d9e9f5 aa812a19d0b947ea97bbc75703881c04 7b1026879e89419594362de950009183 - - default default] Tap Mirror: Handle Delete Port: bb0e67a2-5f02-45a5-b3b0-f9b11978062d 2026-06-10 09:06:15.045 7 INFO neutron.db.l3_db [req-58baab13-6dd7-44a5-bb9b-32985e7b171d req-868d21fa-2021-4359-983a-e68816d9e9f5 aa812a19d0b947ea97bbc75703881c04 7b1026879e89419594362de950009183 - - default default] Floating IP 30b8394f-3cb0-4912-8618-238463b4baa4 disassociated. External IP: 10.96.250.213, port: bb0e67a2-5f02-45a5-b3b0-f9b11978062d. [pid: 8|app: 0|req: 379/788] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:14 2026] POST /v2.0/routers => generated 510 bytes in 1170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/789] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:06:14 2026] DELETE /v2.0/ports/bb0e67a2-5f02-45a5-b3b0-f9b11978062d => generated 0 bytes in 739 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:15.490 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2450c0f4-394f-4767-92eb-1871c915eace'] response: {'server_uuid': '7da69504-8dcc-411b-b5b2-663db62b6d8a', 'name': 'network-vif-deleted', 'tag': 'bb0e67a2-5f02-45a5-b3b0-f9b11978062d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 411/790] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:15 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 380/791] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:06:15 2026] PUT /v2.0/routers/7337e9b7-b431-42e8-99c8-a1cabe56d5d6/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/792] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:16 2026] GET /v2.0/ports/24a91a94-a10c-46f4-9a80-804ee9fac938 => generated 959 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/793] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:16 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 381/794] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:06:16 2026] PUT /v2.0/routers/7337e9b7-b431-42e8-99c8-a1cabe56d5d6/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/795] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:17 2026] GET /v2.0/ports/6835f82c-c008-4081-85ac-218a68c93064 => generated 967 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:17.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9c79e94-52a5-4fe4-b7e7-22dc7937a288 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: 6835f82c-c008-4081-85ac-218a68c93064 2026-06-10 09:06:17.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9c79e94-52a5-4fe4-b7e7-22dc7937a288 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: 6835f82c-c008-4081-85ac-218a68c93064 [pid: 7|app: 0|req: 415/796] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:18 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => 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: 382/797] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:17 2026] PUT /v2.0/routers/7337e9b7-b431-42e8-99c8-a1cabe56d5d6/remove_router_interface => generated 309 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:18.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-58556b26-ae88-4326-ae5d-e120941effc6 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: 24a91a94-a10c-46f4-9a80-804ee9fac938 2026-06-10 09:06:18.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58556b26-ae88-4326-ae5d-e120941effc6 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: 24a91a94-a10c-46f4-9a80-804ee9fac938 [pid: 7|app: 0|req: 416/798] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:18 2026] PUT /v2.0/routers/7337e9b7-b431-42e8-99c8-a1cabe56d5d6/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/799] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:19 2026] GET /v2.0/ports?device_id=7337e9b7-b431-42e8-99c8-a1cabe56d5d6 => 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: 384/800] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:19 2026] GET /v2.0/ports?device_id=7da69504-8dcc-411b-b5b2-663db62b6d8a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:19.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1aca311-eb5b-4da6-b925-2b6eff1cc782 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: c71f7f11-7210-4b36-b7f5-c978dcec4e19 2026-06-10 09:06:19.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1aca311-eb5b-4da6-b925-2b6eff1cc782 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: c71f7f11-7210-4b36-b7f5-c978dcec4e19 2026-06-10 09:06:19.621 7 INFO neutron.services.segments.plugin [-] Segment bd716078-06f8-4397-858e-c8fdc127f3d5 resource provider aggregate not found 2026-06-10 09:06:19.629 7 INFO neutron.services.segments.plugin [-] Segment bd716078-06f8-4397-858e-c8fdc127f3d5 resource provider aggregate not found 2026-06-10 09:06:19.643 7 INFO neutron.services.segments.plugin [-] Segment bd716078-06f8-4397-858e-c8fdc127f3d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd716078-06f8-4397-858e-c8fdc127f3d5 found for delete ", "request_id": "req-6e51606f-8f35-4a69-afcc-083ff57f480e"}]} 2026-06-10 09:06:19.647 7 INFO neutron.services.segments.plugin [-] Segment bd716078-06f8-4397-858e-c8fdc127f3d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd716078-06f8-4397-858e-c8fdc127f3d5 found for delete ", "request_id": "req-f205507a-9ec8-449b-9105-ecf0b57a1049"}]} 2026-06-10 09:06:19.659 7 INFO neutron.db.l3_hamode_db [None req-e1aca311-eb5b-4da6-b925-2b6eff1cc782 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] HA network c342b830-49bd-410f-8cbe-626c18dbf946 was deleted as no HA routers are present in tenant 81474b77bed04dfda0b35ec6f9a66c38. [pid: 7|app: 0|req: 417/801] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:19 2026] DELETE /v2.0/routers/7337e9b7-b431-42e8-99c8-a1cabe56d5d6 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/802] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:19 2026] DELETE /v2.0/subnets/67b4bdba-9947-481c-81af-5fb804bc86c9 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/803] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:19 2026] DELETE /v2.0/subnets/2123f5d7-6f73-4199-ac47-79b57df96ffd => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:20.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-8520ec1b-e3c2-40b4-96f9-6273042ef62a bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: dcbbb6de-0a18-4bde-8c67-1cd4f7f2e725 2026-06-10 09:06:20.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8520ec1b-e3c2-40b4-96f9-6273042ef62a bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: dcbbb6de-0a18-4bde-8c67-1cd4f7f2e725 [pid: 7|app: 0|req: 419/804] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:20 2026] DELETE /v2.0/security-groups/bae0cdd4-e9e2-4fa9-a26a-fa2b038be099 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:06:20.299 8 INFO neutron.services.segments.plugin [-] Segment 13bf9ac3-bda6-414b-b4f7-e7212b11439e resource provider aggregate not found 2026-06-10 09:06:20.307 8 INFO neutron.services.segments.plugin [-] Segment 13bf9ac3-bda6-414b-b4f7-e7212b11439e resource provider aggregate not found 2026-06-10 09:06:20.314 7 INFO neutron.api.v2.resource [None req-ca9def61-ea16-4356-8ad6-ff95d0190d94 aa812a19d0b947ea97bbc75703881c04 7b1026879e89419594362de950009183 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/805] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:06:20 2026] GET /v2.0/security-groups/bae0cdd4-e9e2-4fa9-a26a-fa2b038be099 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:20.321 8 INFO neutron.services.segments.plugin [-] Segment 13bf9ac3-bda6-414b-b4f7-e7212b11439e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bf9ac3-bda6-414b-b4f7-e7212b11439e found for delete ", "request_id": "req-337c5318-bb8c-4e4f-9c98-9dfb140c9223"}]} 2026-06-10 09:06:20.327 8 INFO neutron.services.segments.plugin [-] Segment 13bf9ac3-bda6-414b-b4f7-e7212b11439e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bf9ac3-bda6-414b-b4f7-e7212b11439e found for delete ", "request_id": "req-85fba7df-5085-48bd-9523-6c2ed10a376c"}]} [pid: 8|app: 0|req: 386/806] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:20 2026] DELETE /v2.0/networks/3f924dfa-5c39-4318-afa7-2b945ad5ae93 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:20.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b485148-fee7-42e9-90a9-ff2169c4db61 aa812a19d0b947ea97bbc75703881c04 7b1026879e89419594362de950009183 - - default default] TaaS: Handle Delete Port: 40c46aad-666a-4bfb-a23b-8bedb58c098a 2026-06-10 09:06:20.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b485148-fee7-42e9-90a9-ff2169c4db61 aa812a19d0b947ea97bbc75703881c04 7b1026879e89419594362de950009183 - - default default] Tap Mirror: Handle Delete Port: 40c46aad-666a-4bfb-a23b-8bedb58c098a 2026-06-10 09:06:20.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-f982d772-f18b-4c1d-a8d7-06f0169fd723 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: c4178f0c-803b-4530-9e98-8542c67dd159 2026-06-10 09:06:20.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f982d772-f18b-4c1d-a8d7-06f0169fd723 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: c4178f0c-803b-4530-9e98-8542c67dd159 [pid: 7|app: 0|req: 421/807] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:06:20 2026] DELETE /v2.0/floatingips/30b8394f-3cb0-4912-8618-238463b4baa4 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/808] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:20 2026] DELETE /v2.0/networks/68b4b8d5-1253-4b10-88e6-f64277fd4572 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:20.697 8 INFO neutron.db.segments_db [None req-0c931efa-d902-4461-a646-bbb912a9353e bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment 365dc6c1-35c2-4736-98c6-55907d146113 of type vxlan for network ef186a50-97a4-46d6-ad02-fba39ca34ea2 [pid: 8|app: 0|req: 388/809] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:06:20 2026] POST /v2.0/networks => generated 615 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:21.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-1351585f-282e-4eee-b2a0-fd4b272a1173 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 1b165207-b05c-4e37-8e15-27a54287c3c1 2026-06-10 09:06:21.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1351585f-282e-4eee-b2a0-fd4b272a1173 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 1b165207-b05c-4e37-8e15-27a54287c3c1 [pid: 8|app: 0|req: 389/810] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:20 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:21.114 8 INFO neutron.db.segments_db [None req-02317771-3710-45df-b1bd-86cbbe02496d bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment 53a0b52f-2aca-4590-a49f-4fc0422ae6ea of type vxlan for network 9fb6901f-8e1d-4d64-84f5-6a14e65888cc 2026-06-10 09:06:21.352 8 INFO neutron.db.l3_hamode_db [None req-02317771-3710-45df-b1bd-86cbbe02496d bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:06:21.482 8 INFO neutron.db.l3_hamode_db [None req-02317771-3710-45df-b1bd-86cbbe02496d bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 422/811] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:20 2026] PUT /v2.0/routers/cffea3d5-f2b0-4799-bf46-9a5d7ad48f42/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:21.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-95c4b09b-6d1c-4b6d-a324-97908337d980 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: d99f0e8f-fb5e-406e-bfb0-4b68ac08a8ed 2026-06-10 09:06:21.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95c4b09b-6d1c-4b6d-a324-97908337d980 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: d99f0e8f-fb5e-406e-bfb0-4b68ac08a8ed [pid: 8|app: 0|req: 390/812] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:21 2026] POST /v2.0/routers => generated 511 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:22.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-95c4b09b-6d1c-4b6d-a324-97908337d980 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 8e03f513-82b7-4ea4-b0dd-26dbeb495399 2026-06-10 09:06:22.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95c4b09b-6d1c-4b6d-a324-97908337d980 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 8e03f513-82b7-4ea4-b0dd-26dbeb495399 2026-06-10 09:06:22.342 8 INFO neutron.services.segments.plugin [-] Segment e0b290ef-1743-47c6-b78c-64c0c98efc7f resource provider aggregate not found 2026-06-10 09:06:22.351 8 INFO neutron.services.segments.plugin [-] Segment e0b290ef-1743-47c6-b78c-64c0c98efc7f resource provider aggregate not found 2026-06-10 09:06:22.366 8 INFO neutron.services.segments.plugin [-] Segment e0b290ef-1743-47c6-b78c-64c0c98efc7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b290ef-1743-47c6-b78c-64c0c98efc7f found for delete ", "request_id": "req-5cfb6b7f-0008-4a58-8375-267d9e85a41e"}]} 2026-06-10 09:06:22.368 8 INFO neutron.services.segments.plugin [-] Segment e0b290ef-1743-47c6-b78c-64c0c98efc7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b290ef-1743-47c6-b78c-64c0c98efc7f found for delete ", "request_id": "req-5b29e8d2-562a-4c20-a7b8-da8801cb14f6"}]} 2026-06-10 09:06:22.480 7 INFO neutron.services.segments.plugin [-] Segment 54daa371-53b1-4696-9242-a650c9d92793 resource provider aggregate not found 2026-06-10 09:06:22.490 7 INFO neutron.services.segments.plugin [-] Segment 54daa371-53b1-4696-9242-a650c9d92793 resource provider aggregate not found 2026-06-10 09:06:22.497 7 INFO neutron.services.segments.plugin [-] Segment 54daa371-53b1-4696-9242-a650c9d92793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54daa371-53b1-4696-9242-a650c9d92793 found for delete ", "request_id": "req-606fa54a-b0dd-4c99-8d0e-df50331a3768"}]} 2026-06-10 09:06:22.507 7 INFO neutron.db.l3_hamode_db [None req-95c4b09b-6d1c-4b6d-a324-97908337d980 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network 30077e3d-4ce7-4a4d-ac35-b7f1c423cc33 was deleted as no HA routers are present in tenant 7b1026879e89419594362de950009183. [pid: 7|app: 0|req: 423/813] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:21 2026] DELETE /v2.0/routers/cffea3d5-f2b0-4799-bf46-9a5d7ad48f42 => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/814] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:06:22 2026] POST /v2.0/ports => generated 960 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:22.515 7 INFO neutron.services.segments.plugin [-] Segment 54daa371-53b1-4696-9242-a650c9d92793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54daa371-53b1-4696-9242-a650c9d92793 found for delete ", "request_id": "req-bdb4162a-2adf-42a2-944d-387db3f60c65"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 424/815] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:22 2026] DELETE /v2.0/subnets/65009c8e-88d6-4ab9-974d-e7cbb8f17db9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:22.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6b35fd4-645f-441c-97da-7828c3900864 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 6bac876c-b2a5-4957-821b-9824c157a053 2026-06-10 09:06:22.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6b35fd4-645f-441c-97da-7828c3900864 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 6bac876c-b2a5-4957-821b-9824c157a053 [pid: 7|app: 0|req: 425/816] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:22 2026] DELETE /v2.0/networks/98a6c764-2b86-4166-802e-e13aef719f21 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/817] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:23 2026] GET /v2.0/security-groups?tenant_id=7b1026879e89419594362de950009183&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/818] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:23 2026] DELETE /v2.0/security-groups/0cd8c225-fe88-4984-8c4a-45c4c585608d => 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: 392/819] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:06:22 2026] PUT /v2.0/routers/5bba7c88-2250-4823-b766-c947875e710a/add_router_interface => generated 309 bytes in 1386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/820] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:23 2026] GET /v2.0/ports/3eee2422-8eab-4e5b-ad7b-287b39b2260c => generated 1034 bytes in 71 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-06-10 09:06:24.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-e431c1fc-478e-4e5e-9446-e83245346887 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: 3eee2422-8eab-4e5b-ad7b-287b39b2260c 2026-06-10 09:06:24.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e431c1fc-478e-4e5e-9446-e83245346887 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: 3eee2422-8eab-4e5b-ad7b-287b39b2260c 2026-06-10 09:06:24.520 7 INFO neutron.services.segments.plugin [-] Segment 86d4ade1-164d-4cfa-b366-7f603e8c04c8 resource provider aggregate not found 2026-06-10 09:06:24.534 7 INFO neutron.services.segments.plugin [-] Segment 86d4ade1-164d-4cfa-b366-7f603e8c04c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d4ade1-164d-4cfa-b366-7f603e8c04c8 found for delete ", "request_id": "req-b528446b-b306-4cab-bc10-e7c83b6a5145"}]} 2026-06-10 09:06:24.534 7 INFO neutron.services.segments.plugin [-] Segment 86d4ade1-164d-4cfa-b366-7f603e8c04c8 resource provider aggregate not found 2026-06-10 09:06:24.549 7 INFO neutron.services.segments.plugin [-] Segment 86d4ade1-164d-4cfa-b366-7f603e8c04c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d4ade1-164d-4cfa-b366-7f603e8c04c8 found for delete ", "request_id": "req-dc8f3b7d-e396-49f2-a290-7be9c87c9516"}]} [pid: 8|app: 0|req: 393/821] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:23 2026] PUT /v2.0/routers/5bba7c88-2250-4823-b766-c947875e710a/remove_router_interface => generated 309 bytes in 658 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-06-10 09:06:25.182 7 INFO neutron.api.v2.resource [None req-a25ec3bd-d515-4b9d-a7d1-d6be31b695d8 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/822] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:24 2026] PUT /v2.0/routers/5bba7c88-2250-4823-b766-c947875e710a/remove_router_interface => generated 197 bytes in 531 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/823] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:25 2026] GET /v2.0/ports?device_id=5bba7c88-2250-4823-b766-c947875e710a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:25.294 8 INFO neutron.db.segments_db [None req-02cf9bef-b6e4-4c78-8964-ba650eb9818d 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 8d289027-5e69-48b7-bd0d-c8211c4315fd of type vxlan for network abb9164b-bcbb-4eae-81a7-cb543e8c0499 2026-06-10 09:06:25.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-8219da40-1f8e-48b0-b838-def5b64afc2a bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: 4ac12ba1-9c42-4cc7-b838-d3c6c31e54d0 2026-06-10 09:06:25.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8219da40-1f8e-48b0-b838-def5b64afc2a bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: 4ac12ba1-9c42-4cc7-b838-d3c6c31e54d0 [pid: 8|app: 0|req: 394/824] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:06:24 2026] POST /v2.0/networks => generated 718 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/825] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:25 2026] POST /v2.0/subnets => generated 684 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:25.716 7 INFO neutron.db.l3_hamode_db [None req-8219da40-1f8e-48b0-b838-def5b64afc2a bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] HA network 9fb6901f-8e1d-4d64-84f5-6a14e65888cc was deleted as no HA routers are present in tenant 81474b77bed04dfda0b35ec6f9a66c38. [pid: 7|app: 0|req: 431/826] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:25 2026] DELETE /v2.0/routers/5bba7c88-2250-4823-b766-c947875e710a => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/827] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:25 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:25.774 7 INFO neutron.db.segments_db [None req-f31f1347-c07b-49c9-bb9a-ef2f853cdab6 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 13803760-b9f1-4085-a972-960581af341d of type vxlan for network f228a3dc-549c-438f-b678-b51b9537e8b4 [pid: 8|app: 0|req: 397/828] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:25 2026] DELETE /v2.0/subnets/7b3f7489-e124-495b-99d0-3403951a1dd4 => 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: 398/829] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:25 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:26.062 7 INFO neutron.db.l3_hamode_db [None req-f31f1347-c07b-49c9-bb9a-ef2f853cdab6 75d6afbafd5e46e5905dbfd660c27c63 448d72441d2a4d508a49e0ea305b1cd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:06:26.076 8 INFO neutron.services.segments.plugin [-] Segment 365dc6c1-35c2-4736-98c6-55907d146113 resource provider aggregate not found 2026-06-10 09:06:26.080 8 INFO neutron.services.segments.plugin [-] Segment 365dc6c1-35c2-4736-98c6-55907d146113 resource provider aggregate not found 2026-06-10 09:06:26.095 8 INFO neutron.services.segments.plugin [-] Segment 365dc6c1-35c2-4736-98c6-55907d146113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365dc6c1-35c2-4736-98c6-55907d146113 found for delete ", "request_id": "req-fae213c1-f0e1-4ed2-9ac2-5d76f87025fc"}]} 2026-06-10 09:06:26.103 8 INFO neutron.services.segments.plugin [-] Segment 365dc6c1-35c2-4736-98c6-55907d146113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365dc6c1-35c2-4736-98c6-55907d146113 found for delete ", "request_id": "req-46d802d6-85fe-4168-b27c-e08a5747eb76"}]} [pid: 8|app: 0|req: 399/830] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:25 2026] DELETE /v2.0/networks/ef186a50-97a4-46d6-ad02-fba39ca34ea2 => 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: 400/831] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:26 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:26.203 8 INFO neutron.db.segments_db [None req-cbf71093-ff2b-4d91-a7d0-74bb7e079b65 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment 79cbd8b8-93a9-46da-b788-f87af322797d of type vxlan for network 6f2a7854-ba9d-4fa2-8d75-b42161af9751 [pid: 8|app: 0|req: 401/832] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:06:26 2026] POST /v2.0/networks => generated 615 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/833] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:26 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 403/834] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:26 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:26.554 7 INFO neutron.services.segments.plugin [-] Segment 53a0b52f-2aca-4590-a49f-4fc0422ae6ea resource provider aggregate not found 2026-06-10 09:06:26.573 7 INFO neutron.services.segments.plugin [-] Segment 53a0b52f-2aca-4590-a49f-4fc0422ae6ea resource provider aggregate not found 2026-06-10 09:06:26.576 7 INFO neutron.services.segments.plugin [-] Segment 53a0b52f-2aca-4590-a49f-4fc0422ae6ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53a0b52f-2aca-4590-a49f-4fc0422ae6ea found for delete ", "request_id": "req-b98fe147-e7e2-4481-a2b1-5127b970764f"}]} 2026-06-10 09:06:26.588 8 INFO neutron.db.segments_db [None req-c2c8f966-a5ec-44ac-b07e-0417f6ac2fe7 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment 295f23ea-b0b7-4c3b-a4db-6d9c2341aabb of type vxlan for network 06cb7af1-2c18-4285-9453-15fa1190c769 2026-06-10 09:06:26.597 7 INFO neutron.services.segments.plugin [-] Segment 53a0b52f-2aca-4590-a49f-4fc0422ae6ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53a0b52f-2aca-4590-a49f-4fc0422ae6ea found for delete ", "request_id": "req-104bbbbb-6865-45d9-9948-13a2f73f2fb0"}]} 2026-06-10 09:06:26.828 8 INFO neutron.db.l3_hamode_db [None req-c2c8f966-a5ec-44ac-b07e-0417f6ac2fe7 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:06:26.856 7 INFO neutron.db.l3_hamode_db [None req-f31f1347-c07b-49c9-bb9a-ef2f853cdab6 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:06:26.977 8 INFO neutron.db.l3_hamode_db [None req-c2c8f966-a5ec-44ac-b07e-0417f6ac2fe7 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 404/835] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:26 2026] POST /v2.0/routers => generated 510 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/836] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:27 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/837] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:27 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/838] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:25 2026] POST /v2.0/routers => generated 724 bytes in 2077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/839] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:27 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 434/840] 10.0.0.5 () {34 vars in 969 bytes} [Wed Jun 10 09:06:27 2026] GET /v2.0/ports/ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 972 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/841] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:06:27 2026] PUT /v2.0/routers/35a1ae50-0892-43eb-88f0-b721208cefa5/add_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/842] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:28 2026] GET /v2.0/ports?tenant_id=c29c20ac02e84616b62f50efeece3f0f&device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/843] 199.204.45.210 () {34 vars in 1000 bytes} [Wed Jun 10 09:06:28 2026] GET /v2.0/subnets?network_id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/844] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:06:28 2026] GET /v2.0/ports/5785ce01-a336-4318-9c8b-0c352a8d284f => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/845] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:28 2026] GET /v2.0/networks?id=e3fd9492-5152-44f4-878b-b8150bcaccac => generated 771 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/846] 199.204.45.210 () {34 vars in 1146 bytes} [Wed Jun 10 09:06:28 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793&device_owner=compute%3Anova&network_id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/847] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:06:27 2026] PUT /v2.0/routers/3260f6f0-0f14-4645-ad93-c2ecc8671cce/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/848] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:29 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/849] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:06:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1944b147-62d9-42b9-a4b5-c0e980235cbf => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:29.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e1e3f45-0505-4a7f-b014-cd7f5b586570 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: 5785ce01-a336-4318-9c8b-0c352a8d284f 2026-06-10 09:06:29.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e1e3f45-0505-4a7f-b014-cd7f5b586570 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: 5785ce01-a336-4318-9c8b-0c352a8d284f [pid: 8|app: 0|req: 413/850] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:28 2026] PUT /v2.0/routers/35a1ae50-0892-43eb-88f0-b721208cefa5/remove_router_interface => generated 309 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/851] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:29 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 438/852] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:06:29 2026] PUT /v2.0/ports/ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 1149 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/853] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:29 2026] GET /v2.0/subnets?id=eafbf32c-bd31-405a-af57-e5f1bba2e2e4 => generated 693 bytes in 27 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: 440/856] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:29 2026] GET /v2.0/ports?device_id=35a1ae50-0892-43eb-88f0-b721208cefa5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:29.869 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c8c781a-82c7-42bd-999e-e0727597a25d'] response: {'name': 'network-changed', 'server_uuid': 'a17e86a8-bc4a-41c1-b4c1-012bb13f9793', 'tag': 'ecb4ef18-0583-4b23-9742-15a26a3d3a7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 441/857] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:29 2026] GET /v2.0/ports?network_id=e3fd9492-5152-44f4-878b-b8150bcaccac&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: 417/858] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:06:29 2026] POST /v2.0/security-groups => generated 1659 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/859] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:29 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:30.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-73aa2796-345a-4530-8d38-4349b8317fe4 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: b7f566b1-357d-467b-b5c4-2ecc90f367d5 2026-06-10 09:06:30.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73aa2796-345a-4530-8d38-4349b8317fe4 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: b7f566b1-357d-467b-b5c4-2ecc90f367d5 [pid: 8|app: 0|req: 419/860] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:06:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/861] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:30 2026] GET /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/862] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:06:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:30.496 7 INFO neutron.services.segments.plugin [-] Segment 295f23ea-b0b7-4c3b-a4db-6d9c2341aabb resource provider aggregate not found 2026-06-10 09:06:30.510 7 INFO neutron.services.segments.plugin [-] Segment 295f23ea-b0b7-4c3b-a4db-6d9c2341aabb resource provider aggregate not found 2026-06-10 09:06:30.516 7 INFO neutron.services.segments.plugin [-] Segment 295f23ea-b0b7-4c3b-a4db-6d9c2341aabb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295f23ea-b0b7-4c3b-a4db-6d9c2341aabb found for delete ", "request_id": "req-384cca1e-5bd3-4ffe-ae97-eca6ab012637"}]} 2026-06-10 09:06:30.529 7 INFO neutron.services.segments.plugin [-] Segment 295f23ea-b0b7-4c3b-a4db-6d9c2341aabb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295f23ea-b0b7-4c3b-a4db-6d9c2341aabb found for delete ", "request_id": "req-0228d577-4942-44e6-b032-817b90de9412"}]} 2026-06-10 09:06:30.535 7 INFO neutron.db.l3_hamode_db [None req-73aa2796-345a-4530-8d38-4349b8317fe4 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] HA network 06cb7af1-2c18-4285-9453-15fa1190c769 was deleted as no HA routers are present in tenant 81474b77bed04dfda0b35ec6f9a66c38. [pid: 7|app: 0|req: 442/863] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:29 2026] DELETE /v2.0/routers/35a1ae50-0892-43eb-88f0-b721208cefa5 => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/864] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:30 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/865] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:30 2026] DELETE /v2.0/subnets/c573ec27-c4f0-4952-9eb3-7707efb2c6e6 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/866] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:06:30 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/867] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:30 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/868] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:06:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:30.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1a9e780-1f0d-4f65-bda8-22068b23dcb0 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: f6eeab12-0a87-4161-8574-dacfbe331cce 2026-06-10 09:06:30.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a9e780-1f0d-4f65-bda8-22068b23dcb0 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: f6eeab12-0a87-4161-8574-dacfbe331cce [pid: 7|app: 0|req: 447/869] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:30 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/870] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:06:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => 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: 449/871] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:30 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 450/872] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/subnets?id=b5b66573-f264-4ae8-acac-b5313efae856 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/873] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/ports?network_id=f34b09d8-1627-4fba-9a47-dd6425364237&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/874] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:31.164 8 INFO neutron.services.segments.plugin [-] Segment 79cbd8b8-93a9-46da-b788-f87af322797d resource provider aggregate not found 2026-06-10 09:06:31.167 8 INFO neutron.services.segments.plugin [-] Segment 79cbd8b8-93a9-46da-b788-f87af322797d resource provider aggregate not found 2026-06-10 09:06:31.187 8 INFO neutron.services.segments.plugin [-] Segment 79cbd8b8-93a9-46da-b788-f87af322797d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79cbd8b8-93a9-46da-b788-f87af322797d found for delete ", "request_id": "req-ddc11f5a-84d3-46ab-b194-88170f04038e"}]} 2026-06-10 09:06:31.191 8 INFO neutron.services.segments.plugin [-] Segment 79cbd8b8-93a9-46da-b788-f87af322797d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79cbd8b8-93a9-46da-b788-f87af322797d found for delete ", "request_id": "req-7ac24316-71b3-43c3-ae07-79c6c2f3260b"}]} [pid: 8|app: 0|req: 423/875] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:30 2026] DELETE /v2.0/networks/6f2a7854-ba9d-4fa2-8d75-b42161af9751 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/876] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?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: 454/877] 10.0.0.5 () {34 vars in 1096 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--229174063&fields=id&tenant_id=448d72441d2a4d508a49e0ea305b1cd0 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:31.261 8 INFO neutron.db.segments_db [None req-bacebe7a-afbe-465a-bc3f-eb81ff890d79 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Added segment e8bd8e08-d3ae-4cac-bcda-46b36f267957 of type vxlan for network 57178812-fbe5-4f90-91f6-8cb3ac8b6022 [pid: 7|app: 0|req: 455/878] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/networks?id=abb9164b-bcbb-4eae-81a7-cb543e8c0499 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/879] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/quotas/448d72441d2a4d508a49e0ea305b1cd0 => 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: 457/880] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/ports?tenant_id=448d72441d2a4d508a49e0ea305b1cd0&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/881] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/networks/abb9164b-bcbb-4eae-81a7-cb543e8c0499?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: 459/882] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/networks/abb9164b-bcbb-4eae-81a7-cb543e8c0499?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:31.511 8 INFO neutron.db.l3_hamode_db [None req-bacebe7a-afbe-465a-bc3f-eb81ff890d79 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 460/883] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:31 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 461/884] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/885] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 463/886] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/887] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/888] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1152 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:06:32.422 8 INFO neutron.db.l3_hamode_db [None req-bacebe7a-afbe-465a-bc3f-eb81ff890d79 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/889] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 861 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/890] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 468/891] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => 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: 469/892] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/subnets?id=b5b66573-f264-4ae8-acac-b5313efae856 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/893] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/ports?network_id=f34b09d8-1627-4fba-9a47-dd6425364237&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/894] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/895] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?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: 473/896] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:32 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 474/897] 199.204.45.210 () {34 vars in 1118 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/898] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:31 2026] POST /v2.0/routers => generated 692 bytes in 2114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/899] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/900] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/routers/a6c1d3c4-ed89-4d8d-b960-e7562fec0b35 => generated 698 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/901] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/902] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/routers => generated 701 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/903] 10.0.0.24 () {34 vars in 740 bytes} [Wed Jun 10 09:06:33 2026] PUT /v2.0/routers/a6c1d3c4-ed89-4d8d-b960-e7562fec0b35 => generated 705 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/904] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 425/905] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:06:33 2026] PUT /v2.0/ports/ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 972 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/906] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/routers/a6c1d3c4-ed89-4d8d-b960-e7562fec0b35 => generated 705 bytes in 66 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-06-10 09:06:34.005 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f7c3de3-c612-411d-a5ad-2cc00540b7b0'] response: {'name': 'network-changed', 'server_uuid': 'a17e86a8-bc4a-41c1-b4c1-012bb13f9793', 'tag': 'ecb4ef18-0583-4b23-9742-15a26a3d3a7d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 426/907] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:33 2026] GET /v2.0/ports?device_id=a6c1d3c4-ed89-4d8d-b960-e7562fec0b35 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:34.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-52ffffa7-dcd8-4a10-8714-8a90c198c146 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: ba94d869-cded-48dc-859a-4f22991c2c49 2026-06-10 09:06:34.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52ffffa7-dcd8-4a10-8714-8a90c198c146 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: ba94d869-cded-48dc-859a-4f22991c2c49 2026-06-10 09:06:34.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-52ffffa7-dcd8-4a10-8714-8a90c198c146 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] TaaS: Handle Delete Port: 78f2f2f8-4638-4d1f-964d-7df6793eaee6 2026-06-10 09:06:34.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52ffffa7-dcd8-4a10-8714-8a90c198c146 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] Tap Mirror: Handle Delete Port: 78f2f2f8-4638-4d1f-964d-7df6793eaee6 [pid: 8|app: 0|req: 427/908] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/909] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/910] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/911] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:34.682 7 INFO neutron.services.segments.plugin [-] Segment e8bd8e08-d3ae-4cac-bcda-46b36f267957 resource provider aggregate not found 2026-06-10 09:06:34.687 7 INFO neutron.services.segments.plugin [-] Segment e8bd8e08-d3ae-4cac-bcda-46b36f267957 resource provider aggregate not found [pid: 8|app: 0|req: 431/912] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:34.705 7 INFO neutron.services.segments.plugin [-] Segment e8bd8e08-d3ae-4cac-bcda-46b36f267957 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bd8e08-d3ae-4cac-bcda-46b36f267957 found for delete ", "request_id": "req-da9738f0-95c5-4873-8c6b-1ce7a2e32c6c"}]} 2026-06-10 09:06:34.706 7 INFO neutron.services.segments.plugin [-] Segment e8bd8e08-d3ae-4cac-bcda-46b36f267957 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bd8e08-d3ae-4cac-bcda-46b36f267957 found for delete ", "request_id": "req-10661984-ad26-4746-b209-f01caabf7df2"}]} 2026-06-10 09:06:34.711 7 INFO neutron.db.l3_hamode_db [None req-52ffffa7-dcd8-4a10-8714-8a90c198c146 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] HA network 57178812-fbe5-4f90-91f6-8cb3ac8b6022 was deleted as no HA routers are present in tenant 81474b77bed04dfda0b35ec6f9a66c38. [pid: 7|app: 0|req: 482/913] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/routers/a6c1d3c4-ed89-4d8d-b960-e7562fec0b35 => generated 0 bytes in 706 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/914] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/subnets?id=b5b66573-f264-4ae8-acac-b5313efae856 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/915] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?device_id=a6c1d3c4-ed89-4d8d-b960-e7562fec0b35 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:34.766 7 INFO neutron.api.v2.resource [None req-d7d1047e-3f75-4bb2-aae2-535c1c2d162a bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 433/916] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?network_id=f34b09d8-1627-4fba-9a47-dd6425364237&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/917] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/routers/a6c1d3c4-ed89-4d8d-b960-e7562fec0b35 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/918] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?device_id=35a1ae50-0892-43eb-88f0-b721208cefa5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:34.824 8 INFO neutron.api.v2.resource [None req-90fd3e61-734f-4c5d-b3c6-395bef3ecded bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 435/919] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/routers/35a1ae50-0892-43eb-88f0-b721208cefa5 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/920] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:34.852 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ab8bb7b-bee3-4eca-84d5-22127487f4f8 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 436/921] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/subnets/c573ec27-c4f0-4952-9eb3-7707efb2c6e6 => 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: 437/922] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?device_id=5bba7c88-2250-4823-b766-c947875e710a => 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: 486/923] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:34.907 8 INFO neutron.api.v2.resource [None req-70c2af38-2efe-4573-8b4d-c9d29d1d0fa2 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/924] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/routers/5bba7c88-2250-4823-b766-c947875e710a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:34.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d801f13-ba9a-46f1-83de-80ca49ca5056 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 487/925] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/subnets/7b3f7489-e124-495b-99d0-3403951a1dd4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/926] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?device_id=7337e9b7-b431-42e8-99c8-a1cabe56d5d6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:34.981 7 INFO neutron.api.v2.resource [None req-936e697b-d185-41b7-aa56-a9133cba7d05 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 488/927] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/routers/7337e9b7-b431-42e8-99c8-a1cabe56d5d6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:34.996 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f59b7f10-6cc5-4505-b712-b813f820f56b bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 489/928] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:34 2026] DELETE /v2.0/subnets/67b4bdba-9947-481c-81af-5fb804bc86c9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/929] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:34 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:35.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef49f747-586e-42cf-8d9e-0cc0605a9d89 bcd3ebe5e1e34f2291f0b017282377aa 81474b77bed04dfda0b35ec6f9a66c38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/930] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:35 2026] DELETE /v2.0/subnets/2123f5d7-6f73-4199-ac47-79b57df96ffd => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/931] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/security-groups?tenant_id=81474b77bed04dfda0b35ec6f9a66c38&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: 491/932] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:35 2026] DELETE /v2.0/security-groups/f4ae60f4-7082-4696-b887-6ee125cbbb00 => 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: 442/933] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 492/934] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 443/935] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/936] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/ports?tenant_id=735e26ccfea04648917fa25f10ec4590&device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/937] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/938] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/networks?id=f34b09d8-1627-4fba-9a47-dd6425364237 => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/939] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:35 2026] GET /v2.0/networks?id=abb9164b-bcbb-4eae-81a7-cb543e8c0499 => generated 669 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/940] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/941] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=448d72441d2a4d508a49e0ea305b1cd0 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/942] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 496/943] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/subnets?id=b5b66573-f264-4ae8-acac-b5313efae856 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/944] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/ports?network_id=f34b09d8-1627-4fba-9a47-dd6425364237&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/945] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/946] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237?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: 448/947] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:06:36 2026] POST /v2.0/ports => generated 958 bytes in 500 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: 449/948] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/949] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:36 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/950] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:06:36 2026] PUT /v2.0/ports/7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 => generated 1239 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/951] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:37 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 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, ' 2026-06-10 09:06:37.120 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07d19db9-e9ab-4273-89c3-bfafd5d7c20b'] response: {'name': 'network-changed', 'server_uuid': '5709d8e1-f339-48e9-8454-345b0cbaa550', 'tag': '7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 501/952] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:37 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/953] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:37 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/954] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:37 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/955] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:37 2026] GET /v2.0/ports?tenant_id=448d72441d2a4d508a49e0ea305b1cd0&device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/956] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:06:37 2026] GET /v2.0/networks?tenant_id=448d72441d2a4d508a49e0ea305b1cd0&shared=False => generated 765 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/957] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:06:37 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) [pid: 8|app: 0|req: 453/958] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:06:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/959] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/960] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/961] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 8|app: 0|req: 455/962] 10.0.0.24 () {34 vars in 757 bytes} [Wed Jun 10 09:06:38 2026] PUT /v2.0/security-groups/2a917a62-ec03-4e61-8d0e-af0c8c82e237 => generated 1662 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/963] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/security-groups/2a917a62-ec03-4e61-8d0e-af0c8c82e237 => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/964] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/965] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/security-groups?id=7fa98e18-5ebd-4a3a-b219-62bf6e0b9193&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: 510/966] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/967] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:38 2026] DELETE /v2.0/security-groups/2a917a62-ec03-4e61-8d0e-af0c8c82e237 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/968] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:06:38 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: 511/969] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:38.455 7 INFO neutron.api.v2.resource [None req-6a82914c-c19c-4a9a-bd06-03e405e35632 a57e2b028af54af79e32ec410e21db35 6f9f82fdacbc4ab4aff52262b2523ff7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 512/970] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:38 2026] DELETE /v2.0/security-groups/2a917a62-ec03-4e61-8d0e-af0c8c82e237 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/971] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:38.604 8 INFO neutron_taas.services.taas.taas_plugin [req-3a9bee3c-415d-4565-bbc7-08ede2a13438 req-5c121cad-f1c7-4838-9935-09c93271eb03 2a41f15a6ccf4cb3a74639de458417c4 735e26ccfea04648917fa25f10ec4590 - - default default] TaaS: Handle Delete Port: ecb4ef18-0583-4b23-9742-15a26a3d3a7d 2026-06-10 09:06:38.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3a9bee3c-415d-4565-bbc7-08ede2a13438 req-5c121cad-f1c7-4838-9935-09c93271eb03 2a41f15a6ccf4cb3a74639de458417c4 735e26ccfea04648917fa25f10ec4590 - - default default] Tap Mirror: Handle Delete Port: ecb4ef18-0583-4b23-9742-15a26a3d3a7d [pid: 7|app: 0|req: 514/972] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:06:38 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/973] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:06:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:06:38.815 8 INFO neutron.db.l3_db [req-3a9bee3c-415d-4565-bbc7-08ede2a13438 req-5c121cad-f1c7-4838-9935-09c93271eb03 2a41f15a6ccf4cb3a74639de458417c4 735e26ccfea04648917fa25f10ec4590 - - default default] Floating IP 84923698-311c-4170-a5bb-f599d9f20fbf disassociated. External IP: 10.96.250.206, port: ecb4ef18-0583-4b23-9742-15a26a3d3a7d. [pid: 7|app: 0|req: 516/974] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/security-group-rules/3fd5b2c9-ddb4-4246-be57-5684c8a0b937 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/975] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/ports?tenant_id=448d72441d2a4d508a49e0ea305b1cd0&device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/976] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/977] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:06:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 => 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: 520/978] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:06:38 2026] DELETE /v2.0/security-group-rules/3fd5b2c9-ddb4-4246-be57-5684c8a0b937 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/979] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/subnets?id=a66e609f-050e-408f-b91f-af9b425ab3b2 => 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: 522/980] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/981] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/ports?network_id=abb9164b-bcbb-4eae-81a7-cb543e8c0499&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/982] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:06:38 2026] DELETE /v2.0/ports/ecb4ef18-0583-4b23-9742-15a26a3d3a7d => generated 0 bytes in 773 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/983] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/networks/abb9164b-bcbb-4eae-81a7-cb543e8c0499?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:06:39.226 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-954c8d50-aaa0-479f-975a-938a2cbafae7'] response: {'server_uuid': 'a17e86a8-bc4a-41c1-b4c1-012bb13f9793', 'name': 'network-vif-deleted', 'tag': 'ecb4ef18-0583-4b23-9742-15a26a3d3a7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 524/984] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:06:39 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: 525/985] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-group-rules/3c7107f5-204a-4de0-a8da-f118f396ffb3 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/986] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/networks/abb9164b-bcbb-4eae-81a7-cb543e8c0499?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: 526/987] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/988] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:06:39 2026] DELETE /v2.0/security-group-rules/3c7107f5-204a-4de0-a8da-f118f396ffb3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/989] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 463/990] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:06:39.545 7 INFO neutron.db.securitygroups_db [None req-4bb89356-de5d-4f95-aa67-cda6ffaa5f05 a57e2b028af54af79e32ec410e21db35 6f9f82fdacbc4ab4aff52262b2523ff7 - - default default] Project 6f9f82fdacbc4ab4aff52262b2523ff7 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: 464/991] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 528/992] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:06:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/993] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-group-rules/58af1a20-2003-4327-a8b4-ae07aacd11dd => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/994] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&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: 530/995] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/996] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:06:39 2026] DELETE /v2.0/security-group-rules/58af1a20-2003-4327-a8b4-ae07aacd11dd => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/997] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/998] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:39 2026] DELETE /v2.0/security-groups/71e783bb-79ff-4628-a328-529ca8a04d4b => 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: 532/999] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:06:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1000] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:06:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1001] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:40 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 469/1002] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:40 2026] GET /v2.0/security-groups?tenant_id=6f9f82fdacbc4ab4aff52262b2523ff7&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1003] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:40 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1004] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:40 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&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: 534/1005] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:40 2026] DELETE /v2.0/security-groups/27ba5c98-12a2-430b-911a-7b98db15fcf8 => 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: 472/1006] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:41 2026] GET /v2.0/ports?device_id=a17e86a8-bc4a-41c1-b4c1-012bb13f9793 => 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: 535/1007] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:41 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1008] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:41 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1009] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:42 2026] DELETE /v2.0/security-groups/7fa98e18-5ebd-4a3a-b219-62bf6e0b9193 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:06:42.906 8 INFO neutron.api.v2.resource [None req-e86de3cf-6ee5-4063-bc5f-1073dbd41718 2a41f15a6ccf4cb3a74639de458417c4 735e26ccfea04648917fa25f10ec4590 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 474/1010] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:06:42 2026] GET /v2.0/security-groups/7fa98e18-5ebd-4a3a-b219-62bf6e0b9193 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:43.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0bf0914-e83e-4c6c-b460-00b543d09a52 2a41f15a6ccf4cb3a74639de458417c4 735e26ccfea04648917fa25f10ec4590 - - default default] TaaS: Handle Delete Port: cc3e751c-ebf7-4e91-8870-8dab3079cb62 2026-06-10 09:06:43.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0bf0914-e83e-4c6c-b460-00b543d09a52 2a41f15a6ccf4cb3a74639de458417c4 735e26ccfea04648917fa25f10ec4590 - - default default] Tap Mirror: Handle Delete Port: cc3e751c-ebf7-4e91-8870-8dab3079cb62 [pid: 8|app: 0|req: 475/1011] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:43 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1012] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:06:42 2026] DELETE /v2.0/floatingips/84923698-311c-4170-a5bb-f599d9f20fbf => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1013] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:43 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:43.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-6338a254-bf86-44e7-8da2-f8cdbc5823f5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: a9e3eca2-3d6a-4749-b6e8-c13808da8341 2026-06-10 09:06:43.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6338a254-bf86-44e7-8da2-f8cdbc5823f5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: a9e3eca2-3d6a-4749-b6e8-c13808da8341 [pid: 8|app: 0|req: 477/1014] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:44 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 538/1015] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:43 2026] PUT /v2.0/routers/f087ae19-3c03-442a-b5c7-cb68f96aeab5/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1016] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:44 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1019] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:44 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:44.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4688ecf-ae2e-46a6-ac9d-d39dd0695aea 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 29105aa0-c610-43e3-8878-d302168a797c 2026-06-10 09:06:44.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4688ecf-ae2e-46a6-ac9d-d39dd0695aea 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 29105aa0-c610-43e3-8878-d302168a797c 2026-06-10 09:06:44.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4688ecf-ae2e-46a6-ac9d-d39dd0695aea 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 30a99263-1085-48ff-80cb-843da2cbe35c 2026-06-10 09:06:44.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4688ecf-ae2e-46a6-ac9d-d39dd0695aea 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 30a99263-1085-48ff-80cb-843da2cbe35c 2026-06-10 09:06:45.217 7 INFO neutron.services.segments.plugin [-] Segment 7c5c7102-89ee-455f-bc52-aef3344a6336 resource provider aggregate not found 2026-06-10 09:06:45.227 7 INFO neutron.services.segments.plugin [-] Segment 7c5c7102-89ee-455f-bc52-aef3344a6336 resource provider aggregate not found 2026-06-10 09:06:45.247 7 INFO neutron.services.segments.plugin [-] Segment 7c5c7102-89ee-455f-bc52-aef3344a6336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5c7102-89ee-455f-bc52-aef3344a6336 found for delete ", "request_id": "req-94ef9d8b-aa28-4ef2-90a2-e44d3a63f1cb"}]} 2026-06-10 09:06:45.249 7 INFO neutron.services.segments.plugin [-] Segment 7c5c7102-89ee-455f-bc52-aef3344a6336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5c7102-89ee-455f-bc52-aef3344a6336 found for delete ", "request_id": "req-a0f997b4-8643-44dd-8135-45babbdae81d"}]} 2026-06-10 09:06:45.258 7 INFO neutron.db.l3_hamode_db [None req-b4688ecf-ae2e-46a6-ac9d-d39dd0695aea 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network 39c6ac4f-8596-401e-b357-6fc42260a30b was deleted as no HA routers are present in tenant 735e26ccfea04648917fa25f10ec4590. [pid: 7|app: 0|req: 539/1020] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:44 2026] DELETE /v2.0/routers/f087ae19-3c03-442a-b5c7-cb68f96aeab5 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:06:45.353 8 INFO neutron.db.l3_db [None req-f4b01ddc-d4a1-4780-8408-3e53fa0df488 092be5e13f0b410fbb4d6702b4e5593a 448d72441d2a4d508a49e0ea305b1cd0 - - default default] Floating IP beaff31d-907e-479f-8b84-72b800a6af43 associated. External IP: 10.96.250.201, port: 7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3. [pid: 7|app: 0|req: 540/1021] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:45 2026] DELETE /v2.0/subnets/b5b66573-f264-4ae8-acac-b5313efae856 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:45.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-12cae98a-6f54-40cc-b929-0f657a30dea8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 08e2d744-06c0-4f15-bcbe-cdd9dd4b1444 2026-06-10 09:06:45.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12cae98a-6f54-40cc-b929-0f657a30dea8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 08e2d744-06c0-4f15-bcbe-cdd9dd4b1444 [pid: 7|app: 0|req: 541/1022] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:45 2026] DELETE /v2.0/networks/f34b09d8-1627-4fba-9a47-dd6425364237 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1023] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:06:44 2026] PUT /v2.0/floatingips/beaff31d-907e-479f-8b84-72b800a6af43 => generated 856 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:45.817 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18b7fc98-0b51-4f7b-ab92-b164d455c014'] response: {'name': 'network-changed', 'server_uuid': '5709d8e1-f339-48e9-8454-345b0cbaa550', 'tag': '7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 542/1024] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:45 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1025] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:45 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&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: 7|app: 0|req: 543/1026] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:45 2026] GET /v2.0/security-groups?tenant_id=735e26ccfea04648917fa25f10ec4590&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1027] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:46 2026] DELETE /v2.0/security-groups/4f3a8ee5-4e49-44ae-898a-209a3ba9fefa => 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: 544/1028] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/ports?tenant_id=448d72441d2a4d508a49e0ea305b1cd0&device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 485/1029] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 545/1030] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/networks?id=abb9164b-bcbb-4eae-81a7-cb543e8c0499 => generated 765 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1031] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&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: 7|app: 0|req: 546/1032] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 => 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: 487/1033] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/subnets?id=a66e609f-050e-408f-b91f-af9b425ab3b2 => generated 687 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1034] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/ports?network_id=abb9164b-bcbb-4eae-81a7-cb543e8c0499&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1035] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/networks/abb9164b-bcbb-4eae-81a7-cb543e8c0499?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: 549/1036] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/networks/abb9164b-bcbb-4eae-81a7-cb543e8c0499?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1037] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:46 2026] GET /v2.0/security-groups?tenant_id=89b479fcc2a944589f4e2dba049e6fc9&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1038] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:46 2026] DELETE /v2.0/security-groups/68f56387-3d20-4732-a614-eeb34ff4b0aa => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1039] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:47 2026] GET /v2.0/security-groups?tenant_id=03c2941f59de40ebaa56525b8213742a&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:06:47.271 7 INFO neutron.services.segments.plugin [-] Segment 58fe0201-66da-4e1f-b083-157298d831bc resource provider aggregate not found 2026-06-10 09:06:47.278 7 INFO neutron.services.segments.plugin [-] Segment 58fe0201-66da-4e1f-b083-157298d831bc resource provider aggregate not found 2026-06-10 09:06:47.325 7 INFO neutron.services.segments.plugin [-] Segment 58fe0201-66da-4e1f-b083-157298d831bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58fe0201-66da-4e1f-b083-157298d831bc found for delete ", "request_id": "req-84101249-7464-486e-8c0c-6acb69130f8f"}]} 2026-06-10 09:06:47.331 7 INFO neutron.services.segments.plugin [-] Segment 58fe0201-66da-4e1f-b083-157298d831bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58fe0201-66da-4e1f-b083-157298d831bc found for delete ", "request_id": "req-5e06d7d8-da57-4a4a-88a7-f6dd46c3f2f7"}]} [pid: 7|app: 0|req: 551/1040] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:47 2026] DELETE /v2.0/security-groups/09e22d63-c291-4c05-9713-32022acfd3f9 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1041] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:47 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1042] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:47 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1043] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:48 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1044] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:48 2026] GET /v2.0/security-groups?id=c3a29885-2193-4d5b-a910-6561f2d08235&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: 492/1045] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:06:48 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:49.046 7 INFO neutron_taas.services.taas.taas_plugin [req-b1bd1521-287b-4085-a9cd-dfc810bce106 req-d1c15d26-f876-4a2d-8703-0c391d9978b2 092be5e13f0b410fbb4d6702b4e5593a 448d72441d2a4d508a49e0ea305b1cd0 - - default default] TaaS: Handle Delete Port: 7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 2026-06-10 09:06:49.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1bd1521-287b-4085-a9cd-dfc810bce106 req-d1c15d26-f876-4a2d-8703-0c391d9978b2 092be5e13f0b410fbb4d6702b4e5593a 448d72441d2a4d508a49e0ea305b1cd0 - - default default] Tap Mirror: Handle Delete Port: 7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 2026-06-10 09:06:49.198 7 INFO neutron.db.l3_db [req-b1bd1521-287b-4085-a9cd-dfc810bce106 req-d1c15d26-f876-4a2d-8703-0c391d9978b2 092be5e13f0b410fbb4d6702b4e5593a 448d72441d2a4d508a49e0ea305b1cd0 - - default default] Floating IP beaff31d-907e-479f-8b84-72b800a6af43 disassociated. External IP: 10.96.250.201, port: 7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3. [pid: 7|app: 0|req: 554/1046] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:06:48 2026] DELETE /v2.0/ports/7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3 => generated 0 bytes in 729 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:49.682 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33ea944b-01ba-4d5e-ba0d-d5a1cbd34b5b'] response: {'server_uuid': '5709d8e1-f339-48e9-8454-345b0cbaa550', 'name': 'network-vif-deleted', 'tag': '7eb66f5a-9adb-4cc8-8879-b83e9ec86ca3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 555/1047] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:49 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 493/1048] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:06:49 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 1240 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1049] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jun 10 09:06:50 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 494/1050] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:51 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1051] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:51 2026] GET /v2.0/security-groups?tenant_id=5867258136a0406182527e9be0473834&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1052] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:51 2026] DELETE /v2.0/security-groups/52282fa4-ef5c-4e19-9f03-e087bdb9e655 => 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: 558/1053] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:51 2026] GET /v2.0/security-groups?tenant_id=d6dd4520cc804b2eb0c2db425c2ba099&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1054] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:52 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 559/1055] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:52 2026] DELETE /v2.0/security-groups/a71bbe3a-6be6-4f08-847f-8ac49b797266 => 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: 497/1056] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:52 2026] GET /v2.0/security-groups?tenant_id=9cd0d7dc45384090a2f3150de3999969&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1057] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:52 2026] DELETE /v2.0/security-groups/5438c4bd-d3ea-462f-8d17-cafe226afa14 => 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: 498/1058] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:53 2026] GET /v2.0/ports?device_id=5709d8e1-f339-48e9-8454-345b0cbaa550 => 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: 561/1059] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:54 2026] DELETE /v2.0/security-groups/c3a29885-2193-4d5b-a910-6561f2d08235 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:06:54.501 8 INFO neutron.api.v2.resource [None req-76f85f77-1678-4857-abc0-1a35f0f5e5af 092be5e13f0b410fbb4d6702b4e5593a 448d72441d2a4d508a49e0ea305b1cd0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 499/1060] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:06:54 2026] GET /v2.0/security-groups/c3a29885-2193-4d5b-a910-6561f2d08235 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:06:54.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-94421ebe-4621-40be-8e58-24e751a53caa 092be5e13f0b410fbb4d6702b4e5593a 448d72441d2a4d508a49e0ea305b1cd0 - - default default] TaaS: Handle Delete Port: bb88357b-79c1-44e2-b580-83e8e3a02daf 2026-06-10 09:06:54.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94421ebe-4621-40be-8e58-24e751a53caa 092be5e13f0b410fbb4d6702b4e5593a 448d72441d2a4d508a49e0ea305b1cd0 - - default default] Tap Mirror: Handle Delete Port: bb88357b-79c1-44e2-b580-83e8e3a02daf [pid: 7|app: 0|req: 562/1061] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:06:54 2026] DELETE /v2.0/floatingips/beaff31d-907e-479f-8b84-72b800a6af43 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:06:55.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-2971ae0d-dcde-4aee-bd0c-9d698ea8dfd9 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 3e7f7cbb-7655-4765-ac9d-5756d63c7170 2026-06-10 09:06:55.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2971ae0d-dcde-4aee-bd0c-9d698ea8dfd9 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 3e7f7cbb-7655-4765-ac9d-5756d63c7170 [pid: 8|app: 0|req: 500/1062] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:06:54 2026] PUT /v2.0/routers/3260f6f0-0f14-4645-ad93-c2ecc8671cce/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:06:55.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-c76cb149-46e4-4ec5-b0dc-81ef059a8ee8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 9cb2a8ca-9b2b-4a15-834d-bc85ace81877 2026-06-10 09:06:55.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c76cb149-46e4-4ec5-b0dc-81ef059a8ee8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 9cb2a8ca-9b2b-4a15-834d-bc85ace81877 2026-06-10 09:06:56.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-c76cb149-46e4-4ec5-b0dc-81ef059a8ee8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 6355d5f8-1793-47fc-b227-51a5152b1738 2026-06-10 09:06:56.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c76cb149-46e4-4ec5-b0dc-81ef059a8ee8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 6355d5f8-1793-47fc-b227-51a5152b1738 2026-06-10 09:06:56.682 7 INFO neutron.services.segments.plugin [-] Segment 13803760-b9f1-4085-a972-960581af341d resource provider aggregate not found 2026-06-10 09:06:56.690 7 INFO neutron.services.segments.plugin [-] Segment 13803760-b9f1-4085-a972-960581af341d resource provider aggregate not found 2026-06-10 09:06:56.699 7 INFO neutron.services.segments.plugin [-] Segment 13803760-b9f1-4085-a972-960581af341d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13803760-b9f1-4085-a972-960581af341d found for delete ", "request_id": "req-a2eb9422-e873-437b-afcd-934920688458"}]} 2026-06-10 09:06:56.711 7 INFO neutron.services.segments.plugin [-] Segment 13803760-b9f1-4085-a972-960581af341d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13803760-b9f1-4085-a972-960581af341d found for delete ", "request_id": "req-dd8d75df-2ab5-4ac7-99c9-2c999fa5af77"}]} 2026-06-10 09:06:56.712 7 INFO neutron.db.l3_hamode_db [None req-c76cb149-46e4-4ec5-b0dc-81ef059a8ee8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network f228a3dc-549c-438f-b678-b51b9537e8b4 was deleted as no HA routers are present in tenant 448d72441d2a4d508a49e0ea305b1cd0. [pid: 7|app: 0|req: 563/1063] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:55 2026] DELETE /v2.0/routers/3260f6f0-0f14-4645-ad93-c2ecc8671cce => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1064] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:06:56 2026] DELETE /v2.0/subnets/a66e609f-050e-408f-b91f-af9b425ab3b2 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:06:57.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff23e92d-aadf-4adc-95cd-36ea228edcdb 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: eabc9105-572a-4db8-b2b8-a6717c2cab94 2026-06-10 09:06:57.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff23e92d-aadf-4adc-95cd-36ea228edcdb 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: eabc9105-572a-4db8-b2b8-a6717c2cab94 [pid: 7|app: 0|req: 564/1065] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:06:56 2026] DELETE /v2.0/networks/abb9164b-bcbb-4eae-81a7-cb543e8c0499 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1066] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:57 2026] GET /v2.0/security-groups?tenant_id=448d72441d2a4d508a49e0ea305b1cd0&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1067] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:57 2026] DELETE /v2.0/security-groups/4b2d81cc-e8f9-409e-b1be-17377399696c => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1068] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:57 2026] GET /v2.0/security-groups?tenant_id=2e2f16039cde4f4ab36d2a0297d4370c&name=default => generated 2925 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1069] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:58 2026] DELETE /v2.0/security-groups/6e8d7199-200b-4998-bb34-651c4b321572 => 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: 504/1070] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:06:58 2026] GET /v2.0/security-groups?tenant_id=65aa4c3b1ba34f648be1dbaa908bc8f7&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1071] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:06:58 2026] DELETE /v2.0/security-groups/07ce0754-75c3-4b6f-9a80-e4cefdcd9236 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:06:58.722 7 INFO neutron.services.segments.plugin [-] Segment 8d289027-5e69-48b7-bd0d-c8211c4315fd resource provider aggregate not found 2026-06-10 09:06:58.733 7 INFO neutron.services.segments.plugin [-] Segment 8d289027-5e69-48b7-bd0d-c8211c4315fd resource provider aggregate not found 2026-06-10 09:06:58.742 7 INFO neutron.services.segments.plugin [-] Segment 8d289027-5e69-48b7-bd0d-c8211c4315fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d289027-5e69-48b7-bd0d-c8211c4315fd found for delete ", "request_id": "req-b1b25472-a2f3-4eae-946c-72b25d6173d9"}]} 2026-06-10 09:06:58.750 7 INFO neutron.services.segments.plugin [-] Segment 8d289027-5e69-48b7-bd0d-c8211c4315fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d289027-5e69-48b7-bd0d-c8211c4315fd found for delete ", "request_id": "req-75763f58-e141-4a00-bc72-6f5e61688e26"}]} 2026-06-10 09:06:59.723 7 INFO neutron.db.segments_db [None req-859507bd-3260-46c4-837f-f9a8f0eabd9d 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment ff22acf1-b907-4cd8-9f55-8c954036963e of type vxlan for network 19e293b7-d528-4632-887d-3d791a926981 [pid: 7|app: 0|req: 569/1074] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:06:59 2026] POST /v2.0/networks => generated 724 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1075] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:06:59 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1076] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:06:59 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 570/1077] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:06:59 2026] POST /v2.0/subnets => generated 690 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:00.093 8 INFO neutron.db.segments_db [None req-66d655c0-cbaa-4508-a981-d4e61ddec47b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment db890dcc-5fc7-433d-9fd1-f2a68f26638e of type vxlan for network 6a884d57-522d-4f0d-8103-b5855c656f09 [pid: 7|app: 0|req: 571/1078] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:00 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1079] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:00 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:00.360 8 INFO neutron.db.l3_hamode_db [None req-66d655c0-cbaa-4508-a981-d4e61ddec47b 75d6afbafd5e46e5905dbfd660c27c63 1f515147712f4a5db7abfc4bade12b9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:07:01.190 8 INFO neutron.db.l3_hamode_db [None req-66d655c0-cbaa-4508-a981-d4e61ddec47b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 573/1080] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:01 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1081] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:01 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 508/1082] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:00 2026] POST /v2.0/routers => generated 730 bytes in 2104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1083] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:02 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1084] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:02 2026] GET /v2.0/security-groups?tenant_id=0106216fc4ba4597acfcb2573689a916&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1085] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:02 2026] GET /v2.0/security-groups?id=0807a47f-5c06-42b8-8c4e-6dbffffd0b45&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: 512/1086] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:07:02 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1087] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:02 2026] DELETE /v2.0/security-groups/af60c1eb-5c26-4193-a109-974cebdddea3 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:03.207 8 INFO neutron_taas.services.taas.taas_plugin [req-9117d749-c8f8-4213-ab03-f6a399039ad9 req-ca454ad5-fe46-41fd-a9a2-a93dfac53fee f0f897f955294ebea1c9e909a2decfbd c29c20ac02e84616b62f50efeece3f0f - - default default] TaaS: Handle Delete Port: 1944b147-62d9-42b9-a4b5-c0e980235cbf 2026-06-10 09:07:03.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9117d749-c8f8-4213-ab03-f6a399039ad9 req-ca454ad5-fe46-41fd-a9a2-a93dfac53fee f0f897f955294ebea1c9e909a2decfbd c29c20ac02e84616b62f50efeece3f0f - - default default] Tap Mirror: Handle Delete Port: 1944b147-62d9-42b9-a4b5-c0e980235cbf [pid: 7|app: 0|req: 575/1088] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:07:02 2026] PUT /v2.0/routers/2997f8be-9995-42f2-9ee0-47195017b7ed/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:03.356 8 INFO neutron.db.l3_db [req-9117d749-c8f8-4213-ab03-f6a399039ad9 req-ca454ad5-fe46-41fd-a9a2-a93dfac53fee f0f897f955294ebea1c9e909a2decfbd c29c20ac02e84616b62f50efeece3f0f - - default default] Floating IP 01d0d23e-b603-47e4-a54b-f4132c4e871a disassociated. External IP: 10.96.250.205, port: 1944b147-62d9-42b9-a4b5-c0e980235cbf. [pid: 7|app: 0|req: 576/1089] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:03 2026] GET /v2.0/security-groups?tenant_id=4e98df9bf7be4fa883b77710c32e0b99&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: 577/1090] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:03 2026] DELETE /v2.0/security-groups/239aebf3-8906-4e8f-b1c4-2bacfe8594d7 => 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: 514/1091] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:07:03 2026] DELETE /v2.0/ports/1944b147-62d9-42b9-a4b5-c0e980235cbf => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:03.827 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00cf5158-7212-4206-b77c-f0a505289480'] response: {'server_uuid': 'f13f6813-1d82-44a4-b7b8-80acfdb8e66b', 'name': 'network-vif-deleted', 'tag': '1944b147-62d9-42b9-a4b5-c0e980235cbf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 578/1092] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:03 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 515/1093] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:07:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1094] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1095] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1096] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:05 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => 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: 580/1097] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:07:04 2026] POST /v2.0/floatingips => generated 552 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1098] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:05 2026] GET /v2.0/security-groups?tenant_id=a97ce2e428dc4de9bf7f558ae24c7315&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1099] 10.0.0.5 () {34 vars in 1096 bytes} [Wed Jun 10 09:07:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--476054279&fields=id&tenant_id=1f515147712f4a5db7abfc4bade12b9d => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1100] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:07:05 2026] GET /v2.0/networks?id=19e293b7-d528-4632-887d-3d791a926981 => generated 675 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1101] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:07:05 2026] GET /v2.0/quotas/1f515147712f4a5db7abfc4bade12b9d => 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: 519/1102] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:05 2026] DELETE /v2.0/security-groups/e8f9c3c4-f260-4168-b7f5-21a69c4926dd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1103] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:07:05 2026] GET /v2.0/ports?tenant_id=1f515147712f4a5db7abfc4bade12b9d&fields=id => generated 103 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1104] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:07:05 2026] GET /v2.0/networks/19e293b7-d528-4632-887d-3d791a926981?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: 585/1105] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:07:06 2026] GET /v2.0/networks/19e293b7-d528-4632-887d-3d791a926981?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1106] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:06 2026] GET /v2.0/ports?device_id=f13f6813-1d82-44a4-b7b8-80acfdb8e66b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1107] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:06 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => 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: 587/1108] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:07 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => 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: 522/1109] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:07 2026] DELETE /v2.0/security-groups/0807a47f-5c06-42b8-8c4e-6dbffffd0b45 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:07.466 7 INFO neutron.api.v2.resource [None req-1be977b3-c2c8-44ae-b3da-380e85dfda0b f0f897f955294ebea1c9e909a2decfbd c29c20ac02e84616b62f50efeece3f0f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 588/1110] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:07:07 2026] GET /v2.0/security-groups/0807a47f-5c06-42b8-8c4e-6dbffffd0b45 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:07.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-5745b218-2c04-452e-b103-51cf7be91c8c f0f897f955294ebea1c9e909a2decfbd c29c20ac02e84616b62f50efeece3f0f - - default default] TaaS: Handle Delete Port: 2993c5ae-3682-43ea-8458-f1dc823ed0ff 2026-06-10 09:07:07.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5745b218-2c04-452e-b103-51cf7be91c8c f0f897f955294ebea1c9e909a2decfbd c29c20ac02e84616b62f50efeece3f0f - - default default] Tap Mirror: Handle Delete Port: 2993c5ae-3682-43ea-8458-f1dc823ed0ff [pid: 8|app: 0|req: 523/1111] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:07:07 2026] DELETE /v2.0/floatingips/01d0d23e-b603-47e4-a54b-f4132c4e871a => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:08.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-c43d37cd-a8b7-4bba-843d-dc475bad2420 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 0dbede97-a760-4005-bfa5-265bd5ea9ec8 2026-06-10 09:07:08.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c43d37cd-a8b7-4bba-843d-dc475bad2420 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 0dbede97-a760-4005-bfa5-265bd5ea9ec8 [pid: 8|app: 0|req: 524/1112] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:08 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1113] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:07 2026] PUT /v2.0/routers/7fb4dccc-bc7e-440a-a3d8-7950cef2e679/remove_router_interface => generated 309 bytes in 1482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:09.256 8 INFO neutron.db.segments_db [None req-d5bd42ec-e540-4ffe-9e4d-670230d2ca22 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Added segment 7e1b7aad-1a8c-44e7-818f-51b9dd4c9e1a of type vxlan for network dfc5e4d3-519a-43c2-bd06-552ddfabca07 [pid: 8|app: 0|req: 525/1114] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:07:08 2026] POST /v2.0/networks => generated 614 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1115] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:09 2026] GET /v2.0/security-groups?tenant_id=0aaf1737dd214df093a32e435c25d228&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:09.455 7 INFO neutron.db.segments_db [None req-9daf1f70-7f91-4441-96fd-9cac0c7d79d6 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Added segment a6d14f05-0db1-4dfc-922b-f18ef23a4686 of type vxlan for network 48c7ead5-c5ef-4a56-8dec-763e3786339a 2026-06-10 09:07:09.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-825efb1c-c9a0-46d0-abfe-dd2634a821fe 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 4df3d62a-cb37-41fd-b302-3422fe37c22f 2026-06-10 09:07:09.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-825efb1c-c9a0-46d0-abfe-dd2634a821fe 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 4df3d62a-cb37-41fd-b302-3422fe37c22f 2026-06-10 09:07:09.705 7 INFO neutron.db.l3_hamode_db [None req-9daf1f70-7f91-4441-96fd-9cac0c7d79d6 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:07:09.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-825efb1c-c9a0-46d0-abfe-dd2634a821fe 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 7c94edd3-50a9-448a-abb1-a4b6d0db2b31 2026-06-10 09:07:09.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-825efb1c-c9a0-46d0-abfe-dd2634a821fe 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 7c94edd3-50a9-448a-abb1-a4b6d0db2b31 2026-06-10 09:07:10.263 8 INFO neutron.services.segments.plugin [-] Segment 4bafe63d-eebe-439e-ad83-96ed1ec149c1 resource provider aggregate not found 2026-06-10 09:07:10.274 8 INFO neutron.services.segments.plugin [-] Segment 4bafe63d-eebe-439e-ad83-96ed1ec149c1 resource provider aggregate not found 2026-06-10 09:07:10.287 8 INFO neutron.services.segments.plugin [-] Segment 4bafe63d-eebe-439e-ad83-96ed1ec149c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bafe63d-eebe-439e-ad83-96ed1ec149c1 found for delete ", "request_id": "req-94273172-4acc-49fd-b9d7-6ee9c56e1478"}]} 2026-06-10 09:07:10.290 8 INFO neutron.services.segments.plugin [-] Segment 4bafe63d-eebe-439e-ad83-96ed1ec149c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bafe63d-eebe-439e-ad83-96ed1ec149c1 found for delete ", "request_id": "req-ba992ddb-6863-4605-9383-76d990ba0d42"}]} 2026-06-10 09:07:10.291 8 INFO neutron.db.l3_hamode_db [None req-825efb1c-c9a0-46d0-abfe-dd2634a821fe 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network 671cf08b-5cc5-43b3-85d4-02c4f18eb2ef was deleted as no HA routers are present in tenant c29c20ac02e84616b62f50efeece3f0f. [pid: 8|app: 0|req: 526/1116] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:09 2026] DELETE /v2.0/routers/7fb4dccc-bc7e-440a-a3d8-7950cef2e679 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1117] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:10 2026] DELETE /v2.0/security-groups/5ce70713-d229-41dd-9ac6-e56b248fcc62 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1118] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:10 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => 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: 529/1119] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:10 2026] DELETE /v2.0/subnets/eafbf32c-bd31-405a-af57-e5f1bba2e2e4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:10.587 7 INFO neutron.db.l3_hamode_db [None req-9daf1f70-7f91-4441-96fd-9cac0c7d79d6 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 530/1120] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:07:10 2026] GET /v2.0/networks?id=19e293b7-d528-4632-887d-3d791a926981 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:10.699 8 INFO neutron_taas.services.taas.taas_plugin [None req-da14a0d4-59ea-4b95-9c87-bff2024fe473 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: fc73cd17-5440-476c-9fa8-544bd8fbf374 2026-06-10 09:07:10.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da14a0d4-59ea-4b95-9c87-bff2024fe473 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: fc73cd17-5440-476c-9fa8-544bd8fbf374 [pid: 8|app: 0|req: 531/1121] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:10 2026] DELETE /v2.0/networks/e3fd9492-5152-44f4-878b-b8150bcaccac => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1122] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:07:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f515147712f4a5db7abfc4bade12b9d => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1123] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:07:10 2026] POST /v2.0/ports => generated 958 bytes in 456 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: 534/1124] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:11 2026] GET /v2.0/security-groups?tenant_id=c29c20ac02e84616b62f50efeece3f0f&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1125] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:09 2026] POST /v2.0/routers => generated 695 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1126] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:11 2026] DELETE /v2.0/security-groups/e441c980-31e3-41f7-b7d5-63fc5c4026ed => 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: 593/1127] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:11 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => 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: 535/1128] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:07:11 2026] PUT /v2.0/ports/c5f47882-0ae2-4718-b637-9177a2df8864 => generated 1239 bytes in 442 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: 536/1129] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:11 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:11.936 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-169d28f9-8607-4263-8333-e9591d4a9752'] response: {'name': 'network-changed', 'server_uuid': '1872b654-f38f-426e-aa6f-2235150d8df3', 'tag': 'c5f47882-0ae2-4718-b637-9177a2df8864', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 594/1130] 10.0.0.24 () {32 vars in 775 bytes} [Wed Jun 10 09:07:11 2026] GET /v2.0/subnets?project_id=700bc350dc02448983f0d5d100961f8c&cidr=10.100.0.0%2F28 => generated 14 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1131] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:07:12 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: 595/1132] 10.0.0.24 () {32 vars in 783 bytes} [Wed Jun 10 09:07:12 2026] GET /v2.0/subnets?network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:12.309 8 INFO neutron.services.segments.plugin [-] Segment ae16b8d8-e39b-447b-a57b-920218ed5420 resource provider aggregate not found 2026-06-10 09:07:12.317 8 INFO neutron.services.segments.plugin [-] Segment ae16b8d8-e39b-447b-a57b-920218ed5420 resource provider aggregate not found 2026-06-10 09:07:12.341 8 INFO neutron.services.segments.plugin [-] Segment ae16b8d8-e39b-447b-a57b-920218ed5420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae16b8d8-e39b-447b-a57b-920218ed5420 found for delete ", "request_id": "req-c542c7f1-da18-46b9-8215-1c1e08cb4ce6"}]} 2026-06-10 09:07:12.341 8 INFO neutron.services.segments.plugin [-] Segment ae16b8d8-e39b-447b-a57b-920218ed5420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae16b8d8-e39b-447b-a57b-920218ed5420 found for delete ", "request_id": "req-a4b13852-a7ea-440d-8298-23582a3dd475"}]} [pid: 8|app: 0|req: 538/1133] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:12 2026] POST /v2.0/subnets => generated 656 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:12.672 7 INFO neutron.db.segments_db [None req-e05d5e84-7874-4081-888c-2bb40aae2cce e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Added segment b9c6a2cb-17b0-4955-8701-fb32b8b532ad of type vxlan for network fe4f306b-b8ac-4af9-b6cf-a609193d8a7d 2026-06-10 09:07:12.712 7 INFO neutron.db.segments_db [None req-e05d5e84-7874-4081-888c-2bb40aae2cce e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Added segment 41a34c38-2793-4cb9-b3b0-d9cdbfd1f63c of type vxlan for network 0afbf69d-7e39-451a-8d51-e5e9ec4e8b40 [pid: 7|app: 0|req: 596/1134] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:12 2026] POST /v2.0/networks => generated 1208 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1135] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:12 2026] GET /v2.0/ports?tenant_id=1f515147712f4a5db7abfc4bade12b9d&device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1136] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:07:12 2026] GET /v2.0/networks => generated 1845 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1137] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:07:12 2026] GET /v2.0/networks?tenant_id=1f515147712f4a5db7abfc4bade12b9d&shared=False => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:13.128 7 INFO neutron.services.segments.plugin [-] Segment b9c6a2cb-17b0-4955-8701-fb32b8b532ad resource provider aggregate not found 2026-06-10 09:07:13.132 7 INFO neutron.services.segments.plugin [-] Segment b9c6a2cb-17b0-4955-8701-fb32b8b532ad resource provider aggregate not found 2026-06-10 09:07:13.151 7 INFO neutron.services.segments.plugin [-] Segment b9c6a2cb-17b0-4955-8701-fb32b8b532ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c6a2cb-17b0-4955-8701-fb32b8b532ad found for delete ", "request_id": "req-1ca2396d-8f69-44e0-83d7-ef0455fc0452"}]} 2026-06-10 09:07:13.154 7 INFO neutron.services.segments.plugin [-] Segment b9c6a2cb-17b0-4955-8701-fb32b8b532ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c6a2cb-17b0-4955-8701-fb32b8b532ad found for delete ", "request_id": "req-7563d911-352f-4040-a2a0-86fd1499e925"}]} [pid: 7|app: 0|req: 600/1138] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:13 2026] DELETE /v2.0/networks/fe4f306b-b8ac-4af9-b6cf-a609193d8a7d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1139] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:13 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1140] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:07:13 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: 603/1141] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:13 2026] DELETE /v2.0/networks/0afbf69d-7e39-451a-8d51-e5e9ec4e8b40 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1142] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:13 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&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: 605/1143] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:07:13 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:13.830 7 INFO neutron.db.segments_db [None req-33d2a46e-b7c9-45cf-8734-ec223837a701 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment caf7af85-aa10-4e8c-882e-6ae059d63a7c of type vxlan for network 0cfc236b-c2b0-45e0-a271-0c88c02d31d1 [pid: 8|app: 0|req: 539/1144] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:07:12 2026] PUT /v2.0/routers/e38b2bec-dd3f-4b79-845b-83e9252ebf44/add_router_interface => generated 309 bytes in 1468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:13.930 8 INFO neutron.db.segments_db [None req-c40471f2-7cc2-4f44-85ad-2f7a37fb2f2a e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Added segment 0362be94-0e65-4241-81b4-ca7cb27508b9 of type vxlan for network 41e1ce4d-7cd7-4446-87fb-6bf774e933d8 [pid: 7|app: 0|req: 606/1145] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:07:13 2026] POST /v2.0/networks => generated 727 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1146] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:07:13 2026] GET /v2.0/networks => generated 5774 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1147] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:13 2026] POST /v2.0/networks => generated 634 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1148] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:07:14 2026] GET /v2.0/subnets => generated 3896 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:14.145 8 INFO neutron.db.segments_db [None req-8a5ab82c-264e-4b49-bb67-b4a2724caec8 e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Added segment d6eeda09-23ac-448e-a339-93a1a9e735fe of type vxlan for network d6f6650c-b9dd-4f67-ab96-e13d2fd09b8d [pid: 7|app: 0|req: 608/1149] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:14 2026] POST /v2.0/subnets => generated 693 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1150] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:14 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:14.279 8 INFO neutron.db.segments_db [None req-e74f18cc-d446-4070-88be-18bf4818e744 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 4c43d36f-030f-4844-8463-4371a2f7ee27 of type vxlan for network 30304146-b176-4596-826e-804a3201d54e [pid: 7|app: 0|req: 609/1151] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:07:14 2026] GET /v2.0/routers => generated 1464 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:14.546 8 INFO neutron.db.l3_hamode_db [None req-e74f18cc-d446-4070-88be-18bf4818e744 75d6afbafd5e46e5905dbfd660c27c63 f3d614cdf4b548a8abc1a3548d1c9593 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 610/1152] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:07:14 2026] POST /v2.0/ports => generated 1505 bytes in 700 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: 611/1153] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:14 2026] GET /v2.0/ports?tenant_id=1f515147712f4a5db7abfc4bade12b9d&device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:15.180 7 INFO neutron.services.segments.plugin [-] Segment 41a34c38-2793-4cb9-b3b0-d9cdbfd1f63c resource provider aggregate not found 2026-06-10 09:07:15.186 7 INFO neutron.services.segments.plugin [-] Segment 41a34c38-2793-4cb9-b3b0-d9cdbfd1f63c resource provider aggregate not found 2026-06-10 09:07:15.208 7 INFO neutron.services.segments.plugin [-] Segment 41a34c38-2793-4cb9-b3b0-d9cdbfd1f63c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41a34c38-2793-4cb9-b3b0-d9cdbfd1f63c found for delete ", "request_id": "req-c1221e1c-b2d0-4bd4-b9b8-968e885ed812"}]} 2026-06-10 09:07:15.211 7 INFO neutron.services.segments.plugin [-] Segment 41a34c38-2793-4cb9-b3b0-d9cdbfd1f63c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41a34c38-2793-4cb9-b3b0-d9cdbfd1f63c found for delete ", "request_id": "req-9c6971d0-61f6-4c82-abec-90d5b02529be"}]} [pid: 7|app: 0|req: 612/1154] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:07:15 2026] POST /v2.0/security-groups => generated 1673 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1157] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:15 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => 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: 616/1158] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:07:15 2026] GET /v2.0/ports => generated 1505 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1159] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:07:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5f47882-0ae2-4718-b637-9177a2df8864 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:15.338 8 INFO neutron.db.l3_hamode_db [None req-e74f18cc-d446-4070-88be-18bf4818e744 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 618/1160] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:15 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: 619/1161] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:15 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:15.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-888c8d68-9c55-4922-b121-b3ff4a9dc63b e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] TaaS: Handle Delete Port: e7f2af1a-638e-4e46-9d11-e2abd13a8ac4 2026-06-10 09:07:15.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-888c8d68-9c55-4922-b121-b3ff4a9dc63b e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Tap Mirror: Handle Delete Port: e7f2af1a-638e-4e46-9d11-e2abd13a8ac4 [pid: 7|app: 0|req: 620/1162] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:15 2026] DELETE /v2.0/ports/e7f2af1a-638e-4e46-9d11-e2abd13a8ac4 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1163] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:07:15 2026] GET /v2.0/subnets?id=4a7a6b63-da1d-424c-9d59-87e81ae82719 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1164] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:16.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-62d63ddb-7349-4b0f-a4cf-9351ff6d205e e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] TaaS: Handle Delete Port: 8b3c479e-08e4-490a-96d4-e93d17084aa6 2026-06-10 09:07:16.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62d63ddb-7349-4b0f-a4cf-9351ff6d205e e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Tap Mirror: Handle Delete Port: 8b3c479e-08e4-490a-96d4-e93d17084aa6 [pid: 7|app: 0|req: 623/1165] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:16 2026] DELETE /v2.0/ports/8b3c479e-08e4-490a-96d4-e93d17084aa6 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1166] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:07:16 2026] GET /v2.0/ports?network_id=19e293b7-d528-4632-887d-3d791a926981&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1167] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1168] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:07:16 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: 627/1169] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:07:16 2026] GET /v2.0/networks/19e293b7-d528-4632-887d-3d791a926981?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1170] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:14 2026] POST /v2.0/routers => generated 733 bytes in 2297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:16.594 8 INFO neutron.db.segments_db [None req-6deee376-97bc-4eb1-84a0-6bb6a5cf4376 e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Added segment de1269ca-2cc8-4aa1-849d-0f9d90344010 of type vxlan for network 8e4b6a05-08b9-4895-986f-79cef21d1862 [pid: 7|app: 0|req: 628/1171] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1172] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:07:16 2026] GET /v2.0/networks/19e293b7-d528-4632-887d-3d791a926981?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1173] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:16 2026] POST /v2.0/networks => generated 634 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1174] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:16 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:16.868 8 INFO neutron.db.securitygroups_db [None req-9501cbb8-ea93-40a3-a1f5-27c9f526fbb2 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Project 700bc350dc02448983f0d5d100961f8c 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: 546/1175] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:17.025 8 INFO neutron.db.segments_db [None req-a159e9fb-25a6-458e-99af-6dd2fec332fe e6963573c2e4443f8fcde66d6d93dd39 820d7411a07e4539b47d8b93b7cd40c9 - - default default] Added segment 8597f386-9172-4055-9363-263eca494fa4 of type vxlan for network fff816fe-c70c-4b91-a490-c9e14a630766 [pid: 8|app: 0|req: 547/1176] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:16 2026] POST /v2.0/networks => generated 635 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1177] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:17 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:17.213 8 INFO neutron.db.securitygroups_db [None req-75743a4f-0039-4f05-83d6-819ac0c357dd e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Project 700bc350dc02448983f0d5d100961f8c 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: 549/1178] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1179] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:07:16 2026] PUT /v2.0/routers/2499493f-f424-4507-a3da-ec09ebfc8a64/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1180] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:07:17 2026] GET /v2.0/networks => generated 1298 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1181] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:17 2026] POST /v2.0/subnets => generated 1324 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1182] 10.0.0.5 () {34 vars in 1096 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-822843936&fields=id&tenant_id=700bc350dc02448983f0d5d100961f8c => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1183] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/subnets => generated 1960 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1184] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/networks?id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1185] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/quotas/700bc350dc02448983f0d5d100961f8c => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1186] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1187] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:18 2026] DELETE /v2.0/subnets/0c3f091b-07ee-4b34-a278-cc56da1342dc => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1188] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1189] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&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: 554/1190] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1191] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 637/1192] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:18 2026] DELETE /v2.0/subnets/bcefeff0-bb37-4f07-b4ef-71f828ff6ddd => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1193] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:18.660 7 INFO neutron.services.segments.plugin [-] Segment 8597f386-9172-4055-9363-263eca494fa4 resource provider aggregate not found [pid: 8|app: 0|req: 557/1194] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:18 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:18.665 7 INFO neutron.services.segments.plugin [-] Segment 8597f386-9172-4055-9363-263eca494fa4 resource provider aggregate not found [pid: 7|app: 0|req: 638/1195] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:18 2026] DELETE /v2.0/networks/fff816fe-c70c-4b91-a490-c9e14a630766 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:18.688 7 INFO neutron.services.segments.plugin [-] Segment 8597f386-9172-4055-9363-263eca494fa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8597f386-9172-4055-9363-263eca494fa4 found for delete ", "request_id": "req-403eecfb-fb46-4e97-a07f-a8d38d0f8699"}]} 2026-06-10 09:07:18.689 7 INFO neutron.services.segments.plugin [-] Segment 8597f386-9172-4055-9363-263eca494fa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8597f386-9172-4055-9363-263eca494fa4 found for delete ", "request_id": "req-c8e7a393-422a-43fd-bdd4-e97e93fb6bbe"}]} 2026-06-10 09:07:18.817 8 INFO neutron.services.segments.plugin [-] Segment de1269ca-2cc8-4aa1-849d-0f9d90344010 resource provider aggregate not found 2026-06-10 09:07:18.829 8 INFO neutron.services.segments.plugin [-] Segment de1269ca-2cc8-4aa1-849d-0f9d90344010 resource provider aggregate not found 2026-06-10 09:07:18.849 8 INFO neutron.services.segments.plugin [-] Segment de1269ca-2cc8-4aa1-849d-0f9d90344010 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de1269ca-2cc8-4aa1-849d-0f9d90344010 found for delete ", "request_id": "req-68c15b24-4d46-4afe-9c20-9f3f07b2e48a"}]} 2026-06-10 09:07:18.853 8 INFO neutron.services.segments.plugin [-] Segment de1269ca-2cc8-4aa1-849d-0f9d90344010 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de1269ca-2cc8-4aa1-849d-0f9d90344010 found for delete ", "request_id": "req-7d8a7a59-5b1b-4a47-a8c4-230d76d58ec9"}]} [pid: 8|app: 0|req: 558/1196] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:18 2026] DELETE /v2.0/networks/8e4b6a05-08b9-4895-986f-79cef21d1862 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1197] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:18 2026] DELETE /v2.0/networks/d6f6650c-b9dd-4f67-ab96-e13d2fd09b8d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1198] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/networks?id=0cfc236b-c2b0-45e0-a271-0c88c02d31d1 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1199] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/quotas/f3d614cdf4b548a8abc1a3548d1c9593 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1200] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:18 2026] DELETE /v2.0/networks/41e1ce4d-7cd7-4446-87fb-6bf774e933d8 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1201] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/ports?tenant_id=f3d614cdf4b548a8abc1a3548d1c9593&fields=id => generated 57 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1202] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/networks/0cfc236b-c2b0-45e0-a271-0c88c02d31d1?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1203] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/networks/0cfc236b-c2b0-45e0-a271-0c88c02d31d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1204] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1205] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1206] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => 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: 563/1207] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => 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: 645/1208] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:19 2026] GET /v2.0/security-groups?tenant_id=820d7411a07e4539b47d8b93b7cd40c9&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1209] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:19 2026] DELETE /v2.0/security-groups/dae5a31c-1793-495f-b41e-b1826c18da5f => 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: 646/1210] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:20 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1211] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:20 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:20.714 7 INFO neutron.services.segments.plugin [-] Segment d6eeda09-23ac-448e-a339-93a1a9e735fe resource provider aggregate not found 2026-06-10 09:07:20.718 7 INFO neutron.services.segments.plugin [-] Segment d6eeda09-23ac-448e-a339-93a1a9e735fe resource provider aggregate not found [pid: 7|app: 0|req: 647/1212] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:20 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:20.744 7 INFO neutron.services.segments.plugin [-] Segment d6eeda09-23ac-448e-a339-93a1a9e735fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6eeda09-23ac-448e-a339-93a1a9e735fe found for delete ", "request_id": "req-a8d40a58-7c45-4fa8-8c94-4af1cf9e4832"}]} 2026-06-10 09:07:20.767 7 INFO neutron.services.segments.plugin [-] Segment d6eeda09-23ac-448e-a339-93a1a9e735fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6eeda09-23ac-448e-a339-93a1a9e735fe found for delete ", "request_id": "req-f3f24b9f-0dc7-47e6-811f-b7a45f08c90d"}]} 2026-06-10 09:07:20.878 8 INFO neutron.services.segments.plugin [-] Segment 0362be94-0e65-4241-81b4-ca7cb27508b9 resource provider aggregate not found [pid: 8|app: 0|req: 566/1213] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:20 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:20.884 8 INFO neutron.services.segments.plugin [-] Segment 0362be94-0e65-4241-81b4-ca7cb27508b9 resource provider aggregate not found 2026-06-10 09:07:20.902 8 INFO neutron.services.segments.plugin [-] Segment 0362be94-0e65-4241-81b4-ca7cb27508b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0362be94-0e65-4241-81b4-ca7cb27508b9 found for delete ", "request_id": "req-08d0da9e-04b1-4370-9b0b-59a7a845ae24"}]} 2026-06-10 09:07:20.905 8 INFO neutron.services.segments.plugin [-] Segment 0362be94-0e65-4241-81b4-ca7cb27508b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0362be94-0e65-4241-81b4-ca7cb27508b9 found for delete ", "request_id": "req-24a3ad75-d881-480a-9316-1ab969630f6b"}]} [pid: 7|app: 0|req: 648/1214] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:21 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => 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: 567/1215] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:21 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1216] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:21 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1217] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:21 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => 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: 570/1218] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:22 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:22.286 7 INFO neutron.db.segments_db [None req-14ff0408-8186-4b4c-b3c6-d602de5f6e23 6c3c0493b797407ea33068339cd1bf0a 3abe84704bf745b39844f51f47e7b3ea - - default default] Added segment 94524f6b-6d97-447c-bfcd-ca165ee74ec1 of type vxlan for network d5a98d7f-eecd-4cdf-8e21-f1211c97a790 [pid: 7|app: 0|req: 649/1219] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:21 2026] POST /v2.0/networks => generated 628 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:22.443 8 INFO neutron.db.l3_db [None req-46664e87-b282-44fe-a58f-4403d6ae1f46 80bffce674064470bb3b31dca04c211d 1f515147712f4a5db7abfc4bade12b9d - - default default] Floating IP 6676ed73-d0b2-4720-9165-afd62aa9b4d7 associated. External IP: 10.96.250.207, port: c5f47882-0ae2-4718-b637-9177a2df8864. [pid: 8|app: 0|req: 571/1220] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:07:22 2026] PUT /v2.0/floatingips/6676ed73-d0b2-4720-9165-afd62aa9b4d7 => generated 856 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1221] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:22 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => 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: 573/1222] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:22 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:22.959 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b07a76f1-f1bb-4ff3-901a-e45aba7dd11b'] response: {'name': 'network-changed', 'server_uuid': '1872b654-f38f-426e-aa6f-2235150d8df3', 'tag': 'c5f47882-0ae2-4718-b637-9177a2df8864', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 574/1223] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:22 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&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: 8|app: 0|req: 575/1224] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:07:23 2026] GET /v2.0/networks?id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 661 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1225] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:23 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => 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: 577/1226] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:07:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=700bc350dc02448983f0d5d100961f8c => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1227] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:22 2026] POST /v2.0/subnets => generated 673 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:23.278 7 INFO neutron.db.segments_db [None req-543ac6df-5c28-498f-a4b6-6f122200cf43 6c3c0493b797407ea33068339cd1bf0a 3abe84704bf745b39844f51f47e7b3ea - - default default] Added segment 254c5065-bb1a-4966-b565-f5ba8de1289b of type vxlan for network ea3551c7-dd47-470c-9679-0445eb96ef34 [pid: 7|app: 0|req: 651/1228] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:23 2026] POST /v2.0/networks => generated 629 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1229] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:23 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1230] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:07:23 2026] POST /v2.0/ports => generated 958 bytes in 415 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: 579/1231] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:23 2026] GET /v2.0/ports?tenant_id=1f515147712f4a5db7abfc4bade12b9d&device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1232] 10.0.0.24 () {34 vars in 742 bytes} [Wed Jun 10 09:07:23 2026] PUT /v2.0/networks/ea3551c7-dd47-470c-9679-0445eb96ef34 => generated 592 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1233] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:23 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1234] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:07:23 2026] GET /v2.0/networks?id=19e293b7-d528-4632-887d-3d791a926981 => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1235] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:23 2026] POST /v2.0/subnets => generated 646 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1236] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c5f47882-0ae2-4718-b637-9177a2df8864 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1237] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => 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: 654/1238] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:07:23 2026] PUT /v2.0/ports/6786d7b5-554c-40e6-b6ab-df8e232d8fda => generated 1239 bytes in 512 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: 655/1239] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/subnets?id=4a7a6b63-da1d-424c-9d59-87e81ae82719 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:24.182 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-be7c8c51-894c-42c3-bd1f-b2c63b0614e8'] response: {'name': 'network-changed', 'server_uuid': '86f18b8b-f29d-4a54-9b6b-4c27ba0052a4', 'tag': '6786d7b5-554c-40e6-b6ab-df8e232d8fda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 656/1240] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/ports?network_id=19e293b7-d528-4632-887d-3d791a926981&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: 585/1241] 10.0.0.24 () {34 vars in 740 bytes} [Wed Jun 10 09:07:24 2026] PUT /v2.0/subnets/2703b067-ebd7-4198-83f5-e0cfee4a612c => generated 656 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1242] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1243] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/networks/19e293b7-d528-4632-887d-3d791a926981?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: 659/1244] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:24.416 8 INFO neutron.services.segments.plugin [-] Segment 254c5065-bb1a-4966-b565-f5ba8de1289b resource provider aggregate not found 2026-06-10 09:07:24.421 8 INFO neutron.services.segments.plugin [-] Segment 254c5065-bb1a-4966-b565-f5ba8de1289b resource provider aggregate not found [pid: 7|app: 0|req: 660/1245] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/networks/19e293b7-d528-4632-887d-3d791a926981?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:24.441 8 INFO neutron.services.segments.plugin [-] Segment 254c5065-bb1a-4966-b565-f5ba8de1289b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254c5065-bb1a-4966-b565-f5ba8de1289b found for delete ", "request_id": "req-31876bf8-8bec-4390-99ce-50a5068bbc47"}]} 2026-06-10 09:07:24.445 8 INFO neutron.services.segments.plugin [-] Segment 254c5065-bb1a-4966-b565-f5ba8de1289b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254c5065-bb1a-4966-b565-f5ba8de1289b found for delete ", "request_id": "req-ed3af59a-0170-404c-ab3d-47c99b68b38b"}]} [pid: 8|app: 0|req: 586/1246] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:24 2026] DELETE /v2.0/networks/ea3551c7-dd47-470c-9679-0445eb96ef34 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:24.478 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59e30fca-6b9b-4d56-a0ca-b00eb454fd2e 6c3c0493b797407ea33068339cd1bf0a 3abe84704bf745b39844f51f47e7b3ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1247] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:24 2026] DELETE /v2.0/networks/ea3551c7-dd47-470c-9679-0445eb96ef34 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1248] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1249] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/subnets?network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1250] 10.0.0.24 () {32 vars in 652 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/extensions => generated 21537 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1251] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/networks => generated 1312 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1252] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/subnets => generated 1312 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1253] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1254] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/networks/d5a98d7f-eecd-4cdf-8e21-f1211c97a790 => generated 672 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1255] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1256] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/subnets/6f3af92e-a04d-4727-84c0-7cc712dbfb8d => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1257] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/networks?tenant_id=700bc350dc02448983f0d5d100961f8c&shared=False => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:24.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5e0596d-ea94-468b-a350-2e10f7812e72 6c3c0493b797407ea33068339cd1bf0a 3abe84704bf745b39844f51f47e7b3ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 592/1258] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:24 2026] DELETE /v2.0/subnets/2703b067-ebd7-4198-83f5-e0cfee4a612c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1259] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:24 2026] GET /v2.0/security-groups?id=1a986daa-0fd9-4a1e-88ad-43621f5dd860&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:24.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a877589a-d5ea-40ea-8f55-a83756d3870a 6c3c0493b797407ea33068339cd1bf0a 3abe84704bf745b39844f51f47e7b3ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 668/1260] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:24 2026] DELETE /v2.0/networks/ea3551c7-dd47-470c-9679-0445eb96ef34 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1261] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:07:24 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: 7|app: 0|req: 669/1262] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:24 2026] DELETE /v2.0/subnets/6f3af92e-a04d-4727-84c0-7cc712dbfb8d => 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: 594/1263] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:25 2026] DELETE /v2.0/networks/d5a98d7f-eecd-4cdf-8e21-f1211c97a790 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1264] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:25 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => 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: 595/1265] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:07:25 2026] GET /v2.0/networks?id=0cfc236b-c2b0-45e0-a271-0c88c02d31d1 => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1266] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:25 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => 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: 597/1267] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:25 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 671/1268] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:07:25 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: 672/1269] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:07:25 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => 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: 673/1270] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:25 2026] GET /v2.0/security-groups?tenant_id=3abe84704bf745b39844f51f47e7b3ea&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:26.042 7 INFO neutron_taas.services.taas.taas_plugin [req-2b5bff7c-660c-4cd2-aa50-df8e87b01acb req-833c751c-80d8-4533-bbad-539aa693247b 80bffce674064470bb3b31dca04c211d 1f515147712f4a5db7abfc4bade12b9d - - default default] TaaS: Handle Delete Port: c5f47882-0ae2-4718-b637-9177a2df8864 2026-06-10 09:07:26.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2b5bff7c-660c-4cd2-aa50-df8e87b01acb req-833c751c-80d8-4533-bbad-539aa693247b 80bffce674064470bb3b31dca04c211d 1f515147712f4a5db7abfc4bade12b9d - - default default] Tap Mirror: Handle Delete Port: c5f47882-0ae2-4718-b637-9177a2df8864 2026-06-10 09:07:26.218 7 INFO neutron.db.l3_db [req-2b5bff7c-660c-4cd2-aa50-df8e87b01acb req-833c751c-80d8-4533-bbad-539aa693247b 80bffce674064470bb3b31dca04c211d 1f515147712f4a5db7abfc4bade12b9d - - default default] Floating IP 6676ed73-d0b2-4720-9165-afd62aa9b4d7 disassociated. External IP: 10.96.250.207, port: c5f47882-0ae2-4718-b637-9177a2df8864. [pid: 8|app: 0|req: 598/1271] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:07:25 2026] PUT /v2.0/ports/12e2ed19-522d-41b7-be8c-205ea5260175 => generated 1235 bytes in 570 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: 599/1272] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:26 2026] DELETE /v2.0/security-groups/d47a1bfe-65be-4bb0-be21-5d0168236144 => 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: 600/1273] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1274] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:26.433 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24e30a92-fba2-4e24-8dc5-d51a7fbeae99'] response: {'name': 'network-changed', 'server_uuid': '43f341cb-7428-4524-a797-7deaddf9e48f', 'tag': '12e2ed19-522d-41b7-be8c-205ea5260175', 'status': 'completed', 'code': 200} 2026-06-10 09:07:26.464 8 INFO neutron.services.segments.plugin [-] Segment 94524f6b-6d97-447c-bfcd-ca165ee74ec1 resource provider aggregate not found 2026-06-10 09:07:26.466 8 INFO neutron.services.segments.plugin [-] Segment 94524f6b-6d97-447c-bfcd-ca165ee74ec1 resource provider aggregate not found [pid: 8|app: 0|req: 602/1275] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:26.489 8 INFO neutron.services.segments.plugin [-] Segment 94524f6b-6d97-447c-bfcd-ca165ee74ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94524f6b-6d97-447c-bfcd-ca165ee74ec1 found for delete ", "request_id": "req-384a8d78-f9f7-4f20-9c50-6eadf6238250"}]} 2026-06-10 09:07:26.490 8 INFO neutron.services.segments.plugin [-] Segment 94524f6b-6d97-447c-bfcd-ca165ee74ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94524f6b-6d97-447c-bfcd-ca165ee74ec1 found for delete ", "request_id": "req-16139976-71e3-4850-8b73-27428a3b6af2"}]} [pid: 8|app: 0|req: 603/1276] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6786d7b5-554c-40e6-b6ab-df8e232d8fda => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1277] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1278] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/subnets?id=8688356a-21a5-47bd-a801-61b6bb1f9cd1 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1279] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/ports?network_id=dfc5e4d3-519a-43c2-bd06-552ddfabca07&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1280] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:07:25 2026] DELETE /v2.0/ports/c5f47882-0ae2-4718-b637-9177a2df8864 => generated 0 bytes in 731 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1281] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1282] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:26.676 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-12dd0eaa-3594-4a17-ae9e-d940dc4e3662'] response: {'server_uuid': '1872b654-f38f-426e-aa6f-2235150d8df3', 'name': 'network-vif-deleted', 'tag': 'c5f47882-0ae2-4718-b637-9177a2df8864', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 676/1283] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 608/1284] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1285] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/ports?tenant_id=f3d614cdf4b548a8abc1a3548d1c9593&device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1286] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:07:26 2026] GET /v2.0/networks?tenant_id=f3d614cdf4b548a8abc1a3548d1c9593&shared=False => generated 774 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1287] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:07:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1288] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:27 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1289] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:27 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1290] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:27 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1291] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:27 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1292] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:27 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 613/1293] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/ports?tenant_id=f3d614cdf4b548a8abc1a3548d1c9593&device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1294] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=12e2ed19-522d-41b7-be8c-205ea5260175 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1295] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/subnets?id=f1f6b154-cc5b-45db-bef2-5a1d00014c4f => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1296] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/ports?network_id=0cfc236b-c2b0-45e0-a271-0c88c02d31d1&device_owner=network%3Adhcp => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1297] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/networks/0cfc236b-c2b0-45e0-a271-0c88c02d31d1?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:28.357 7 INFO neutron.db.segments_db [None req-71b9c693-328d-4781-909d-4032e6ff0f65 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment 0205bce2-27f7-485d-8809-012b28dc64d4 of type vxlan for network 5f76fa41-1f13-4d2d-98ea-04ea50d2a18c [pid: 8|app: 0|req: 618/1298] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/networks/0cfc236b-c2b0-45e0-a271-0c88c02d31d1?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: 681/1299] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:28 2026] POST /v2.0/networks => generated 610 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:28.544 8 INFO neutron.db.segments_db [None req-47bd3205-1175-4497-8d8e-bf78d06bc8f7 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment d1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a of type vxlan for network db148da7-b30e-44c3-a2e0-059e3a71822b [pid: 7|app: 0|req: 682/1300] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => 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: 619/1301] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:28 2026] POST /v2.0/networks => generated 611 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1302] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1303] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1304] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:28 2026] POST /v2.0/subnets => generated 626 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1305] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:28 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1306] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:29 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1307] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:28 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:29.312 8 INFO neutron.db.segments_db [None req-32794d7c-ae69-40a0-8dec-2ed1f593c118 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment b2c16fdd-8bb4-45d5-9002-2e4d27e722a7 of type vxlan for network af1c2a4e-37ee-435c-a4dc-3a3e31ce3fda 2026-06-10 09:07:29.661 8 INFO neutron.db.l3_hamode_db [None req-32794d7c-ae69-40a0-8dec-2ed1f593c118 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 687/1310] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:29 2026] GET /v2.0/ports?device_id=1872b654-f38f-426e-aa6f-2235150d8df3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:29.768 8 INFO neutron.db.l3_hamode_db [None req-32794d7c-ae69-40a0-8dec-2ed1f593c118 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 688/1311] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:29 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1312] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:29 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1313] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:30 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1314] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:30 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 624/1315] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:29 2026] POST /v2.0/routers => generated 506 bytes in 1173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1316] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:30 2026] DELETE /v2.0/security-groups/1a986daa-0fd9-4a1e-88ad-43621f5dd860 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:30.928 8 INFO neutron.api.v2.resource [None req-6f91f2d5-6f98-4ea0-aad0-7183d5e42545 80bffce674064470bb3b31dca04c211d 1f515147712f4a5db7abfc4bade12b9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1317] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:07:30 2026] GET /v2.0/security-groups/1a986daa-0fd9-4a1e-88ad-43621f5dd860 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:31.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e9dfff1-7b4f-49b8-8a6e-e9305e941961 80bffce674064470bb3b31dca04c211d 1f515147712f4a5db7abfc4bade12b9d - - default default] TaaS: Handle Delete Port: 65686224-b976-4f64-96b7-13899e9f01ba 2026-06-10 09:07:31.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e9dfff1-7b4f-49b8-8a6e-e9305e941961 80bffce674064470bb3b31dca04c211d 1f515147712f4a5db7abfc4bade12b9d - - default default] Tap Mirror: Handle Delete Port: 65686224-b976-4f64-96b7-13899e9f01ba [pid: 8|app: 0|req: 627/1318] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:07:30 2026] DELETE /v2.0/floatingips/6676ed73-d0b2-4720-9165-afd62aa9b4d7 => generated 0 bytes in 719 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1319] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:07:30 2026] PUT /v2.0/routers/e924369b-bb83-4483-b3f0-a7564f4a4eab/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1320] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:31 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1321] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:31 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1322] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:31 2026] GET /v2.0/ports/d7651ab0-1641-4c79-af8d-b2035f6edd9d => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1323] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:31 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 631/1324] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:31 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:32.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b288440-6468-4bd3-a9b8-7d617a249d24 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 6a935e99-b628-4451-81af-cef66ea54b5f 2026-06-10 09:07:32.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b288440-6468-4bd3-a9b8-7d617a249d24 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 6a935e99-b628-4451-81af-cef66ea54b5f [pid: 7|app: 0|req: 694/1325] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:31 2026] PUT /v2.0/routers/2997f8be-9995-42f2-9ee0-47195017b7ed/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:32.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7a1464c-874f-44da-aa9e-44ed30a8f54a 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 4af29fcf-abf3-4deb-8be2-ace35dab3b50 2026-06-10 09:07:32.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7a1464c-874f-44da-aa9e-44ed30a8f54a 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 4af29fcf-abf3-4deb-8be2-ace35dab3b50 [pid: 8|app: 0|req: 632/1326] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:07:31 2026] PUT /v2.0/routers/e924369b-bb83-4483-b3f0-a7564f4a4eab/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1327] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:33 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => 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: 634/1328] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:33 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:33.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7a1464c-874f-44da-aa9e-44ed30a8f54a 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: f4b2f307-152d-41e1-8920-ca47bbad113c 2026-06-10 09:07:33.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7a1464c-874f-44da-aa9e-44ed30a8f54a 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: f4b2f307-152d-41e1-8920-ca47bbad113c [pid: 8|app: 0|req: 635/1329] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:33 2026] GET /v2.0/ports/7af9a094-5bf1-4fa8-9e50-d2975d090c95 => generated 955 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1330] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:33 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1331] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:33 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:33.666 7 INFO neutron.services.segments.plugin [-] Segment db890dcc-5fc7-433d-9fd1-f2a68f26638e resource provider aggregate not found 2026-06-10 09:07:33.680 7 INFO neutron.services.segments.plugin [-] Segment db890dcc-5fc7-433d-9fd1-f2a68f26638e resource provider aggregate not found 2026-06-10 09:07:33.697 7 INFO neutron.services.segments.plugin [-] Segment db890dcc-5fc7-433d-9fd1-f2a68f26638e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db890dcc-5fc7-433d-9fd1-f2a68f26638e found for delete ", "request_id": "req-9d2b0467-f62b-441b-92d8-411d2329ed2e"}]} 2026-06-10 09:07:33.701 7 INFO neutron.services.segments.plugin [-] Segment db890dcc-5fc7-433d-9fd1-f2a68f26638e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db890dcc-5fc7-433d-9fd1-f2a68f26638e found for delete ", "request_id": "req-bccbdbe4-b287-4d22-b47d-6b5e5a81737e"}]} 2026-06-10 09:07:33.708 7 INFO neutron.db.l3_hamode_db [None req-d7a1464c-874f-44da-aa9e-44ed30a8f54a 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network 6a884d57-522d-4f0d-8103-b5855c656f09 was deleted as no HA routers are present in tenant 1f515147712f4a5db7abfc4bade12b9d. [pid: 7|app: 0|req: 695/1332] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:32 2026] DELETE /v2.0/routers/2997f8be-9995-42f2-9ee0-47195017b7ed => generated 0 bytes in 1055 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:33.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-288e81c5-a0d6-4b5f-ae40-d2cc53a40b44 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: 7af9a094-5bf1-4fa8-9e50-d2975d090c95 2026-06-10 09:07:33.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-288e81c5-a0d6-4b5f-ae40-d2cc53a40b44 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: 7af9a094-5bf1-4fa8-9e50-d2975d090c95 [pid: 7|app: 0|req: 696/1333] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:33 2026] DELETE /v2.0/subnets/4a7a6b63-da1d-424c-9d59-87e81ae82719 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:34.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e05ea16-7b77-4aab-b6be-27d8069bee7b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 1c40cc3f-77e6-4933-b7ce-e6b69d065814 2026-06-10 09:07:34.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e05ea16-7b77-4aab-b6be-27d8069bee7b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 1c40cc3f-77e6-4933-b7ce-e6b69d065814 [pid: 7|app: 0|req: 697/1334] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:33 2026] DELETE /v2.0/networks/19e293b7-d528-4632-887d-3d791a926981 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1335] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:33 2026] PUT /v2.0/routers/e924369b-bb83-4483-b3f0-a7564f4a4eab/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1336] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:34 2026] GET /v2.0/security-groups?tenant_id=1f515147712f4a5db7abfc4bade12b9d&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1337] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:34 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:34.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-51eb121b-3d47-4788-99de-d8afb63a8663 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: d7651ab0-1641-4c79-af8d-b2035f6edd9d 2026-06-10 09:07:34.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51eb121b-3d47-4788-99de-d8afb63a8663 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: d7651ab0-1641-4c79-af8d-b2035f6edd9d [pid: 8|app: 0|req: 641/1338] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:34 2026] DELETE /v2.0/security-groups/ee877757-ee08-44c8-8c0a-2d988a5935d5 => 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: 642/1339] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:34 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1340] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:34 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 644/1341] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:34 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1342] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:34 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1343] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:34 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 647/1344] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:35 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1345] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:34 2026] PUT /v2.0/routers/e924369b-bb83-4483-b3f0-a7564f4a4eab/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1346] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:35 2026] GET /v2.0/ports?device_id=e924369b-bb83-4483-b3f0-a7564f4a4eab => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:35.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-5dd1cb67-c62e-45da-9231-4d2abe338d5e 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: 30ca0e8c-2ccd-4425-bc90-09ca626fcef2 2026-06-10 09:07:35.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd1cb67-c62e-45da-9231-4d2abe338d5e 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: 30ca0e8c-2ccd-4425-bc90-09ca626fcef2 2026-06-10 09:07:35.723 7 INFO neutron.services.segments.plugin [-] Segment ff22acf1-b907-4cd8-9f55-8c954036963e resource provider aggregate not found 2026-06-10 09:07:35.726 7 INFO neutron.services.segments.plugin [-] Segment ff22acf1-b907-4cd8-9f55-8c954036963e resource provider aggregate not found 2026-06-10 09:07:35.745 7 INFO neutron.services.segments.plugin [-] Segment ff22acf1-b907-4cd8-9f55-8c954036963e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff22acf1-b907-4cd8-9f55-8c954036963e found for delete ", "request_id": "req-e2ca35b4-a26b-4a9b-a430-35068a35656b"}]} 2026-06-10 09:07:35.749 7 INFO neutron.services.segments.plugin [-] Segment ff22acf1-b907-4cd8-9f55-8c954036963e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff22acf1-b907-4cd8-9f55-8c954036963e found for delete ", "request_id": "req-ac30a3b0-dc21-47cd-a190-da1f6b9a93ea"}]} 2026-06-10 09:07:35.826 8 INFO neutron.db.l3_db [None req-da28107d-3378-4ac9-86e8-31b146bea589 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Floating IP 41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd associated. External IP: 10.96.250.216, port: 6786d7b5-554c-40e6-b6ab-df8e232d8fda. 2026-06-10 09:07:35.933 7 INFO neutron.db.l3_hamode_db [None req-5dd1cb67-c62e-45da-9231-4d2abe338d5e 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] HA network af1c2a4e-37ee-435c-a4dc-3a3e31ce3fda was deleted as no HA routers are present in tenant 1e5a2d238a5945ee85ff9e900ca296c9. [pid: 7|app: 0|req: 700/1347] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:35 2026] DELETE /v2.0/routers/e924369b-bb83-4483-b3f0-a7564f4a4eab => generated 0 bytes in 679 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1348] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:35 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1349] 10.0.0.24 () {34 vars in 676 bytes} [Wed Jun 10 09:07:35 2026] POST /v2.0/floatingips => generated 856 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1350] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:36 2026] DELETE /v2.0/subnets/aa39cefb-150c-4e3b-a547-6607f2d411f4 => 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: 649/1351] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:36.253 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2548110e-8a3e-45b4-aa73-213d1d7a8569'] response: {'name': 'network-changed', 'server_uuid': '86f18b8b-f29d-4a54-9b6b-4c27ba0052a4', 'tag': '6786d7b5-554c-40e6-b6ab-df8e232d8fda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 703/1352] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1353] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:36 2026] DELETE /v2.0/subnets/cbfaaba4-b19c-4cbc-ae27-1898b0ca953e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:36.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-85d690cb-583f-4fed-9cc0-5f0514e52235 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: c4992b97-aafe-4a19-a7db-c2f09a51f9d0 2026-06-10 09:07:36.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85d690cb-583f-4fed-9cc0-5f0514e52235 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: c4992b97-aafe-4a19-a7db-c2f09a51f9d0 [pid: 8|app: 0|req: 651/1354] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1355] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&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: 704/1356] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:36 2026] DELETE /v2.0/networks/db148da7-b30e-44c3-a2e0-059e3a71822b => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1357] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1358] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/networks?id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 757 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:36.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e2a79a4-ccaf-4231-92a9-14cfe093e6a8 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: ca9289ac-dd62-4337-8037-b49283458c47 2026-06-10 09:07:36.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e2a79a4-ccaf-4231-92a9-14cfe093e6a8 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: ca9289ac-dd62-4337-8037-b49283458c47 [pid: 8|app: 0|req: 655/1359] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6786d7b5-554c-40e6-b6ab-df8e232d8fda => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1360] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/subnets?id=8688356a-21a5-47bd-a801-61b6bb1f9cd1 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1361] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:07:36 2026] GET /v2.0/ports?network_id=dfc5e4d3-519a-43c2-bd06-552ddfabca07&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1362] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:07:37 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 705/1363] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:36 2026] DELETE /v2.0/networks/5f76fa41-1f13-4d2d-98ea-04ea50d2a18c => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1364] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:07:37 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:37.179 7 INFO neutron.db.segments_db [None req-fd964fbf-c564-4a3d-bb11-fd7043a5f128 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment 580a6bb5-4558-4b47-acdc-0ebac826d8d6 of type vxlan for network e04d7924-8fa3-4526-b0c1-a5502c6a8dd2 [pid: 7|app: 0|req: 706/1365] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:37 2026] POST /v2.0/networks => generated 611 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1366] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:37 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1367] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:37 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:37.568 8 INFO neutron.db.segments_db [None req-5a21e2e8-a3e0-4c94-b020-144765b2435a 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment 03a375ce-54ee-4dbc-a683-f8d034385f57 of type vxlan for network 7fa54172-2de1-4ae9-bdb7-1b9860ee83a3 2026-06-10 09:07:37.766 7 INFO neutron.services.segments.plugin [-] Segment b2c16fdd-8bb4-45d5-9002-2e4d27e722a7 resource provider aggregate not found 2026-06-10 09:07:37.777 7 INFO neutron.services.segments.plugin [-] Segment b2c16fdd-8bb4-45d5-9002-2e4d27e722a7 resource provider aggregate not found 2026-06-10 09:07:37.795 7 INFO neutron.services.segments.plugin [-] Segment b2c16fdd-8bb4-45d5-9002-2e4d27e722a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c16fdd-8bb4-45d5-9002-2e4d27e722a7 found for delete ", "request_id": "req-8a5a2bd8-94f6-450d-82ab-862095e214f2"}]} 2026-06-10 09:07:37.807 7 INFO neutron.services.segments.plugin [-] Segment b2c16fdd-8bb4-45d5-9002-2e4d27e722a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c16fdd-8bb4-45d5-9002-2e4d27e722a7 found for delete ", "request_id": "req-b009c295-2ca9-4a82-b255-7529fd8d6ff1"}]} [pid: 7|app: 0|req: 708/1368] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:37 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:37.827 7 INFO neutron.services.segments.plugin [-] Segment d1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a resource provider aggregate not found 2026-06-10 09:07:37.840 7 INFO neutron.services.segments.plugin [-] Segment d1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a resource provider aggregate not found 2026-06-10 09:07:37.854 7 INFO neutron.services.segments.plugin [-] Segment d1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a found for delete ", "request_id": "req-2ff0a6d6-d4c3-422d-81d1-036d55ad4c9d"}]} 2026-06-10 09:07:37.876 7 INFO neutron.services.segments.plugin [-] Segment d1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1d3ad80-efcd-4d2a-a5e6-7fe3d5018c6a found for delete ", "request_id": "req-4ef5e7aa-3e58-4811-a7ea-d0496990fc2e"}]} 2026-06-10 09:07:37.882 7 INFO neutron.services.segments.plugin [-] Segment 0205bce2-27f7-485d-8809-012b28dc64d4 resource provider aggregate not found 2026-06-10 09:07:37.895 7 INFO neutron.services.segments.plugin [-] Segment 0205bce2-27f7-485d-8809-012b28dc64d4 resource provider aggregate not found 2026-06-10 09:07:37.900 8 INFO neutron.db.l3_hamode_db [None req-5a21e2e8-a3e0-4c94-b020-144765b2435a 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 709/1369] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:37 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:37.905 7 INFO neutron.services.segments.plugin [-] Segment 0205bce2-27f7-485d-8809-012b28dc64d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0205bce2-27f7-485d-8809-012b28dc64d4 found for delete ", "request_id": "req-6154b54a-9a7a-46cc-a7f5-3ca87fbae946"}]} 2026-06-10 09:07:37.919 7 INFO neutron.services.segments.plugin [-] Segment 0205bce2-27f7-485d-8809-012b28dc64d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0205bce2-27f7-485d-8809-012b28dc64d4 found for delete ", "request_id": "req-a737ac09-248a-4294-96fa-6f513c4809fb"}]} 2026-06-10 09:07:38.055 8 INFO neutron.db.l3_hamode_db [None req-5a21e2e8-a3e0-4c94-b020-144765b2435a 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 710/1370] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:38 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1371] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:37 2026] POST /v2.0/routers => generated 507 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1372] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:38 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1373] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:07:39 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => 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: 711/1374] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:07:38 2026] POST /v2.0/ports => generated 951 bytes in 388 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: 664/1375] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:07:39 2026] GET /v2.0/security-groups?id=c9f5c338-f900-4ac2-a301-513aacaf302c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:39.248 8 INFO neutron_taas.services.taas.taas_plugin [req-b61d647c-2720-429d-a06d-c158333f195c req-d0b9eb65-f153-47df-83a2-a21ad056546b a2f574e3b3e546328d20301bd3257a3c f3d614cdf4b548a8abc1a3548d1c9593 - - default default] TaaS: Handle Delete Port: 12e2ed19-522d-41b7-be8c-205ea5260175 2026-06-10 09:07:39.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b61d647c-2720-429d-a06d-c158333f195c req-d0b9eb65-f153-47df-83a2-a21ad056546b a2f574e3b3e546328d20301bd3257a3c f3d614cdf4b548a8abc1a3548d1c9593 - - default default] Tap Mirror: Handle Delete Port: 12e2ed19-522d-41b7-be8c-205ea5260175 [pid: 8|app: 0|req: 665/1376] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:07:39 2026] DELETE /v2.0/ports/12e2ed19-522d-41b7-be8c-205ea5260175 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:39.461 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bcbecfb-05dc-4437-90cc-d832c20044db'] response: {'server_uuid': '43f341cb-7428-4524-a797-7deaddf9e48f', 'name': 'network-vif-deleted', 'tag': '12e2ed19-522d-41b7-be8c-205ea5260175', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 666/1377] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:39 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1378] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:07:39 2026] PUT /v2.0/routers/5905cf12-619a-4573-8348-a648f33dbfa8/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1379] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:40 2026] GET /v2.0/ports/e92c0c46-0bdd-4e4d-898d-6d580a7a4f4f => generated 1025 bytes in 84 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: 668/1380] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:40 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:40.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc74a04c-46b3-4fb3-bb89-88970da7b54d 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: e92c0c46-0bdd-4e4d-898d-6d580a7a4f4f 2026-06-10 09:07:40.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc74a04c-46b3-4fb3-bb89-88970da7b54d 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: e92c0c46-0bdd-4e4d-898d-6d580a7a4f4f [pid: 7|app: 0|req: 713/1381] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:40 2026] PUT /v2.0/routers/5905cf12-619a-4573-8348-a648f33dbfa8/remove_router_interface => generated 309 bytes in 823 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-06-10 09:07:41.144 7 INFO neutron.api.v2.resource [None req-c5c0b459-9a99-498a-ad0e-072d27a56e0b 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1382] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:41 2026] PUT /v2.0/routers/5905cf12-619a-4573-8348-a648f33dbfa8/remove_router_interface => generated 197 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1383] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:41 2026] GET /v2.0/ports?device_id=5905cf12-619a-4573-8348-a648f33dbfa8 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1384] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:40 2026] GET /v2.0/security-groups?tenant_id=903101239510459ca4715992481d87c2&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:41.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-efcbfa5c-c80e-443d-a837-297738944552 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: 94590f7f-32a0-4227-9a10-551dc36bc168 2026-06-10 09:07:41.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efcbfa5c-c80e-443d-a837-297738944552 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: 94590f7f-32a0-4227-9a10-551dc36bc168 [pid: 8|app: 0|req: 670/1385] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:41 2026] DELETE /v2.0/security-groups/cfa156a4-944a-4e9d-888d-3dad20f2d1a0 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1386] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:41 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1387] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:41 2026] GET /v2.0/security-groups?tenant_id=c277986362d3430a9c65931ae3b18d64&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:41.681 7 INFO neutron.services.segments.plugin [-] Segment 03a375ce-54ee-4dbc-a683-f8d034385f57 resource provider aggregate not found 2026-06-10 09:07:41.689 7 INFO neutron.services.segments.plugin [-] Segment 03a375ce-54ee-4dbc-a683-f8d034385f57 resource provider aggregate not found [pid: 8|app: 0|req: 673/1388] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:41 2026] DELETE /v2.0/security-groups/448f3d07-50e6-4c83-b06d-1434b031bbe9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:41.707 7 INFO neutron.services.segments.plugin [-] Segment 03a375ce-54ee-4dbc-a683-f8d034385f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03a375ce-54ee-4dbc-a683-f8d034385f57 found for delete ", "request_id": "req-5ab16148-ba74-4ff2-8bc7-5ec2ee6b184c"}]} 2026-06-10 09:07:41.709 7 INFO neutron.services.segments.plugin [-] Segment 03a375ce-54ee-4dbc-a683-f8d034385f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03a375ce-54ee-4dbc-a683-f8d034385f57 found for delete ", "request_id": "req-461785cc-7947-4042-9a0a-25b60b0c62ab"}]} 2026-06-10 09:07:41.713 7 INFO neutron.db.l3_hamode_db [None req-efcbfa5c-c80e-443d-a837-297738944552 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] HA network 7fa54172-2de1-4ae9-bdb7-1b9860ee83a3 was deleted as no HA routers are present in tenant 1e5a2d238a5945ee85ff9e900ca296c9. [pid: 7|app: 0|req: 716/1389] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:41 2026] DELETE /v2.0/routers/5905cf12-619a-4573-8348-a648f33dbfa8 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1390] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:41 2026] DELETE /v2.0/subnets/83c2a768-a724-4c24-b96d-beda50e96b8b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1391] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:41 2026] DELETE /v2.0/networks/e04d7924-8fa3-4526-b0c1-a5502c6a8dd2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:42.089 8 INFO neutron.db.segments_db [None req-686a0825-c448-4d72-b3c7-dd179d3608cd 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment 2416173d-4846-476a-bbf2-7639b0861e94 of type vxlan for network 5a997dcb-2e83-490a-a92c-bda41428aab3 [pid: 8|app: 0|req: 675/1392] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:42 2026] POST /v2.0/networks => generated 611 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1393] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:07:42 2026] GET /v2.0/ports?device_id=43f341cb-7428-4524-a797-7deaddf9e48f => 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: 718/1394] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:42 2026] POST /v2.0/subnets => generated 626 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:42.902 8 INFO neutron.db.segments_db [None req-ee1bc538-0be7-4807-b536-a0816bbeff5b 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment 994be68c-e258-48ee-89dc-7d3b7336e2b6 of type vxlan for network 5296aeb0-c590-468c-92b9-b8e30c426358 2026-06-10 09:07:43.176 8 INFO neutron.db.l3_hamode_db [None req-ee1bc538-0be7-4807-b536-a0816bbeff5b 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:07:43.295 8 INFO neutron.db.l3_hamode_db [None req-ee1bc538-0be7-4807-b536-a0816bbeff5b 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:07:43.741 7 INFO neutron.services.segments.plugin [-] Segment 580a6bb5-4558-4b47-acdc-0ebac826d8d6 resource provider aggregate not found 2026-06-10 09:07:43.742 7 INFO neutron.services.segments.plugin [-] Segment 580a6bb5-4558-4b47-acdc-0ebac826d8d6 resource provider aggregate not found 2026-06-10 09:07:43.775 7 INFO neutron.services.segments.plugin [-] Segment 580a6bb5-4558-4b47-acdc-0ebac826d8d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 580a6bb5-4558-4b47-acdc-0ebac826d8d6 found for delete ", "request_id": "req-b683e3f4-6c89-4099-8aff-185ffb1b8c18"}]} 2026-06-10 09:07:43.780 7 INFO neutron.services.segments.plugin [-] Segment 580a6bb5-4558-4b47-acdc-0ebac826d8d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 580a6bb5-4558-4b47-acdc-0ebac826d8d6 found for delete ", "request_id": "req-2dedc241-50dc-44ab-a327-d5ca3f1a3904"}]} [pid: 8|app: 0|req: 677/1395] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:42 2026] POST /v2.0/routers => generated 506 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:43.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-92cf976b-259c-4196-905a-d7f38e974d08 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 24aff14c-941a-4110-a09d-2ba8294e7ff0 2026-06-10 09:07:43.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92cf976b-259c-4196-905a-d7f38e974d08 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 24aff14c-941a-4110-a09d-2ba8294e7ff0 [pid: 7|app: 0|req: 719/1396] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:43 2026] PUT /v2.0/routers/2499493f-f424-4507-a3da-ec09ebfc8a64/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1397] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:44 2026] GET /v2.0/security-groups?tenant_id=9683af896b384ebd822fafaed42cbdbc&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:44.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-65817aed-88aa-41d0-a108-ea06f5376467 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 1bd64f49-f418-4042-be44-8dd51266dff4 2026-06-10 09:07:44.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65817aed-88aa-41d0-a108-ea06f5376467 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 1bd64f49-f418-4042-be44-8dd51266dff4 [pid: 8|app: 0|req: 678/1400] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:07:43 2026] PUT /v2.0/routers/73e8b194-cf62-4f49-98fd-b563eb8d68e5/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1401] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:45 2026] DELETE /v2.0/security-groups/67aa26a5-24a5-4df7-8123-a6dce107701b => 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: 680/1402] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:45 2026] GET /v2.0/ports/08dbf62b-5e46-4d3a-a57f-674209dbffe4 => generated 955 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:45.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-65817aed-88aa-41d0-a108-ea06f5376467 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 67fcde93-abe6-449a-8893-1e1ffbccbff6 2026-06-10 09:07:45.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65817aed-88aa-41d0-a108-ea06f5376467 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 67fcde93-abe6-449a-8893-1e1ffbccbff6 2026-06-10 09:07:45.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-304071bc-bc52-490b-af59-f267caaaf15b 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: 08dbf62b-5e46-4d3a-a57f-674209dbffe4 2026-06-10 09:07:45.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-304071bc-bc52-490b-af59-f267caaaf15b 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: 08dbf62b-5e46-4d3a-a57f-674209dbffe4 2026-06-10 09:07:45.648 7 INFO neutron.db.l3_hamode_db [None req-65817aed-88aa-41d0-a108-ea06f5376467 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network 30304146-b176-4596-826e-804a3201d54e was deleted as no HA routers are present in tenant f3d614cdf4b548a8abc1a3548d1c9593. [pid: 7|app: 0|req: 723/1403] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:44 2026] DELETE /v2.0/routers/2499493f-f424-4507-a3da-ec09ebfc8a64 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1404] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:07:45 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:45.807 7 INFO neutron.services.segments.plugin [-] Segment 4c43d36f-030f-4844-8463-4371a2f7ee27 resource provider aggregate not found 2026-06-10 09:07:45.814 7 INFO neutron.services.segments.plugin [-] Segment 4c43d36f-030f-4844-8463-4371a2f7ee27 resource provider aggregate not found 2026-06-10 09:07:45.838 7 INFO neutron.services.segments.plugin [-] Segment 4c43d36f-030f-4844-8463-4371a2f7ee27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c43d36f-030f-4844-8463-4371a2f7ee27 found for delete ", "request_id": "req-1ccf6520-71e1-4cfc-922b-2f6e303586c9"}]} 2026-06-10 09:07:45.847 7 INFO neutron.services.segments.plugin [-] Segment 4c43d36f-030f-4844-8463-4371a2f7ee27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c43d36f-030f-4844-8463-4371a2f7ee27 found for delete ", "request_id": "req-d82fd9c0-04e5-43ff-af07-a7bb57ebbc63"}]} [pid: 7|app: 0|req: 725/1405] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:45 2026] DELETE /v2.0/subnets/f1f6b154-cc5b-45db-bef2-5a1d00014c4f => 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: 681/1406] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:07:45 2026] PUT /v2.0/routers/73e8b194-cf62-4f49-98fd-b563eb8d68e5/remove_router_interface => generated 309 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1407] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jun 10 09:07:45 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 727/1408] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:45 2026] GET /v2.0/ports?device_id=73e8b194-cf62-4f49-98fd-b563eb8d68e5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:45.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-21603e6f-c797-483b-9791-266a07a9c240 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 57e316fb-c146-46c1-a675-2f4659b26c98 2026-06-10 09:07:45.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21603e6f-c797-483b-9791-266a07a9c240 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 57e316fb-c146-46c1-a675-2f4659b26c98 2026-06-10 09:07:46.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-28ffb2e6-aca2-47d3-91fd-1ce5716878a0 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: 6bb5d060-2f68-40e9-9e48-8c0fe9c1d04d 2026-06-10 09:07:46.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ffb2e6-aca2-47d3-91fd-1ce5716878a0 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: 6bb5d060-2f68-40e9-9e48-8c0fe9c1d04d 2026-06-10 09:07:46.149 8 INFO neutron.services.segments.plugin [-] Segment caf7af85-aa10-4e8c-882e-6ae059d63a7c resource provider aggregate not found 2026-06-10 09:07:46.162 8 INFO neutron.services.segments.plugin [-] Segment caf7af85-aa10-4e8c-882e-6ae059d63a7c resource provider aggregate not found 2026-06-10 09:07:46.176 8 INFO neutron.services.segments.plugin [-] Segment caf7af85-aa10-4e8c-882e-6ae059d63a7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caf7af85-aa10-4e8c-882e-6ae059d63a7c found for delete ", "request_id": "req-920e4f54-4f94-4ee4-b7f8-8aa849e41c0f"}]} 2026-06-10 09:07:46.185 8 INFO neutron.services.segments.plugin [-] Segment caf7af85-aa10-4e8c-882e-6ae059d63a7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caf7af85-aa10-4e8c-882e-6ae059d63a7c found for delete ", "request_id": "req-bdc04b55-d569-44fe-8e23-0154e37a5342"}]} [pid: 8|app: 0|req: 682/1409] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:45 2026] DELETE /v2.0/networks/0cfc236b-c2b0-45e0-a271-0c88c02d31d1 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1410] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:46 2026] GET /v2.0/security-groups?tenant_id=f3d614cdf4b548a8abc1a3548d1c9593&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1411] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:46 2026] DELETE /v2.0/security-groups/c9f5c338-f900-4ac2-a301-513aacaf302c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:46.455 7 INFO neutron.db.l3_hamode_db [None req-28ffb2e6-aca2-47d3-91fd-1ce5716878a0 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] HA network 5296aeb0-c590-468c-92b9-b8e30c426358 was deleted as no HA routers are present in tenant 1e5a2d238a5945ee85ff9e900ca296c9. [pid: 7|app: 0|req: 728/1412] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:45 2026] DELETE /v2.0/routers/73e8b194-cf62-4f49-98fd-b563eb8d68e5 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1413] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:46 2026] DELETE /v2.0/subnets/438450c1-c6b6-4e54-a305-d5ec67c5579a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1414] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:46 2026] DELETE /v2.0/networks/5a997dcb-2e83-490a-a92c-bda41428aab3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:46.862 8 INFO neutron.db.segments_db [None req-5c90e7ea-8096-4936-88cd-cd6965f5117e 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Added segment 19b8ac81-1722-4259-a47f-5f8377a88625 of type vxlan for network d64d89c6-7a20-4f2c-b490-c35140921491 2026-06-10 09:07:47.147 8 INFO neutron.db.l3_hamode_db [None req-5c90e7ea-8096-4936-88cd-cd6965f5117e 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 730/1415] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:47 2026] GET /v2.0/security-groups?tenant_id=17130c1f9789486eaf754c5da294f174&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1416] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:47 2026] DELETE /v2.0/security-groups/d6cd1190-2eb9-4ddb-93d5-f2037f02415b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:47.867 7 INFO neutron.services.segments.plugin [-] Segment 994be68c-e258-48ee-89dc-7d3b7336e2b6 resource provider aggregate not found 2026-06-10 09:07:47.877 7 INFO neutron.services.segments.plugin [-] Segment 994be68c-e258-48ee-89dc-7d3b7336e2b6 resource provider aggregate not found 2026-06-10 09:07:47.894 7 INFO neutron.services.segments.plugin [-] Segment 994be68c-e258-48ee-89dc-7d3b7336e2b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994be68c-e258-48ee-89dc-7d3b7336e2b6 found for delete ", "request_id": "req-27cab4b4-609c-4a2d-bac7-b59e92e574fb"}]} 2026-06-10 09:07:47.896 7 INFO neutron.services.segments.plugin [-] Segment 994be68c-e258-48ee-89dc-7d3b7336e2b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994be68c-e258-48ee-89dc-7d3b7336e2b6 found for delete ", "request_id": "req-f3d5376e-85db-49d9-a515-5661544a34d2"}]} 2026-06-10 09:07:47.908 7 INFO neutron.services.segments.plugin [-] Segment 2416173d-4846-476a-bbf2-7639b0861e94 resource provider aggregate not found 2026-06-10 09:07:47.918 7 INFO neutron.services.segments.plugin [-] Segment 2416173d-4846-476a-bbf2-7639b0861e94 resource provider aggregate not found 2026-06-10 09:07:47.931 7 INFO neutron.services.segments.plugin [-] Segment 2416173d-4846-476a-bbf2-7639b0861e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2416173d-4846-476a-bbf2-7639b0861e94 found for delete ", "request_id": "req-acb440cd-9699-4cd8-b8e6-1d52bea787e8"}]} 2026-06-10 09:07:47.938 7 INFO neutron.services.segments.plugin [-] Segment 2416173d-4846-476a-bbf2-7639b0861e94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2416173d-4846-476a-bbf2-7639b0861e94 found for delete ", "request_id": "req-df54b49e-7883-43da-9c78-75a7c3220bf3"}]} 2026-06-10 09:07:48.049 8 INFO neutron.db.l3_hamode_db [None req-5c90e7ea-8096-4936-88cd-cd6965f5117e 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 686/1417] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:46 2026] POST /v2.0/routers => generated 687 bytes in 2131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1418] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:07:48 2026] GET /v2.0/routers/746442ea-7d8d-45d7-8fe1-9b099cc203cc => generated 693 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1419] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:07:49 2026] GET /v2.0/routers => generated 696 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1420] 10.0.0.24 () {34 vars in 740 bytes} [Wed Jun 10 09:07:49 2026] PUT /v2.0/routers/746442ea-7d8d-45d7-8fe1-9b099cc203cc => generated 700 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1421] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:07:49 2026] GET /v2.0/routers/746442ea-7d8d-45d7-8fe1-9b099cc203cc => generated 700 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1422] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:49 2026] GET /v2.0/ports?device_id=746442ea-7d8d-45d7-8fe1-9b099cc203cc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:49.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-2358da53-9e26-422f-926e-8e25f8defead 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: 2a1deb9a-aeea-42f5-a90c-d3198149bc02 2026-06-10 09:07:49.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2358da53-9e26-422f-926e-8e25f8defead 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: 2a1deb9a-aeea-42f5-a90c-d3198149bc02 2026-06-10 09:07:50.174 7 INFO neutron.db.segments_db [None req-2827d5d7-5ddf-4b5c-bb85-e540a2e1732b 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] Added segment d02fe144-1b40-4924-8f57-9ecd704e861e of type vxlan for network 76d1e1ea-aec4-4c69-ad14-269286df36bb 2026-06-10 09:07:50.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-2358da53-9e26-422f-926e-8e25f8defead 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] TaaS: Handle Delete Port: 54df1b80-baf3-44c8-bcbb-146506570514 2026-06-10 09:07:50.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2358da53-9e26-422f-926e-8e25f8defead 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] Tap Mirror: Handle Delete Port: 54df1b80-baf3-44c8-bcbb-146506570514 [pid: 7|app: 0|req: 735/1423] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:49 2026] POST /v2.0/networks => generated 626 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:50.474 8 INFO neutron.services.segments.plugin [-] Segment 19b8ac81-1722-4259-a47f-5f8377a88625 resource provider aggregate not found 2026-06-10 09:07:50.479 8 INFO neutron.services.segments.plugin [-] Segment 19b8ac81-1722-4259-a47f-5f8377a88625 resource provider aggregate not found 2026-06-10 09:07:50.492 8 INFO neutron.db.l3_hamode_db [None req-2358da53-9e26-422f-926e-8e25f8defead 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] HA network d64d89c6-7a20-4f2c-b490-c35140921491 was deleted as no HA routers are present in tenant 1e5a2d238a5945ee85ff9e900ca296c9. 2026-06-10 09:07:50.493 8 INFO neutron.services.segments.plugin [-] Segment 19b8ac81-1722-4259-a47f-5f8377a88625 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b8ac81-1722-4259-a47f-5f8377a88625 found for delete ", "request_id": "req-6ba865c7-beb6-4c2f-978e-098b4431b6a7"}]} 2026-06-10 09:07:50.500 8 INFO neutron.services.segments.plugin [-] Segment 19b8ac81-1722-4259-a47f-5f8377a88625 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b8ac81-1722-4259-a47f-5f8377a88625 found for delete ", "request_id": "req-27207b9d-7310-4102-bc33-91c9a7f861eb"}]} [pid: 8|app: 0|req: 689/1424] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:49 2026] DELETE /v2.0/routers/746442ea-7d8d-45d7-8fe1-9b099cc203cc => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1425] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:50 2026] GET /v2.0/ports?device_id=746442ea-7d8d-45d7-8fe1-9b099cc203cc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:50.551 8 INFO neutron.api.v2.resource [None req-d393fad4-499b-40a9-b647-d270b873f0f7 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1426] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/routers/746442ea-7d8d-45d7-8fe1-9b099cc203cc => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1427] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:50 2026] GET /v2.0/ports?device_id=73e8b194-cf62-4f49-98fd-b563eb8d68e5 => 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: 736/1428] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:07:50 2026] POST /v2.0/ports => generated 775 bytes in 310 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-06-10 09:07:50.596 8 INFO neutron.api.v2.resource [None req-27ba7cfe-2772-447b-a17e-3e3dc0bea00e 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1429] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/routers/73e8b194-cf62-4f49-98fd-b563eb8d68e5 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:50.613 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2f56dfa-fb6b-47b4-8a7c-db8a6eb68f55 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 694/1430] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/subnets/438450c1-c6b6-4e54-a305-d5ec67c5579a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:50.639 7 INFO neutron.db.segments_db [None req-7bdd1378-3cde-45c8-beea-0d19fc085988 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] Added segment 7b0fdef2-e5d4-4e41-ad64-c631a00288cc of type vxlan for network b91c95e7-6a65-4dff-8eee-c1392e8a95de [pid: 8|app: 0|req: 695/1431] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:50 2026] GET /v2.0/ports?device_id=5905cf12-619a-4573-8348-a648f33dbfa8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:07:50.676 8 INFO neutron.api.v2.resource [None req-9888c1e7-3843-4eaf-90df-1ebf04808faa 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 696/1432] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/routers/5905cf12-619a-4573-8348-a648f33dbfa8 => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:50.696 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17739fb4-8f59-4397-a7dd-a1432c8e0aa5 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 697/1433] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/subnets/83c2a768-a724-4c24-b96d-beda50e96b8b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1434] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:07:50 2026] GET /v2.0/ports?device_id=e924369b-bb83-4483-b3f0-a7564f4a4eab => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1435] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:50 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:50.751 8 INFO neutron.api.v2.resource [None req-bc087f86-e226-45fe-a61f-0003b64c4236 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1436] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/routers/e924369b-bb83-4483-b3f0-a7564f4a4eab => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:50.773 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e24d184-f745-4600-a17a-e5d41fc5edac 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 700/1437] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/subnets/aa39cefb-150c-4e3b-a547-6607f2d411f4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:50.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd839dff-f55e-4d6e-9e76-2e079c1f82a8 7683015e75414982a30145331a556b5c 1e5a2d238a5945ee85ff9e900ca296c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 701/1438] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:50 2026] DELETE /v2.0/subnets/cbfaaba4-b19c-4cbc-ae27-1898b0ca953e => 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: 738/1439] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:50 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1440] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:07:51 2026] POST /v2.0/ports => generated 954 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1441] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:50 2026] GET /v2.0/security-groups?tenant_id=acd9ba7735c742988ced9278f8128877&name=default => generated 2925 bytes in 333 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: 740/1442] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:51 2026] GET /v2.0/security-groups?tenant_id=1e5a2d238a5945ee85ff9e900ca296c9&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:51.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-b59160fd-4171-4cae-8ffd-5d4591285ba7 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] TaaS: Handle Delete Port: db1e3408-244d-47a6-a660-1208fdff1896 2026-06-10 09:07:51.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b59160fd-4171-4cae-8ffd-5d4591285ba7 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] Tap Mirror: Handle Delete Port: db1e3408-244d-47a6-a660-1208fdff1896 [pid: 7|app: 0|req: 741/1443] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:51 2026] DELETE /v2.0/security-groups/95f3ab81-9d28-4aea-8a1a-85f42aa72ff0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1444] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:51 2026] DELETE /v2.0/ports/db1e3408-244d-47a6-a660-1208fdff1896 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:51.614 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6fa21ed-84ce-4507-a1fd-1045737a23f4 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1445] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:51 2026] DELETE /v2.0/ports/db1e3408-244d-47a6-a660-1208fdff1896 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:51.649 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac594f53-f7d6-4540-b578-f4cd7953927c 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 705/1446] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:51 2026] GET /v2.0/ports/db1e3408-244d-47a6-a660-1208fdff1896 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1447] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:51 2026] DELETE /v2.0/security-groups/34b2d120-bd23-41ff-b67b-35933e194f0e => 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: 706/1448] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:51 2026] DELETE /v2.0/subnets/d46850af-a4fe-44be-9b7b-bf58ee39262d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1449] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:51 2026] GET /v2.0/security-groups?tenant_id=4f1e64375ce342f1812874019b7a4faa&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1450] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:51 2026] DELETE /v2.0/security-groups/39ed6851-1f3f-4a17-83a5-bd00a6c08a11 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1451] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:51 2026] DELETE /v2.0/networks/b91c95e7-6a65-4dff-8eee-c1392e8a95de => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:52.074 7 INFO neutron.db.segments_db [None req-c82b4aba-062c-43fb-a7c7-f1919e50029b 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] Added segment b069c730-8249-464f-908b-5bc46c46b153 of type vxlan for network 6cc26905-baf9-4006-b138-8771879f2261 [pid: 7|app: 0|req: 745/1452] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:07:52 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1453] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:07:52 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:52.514 8 INFO neutron.services.segments.plugin [-] Segment 7b0fdef2-e5d4-4e41-ad64-c631a00288cc resource provider aggregate not found 2026-06-10 09:07:52.520 8 INFO neutron.services.segments.plugin [-] Segment 7b0fdef2-e5d4-4e41-ad64-c631a00288cc resource provider aggregate not found 2026-06-10 09:07:52.533 8 INFO neutron.services.segments.plugin [-] Segment 7b0fdef2-e5d4-4e41-ad64-c631a00288cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0fdef2-e5d4-4e41-ad64-c631a00288cc found for delete ", "request_id": "req-5e640624-6a1a-4b17-889d-727a9e95a0e3"}]} 2026-06-10 09:07:52.539 8 INFO neutron.services.segments.plugin [-] Segment 7b0fdef2-e5d4-4e41-ad64-c631a00288cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0fdef2-e5d4-4e41-ad64-c631a00288cc found for delete ", "request_id": "req-a5fc8002-170f-4195-aa49-6d4fe2a2f387"}]} [pid: 7|app: 0|req: 746/1454] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:07:52 2026] POST /v2.0/ports => generated 912 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:52.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-6578c17b-a24c-4099-9352-4c85187fae35 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] TaaS: Handle Delete Port: dff5b392-9894-4c73-8ddb-0744887a6621 2026-06-10 09:07:52.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6578c17b-a24c-4099-9352-4c85187fae35 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] Tap Mirror: Handle Delete Port: dff5b392-9894-4c73-8ddb-0744887a6621 [pid: 8|app: 0|req: 709/1455] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:52 2026] DELETE /v2.0/ports/dff5b392-9894-4c73-8ddb-0744887a6621 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:53.184 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b2f9502-9175-42bf-a9c8-6412f41d0e85 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1456] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:53 2026] GET /v2.0/ports/dff5b392-9894-4c73-8ddb-0744887a6621 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1457] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:53 2026] DELETE /v2.0/subnets/bef6af08-e283-4b4b-91b5-cd105cac3aa1 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:53.504 7 INFO neutron.services.segments.plugin [-] Segment b069c730-8249-464f-908b-5bc46c46b153 resource provider aggregate not found 2026-06-10 09:07:53.505 7 INFO neutron.services.segments.plugin [-] Segment b069c730-8249-464f-908b-5bc46c46b153 resource provider aggregate not found 2026-06-10 09:07:53.531 7 INFO neutron.services.segments.plugin [-] Segment b069c730-8249-464f-908b-5bc46c46b153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b069c730-8249-464f-908b-5bc46c46b153 found for delete ", "request_id": "req-71660eff-6655-44ba-a32f-33bacd9baecc"}]} 2026-06-10 09:07:53.532 7 INFO neutron.services.segments.plugin [-] Segment b069c730-8249-464f-908b-5bc46c46b153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b069c730-8249-464f-908b-5bc46c46b153 found for delete ", "request_id": "req-a9faed6f-cdad-4a1d-a95f-de8772c23c5c"}]} [pid: 7|app: 0|req: 748/1458] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:53 2026] DELETE /v2.0/networks/6cc26905-baf9-4006-b138-8771879f2261 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1459] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:07:53 2026] POST /v2.0/subnetpools => generated 548 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1460] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:07:53 2026] POST /v2.0/ports => generated 775 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 712/1461] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:53 2026] GET /v2.0/subnetpools/786368d3-8b1e-4623-acc4-6e033761501e => generated 548 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1462] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:07:53 2026] PUT /v2.0/subnetpools/786368d3-8b1e-4623-acc4-6e033761501e => generated 501 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1463] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:07:53 2026] DELETE /v2.0/subnetpools/786368d3-8b1e-4623-acc4-6e033761501e => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:07:54.035 8 INFO neutron.api.v2.resource [None req-9a3393ec-a7af-45b9-b320-0b7edcc83da0 3d487f4712c448a0b7032da2614e8364 6dfd6b92291a492283b38b9e41fbdac4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 715/1464] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:54 2026] GET /v2.0/subnetpools/786368d3-8b1e-4623-acc4-6e033761501e => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:54.051 8 INFO neutron.api.v2.resource [None req-9a773f6f-c174-4b86-ba45-51454732388b 3d487f4712c448a0b7032da2614e8364 6dfd6b92291a492283b38b9e41fbdac4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1465] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/subnetpools/786368d3-8b1e-4623-acc4-6e033761501e => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1466] 10.0.0.24 () {34 vars in 736 bytes} [Wed Jun 10 09:07:53 2026] PUT /v2.0/ports/c73168f9-82a1-48fa-bb03-0f0732d1acfb => generated 752 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:54.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdeeb1a6-08ab-402a-83b4-42894bae7eb8 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] TaaS: Handle Delete Port: c73168f9-82a1-48fa-bb03-0f0732d1acfb 2026-06-10 09:07:54.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdeeb1a6-08ab-402a-83b4-42894bae7eb8 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] Tap Mirror: Handle Delete Port: c73168f9-82a1-48fa-bb03-0f0732d1acfb [pid: 8|app: 0|req: 717/1467] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/ports/c73168f9-82a1-48fa-bb03-0f0732d1acfb => generated 0 bytes in 170 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: 751/1468] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:07:54 2026] GET /v2.0/ports => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:54.352 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2490ce63-7549-44a6-96f2-f9f6eb9aa854 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1469] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:54 2026] GET /v2.0/ports/c73168f9-82a1-48fa-bb03-0f0732d1acfb => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1470] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:07:54 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1471] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:07:54 2026] GET /v2.0/ports/4840b82a-fe8f-4d3c-9060-56a095f06290 => generated 775 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:54.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33604d1c-4471-4e1f-82fe-8c88111b025a 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1472] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/ports/dff5b392-9894-4c73-8ddb-0744887a6621 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:54.493 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b9d2e02-7794-4d1c-a134-c61ee8e289aa 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 720/1473] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/subnets/bef6af08-e283-4b4b-91b5-cd105cac3aa1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:54.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6711c3d9-c7c8-4132-87bd-206fdb4563e4 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1474] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/subnets/d46850af-a4fe-44be-9b7b-bf58ee39262d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:07:54.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-b60c5a12-e772-4c3e-aafc-9fc88d7992b2 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] TaaS: Handle Delete Port: 4840b82a-fe8f-4d3c-9060-56a095f06290 2026-06-10 09:07:54.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b60c5a12-e772-4c3e-aafc-9fc88d7992b2 04c0fcaf5d384865bf76df4417b65ffa 8acc9814bc644887a618a2b629814296 - - default default] Tap Mirror: Handle Delete Port: 4840b82a-fe8f-4d3c-9060-56a095f06290 [pid: 8|app: 0|req: 721/1475] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/ports/4840b82a-fe8f-4d3c-9060-56a095f06290 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1476] 10.0.0.24 () {32 vars in 825 bytes} [Wed Jun 10 09:07:54 2026] GET /v2.0/ports?project_id=700bc350dc02448983f0d5d100961f8c&network_id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 3695 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1477] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:54 2026] GET /v2.0/security-groups?tenant_id=6dfd6b92291a492283b38b9e41fbdac4&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:07:54.961 8 INFO neutron.services.segments.plugin [-] Segment d02fe144-1b40-4924-8f57-9ecd704e861e resource provider aggregate not found 2026-06-10 09:07:54.971 8 INFO neutron.services.segments.plugin [-] Segment d02fe144-1b40-4924-8f57-9ecd704e861e resource provider aggregate not found 2026-06-10 09:07:54.986 8 INFO neutron.services.segments.plugin [-] Segment d02fe144-1b40-4924-8f57-9ecd704e861e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02fe144-1b40-4924-8f57-9ecd704e861e found for delete ", "request_id": "req-5b52e1c8-9b7e-406f-ac68-dcca3d4f1491"}]} [pid: 8|app: 0|req: 723/1478] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/networks/76d1e1ea-aec4-4c69-ad14-269286df36bb => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:07:55.002 8 INFO neutron.services.segments.plugin [-] Segment d02fe144-1b40-4924-8f57-9ecd704e861e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02fe144-1b40-4924-8f57-9ecd704e861e found for delete ", "request_id": "req-4618280a-4727-4577-aebf-330128d1582b"}]} [pid: 7|app: 0|req: 756/1479] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:54 2026] DELETE /v2.0/security-groups/f8e5ce4c-a95c-4bd3-bdfd-5f464f72bd20 => 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: 724/1480] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:07:55 2026] GET /v2.0/subnets?network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:55.523 7 INFO neutron.db.l3_db [None req-27356068-f1e4-4390-bee7-fa32fad0cb65 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Floating IP 41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd disassociated. External IP: 10.96.250.216, port: 6786d7b5-554c-40e6-b6ab-df8e232d8fda. [pid: 8|app: 0|req: 725/1481] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:55 2026] GET /v2.0/security-groups?tenant_id=8acc9814bc644887a618a2b629814296&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1482] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:55 2026] DELETE /v2.0/security-groups/56a37151-99b6-428f-8274-c88b597a6ae4 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1483] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:07:55 2026] PUT /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 554 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1484] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:55 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:07:56.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6f627a5-5847-4feb-a77e-f09442249570'] response: {'name': 'network-changed', 'server_uuid': '86f18b8b-f29d-4a54-9b6b-4c27ba0052a4', 'tag': '6786d7b5-554c-40e6-b6ab-df8e232d8fda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 758/1485] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:07:56 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1486] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:07:56 2026] GET /v2.0/networks?id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1487] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:07:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6786d7b5-554c-40e6-b6ab-df8e232d8fda => 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: 729/1488] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:07:56 2026] GET /v2.0/subnets?id=8688356a-21a5-47bd-a801-61b6bb1f9cd1 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1489] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:07:56 2026] GET /v2.0/ports?network_id=dfc5e4d3-519a-43c2-bd06-552ddfabca07&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1490] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:07:56 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 761/1491] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:07:56 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 731/1492] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:57 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1493] 10.0.0.24 () {32 vars in 622 bytes} [Wed Jun 10 09:07:57 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1494] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:07:58 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1495] 10.0.0.24 () {32 vars in 632 bytes} [Wed Jun 10 09:07:58 2026] GET /v2.0/ => generated 632 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1496] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:58 2026] GET /v2.0/security-groups?tenant_id=c999b38cb1354b0a9babafa7e6991def&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1497] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:58 2026] GET /v2.0/security-groups?tenant_id=46d50f083a334663b7b4be160a8dd8ec&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1498] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:59 2026] DELETE /v2.0/security-groups/e345d5f3-7590-419a-a3a7-12ac6d07ff0c => 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: 734/1499] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:59 2026] DELETE /v2.0/security-groups/5bab6598-ecef-402b-ad74-2fa775ae7b5e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1500] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:07:59 2026] POST /v2.0/security-groups => generated 1673 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1501] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1502] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:07:59 2026] GET /v2.0/security-groups?tenant_id=e31e57d2358242038288472e612b8f3e&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1505] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:59 2026] POST /v2.0/security-group-rules => generated 596 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1506] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:07:59 2026] DELETE /v2.0/security-groups/0de45c7f-0a9c-41be-8d38-afe3b0d32e44 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1507] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1508] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:59.816 7 INFO neutron.db.securitygroups_db [None req-77ccd859-3e46-47cd-b2df-756c54fea5bb e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Project 700bc350dc02448983f0d5d100961f8c 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: 770/1509] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:07:59.960 8 INFO neutron.db.securitygroups_db [None req-406e6493-5a9e-4a42-a364-fe4ab6b7f1a6 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Project 700bc350dc02448983f0d5d100961f8c 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: 740/1510] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:07:59 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1511] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:08:00 2026] GET /v2.0/networks => generated 1298 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1512] 10.0.0.5 () {34 vars in 1096 bytes} [Wed Jun 10 09:08:00 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-115493525&fields=id&tenant_id=700bc350dc02448983f0d5d100961f8c => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1513] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:08:00 2026] GET /v2.0/networks?id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1514] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:08:00 2026] GET /v2.0/quotas/700bc350dc02448983f0d5d100961f8c => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1515] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:08:00 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1516] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:08:00 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 774/1517] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:08:01 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 744/1518] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:01 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => 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: 775/1519] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:01 2026] GET /v2.0/security-groups?tenant_id=39d4a7f90f06438db1429f7f8360e1bb&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1520] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:02 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => 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: 745/1521] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:02 2026] DELETE /v2.0/security-groups/ea88d6fd-59bc-465f-9f16-10bc7e8b0a30 => 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: 777/1522] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:03 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1523] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:03 2026] GET /v2.0/security-groups?tenant_id=a71e453d1fb040058b6ccf9ffe54c49d&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: 778/1524] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:03 2026] DELETE /v2.0/security-groups/bc3020b4-1992-48af-b0ab-6661b4323b65 => 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: 747/1525] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/security-groups?tenant_id=4ecf977496a3411a8e4a02c1b9eaf43f&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1526] 10.0.0.24 () {32 vars in 652 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions => generated 21537 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1527] 10.0.0.24 () {32 vars in 680 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1528] 10.0.0.24 () {32 vars in 680 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1529] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1530] 10.0.0.24 () {32 vars in 664 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1531] 10.0.0.24 () {32 vars in 698 bytes} [Wed Jun 10 09:08:04 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: 7|app: 0|req: 785/1532] 10.0.0.24 () {32 vars in 696 bytes} [Wed Jun 10 09:08:04 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: 786/1533] 10.0.0.24 () {32 vars in 700 bytes} [Wed Jun 10 09:08:04 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) [pid: 7|app: 0|req: 787/1534] 10.0.0.24 () {32 vars in 688 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1535] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:04 2026] DELETE /v2.0/security-groups/ec1004d9-1017-43c7-adc3-a5a5b7621a1a => 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: 788/1536] 10.0.0.24 () {32 vars in 702 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1537] 10.0.0.24 () {32 vars in 692 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1538] 10.0.0.24 () {32 vars in 694 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1539] 10.0.0.24 () {32 vars in 684 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1540] 10.0.0.24 () {32 vars in 686 bytes} [Wed Jun 10 09:08:04 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: 8|app: 0|req: 751/1541] 10.0.0.24 () {32 vars in 660 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1542] 10.0.0.24 () {32 vars in 698 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1543] 10.0.0.24 () {32 vars in 678 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1544] 10.0.0.24 () {32 vars in 682 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1545] 10.0.0.24 () {32 vars in 674 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1546] 10.0.0.24 () {32 vars in 688 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1547] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:08:04 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: 794/1548] 10.0.0.24 () {32 vars in 686 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1549] 10.0.0.24 () {32 vars in 668 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/flavors => 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: 796/1550] 10.0.0.24 () {32 vars in 686 bytes} [Wed Jun 10 09:08:04 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: 8|app: 0|req: 755/1551] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => 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: 797/1552] 10.0.0.24 () {32 vars in 680 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1553] 10.0.0.24 () {32 vars in 698 bytes} [Wed Jun 10 09:08:04 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: 798/1554] 10.0.0.24 () {32 vars in 678 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1555] 10.0.0.24 () {32 vars in 666 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/router => generated 256 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1556] 10.0.0.24 () {32 vars in 676 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1557] 10.0.0.24 () {32 vars in 664 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1558] 10.0.0.24 () {32 vars in 674 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/l3-flavors => 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: 759/1559] 10.0.0.24 () {32 vars in 712 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1560] 10.0.0.24 () {32 vars in 690 bytes} [Wed Jun 10 09:08:04 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: 8|app: 0|req: 760/1561] 10.0.0.24 () {32 vars in 682 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1562] 10.0.0.24 () {32 vars in 668 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1563] 10.0.0.24 () {32 vars in 686 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1564] 10.0.0.24 () {32 vars in 704 bytes} [Wed Jun 10 09:08:04 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: 8|app: 0|req: 762/1565] 10.0.0.24 () {32 vars in 674 bytes} [Wed Jun 10 09:08:04 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: 804/1566] 10.0.0.24 () {32 vars in 700 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1567] 10.0.0.24 () {32 vars in 674 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1568] 10.0.0.24 () {32 vars in 692 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1569] 10.0.0.24 () {32 vars in 688 bytes} [Wed Jun 10 09:08:04 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: 806/1570] 10.0.0.24 () {32 vars in 708 bytes} [Wed Jun 10 09:08:04 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: 8|app: 0|req: 765/1571] 10.0.0.24 () {32 vars in 704 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1572] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1573] 10.0.0.24 () {32 vars in 696 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1574] 10.0.0.24 () {32 vars in 710 bytes} [Wed Jun 10 09:08:04 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: 8|app: 0|req: 767/1575] 10.0.0.24 () {32 vars in 668 bytes} [Wed Jun 10 09:08:04 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: 809/1576] 10.0.0.24 () {32 vars in 686 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1577] 10.0.0.24 () {32 vars in 680 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1578] 10.0.0.24 () {32 vars in 674 bytes} [Wed Jun 10 09:08:04 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: 8|app: 0|req: 769/1579] 10.0.0.24 () {32 vars in 670 bytes} [Wed Jun 10 09:08:04 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: 811/1580] 10.0.0.24 () {32 vars in 660 bytes} [Wed Jun 10 09:08:04 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: 770/1581] 10.0.0.24 () {32 vars in 698 bytes} [Wed Jun 10 09:08:04 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: 812/1582] 10.0.0.24 () {32 vars in 698 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1583] 10.0.0.24 () {32 vars in 676 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1584] 10.0.0.24 () {32 vars in 668 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1585] 10.0.0.24 () {32 vars in 682 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1586] 10.0.0.24 () {32 vars in 700 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1587] 10.0.0.24 () {32 vars in 684 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1588] 10.0.0.24 () {32 vars in 706 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1589] 10.0.0.24 () {32 vars in 668 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1590] 10.0.0.24 () {32 vars in 696 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1591] 10.0.0.24 () {32 vars in 694 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1592] 10.0.0.24 () {32 vars in 684 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1593] 10.0.0.24 () {32 vars in 688 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1594] 10.0.0.24 () {32 vars in 704 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1595] 10.0.0.24 () {32 vars in 666 bytes} [Wed Jun 10 09:08:04 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1596] 10.0.0.24 () {32 vars in 680 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1597] 10.0.0.24 () {32 vars in 680 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1598] 10.0.0.24 () {32 vars in 690 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1599] 10.0.0.24 () {32 vars in 690 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1600] 10.0.0.24 () {32 vars in 694 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1601] 10.0.0.24 () {32 vars in 684 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1602] 10.0.0.24 () {32 vars in 688 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1603] 10.0.0.24 () {32 vars in 700 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1604] 10.0.0.24 () {32 vars in 702 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1605] 10.0.0.24 () {32 vars in 712 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1606] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1607] 10.0.0.24 () {32 vars in 714 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1608] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1609] 10.0.0.24 () {32 vars in 740 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1610] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1611] 10.0.0.24 () {32 vars in 682 bytes} [Wed Jun 10 09:08:05 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: 827/1612] 10.0.0.24 () {32 vars in 668 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1613] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1614] 10.0.0.24 () {32 vars in 678 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1615] 10.0.0.24 () {32 vars in 668 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1616] 10.0.0.24 () {32 vars in 696 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1617] 10.0.0.24 () {32 vars in 704 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1618] 10.0.0.24 () {32 vars in 700 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1619] 10.0.0.24 () {32 vars in 700 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1620] 10.0.0.24 () {32 vars in 682 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1621] 10.0.0.24 () {32 vars in 704 bytes} [Wed Jun 10 09:08:05 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: 832/1622] 10.0.0.24 () {32 vars in 694 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1623] 10.0.0.24 () {32 vars in 688 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1624] 10.0.0.24 () {32 vars in 696 bytes} [Wed Jun 10 09:08:05 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: 8|app: 0|req: 792/1625] 10.0.0.24 () {32 vars in 678 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1626] 10.0.0.24 () {32 vars in 688 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1627] 10.0.0.24 () {32 vars in 700 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1628] 10.0.0.24 () {32 vars in 664 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1629] 10.0.0.24 () {32 vars in 680 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1630] 10.0.0.24 () {32 vars in 676 bytes} [Wed Jun 10 09:08:05 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: 8|app: 0|req: 795/1631] 10.0.0.24 () {32 vars in 692 bytes} [Wed Jun 10 09:08:05 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: 837/1632] 10.0.0.24 () {32 vars in 676 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1633] 10.0.0.24 () {32 vars in 666 bytes} [Wed Jun 10 09:08:05 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: 838/1634] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1635] 10.0.0.24 () {32 vars in 674 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1636] 10.0.0.24 () {32 vars in 686 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1637] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/networks?id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1638] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=700bc350dc02448983f0d5d100961f8c => generated 272 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1639] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => 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: 842/1640] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/security-groups?tenant_id=2b37524c87a249ce9bc0cb9528fde4be&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1641] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:08:05 2026] POST /v2.0/ports => generated 954 bytes in 456 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: 843/1642] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:05 2026] GET /v2.0/security-groups?tenant_id=f8edf4bcf6fa4d1b9db8139de750c4d0&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1643] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:06 2026] DELETE /v2.0/security-groups/dbde335c-0dfd-4955-989e-3e5a041b98ee => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1644] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:06 2026] DELETE /v2.0/security-groups/37e6169e-b9da-410c-bc88-0bcb5263463b => 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: 844/1645] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:08:06 2026] PUT /v2.0/ports/8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 => generated 1235 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:06.600 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4ffbc32-5743-40e2-bc75-f63b60a3fbd5'] response: {'name': 'network-changed', 'server_uuid': '6cd50fa6-307d-49b6-a62b-f2466be3a936', 'tag': '8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:08:06.718 8 INFO neutron.db.segments_db [None req-8585d1ee-45ba-42c5-99f6-87a066733743 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment a3cb8484-b7dd-4dfd-b16d-4e75430d3b90 of type vxlan for network 515e8127-f958-46c3-a129-24b016da78fb [pid: 7|app: 0|req: 845/1646] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:06 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1647] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:08:06 2026] POST /v2.0/networks => generated 721 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1648] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:06 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1649] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:06 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-06-10 09:08:07.055 7 INFO neutron.db.segments_db [None req-55ace599-6acb-46e7-ba9d-2fd2d01f4404 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment b84ae936-12c4-465b-89fb-ba0700793c52 of type vxlan for network a91e335a-e5c2-43f2-8719-6f4867abb674 [pid: 8|app: 0|req: 804/1650] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:08:07 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1651] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:08:07 2026] GET /v2.0/networks?tenant_id=700bc350dc02448983f0d5d100961f8c&shared=False => generated 757 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1652] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:08:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:07.321 7 INFO neutron.db.l3_hamode_db [None req-55ace599-6acb-46e7-ba9d-2fd2d01f4404 75d6afbafd5e46e5905dbfd660c27c63 5e172decac834998aa8a49b0e98e4e18 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 807/1653] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:07 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1654] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:07 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:08.145 7 INFO neutron.db.l3_hamode_db [None req-55ace599-6acb-46e7-ba9d-2fd2d01f4404 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:08:08.376 8 INFO neutron.db.segments_db [None req-90bee238-b3e9-4bc4-97a4-14ad9478ade5 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Added segment 8f179ef6-d30e-4da4-b219-9889f5a60e68 of type vxlan for network 3c7e7ce3-a56e-4d2a-ac25-f3bc00670ba4 [pid: 8|app: 0|req: 809/1655] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:08 2026] POST /v2.0/networks => generated 631 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1656] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:08:08 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1657] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:08 2026] POST /v2.0/subnets => generated 627 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1658] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:08:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:08.878 8 INFO neutron.db.segments_db [None req-b06bac6f-fc6a-481d-ad31-69172bdeb323 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Added segment dcd2378f-f324-40e0-b9f2-8fa70083f135 of type vxlan for network 3dc7dfe5-09f6-4be6-81d8-5bad88ec3149 2026-06-10 09:08:09.150 8 INFO neutron.db.l3_hamode_db [None req-b06bac6f-fc6a-481d-ad31-69172bdeb323 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 847/1659] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:07 2026] POST /v2.0/routers => generated 727 bytes in 2167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1660] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:08:09 2026] GET /v2.0/subnets?id=8688356a-21a5-47bd-a801-61b6bb1f9cd1 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1661] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:09 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:09.970 8 INFO neutron.db.l3_hamode_db [None req-b06bac6f-fc6a-481d-ad31-69172bdeb323 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1662] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:08:09 2026] PUT /v2.0/routers/88e3f938-4e6c-4d31-8af2-d46501f52fb8/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1663] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:08:10 2026] GET /v2.0/ports?network_id=dfc5e4d3-519a-43c2-bd06-552ddfabca07&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: 7|app: 0|req: 852/1664] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:10 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:10.780 7 INFO neutron.db.segments_db [None req-e7020485-e7eb-4115-a6ba-fcc653655aeb 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] Added segment 86982f61-458b-4149-8b51-abe52fa18e3c of type vxlan for network 80a7caf2-287f-4b35-8899-9b573e1cf231 [pid: 7|app: 0|req: 853/1665] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:10 2026] POST /v2.0/networks => generated 707 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1666] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:08 2026] POST /v2.0/routers => generated 695 bytes in 2091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1667] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:08:10 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 814/1668] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:10 2026] POST /v2.0/subnets => generated 644 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1669] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:08:11 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:11.176 8 WARNING neutron.api.v2.base [None req-f5c8e2c6-72d4-432c-818d-e1b8dd74a3ef 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - 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-06-10 09:08:11.177 8 INFO neutron.api.v2.resource [None req-f5c8e2c6-72d4-432c-818d-e1b8dd74a3ef 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 816/1670] 10.0.0.24 () {34 vars in 680 bytes} [Wed Jun 10 09:08:11 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-10 09:08:11.379 8 INFO neutron.services.segments.plugin [-] Segment 86982f61-458b-4149-8b51-abe52fa18e3c resource provider aggregate not found 2026-06-10 09:08:11.380 8 INFO neutron.services.segments.plugin [-] Segment 86982f61-458b-4149-8b51-abe52fa18e3c resource provider aggregate not found 2026-06-10 09:08:11.398 8 INFO neutron.services.segments.plugin [-] Segment 86982f61-458b-4149-8b51-abe52fa18e3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86982f61-458b-4149-8b51-abe52fa18e3c found for delete ", "request_id": "req-6677cc84-1919-4755-a537-bfae8d250e41"}]} 2026-06-10 09:08:11.401 8 INFO neutron.services.segments.plugin [-] Segment 86982f61-458b-4149-8b51-abe52fa18e3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86982f61-458b-4149-8b51-abe52fa18e3c found for delete ", "request_id": "req-832b4459-30e7-4404-8c97-fd01df2b95b2"}]} [pid: 8|app: 0|req: 817/1671] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:11 2026] DELETE /v2.0/networks/80a7caf2-287f-4b35-8899-9b573e1cf231 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:11.465 8 INFO neutron.db.segments_db [None req-04b793e9-31df-4edc-a448-fdad4cd1ca77 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] Added segment eb825191-d66a-4765-8f95-225c1e3a2567 of type vxlan for network 123a5de1-bcb1-484b-930d-f02554246684 [pid: 8|app: 0|req: 818/1672] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:11 2026] POST /v2.0/networks => generated 707 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1673] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:11 2026] POST /v2.0/subnets => generated 647 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1674] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:08:10 2026] PUT /v2.0/routers/ebd46033-5f5a-4a52-8398-d404254cfdeb/add_router_interface => generated 309 bytes in 1383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1675] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:12 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:12.426 8 INFO neutron.db.segments_db [None req-63341d94-3b82-4ec7-bad7-91da50323cae 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 3600d2bc-1692-4b45-b095-283809e3ffd8 of type vxlan for network 60788986-8ffe-4702-bc27-778e04d879d6 2026-06-10 09:08:12.427 7 WARNING neutron.api.v2.base [None req-e4e8e372-c8aa-4506-a149-791d13f764c6 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - 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-06-10 09:08:12.428 7 INFO neutron.api.v2.resource [None req-e4e8e372-c8aa-4506-a149-791d13f764c6 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 857/1676] 10.0.0.24 () {34 vars in 680 bytes} [Wed Jun 10 09:08:12 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1677] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:08:12 2026] POST /v2.0/networks => generated 722 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1678] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:12 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1679] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:12 2026] DELETE /v2.0/networks/123a5de1-bcb1-484b-930d-f02554246684 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1680] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:08:12 2026] POST /v2.0/ports => generated 958 bytes in 400 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: 823/1681] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:12 2026] POST /v2.0/subnets => generated 688 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:12.891 7 INFO neutron.db.segments_db [None req-bb40889c-a08f-4285-89cf-d6a48c377993 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] Added segment 11788574-0f86-4296-abc2-5a2fcf192375 of type vxlan for network e4ae76c2-93ba-4581-b8f6-e90751332cdd [pid: 7|app: 0|req: 859/1682] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:12 2026] POST /v2.0/networks => generated 707 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:13.019 7 INFO neutron.db.segments_db [None req-cb768121-89ce-48c7-9b1e-1cf21b1b80c6 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment a398ac83-b3b7-4523-a186-38075cc65acf of type vxlan for network dce1d6c8-2277-41ea-ad14-39d1ce927f2d [pid: 8|app: 0|req: 824/1683] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:08:12 2026] POST /v2.0/ports => generated 954 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, ' 2026-06-10 09:08:13.261 7 INFO neutron.db.l3_hamode_db [None req-cb768121-89ce-48c7-9b1e-1cf21b1b80c6 75d6afbafd5e46e5905dbfd660c27c63 91f6f62707ce466897d9597b79d472c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 825/1684] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:13 2026] POST /v2.0/subnets => generated 647 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:13.425 8 INFO neutron.services.segments.plugin [-] Segment eb825191-d66a-4765-8f95-225c1e3a2567 resource provider aggregate not found 2026-06-10 09:08:13.430 8 INFO neutron.services.segments.plugin [-] Segment eb825191-d66a-4765-8f95-225c1e3a2567 resource provider aggregate not found 2026-06-10 09:08:13.446 8 INFO neutron.services.segments.plugin [-] Segment eb825191-d66a-4765-8f95-225c1e3a2567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb825191-d66a-4765-8f95-225c1e3a2567 found for delete ", "request_id": "req-2c261b9d-7db9-4774-b946-473be016ec77"}]} 2026-06-10 09:08:13.449 8 INFO neutron.services.segments.plugin [-] Segment eb825191-d66a-4765-8f95-225c1e3a2567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb825191-d66a-4765-8f95-225c1e3a2567 found for delete ", "request_id": "req-a7d7eedd-eec8-4f18-9897-6d1f0810ff62"}]} 2026-06-10 09:08:14.109 7 INFO neutron.db.l3_hamode_db [None req-cb768121-89ce-48c7-9b1e-1cf21b1b80c6 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:08:14.249 8 INFO neutron.db.l3_db [None req-e286e367-c88d-41e9-bad9-6a0e675e0ffe 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Floating IP 7dde195d-5b60-4ddb-a328-c4c645697a84 associated. External IP: 10.96.250.205, port: 512bcc10-4ed5-4a05-9386-6b6de3edf253. [pid: 8|app: 0|req: 826/1685] 10.0.0.24 () {34 vars in 676 bytes} [Wed Jun 10 09:08:13 2026] POST /v2.0/floatingips => generated 841 bytes in 1168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1686] 10.0.0.24 () {34 vars in 680 bytes} [Wed Jun 10 09:08:14 2026] POST /v2.0/rbac-policies => generated 324 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1687] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:14 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:15.017 8 INFO neutron.db.l3_db [None req-82045ef2-51e2-4685-820e-42be8c3359f5 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Floating IP 7dde195d-5b60-4ddb-a328-c4c645697a84 disassociated. External IP: 10.96.250.205, port: 512bcc10-4ed5-4a05-9386-6b6de3edf253. [pid: 7|app: 0|req: 860/1690] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:12 2026] POST /v2.0/routers => generated 728 bytes in 2196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1691] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:15 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&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: 831/1692] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:08:14 2026] PUT /v2.0/floatingips/7dde195d-5b60-4ddb-a328-c4c645697a84 => generated 552 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1693] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:08:15 2026] GET /v2.0/networks/e4ae76c2-93ba-4581-b8f6-e90751332cdd => generated 654 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:15.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ff9e1f2-7e04-4e71-8b33-12eac06adb72 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] TaaS: Handle Delete Port: 1f80f7ea-6770-4be2-bde6-ad83539d9a47 2026-06-10 09:08:15.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ff9e1f2-7e04-4e71-8b33-12eac06adb72 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Tap Mirror: Handle Delete Port: 1f80f7ea-6770-4be2-bde6-ad83539d9a47 [pid: 8|app: 0|req: 833/1694] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:08:15 2026] DELETE /v2.0/floatingips/7dde195d-5b60-4ddb-a328-c4c645697a84 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1695] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:08:15 2026] PUT /v2.0/routers/eaead578-4edc-4c0a-bdc0-6a0660b739f0/add_router_interface => generated 309 bytes in 1366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:16.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f663e34-81c1-4425-87bd-dbf1e4f6dd85 f4e7999bcf194ff2b179491fb35eefc3 21465382198b4570897d66b41d9f8dff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 863/1696] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:08:16 2026] GET /v2.0/networks/e4ae76c2-93ba-4581-b8f6-e90751332cdd => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1697] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:16 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:16.688 8 INFO neutron.db.l3_db [None req-6a2e4ede-36f8-499b-80c9-570e2d0951f2 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Floating IP 48a6e65b-0662-4365-a03c-ad2b2247f21d associated. External IP: 10.96.250.201, port: 37548cbe-e357-400b-959b-da2d9d3fb942. 2026-06-10 09:08:16.897 7 INFO neutron.services.segments.plugin [-] Segment 11788574-0f86-4296-abc2-5a2fcf192375 resource provider aggregate not found 2026-06-10 09:08:16.902 7 INFO neutron.services.segments.plugin [-] Segment 11788574-0f86-4296-abc2-5a2fcf192375 resource provider aggregate not found 2026-06-10 09:08:16.924 7 INFO neutron.services.segments.plugin [-] Segment 11788574-0f86-4296-abc2-5a2fcf192375 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11788574-0f86-4296-abc2-5a2fcf192375 found for delete ", "request_id": "req-98f07323-815f-4f13-8981-2f9c95219e1a"}]} 2026-06-10 09:08:16.927 7 INFO neutron.services.segments.plugin [-] Segment 11788574-0f86-4296-abc2-5a2fcf192375 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11788574-0f86-4296-abc2-5a2fcf192375 found for delete ", "request_id": "req-9f02b555-2bc7-42e5-a18c-56d0ec8f9673"}]} [pid: 7|app: 0|req: 865/1698] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:16 2026] DELETE /v2.0/networks/e4ae76c2-93ba-4581-b8f6-e90751332cdd => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1699] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:16 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:17.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab88409a-ec9c-4875-98d4-b228be2e3a3e 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1700] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:16 2026] DELETE /v2.0/subnets/e97f9493-be29-4c3e-aeb3-455b7e4212a6 => 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: 834/1701] 10.0.0.24 () {34 vars in 676 bytes} [Wed Jun 10 09:08:15 2026] POST /v2.0/floatingips => generated 842 bytes in 1123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:17.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec90f7db-7fce-4872-8100-96deef8befff 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1702] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:17 2026] DELETE /v2.0/subnets/7401c255-0713-4e80-9ae3-7b0e75de3708 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1703] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:08:17 2026] GET /v2.0/floatingips/48a6e65b-0662-4365-a03c-ad2b2247f21d => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:17.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2dba0f90-cc5e-4a2b-a7f1-3cfafcd196af 59e047c2607c46139d4d66ba4a62a495 6f0d064db2554445a5124aedab2d40c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1704] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:17 2026] DELETE /v2.0/subnets/2bb25997-b482-4789-9be7-ac469ad1f690 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1705] 10.0.0.24 () {32 vars in 654 bytes} [Wed Jun 10 09:08:17 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) [pid: 8|app: 0|req: 837/1706] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:17 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1707] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:17 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&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: 8|app: 0|req: 839/1708] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:08:17 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:17.553 7 INFO neutron.db.l3_db [None req-4e6817be-67ba-4bdd-a3e5-f02342b4c7b5 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Floating IP 48a6e65b-0662-4365-a03c-ad2b2247f21d associated. External IP: 10.96.250.201, port: 37548cbe-e357-400b-959b-da2d9d3fb942. 2026-06-10 09:08:17.713 8 INFO neutron.db.l3_db [None req-0fd056d9-b47d-4c89-9153-d57356a358ed e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Floating IP 41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd associated. External IP: 10.96.250.216, port: 8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9. [pid: 8|app: 0|req: 840/1709] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:08:17 2026] PUT /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 855 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:18.169 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b82dcee-ca03-46e5-be0e-961eb1dec47d'] response: {'name': 'network-changed', 'server_uuid': '6cd50fa6-307d-49b6-a62b-f2466be3a936', 'tag': '8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 870/1710] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:08:17 2026] PUT /v2.0/floatingips/48a6e65b-0662-4365-a03c-ad2b2247f21d => generated 841 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1711] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:08:18 2026] POST /v2.0/security-groups => generated 1675 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1712] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:08:18 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => 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: 871/1713] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:18 2026] GET /v2.0/security-groups?tenant_id=6f0d064db2554445a5124aedab2d40c5&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:18.444 8 INFO neutron.db.l3_db [None req-8a39877e-31a6-4efa-b8d4-ec045f672944 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Floating IP 48a6e65b-0662-4365-a03c-ad2b2247f21d disassociated. External IP: 10.96.250.201, port: 512bcc10-4ed5-4a05-9386-6b6de3edf253. [pid: 7|app: 0|req: 872/1714] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1715] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:18 2026] DELETE /v2.0/security-groups/31d4691f-34c0-47fe-b8f6-71d6c9b0815c => 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: 874/1716] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1717] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:08:18 2026] PUT /v2.0/floatingips/48a6e65b-0662-4365-a03c-ad2b2247f21d => generated 552 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1718] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:08:18 2026] GET /v2.0/ports?tenant_id=700bc350dc02448983f0d5d100961f8c&device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1719] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1720] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:18 2026] GET /v2.0/security-groups?tenant_id=657a5c6af6df46ab817b4570e7ec9170&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1721] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:08:18 2026] GET /v2.0/networks?id=dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 757 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:19.049 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe07cd02-dade-4047-80d6-ba79d03785cd 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] TaaS: Handle Delete Port: a2ccb336-f267-45e5-b304-627cf6a8b9c2 2026-06-10 09:08:19.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe07cd02-dade-4047-80d6-ba79d03785cd 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Tap Mirror: Handle Delete Port: a2ccb336-f267-45e5-b304-627cf6a8b9c2 [pid: 8|app: 0|req: 846/1722] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08: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) [pid: 7|app: 0|req: 877/1723] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:08:18 2026] DELETE /v2.0/floatingips/48a6e65b-0662-4365-a03c-ad2b2247f21d => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1724] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:08:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1725] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:19 2026] DELETE /v2.0/security-groups/12b7521a-599c-4891-9fb7-a851ebcceb6b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:19.318 8 INFO neutron.api.v2.resource [None req-5e4debc4-2668-402b-a47e-b549f79953fd 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1726] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:08:19 2026] DELETE /v2.0/floatingips/48a6e65b-0662-4365-a03c-ad2b2247f21d => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:08:19.332 7 INFO neutron.db.securitygroups_db [None req-ad1c56c9-a88b-4fd3-ad4c-4f2ffb92b8ad d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] Project 5e172decac834998aa8a49b0e98e4e18 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: 849/1727] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:08:19 2026] GET /v2.0/subnets?id=8688356a-21a5-47bd-a801-61b6bb1f9cd1 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1728] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:08:19 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1729] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1730] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:08:19 2026] GET /v2.0/ports?network_id=dfc5e4d3-519a-43c2-bd06-552ddfabca07&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:19.505 7 INFO neutron.db.securitygroups_db [None req-072b97c4-d79c-4611-971e-b20427924270 d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] Project 5e172decac834998aa8a49b0e98e4e18 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-10 09:08:19.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-31145b68-9ae7-41b2-9b47-7b9d7c487044 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] TaaS: Handle Delete Port: 512bcc10-4ed5-4a05-9386-6b6de3edf253 2026-06-10 09:08:19.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31145b68-9ae7-41b2-9b47-7b9d7c487044 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Tap Mirror: Handle Delete Port: 512bcc10-4ed5-4a05-9386-6b6de3edf253 [pid: 7|app: 0|req: 881/1731] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1732] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:08:19 2026] DELETE /v2.0/ports/512bcc10-4ed5-4a05-9386-6b6de3edf253 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1733] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:19 2026] GET /v2.0/security-groups?tenant_id=21465382198b4570897d66b41d9f8dff&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: 852/1734] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:08:19 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 853/1735] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:19 2026] DELETE /v2.0/security-groups/d92467e0-ce6b-4e97-bbd6-a8af31e45fac => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:19.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-45f12d82-d3c1-41e6-b62f-75fc8e506250 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] TaaS: Handle Delete Port: 37548cbe-e357-400b-959b-da2d9d3fb942 2026-06-10 09:08:19.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45f12d82-d3c1-41e6-b62f-75fc8e506250 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Tap Mirror: Handle Delete Port: 37548cbe-e357-400b-959b-da2d9d3fb942 [pid: 8|app: 0|req: 854/1736] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:08:19 2026] GET /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07?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: 883/1737] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:08:19 2026] DELETE /v2.0/ports/37548cbe-e357-400b-959b-da2d9d3fb942 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1738] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:08:20 2026] GET /v2.0/ports?device_id=ebd46033-5f5a-4a52-8398-d404254cfdeb => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1739] 10.0.0.24 () {34 vars in 684 bytes} [Wed Jun 10 09:08:20 2026] POST /v2.0/security-groups => generated 1661 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1740] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1741] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:08:20 2026] GET /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:20.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e01b4f9-c6a0-4fee-9dd1-e0b5ddad3ab1 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] TaaS: Handle Delete Port: 5c7eb266-9976-496d-b6a8-0f30503e6bd1 2026-06-10 09:08:20.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e01b4f9-c6a0-4fee-9dd1-e0b5ddad3ab1 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Tap Mirror: Handle Delete Port: 5c7eb266-9976-496d-b6a8-0f30503e6bd1 [pid: 8|app: 0|req: 858/1742] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:20 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: 8|app: 0|req: 859/1743] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:08:20 2026] POST /v2.0/floatingips => generated 552 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1744] 10.0.0.5 () {34 vars in 1098 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1219485638&fields=id&tenant_id=5e172decac834998aa8a49b0e98e4e18 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1745] 10.0.0.5 () {34 vars in 1098 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1951095194&fields=id&tenant_id=5e172decac834998aa8a49b0e98e4e18 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1746] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/networks?id=515e8127-f958-46c3-a129-24b016da78fb => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1747] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/quotas/5e172decac834998aa8a49b0e98e4e18 => 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: 864/1748] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/ports?tenant_id=5e172decac834998aa8a49b0e98e4e18&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1749] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/networks/515e8127-f958-46c3-a129-24b016da78fb?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1750] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:08:20 2026] PUT /v2.0/routers/ebd46033-5f5a-4a52-8398-d404254cfdeb/remove_router_interface => generated 309 bytes in 1449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1751] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/networks/515e8127-f958-46c3-a129-24b016da78fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1752] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:21 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:21.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-694c0b98-f8d8-4165-9ab7-88cf0f967f7c 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] TaaS: Handle Delete Port: 0ce52e33-3631-4acb-bba4-03dd89f50205 2026-06-10 09:08:21.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694c0b98-f8d8-4165-9ab7-88cf0f967f7c 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Tap Mirror: Handle Delete Port: 0ce52e33-3631-4acb-bba4-03dd89f50205 2026-06-10 09:08:22.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-694c0b98-f8d8-4165-9ab7-88cf0f967f7c 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] TaaS: Handle Delete Port: eacd4baf-0086-4baf-9fe3-babf934762f8 2026-06-10 09:08:22.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694c0b98-f8d8-4165-9ab7-88cf0f967f7c 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] Tap Mirror: Handle Delete Port: eacd4baf-0086-4baf-9fe3-babf934762f8 2026-06-10 09:08:22.510 7 INFO neutron.services.segments.plugin [-] Segment dcd2378f-f324-40e0-b9f2-8fa70083f135 resource provider aggregate not found 2026-06-10 09:08:22.517 7 INFO neutron.services.segments.plugin [-] Segment dcd2378f-f324-40e0-b9f2-8fa70083f135 resource provider aggregate not found 2026-06-10 09:08:22.538 7 INFO neutron.services.segments.plugin [-] Segment dcd2378f-f324-40e0-b9f2-8fa70083f135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd2378f-f324-40e0-b9f2-8fa70083f135 found for delete ", "request_id": "req-aaebd74d-0461-4560-9225-07ba64d5b127"}]} 2026-06-10 09:08:22.541 7 INFO neutron.services.segments.plugin [-] Segment dcd2378f-f324-40e0-b9f2-8fa70083f135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd2378f-f324-40e0-b9f2-8fa70083f135 found for delete ", "request_id": "req-c51bf691-fdc6-4656-a6a8-cbcca36d5a0e"}]} 2026-06-10 09:08:22.550 7 INFO neutron.db.l3_hamode_db [None req-694c0b98-f8d8-4165-9ab7-88cf0f967f7c 1dcd004c6ac04e549d75c66eb69c9bdb f3bf8513ee03471c9465c572ae8e7f93 - - default default] HA network 3dc7dfe5-09f6-4be6-81d8-5bad88ec3149 was deleted as no HA routers are present in tenant f3bf8513ee03471c9465c572ae8e7f93. [pid: 7|app: 0|req: 886/1753] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:21 2026] DELETE /v2.0/routers/ebd46033-5f5a-4a52-8398-d404254cfdeb => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1754] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:22 2026] DELETE /v2.0/subnets/13b90850-07db-4835-a9fa-9f49d5e5b236 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1755] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:22 2026] DELETE /v2.0/networks/3c7e7ce3-a56e-4d2a-ac25-f3bc00670ba4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1756] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:22 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => 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: 870/1757] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:23 2026] GET /v2.0/security-groups?tenant_id=f3bf8513ee03471c9465c572ae8e7f93&name=default => generated 2925 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1758] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:23 2026] DELETE /v2.0/security-groups/5e95b6fd-2344-4bd6-82bf-f4bb2dca915a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1759] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => 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: 888/1760] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:08:23 2026] POST /v2.0/floatingips => generated 552 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1761] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:08:24 2026] PUT /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1762] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1763] 10.0.0.24 () {34 vars in 769 bytes} [Wed Jun 10 09:08:24 2026] PUT /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1764] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1765] 10.0.0.24 () {34 vars in 765 bytes} [Wed Jun 10 09:08:24 2026] PUT /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/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: 891/1766] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:24.557 7 INFO neutron.services.segments.plugin [-] Segment 8f179ef6-d30e-4da4-b219-9889f5a60e68 resource provider aggregate not found 2026-06-10 09:08:24.567 7 INFO neutron.services.segments.plugin [-] Segment 8f179ef6-d30e-4da4-b219-9889f5a60e68 resource provider aggregate not found 2026-06-10 09:08:24.574 7 INFO neutron.services.segments.plugin [-] Segment 8f179ef6-d30e-4da4-b219-9889f5a60e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f179ef6-d30e-4da4-b219-9889f5a60e68 found for delete ", "request_id": "req-af62dec7-089f-41ce-9f24-8358aa7930e4"}]} 2026-06-10 09:08:24.583 7 INFO neutron.services.segments.plugin [-] Segment 8f179ef6-d30e-4da4-b219-9889f5a60e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f179ef6-d30e-4da4-b219-9889f5a60e68 found for delete ", "request_id": "req-0583ef9e-6369-439f-9c0a-ba49ff37f889"}]} [pid: 8|app: 0|req: 876/1767] 10.0.0.24 () {34 vars in 787 bytes} [Wed Jun 10 09:08:24 2026] PUT /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags/black.or.white => 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: 892/1768] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/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: 877/1769] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:08:24 2026] PUT /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1770] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1771] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:24.918 7 INFO neutron.api.v2.resource [None req-6061c379-3f37-4390-b35d-bfc3d3130ae7 8eb895b06fbb41ecb06f1dba8b2a16c1 4049364114d34fab8d57db84bcdb1e86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1772] 10.0.0.24 () {32 vars in 750 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1773] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:08:24 2026] DELETE /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags/red => 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: 895/1774] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:24 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:25.108 8 INFO neutron.api.v2.resource [None req-d6f5d8a0-188a-4ed8-9c32-b9c34296a74c 8eb895b06fbb41ecb06f1dba8b2a16c1 4049364114d34fab8d57db84bcdb1e86 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 880/1775] 10.0.0.24 () {32 vars in 753 bytes} [Wed Jun 10 09:08:25 2026] DELETE /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1776] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:25 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1777] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:08:25 2026] DELETE /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1778] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:25 2026] GET /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:25.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4b139d0-4021-46ad-bdc2-b8da1bda20d4 8eb895b06fbb41ecb06f1dba8b2a16c1 4049364114d34fab8d57db84bcdb1e86 - - default default] TaaS: Handle Delete Port: 0f76a17f-faf7-45f5-9c6f-7a1f5b7b23f6 2026-06-10 09:08:25.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4b139d0-4021-46ad-bdc2-b8da1bda20d4 8eb895b06fbb41ecb06f1dba8b2a16c1 4049364114d34fab8d57db84bcdb1e86 - - default default] Tap Mirror: Handle Delete Port: 0f76a17f-faf7-45f5-9c6f-7a1f5b7b23f6 [pid: 8|app: 0|req: 882/1779] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:08:25 2026] DELETE /v2.0/floatingips/904c5f46-cbb4-44fa-83bc-c5b4d888ca76 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:25.727 7 INFO neutron.db.segments_db [None req-9770917c-66e8-43ac-b95d-8b356c4b1edc 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Added segment 25e987d9-85f4-486e-835f-d7e29c0df214 of type vxlan for network cd19bd6b-d21e-46dd-9644-f645418845bf 2026-06-10 09:08:25.811 7 INFO neutron.db.segments_db [None req-9770917c-66e8-43ac-b95d-8b356c4b1edc 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Added segment dc500bc3-b579-416d-97ce-061ab4406d19 of type vxlan for network 24b8cd1f-1a94-4f7e-b606-e1d8383096a8 [pid: 7|app: 0|req: 898/1780] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:25 2026] POST /v2.0/networks => generated 1207 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1781] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:08:25 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1782] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:26 2026] DELETE /v2.0/networks/cd19bd6b-d21e-46dd-9644-f645418845bf => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1783] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:08:26 2026] GET /v2.0/networks?id=515e8127-f958-46c3-a129-24b016da78fb => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1784] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:08:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5e172decac834998aa8a49b0e98e4e18 => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1785] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:26 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => 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: 900/1786] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:26 2026] DELETE /v2.0/networks/24b8cd1f-1a94-4f7e-b606-e1d8383096a8 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1787] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:26 2026] GET /v2.0/security-groups?tenant_id=42019f3c6eb740b5819e28d6ae3f76a1&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1788] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:08:26 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:26.596 7 INFO neutron.services.segments.plugin [-] Segment 25e987d9-85f4-486e-835f-d7e29c0df214 resource provider aggregate not found 2026-06-10 09:08:26.603 7 INFO neutron.services.segments.plugin [-] Segment 25e987d9-85f4-486e-835f-d7e29c0df214 resource provider aggregate not found [pid: 8|app: 0|req: 887/1789] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:08:26 2026] POST /v2.0/ports => generated 993 bytes in 362 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-06-10 09:08:26.628 7 INFO neutron.services.segments.plugin [-] Segment 25e987d9-85f4-486e-835f-d7e29c0df214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e987d9-85f4-486e-835f-d7e29c0df214 found for delete ", "request_id": "req-936a9dce-33ae-4a09-88a9-170c2225a271"}]} 2026-06-10 09:08:26.636 7 INFO neutron.services.segments.plugin [-] Segment 25e987d9-85f4-486e-835f-d7e29c0df214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e987d9-85f4-486e-835f-d7e29c0df214 found for delete ", "request_id": "req-12257f94-9165-4a08-8ede-4ba52e81018d"}]} 2026-06-10 09:08:26.644 7 INFO neutron.services.segments.plugin [-] Segment dc500bc3-b579-416d-97ce-061ab4406d19 resource provider aggregate not found 2026-06-10 09:08:26.659 8 INFO neutron.db.segments_db [None req-4a0de48a-3c36-41d5-94b2-ebfda97dd47c 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Added segment a5b7afb3-98c7-4f3f-9e6a-daca5b592eb9 of type vxlan for network a8febb6f-55fe-4a36-a639-301c0fe24a7c 2026-06-10 09:08:26.666 7 INFO neutron.services.segments.plugin [-] Segment dc500bc3-b579-416d-97ce-061ab4406d19 resource provider aggregate not found 2026-06-10 09:08:26.672 7 INFO neutron.services.segments.plugin [-] Segment dc500bc3-b579-416d-97ce-061ab4406d19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc500bc3-b579-416d-97ce-061ab4406d19 found for delete ", "request_id": "req-35810be9-fd1a-4bdd-abdf-85bb8ab0574c"}]} 2026-06-10 09:08:26.683 7 INFO neutron.services.segments.plugin [-] Segment dc500bc3-b579-416d-97ce-061ab4406d19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc500bc3-b579-416d-97ce-061ab4406d19 found for delete ", "request_id": "req-e13007ff-9f1c-49d4-b42b-9d7e39395ceb"}]} [pid: 7|app: 0|req: 903/1790] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:26 2026] DELETE /v2.0/security-groups/c64ae10f-b9fd-43df-ad71-f0ba6b7e6851 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1791] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:26 2026] POST /v2.0/networks => generated 631 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:26.814 8 INFO neutron.db.segments_db [None req-c88b2b4a-e841-4796-8d00-61953966341f 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Added segment ef8aa01a-36c0-4de6-bbf3-2fcffa5e673d of type vxlan for network 7211c0be-0cb4-4a9f-9b9a-e444068bcd97 [pid: 8|app: 0|req: 889/1792] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:26 2026] POST /v2.0/networks => generated 631 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1793] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:26 2026] GET /v2.0/security-groups?tenant_id=4049364114d34fab8d57db84bcdb1e86&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: 904/1794] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:08:26 2026] PUT /v2.0/ports/ece080ed-7023-4f1a-8445-0407d033a37b => generated 1274 bytes in 459 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-06-10 09:08:27.195 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a61e21c-5d91-49e0-9647-56eeac83682c'] response: {'name': 'network-changed', 'server_uuid': '09c062bd-cd36-4cdc-bab6-ed9bd3eff01f', 'tag': 'ece080ed-7023-4f1a-8445-0407d033a37b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 905/1795] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:27 2026] DELETE /v2.0/security-groups/6a7b1d73-1a0b-46ea-b840-ca1065d03d5a => 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: 906/1796] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1008 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1797] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1798] 10.0.0.24 () {34 vars in 664 bytes} [Wed Jun 10 09:08:27 2026] POST /v2.0/ports => generated 1504 bytes in 556 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: 892/1799] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1800] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/ports => generated 1504 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1801] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/ports?tenant_id=5e172decac834998aa8a49b0e98e4e18&device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1277 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1802] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&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: 910/1803] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/networks?tenant_id=5e172decac834998aa8a49b0e98e4e18&shared=False => generated 768 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:27.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd1bfb96-e158-4638-81a0-d620a82500bb 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] TaaS: Handle Delete Port: fb8d8df7-1c79-42af-b165-6bad8e65be63 2026-06-10 09:08:27.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd1bfb96-e158-4638-81a0-d620a82500bb 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Tap Mirror: Handle Delete Port: fb8d8df7-1c79-42af-b165-6bad8e65be63 [pid: 7|app: 0|req: 911/1804] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:08:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1805] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:08:27 2026] DELETE /v2.0/ports/fb8d8df7-1c79-42af-b165-6bad8e65be63 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:28.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-a46f3d49-31e4-4d4d-a4d6-1861a953e33e 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] TaaS: Handle Delete Port: 9c5dfa29-af5e-4c00-a0a8-b2e72cea0fa0 2026-06-10 09:08:28.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a46f3d49-31e4-4d4d-a4d6-1861a953e33e 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Tap Mirror: Handle Delete Port: 9c5dfa29-af5e-4c00-a0a8-b2e72cea0fa0 [pid: 7|app: 0|req: 912/1806] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:08:27 2026] DELETE /v2.0/ports/9c5dfa29-af5e-4c00-a0a8-b2e72cea0fa0 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1807] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:08:28 2026] GET /v2.0/ports => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:28.289 7 INFO neutron.db.segments_db [None req-fddcd222-263f-472f-8c0b-d00d3bd209b2 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Added segment f8da11af-763e-46d7-bbba-97fce2e8640e of type vxlan for network 33e1a665-2ace-42a5-b802-fc5e18d5d2a7 [pid: 7|app: 0|req: 913/1808] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:28 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:28.449 8 INFO neutron.db.segments_db [None req-7ffd2f7d-d977-403d-9c20-f8f297aad4f0 5d3323aa18604120aadb763eefc828ce d887bc0435a144c1990d3b7a6bf42312 - - default default] Added segment 31e6a4d5-e212-4ce5-bede-e7971feb87b7 of type vxlan for network 56715067-af8e-488c-8888-295e6be4240f [pid: 8|app: 0|req: 896/1809] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:28 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) [pid: 7|app: 0|req: 914/1810] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:28 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1811] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:28 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1812] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:08:28 2026] GET /v2.0/ports?tenant_id=5e172decac834998aa8a49b0e98e4e18&device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1277 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1813] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:08:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ece080ed-7023-4f1a-8445-0407d033a37b => 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: 918/1814] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:08:28 2026] GET /v2.0/subnets?id=22944f72-5f52-4431-b91b-d6087fb3cf68 => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1815] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:08:29 2026] GET /v2.0/ports?network_id=515e8127-f958-46c3-a129-24b016da78fb&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1816] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:28 2026] POST /v2.0/subnets => generated 1273 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1817] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:08:29 2026] GET /v2.0/networks/515e8127-f958-46c3-a129-24b016da78fb?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1818] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:08:29 2026] GET /v2.0/subnets => generated 1909 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1819] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:08:29 2026] GET /v2.0/networks/515e8127-f958-46c3-a129-24b016da78fb?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: 899/1820] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:29 2026] DELETE /v2.0/subnets/c38b0fec-2cee-45e9-ac0b-b25b0bca4dca => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1821] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:29 2026] DELETE /v2.0/subnets/95b8e0e4-781f-4baf-9409-89f068bd8758 => 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: 900/1824] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:08:29 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:29.517 7 INFO neutron.services.segments.plugin [-] Segment 31e6a4d5-e212-4ce5-bede-e7971feb87b7 resource provider aggregate not found 2026-06-10 09:08:29.524 7 INFO neutron.services.segments.plugin [-] Segment 31e6a4d5-e212-4ce5-bede-e7971feb87b7 resource provider aggregate not found 2026-06-10 09:08:29.541 7 INFO neutron.services.segments.plugin [-] Segment 31e6a4d5-e212-4ce5-bede-e7971feb87b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e6a4d5-e212-4ce5-bede-e7971feb87b7 found for delete ", "request_id": "req-fc26d26d-8eb3-475b-9e6d-975c41494e90"}]} [pid: 7|app: 0|req: 925/1825] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:29 2026] DELETE /v2.0/networks/56715067-af8e-488c-8888-295e6be4240f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:29.545 7 INFO neutron.services.segments.plugin [-] Segment 31e6a4d5-e212-4ce5-bede-e7971feb87b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e6a4d5-e212-4ce5-bede-e7971feb87b7 found for delete ", "request_id": "req-86a2f3a9-cbcc-4325-b182-83d60bd24c53"}]} 2026-06-10 09:08:29.672 8 INFO neutron.services.segments.plugin [-] Segment f8da11af-763e-46d7-bbba-97fce2e8640e resource provider aggregate not found 2026-06-10 09:08:29.681 8 INFO neutron.services.segments.plugin [-] Segment f8da11af-763e-46d7-bbba-97fce2e8640e resource provider aggregate not found 2026-06-10 09:08:29.698 8 INFO neutron.services.segments.plugin [-] Segment f8da11af-763e-46d7-bbba-97fce2e8640e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8da11af-763e-46d7-bbba-97fce2e8640e found for delete ", "request_id": "req-d0e82ab3-c4f9-44e7-a8d9-d44613cf09a8"}]} 2026-06-10 09:08:29.702 8 INFO neutron.services.segments.plugin [-] Segment f8da11af-763e-46d7-bbba-97fce2e8640e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8da11af-763e-46d7-bbba-97fce2e8640e found for delete ", "request_id": "req-d9743623-3f7d-456d-9b5a-79a76c0f2282"}]} [pid: 7|app: 0|req: 926/1826] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:29 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1827] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:29 2026] DELETE /v2.0/networks/33e1a665-2ace-42a5-b802-fc5e18d5d2a7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1828] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:29 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1829] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:29 2026] DELETE /v2.0/networks/7211c0be-0cb4-4a9f-9b9a-e444068bcd97 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1830] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:29 2026] DELETE /v2.0/networks/a8febb6f-55fe-4a36-a639-301c0fe24a7c => 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: 904/1831] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:30 2026] GET /v2.0/security-groups?tenant_id=d887bc0435a144c1990d3b7a6bf42312&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1832] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:30 2026] DELETE /v2.0/security-groups/f97e6403-5e3f-44c9-b518-2d695a4b9bae => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:30.778 7 INFO neutron.db.segments_db [None req-f7b7859c-97e6-43c6-9b80-c99f36de289b a9310afa2c064023ac478e3f94d7276a 7e41f2abd2dd4202b85025574baa2ed7 - - default default] Added segment b17559c9-f91e-4b34-975a-06720d5010de of type vxlan for network de350654-ce18-4a1b-8026-268fcf7c4d52 [pid: 8|app: 0|req: 906/1833] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:30 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1834] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:30 2026] POST /v2.0/networks => generated 613 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1835] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:30 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1836] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:08:30 2026] PUT /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1837] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:08:30 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1838] 10.0.0.24 () {34 vars in 763 bytes} [Wed Jun 10 09:08:31 2026] PUT /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/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: 909/1839] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1840] 10.0.0.24 () {34 vars in 759 bytes} [Wed Jun 10 09:08:31 2026] PUT /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1841] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1842] 10.0.0.24 () {34 vars in 781 bytes} [Wed Jun 10 09:08:31 2026] PUT /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags/black.or.white => 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: 911/1843] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1844] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:08:31 2026] PUT /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1845] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:31.566 7 INFO neutron.services.segments.plugin [-] Segment ef8aa01a-36c0-4de6-bbf3-2fcffa5e673d resource provider aggregate not found 2026-06-10 09:08:31.570 7 INFO neutron.services.segments.plugin [-] Segment ef8aa01a-36c0-4de6-bbf3-2fcffa5e673d resource provider aggregate not found 2026-06-10 09:08:31.592 7 INFO neutron.services.segments.plugin [-] Segment ef8aa01a-36c0-4de6-bbf3-2fcffa5e673d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8aa01a-36c0-4de6-bbf3-2fcffa5e673d found for delete ", "request_id": "req-f3fce6ce-2d85-4b65-8ade-4fda0e7e5f2a"}]} 2026-06-10 09:08:31.597 7 INFO neutron.services.segments.plugin [-] Segment ef8aa01a-36c0-4de6-bbf3-2fcffa5e673d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8aa01a-36c0-4de6-bbf3-2fcffa5e673d found for delete ", "request_id": "req-faefa86f-eaed-4ed3-bcd3-1eff3ccbada9"}]} [pid: 7|app: 0|req: 934/1846] 10.0.0.24 () {32 vars in 740 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:31.691 8 INFO neutron.api.v2.resource [None req-85914f05-d0ae-41a2-9240-7563575a137f a9310afa2c064023ac478e3f94d7276a 7e41f2abd2dd4202b85025574baa2ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 913/1847] 10.0.0.24 () {32 vars in 744 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:08:31.717 8 INFO neutron.services.segments.plugin [-] Segment a5b7afb3-98c7-4f3f-9e6a-daca5b592eb9 resource provider aggregate not found 2026-06-10 09:08:31.722 8 INFO neutron.services.segments.plugin [-] Segment a5b7afb3-98c7-4f3f-9e6a-daca5b592eb9 resource provider aggregate not found 2026-06-10 09:08:31.737 8 INFO neutron.services.segments.plugin [-] Segment a5b7afb3-98c7-4f3f-9e6a-daca5b592eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b7afb3-98c7-4f3f-9e6a-daca5b592eb9 found for delete ", "request_id": "req-487bcfc4-c187-44cf-a160-a2808cd38e66"}]} 2026-06-10 09:08:31.738 8 INFO neutron.services.segments.plugin [-] Segment a5b7afb3-98c7-4f3f-9e6a-daca5b592eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b7afb3-98c7-4f3f-9e6a-daca5b592eb9 found for delete ", "request_id": "req-b1a42162-b460-4b93-ae84-cf9a14ad4e72"}]} [pid: 7|app: 0|req: 935/1848] 10.0.0.24 () {32 vars in 743 bytes} [Wed Jun 10 09:08:31 2026] DELETE /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1849] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:31.896 7 INFO neutron.api.v2.resource [None req-eedce9b5-7f45-4caa-8ff9-701020585f9c a9310afa2c064023ac478e3f94d7276a 7e41f2abd2dd4202b85025574baa2ed7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1850] 10.0.0.24 () {32 vars in 747 bytes} [Wed Jun 10 09:08:31 2026] DELETE /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1851] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:08:31 2026] DELETE /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1852] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52/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: 916/1853] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:31 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1854] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:32 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1855] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:32 2026] DELETE /v2.0/networks/de350654-ce18-4a1b-8026-268fcf7c4d52 => 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: 918/1856] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:08:32 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1279 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1857] 199.204.45.210 () {34 vars in 1124 bytes} [Wed Jun 10 09:08:32 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:32.921 8 INFO neutron.db.segments_db [None req-bcced64b-def8-4026-b0e1-34bad43f6d56 846a99556e5748cfa4346b0bee663af9 50a32f036e854823991d1c9322633122 - - default default] Added segment a2e08e75-b1ae-46e2-9a40-cc9f3f367f9f of type vxlan for network 2eb87b21-8987-48dc-8988-6c9d8e28ec39 [pid: 8|app: 0|req: 919/1858] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:32 2026] POST /v2.0/networks => generated 624 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1859] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:32 2026] GET /v2.0/security-groups?tenant_id=97b1822faa92419fa8449dd27426c3eb&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1860] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:33 2026] DELETE /v2.0/security-groups/69abd272-4769-4109-a814-4805bce10a84 => 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: 942/1861] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:33 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1862] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:33 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1863] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:33 2026] POST /v2.0/subnets => generated 641 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1864] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:33 2026] GET /v2.0/security-groups?tenant_id=7e41f2abd2dd4202b85025574baa2ed7&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:33.405 8 INFO neutron.db.segments_db [None req-68770758-8c8e-4860-bd4d-e3521af9ed3c 846a99556e5748cfa4346b0bee663af9 50a32f036e854823991d1c9322633122 - - default default] Added segment 79b7926a-824d-406a-b64e-3a9a183ca473 of type vxlan for network 31418263-042e-42e9-8e67-9add6ef19c85 [pid: 7|app: 0|req: 945/1865] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:33 2026] DELETE /v2.0/security-groups/07fb2c64-8583-42db-a10a-ce017dd43c00 => 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: 921/1866] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:33 2026] POST /v2.0/networks => generated 624 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:33.617 7 INFO neutron.services.segments.plugin [-] Segment b17559c9-f91e-4b34-975a-06720d5010de resource provider aggregate not found 2026-06-10 09:08:33.625 7 INFO neutron.services.segments.plugin [-] Segment b17559c9-f91e-4b34-975a-06720d5010de resource provider aggregate not found [pid: 7|app: 0|req: 946/1867] 10.0.0.24 () {34 vars in 742 bytes} [Wed Jun 10 09:08:33 2026] PUT /v2.0/networks/31418263-042e-42e9-8e67-9add6ef19c85 => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:33.644 7 INFO neutron.services.segments.plugin [-] Segment b17559c9-f91e-4b34-975a-06720d5010de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b17559c9-f91e-4b34-975a-06720d5010de found for delete ", "request_id": "req-72b632c2-cee1-4b83-81fc-10a28e314906"}]} 2026-06-10 09:08:33.647 7 INFO neutron.services.segments.plugin [-] Segment b17559c9-f91e-4b34-975a-06720d5010de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b17559c9-f91e-4b34-975a-06720d5010de found for delete ", "request_id": "req-f24dfb60-c7a2-4159-a264-8421cd303dca"}]} [pid: 8|app: 0|req: 922/1868] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:33 2026] POST /v2.0/subnets => generated 626 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1869] 10.0.0.24 () {34 vars in 740 bytes} [Wed Jun 10 09:08:33 2026] PUT /v2.0/subnets/1a0bf5aa-50ce-4e5a-95fe-531ef8102278 => generated 636 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:34.413 8 INFO neutron.services.segments.plugin [-] Segment 79b7926a-824d-406a-b64e-3a9a183ca473 resource provider aggregate not found 2026-06-10 09:08:34.415 8 INFO neutron.services.segments.plugin [-] Segment 79b7926a-824d-406a-b64e-3a9a183ca473 resource provider aggregate not found 2026-06-10 09:08:34.429 8 INFO neutron.services.segments.plugin [-] Segment 79b7926a-824d-406a-b64e-3a9a183ca473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b7926a-824d-406a-b64e-3a9a183ca473 found for delete ", "request_id": "req-487a0798-6866-407b-aa9d-06f2cef4a1d8"}]} 2026-06-10 09:08:34.430 8 INFO neutron.services.segments.plugin [-] Segment 79b7926a-824d-406a-b64e-3a9a183ca473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b7926a-824d-406a-b64e-3a9a183ca473 found for delete ", "request_id": "req-84040c61-fca8-4863-a468-f64c816b72dc"}]} [pid: 8|app: 0|req: 923/1870] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:34 2026] DELETE /v2.0/networks/31418263-042e-42e9-8e67-9add6ef19c85 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1871] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:34.464 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa83472a-dd4d-425b-8772-e82bd2bb4f6a 846a99556e5748cfa4346b0bee663af9 50a32f036e854823991d1c9322633122 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 924/1872] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:34 2026] DELETE /v2.0/networks/31418263-042e-42e9-8e67-9add6ef19c85 => 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: 949/1873] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1874] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1875] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/subnets?network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1876] 10.0.0.24 () {32 vars in 652 bytes} [Wed Jun 10 09:08:34 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: 7|app: 0|req: 951/1877] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1878] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/networks => generated 1308 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1879] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/subnets => generated 1280 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1880] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/networks/2eb87b21-8987-48dc-8988-6c9d8e28ec39 => generated 668 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1881] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:08:34 2026] GET /v2.0/subnets/d754a610-d1a9-48d0-a335-dd64a12ee066 => generated 641 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:34.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8a1f262-be6c-48bf-a0c1-f66393f838d1 846a99556e5748cfa4346b0bee663af9 50a32f036e854823991d1c9322633122 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 931/1882] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:34 2026] DELETE /v2.0/subnets/1a0bf5aa-50ce-4e5a-95fe-531ef8102278 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:08:34.892 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a57892d5-3684-46b6-b630-5a8105003943 846a99556e5748cfa4346b0bee663af9 50a32f036e854823991d1c9322633122 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 932/1883] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:34 2026] DELETE /v2.0/networks/31418263-042e-42e9-8e67-9add6ef19c85 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:08:35.033 7 INFO neutron.db.l3_db [None req-70a2ba9f-c3c1-4f28-8f07-b3fccfd7fd61 d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] Floating IP 294b166f-710f-455d-8b7b-6220b104705d associated. External IP: 10.96.250.220, port: ece080ed-7023-4f1a-8445-0407d033a37b. [pid: 8|app: 0|req: 933/1884] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:34 2026] DELETE /v2.0/subnets/d754a610-d1a9-48d0-a335-dd64a12ee066 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:35.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef3353b2-0c07-4aba-8e54-201d08e7d133 846a99556e5748cfa4346b0bee663af9 50a32f036e854823991d1c9322633122 - - default default] TaaS: Handle Delete Port: 1ca3fc1c-b2a0-4b5f-8a57-ae23ecae469b 2026-06-10 09:08:35.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3353b2-0c07-4aba-8e54-201d08e7d133 846a99556e5748cfa4346b0bee663af9 50a32f036e854823991d1c9322633122 - - default default] Tap Mirror: Handle Delete Port: 1ca3fc1c-b2a0-4b5f-8a57-ae23ecae469b [pid: 7|app: 0|req: 952/1885] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:08:34 2026] PUT /v2.0/floatingips/294b166f-710f-455d-8b7b-6220b104705d => generated 855 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:35.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-801a358f-70f3-469f-846b-34c6cab5dc62'] response: {'name': 'network-changed', 'server_uuid': '09c062bd-cd36-4cdc-bab6-ed9bd3eff01f', 'tag': 'ece080ed-7023-4f1a-8445-0407d033a37b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 934/1886] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:35 2026] DELETE /v2.0/networks/2eb87b21-8987-48dc-8988-6c9d8e28ec39 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1887] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:08:35 2026] GET /v2.0/ports?tenant_id=5e172decac834998aa8a49b0e98e4e18&device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1279 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1888] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:08:36 2026] GET /v2.0/networks?id=515e8127-f958-46c3-a129-24b016da78fb => generated 768 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1889] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:08:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ece080ed-7023-4f1a-8445-0407d033a37b => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1890] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:08:36 2026] GET /v2.0/subnets?id=22944f72-5f52-4431-b91b-d6087fb3cf68 => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1891] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:08:36 2026] GET /v2.0/ports?network_id=515e8127-f958-46c3-a129-24b016da78fb&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1892] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:08:36 2026] GET /v2.0/networks/515e8127-f958-46c3-a129-24b016da78fb?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: 939/1893] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:08:36 2026] GET /v2.0/networks/515e8127-f958-46c3-a129-24b016da78fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:36.450 8 INFO neutron.services.segments.plugin [-] Segment a2e08e75-b1ae-46e2-9a40-cc9f3f367f9f resource provider aggregate not found 2026-06-10 09:08:36.456 8 INFO neutron.services.segments.plugin [-] Segment a2e08e75-b1ae-46e2-9a40-cc9f3f367f9f resource provider aggregate not found 2026-06-10 09:08:36.460 8 INFO neutron.services.segments.plugin [-] Segment a2e08e75-b1ae-46e2-9a40-cc9f3f367f9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e08e75-b1ae-46e2-9a40-cc9f3f367f9f found for delete ", "request_id": "req-bc47933d-4aa8-4e95-9b4b-666e48739d38"}]} 2026-06-10 09:08:36.471 8 INFO neutron.services.segments.plugin [-] Segment a2e08e75-b1ae-46e2-9a40-cc9f3f367f9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e08e75-b1ae-46e2-9a40-cc9f3f367f9f found for delete ", "request_id": "req-03b5369f-abc5-4c56-9d88-563f2e410820"}]} [pid: 7|app: 0|req: 955/1894] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:36 2026] GET /v2.0/security-groups?tenant_id=50a32f036e854823991d1c9322633122&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1895] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:36 2026] DELETE /v2.0/security-groups/d19c577f-92e4-4716-8bfe-f2c8512dc55b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:37.343 7 INFO neutron.db.segments_db [None req-441478c1-bd5d-4981-8a32-5a0ce29d9359 33b7f5655cd24a21b8a44352918c4b30 057ff2f087ca44a086b8db867642bd2c - - default default] Added segment 8f9e2455-b07c-43dd-bf1c-436d88e09a07 of type vxlan for network 2f9980bd-9ac6-46b5-8b4b-a2942c99e7a0 [pid: 7|app: 0|req: 956/1896] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:37 2026] POST /v2.0/networks => generated 613 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1897] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:08:37 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 942/1898] 10.0.0.24 () {34 vars in 746 bytes} [Wed Jun 10 09:08:37 2026] PUT /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 25 bytes in 71 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: 957/1899] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:37 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1900] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:37 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 25 bytes in 47 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: 958/1901] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:37 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&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: 944/1902] 10.0.0.24 () {34 vars in 757 bytes} [Wed Jun 10 09:08:37 2026] PUT /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags/green => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1903] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 945/1904] 10.0.0.24 () {34 vars in 753 bytes} [Wed Jun 10 09:08:38 2026] PUT /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags/red => generated 4 bytes in 82 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: 960/1905] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 34 bytes in 51 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: 946/1906] 10.0.0.24 () {34 vars in 775 bytes} [Wed Jun 10 09:08:38 2026] PUT /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags/black.or.white => generated 4 bytes in 117 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: 961/1907] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 962/1908] 10.0.0.24 () {34 vars in 746 bytes} [Wed Jun 10 09:08:38 2026] PUT /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 37 bytes in 93 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: 963/1909] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 964/1910] 10.0.0.24 () {32 vars in 734 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/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-06-10 09:08:38.737 7 INFO neutron.api.v2.resource [None req-b35d6309-c84e-4338-b24f-bafcc0bae49a 33b7f5655cd24a21b8a44352918c4b30 057ff2f087ca44a086b8db867642bd2c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 965/1911] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags/green => generated 99 bytes in 53 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: 966/1912] 10.0.0.24 () {32 vars in 737 bytes} [Wed Jun 10 09:08:38 2026] DELETE /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 967/1913] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 30 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 947/1914] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:08:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 09:08:38.952 7 INFO neutron.api.v2.resource [None req-2cc9c6ad-bc88-4d02-a085-f0df1f95efb8 33b7f5655cd24a21b8a44352918c4b30 057ff2f087ca44a086b8db867642bd2c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/1915] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:08:38 2026] DELETE /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1916] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:08:38 2026] GET /v2.0/security-groups => generated 4530 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 949/1917] 10.0.0.24 () {34 vars in 757 bytes} [Wed Jun 10 09:08:38 2026] PUT /v2.0/security-groups/547fde85-f8ff-40af-882a-aadd3f77dcee => generated 1664 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1918] 10.0.0.24 () {32 vars in 729 bytes} [Wed Jun 10 09:08:38 2026] DELETE /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 970/1919] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-groups/547fde85-f8ff-40af-882a-aadd3f77dcee => generated 1664 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1920] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1921] 10.0.0.24 () {32 vars in 726 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 972/1922] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&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: 951/1923] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:39 2026] DELETE /v2.0/security-groups/547fde85-f8ff-40af-882a-aadd3f77dcee => 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: 952/1924] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:39.219 8 INFO neutron.api.v2.resource [None req-c990cce6-d0e4-4907-aad3-9f64adc5d51f b697ca32333b4451bb8cb74f56a38430 2b38861a5ccf4e4081716c4c081a9ae3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1925] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:39 2026] DELETE /v2.0/security-groups/547fde85-f8ff-40af-882a-aadd3f77dcee => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:08:39.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dba58d0-281a-47ad-812e-505ca99f613b 33b7f5655cd24a21b8a44352918c4b30 057ff2f087ca44a086b8db867642bd2c - - default default] TaaS: Handle Delete Port: 096596aa-10a8-4339-9b18-5351ca429e1d 2026-06-10 09:08:39.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dba58d0-281a-47ad-812e-505ca99f613b 33b7f5655cd24a21b8a44352918c4b30 057ff2f087ca44a086b8db867642bd2c - - default default] Tap Mirror: Handle Delete Port: 096596aa-10a8-4339-9b18-5351ca429e1d [pid: 8|app: 0|req: 954/1926] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:08:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1927] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:08:39 2026] DELETE /v2.0/ports/096596aa-10a8-4339-9b18-5351ca429e1d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1928] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:39.474 7 INFO neutron.services.segments.plugin [-] Segment 8f9e2455-b07c-43dd-bf1c-436d88e09a07 resource provider aggregate not found 2026-06-10 09:08:39.478 7 INFO neutron.services.segments.plugin [-] Segment 8f9e2455-b07c-43dd-bf1c-436d88e09a07 resource provider aggregate not found [pid: 8|app: 0|req: 956/1929] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-group-rules/b251127d-725e-468e-862d-47aefc5d24c2 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:39.496 7 INFO neutron.services.segments.plugin [-] Segment 8f9e2455-b07c-43dd-bf1c-436d88e09a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9e2455-b07c-43dd-bf1c-436d88e09a07 found for delete ", "request_id": "req-21b23e2c-75e5-4918-a4ee-a359a68c7264"}]} 2026-06-10 09:08:39.498 7 INFO neutron.services.segments.plugin [-] Segment 8f9e2455-b07c-43dd-bf1c-436d88e09a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9e2455-b07c-43dd-bf1c-436d88e09a07 found for delete ", "request_id": "req-f1cad2d5-6c6d-4c34-af4a-38456a366e20"}]} [pid: 7|app: 0|req: 974/1930] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:39 2026] DELETE /v2.0/networks/2f9980bd-9ac6-46b5-8b4b-a2942c99e7a0 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1931] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1932] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:08:39 2026] DELETE /v2.0/security-group-rules/b251127d-725e-468e-862d-47aefc5d24c2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1933] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1934] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1935] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-group-rules/e4389875-b50c-4690-a050-07b77a91f231 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1936] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:08:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1937] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:08:39 2026] DELETE /v2.0/security-group-rules/e4389875-b50c-4690-a050-07b77a91f231 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1938] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1939] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:08:40 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: 979/1940] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-group-rules/4e4553ab-ed91-4eed-b1fd-160f104d5aff => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1941] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1942] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1943] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-groups?id=3fe56128-7c1b-4702-9f47-34b7290f3c84&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: 981/1944] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:08:40.400 8 INFO neutron_taas.services.taas.taas_plugin [req-042bddb9-5831-4f66-854e-aa708bdc1a5e req-691aa3d0-bc86-44dc-b35f-9e9c6a4b9884 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] TaaS: Handle Delete Port: 8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 2026-06-10 09:08:40.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-042bddb9-5831-4f66-854e-aa708bdc1a5e req-691aa3d0-bc86-44dc-b35f-9e9c6a4b9884 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Tap Mirror: Handle Delete Port: 8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 2026-06-10 09:08:40.535 8 INFO neutron.db.l3_db [req-042bddb9-5831-4f66-854e-aa708bdc1a5e req-691aa3d0-bc86-44dc-b35f-9e9c6a4b9884 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Floating IP 41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd disassociated. External IP: 10.96.250.216, port: 8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9. [pid: 7|app: 0|req: 982/1945] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-groups?tenant_id=d0c371c855bb4a4ebf33c186bf29caa0&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: 983/1946] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:08:40 2026] DELETE /v2.0/security-group-rules/4e4553ab-ed91-4eed-b1fd-160f104d5aff => 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: 984/1947] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:40 2026] DELETE /v2.0/security-groups/5b9cd55b-126e-4650-985a-87a4028d2231 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1948] 10.0.0.24 () {32 vars in 672 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1949] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:40 2026] DELETE /v2.0/security-groups/d5fcc354-36de-4f14-b8b9-758df2e49b43 => 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: 987/1950] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-groups?tenant_id=057ff2f087ca44a086b8db867642bd2c&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1951] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:08:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1952] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:08:40 2026] DELETE /v2.0/ports/8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1953] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:08:40 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-06-10 09:08:40.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-502b3a1c-f083-40cc-aec4-c9b38ec6937d'] response: {'server_uuid': '6cd50fa6-307d-49b6-a62b-f2466be3a936', 'name': 'network-vif-deleted', 'tag': '8bd7c7a0-3d13-41d2-a3e5-e0c69394fae9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 989/1954] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:40 2026] DELETE /v2.0/security-groups/e989f4e9-3003-4fb5-a538-d8dc90a7c30a => 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: 966/1955] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:41 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => 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: 990/1956] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:41 2026] GET /v2.0/security-groups?tenant_id=2b38861a5ccf4e4081716c4c081a9ae3&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1957] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:41 2026] DELETE /v2.0/security-groups/402eaa6c-435a-4cc9-90d9-b8717ed7a89e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1958] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:42 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1959] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:43 2026] GET /v2.0/ports?device_id=6cd50fa6-307d-49b6-a62b-f2466be3a936 => 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: 968/1960] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:43 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1961] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:43 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1962] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:08:43 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1279 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1963] 10.0.0.24 () {32 vars in 857 bytes} [Wed Jun 10 09:08:43 2026] GET /v2.0/floatingips?floating_network_id=6ab4eb75-a5ae-41b1-9515-dc6162ab241d&port_id=ece080ed-7023-4f1a-8445-0407d033a37b => generated 860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1966] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:08:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1967] 10.0.0.24 () {34 vars in 766 bytes} [Wed Jun 10 09:08:44 2026] PUT /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1968] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:44 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1969] 10.0.0.24 () {34 vars in 777 bytes} [Wed Jun 10 09:08:44 2026] PUT /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1970] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:44 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1971] 10.0.0.24 () {34 vars in 773 bytes} [Wed Jun 10 09:08:44 2026] PUT /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/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: 972/1972] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:44 2026] DELETE /v2.0/security-groups/3fe56128-7c1b-4702-9f47-34b7290f3c84 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1973] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:08:44 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1974] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:44 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1975] 10.0.0.126 () {34 vars in 1120 bytes} [Wed Jun 10 09:08:44 2026] GET /v2.0/security-groups?id=a6d525fa-9261-4f99-a245-c0c5c6133299&id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1976] 10.0.0.24 () {34 vars in 795 bytes} [Wed Jun 10 09:08:44 2026] PUT /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1977] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:44 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:44.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-927b5cdc-cb35-4988-9faa-0f14134335a2 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] TaaS: Handle Delete Port: 92493a24-5ba8-4355-9337-5b696c9815c1 2026-06-10 09:08:44.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-927b5cdc-cb35-4988-9faa-0f14134335a2 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Tap Mirror: Handle Delete Port: 92493a24-5ba8-4355-9337-5b696c9815c1 [pid: 7|app: 0|req: 1005/1978] 10.0.0.24 () {34 vars in 766 bytes} [Wed Jun 10 09:08:44 2026] PUT /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1979] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:44 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1980] 10.0.0.24 () {32 vars in 754 bytes} [Wed Jun 10 09:08:45 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1981] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:08:44 2026] DELETE /v2.0/floatingips/41ff6c8b-a8a0-4d80-a22e-5e441a3b88fd => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:45.118 7 INFO neutron.api.v2.resource [None req-aee257ba-da7a-4c3e-8412-2b2eabadc757 d402761b8a314a8ea0b385d7cf9c84cd 2f3ed9d1d68f4cbca130570712b18b56 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/1982] 10.0.0.24 () {32 vars in 758 bytes} [Wed Jun 10 09:08:45 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1983] 10.0.0.24 () {32 vars in 757 bytes} [Wed Jun 10 09:08:45 2026] DELETE /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1984] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:45 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:45.262 8 INFO neutron.api.v2.resource [None req-35fd951e-2401-4773-b216-0f7c3cac64c2 d402761b8a314a8ea0b385d7cf9c84cd 2f3ed9d1d68f4cbca130570712b18b56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 976/1985] 10.0.0.24 () {32 vars in 761 bytes} [Wed Jun 10 09:08:45 2026] DELETE /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1986] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:08:45 2026] DELETE /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1987] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:45 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1988] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:45 2026] GET /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655/tags => 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: 1012/1989] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:45 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1990] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:45 2026] DELETE /v2.0/security-groups/5e5e731d-ac0a-41e5-91ec-f649aa633655 => 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: 978/1991] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:45 2026] GET /v2.0/security-groups?tenant_id=7e21f845db294c73a524f18ce1b47db7&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1992] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:45 2026] DELETE /v2.0/security-groups/1c09d44e-9ce1-4a7b-81c2-0fb31042d662 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1993] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:46 2026] GET /v2.0/security-groups?tenant_id=2f3ed9d1d68f4cbca130570712b18b56&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1994] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:46 2026] DELETE /v2.0/security-groups/579bb414-734e-466b-994d-ac4ecd47e75b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1995] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:46 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1996] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:46 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&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: 1016/1997] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:46 2026] GET /v2.0/security-groups?tenant_id=cbd9b2fbd94f469e8fa1c2a30862e0c0&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: 982/1998] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:46 2026] DELETE /v2.0/security-groups/12f97a2c-363e-44bf-892f-5b9fae0b466c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1999] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:47 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2000] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:47 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2001] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:08:47 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2002] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:47 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2003] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:08:47 2026] GET /v2.0/security-groups?id=49aa3df7-22c6-4958-bfcd-feb0f02576c2&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:47.841 7 INFO neutron_taas.services.taas.taas_plugin [req-a450c9a8-3958-40c9-8334-22c116c72560 req-98935d52-7c89-48fe-bde6-9be5edabd2ba e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] TaaS: Handle Delete Port: 6786d7b5-554c-40e6-b6ab-df8e232d8fda 2026-06-10 09:08:47.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a450c9a8-3958-40c9-8334-22c116c72560 req-98935d52-7c89-48fe-bde6-9be5edabd2ba e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Tap Mirror: Handle Delete Port: 6786d7b5-554c-40e6-b6ab-df8e232d8fda [pid: 7|app: 0|req: 1019/2004] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:08:47 2026] DELETE /v2.0/ports/6786d7b5-554c-40e6-b6ab-df8e232d8fda => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:48.077 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e5dbb3b-5231-4263-b349-c3381c10a752'] response: {'server_uuid': '86f18b8b-f29d-4a54-9b6b-4c27ba0052a4', 'name': 'network-vif-deleted', 'tag': '6786d7b5-554c-40e6-b6ab-df8e232d8fda', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 986/2005] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:48 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2006] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:48 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2007] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:48 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => 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: 1021/2008] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:49 2026] GET /v2.0/security-groups?tenant_id=71bf9fe061774c65b6c15e7ee35ec743&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: 988/2009] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:49 2026] DELETE /v2.0/security-groups/e938ec0d-e786-4702-9c10-16109528ddf7 => 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: 1022/2010] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:49 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2011] 10.0.0.5 () {34 vars in 1118 bytes} [Wed Jun 10 09:08:49 2026] GET /v2.0/security-groups?id=ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e&id=a6d525fa-9261-4f99-a245-c0c5c6133299&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2012] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:08:49 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 1010 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2013] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:49 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:50.030 7 INFO neutron_taas.services.taas.taas_plugin [req-07afe804-38b5-4ebf-8d99-19afd85e2013 req-7caba628-1162-4011-bfeb-10bb33818cab d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] TaaS: Handle Delete Port: ece080ed-7023-4f1a-8445-0407d033a37b 2026-06-10 09:08:50.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-07afe804-38b5-4ebf-8d99-19afd85e2013 req-7caba628-1162-4011-bfeb-10bb33818cab d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] Tap Mirror: Handle Delete Port: ece080ed-7023-4f1a-8445-0407d033a37b 2026-06-10 09:08:50.187 7 INFO neutron.db.l3_db [req-07afe804-38b5-4ebf-8d99-19afd85e2013 req-7caba628-1162-4011-bfeb-10bb33818cab d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] Floating IP 294b166f-710f-455d-8b7b-6220b104705d disassociated. External IP: 10.96.250.220, port: ece080ed-7023-4f1a-8445-0407d033a37b. [pid: 8|app: 0|req: 991/2014] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:08:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2015] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:08:50 2026] PUT /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/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: 993/2016] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/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: 994/2017] 10.0.0.24 () {34 vars in 769 bytes} [Wed Jun 10 09:08:50 2026] PUT /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2018] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2019] 10.0.0.24 () {34 vars in 765 bytes} [Wed Jun 10 09:08:50 2026] PUT /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2020] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:08:49 2026] DELETE /v2.0/ports/ece080ed-7023-4f1a-8445-0407d033a37b => generated 0 bytes in 630 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2021] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:50.588 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5dd876db-07d5-4d64-b15f-75e469535d3c'] response: {'server_uuid': '09c062bd-cd36-4cdc-bab6-ed9bd3eff01f', 'name': 'network-vif-deleted', 'tag': 'ece080ed-7023-4f1a-8445-0407d033a37b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1025/2022] 10.0.0.24 () {34 vars in 787 bytes} [Wed Jun 10 09:08:50 2026] PUT /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2023] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2024] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:08:50 2026] PUT /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2025] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2026] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:50.850 8 INFO neutron.api.v2.resource [None req-160a9ee4-8fd4-48c8-8a76-c6e765d1c590 7e7921a28e3a4948a55a4810c0046b89 09445ebcc1f44cbb84c8a2b92de0ee13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1000/2027] 10.0.0.24 () {32 vars in 750 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/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: 1028/2028] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:08:50 2026] DELETE /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/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: 1001/2029] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2030] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:50 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:50.993 8 INFO neutron.api.v2.resource [None req-b8756a0f-1965-40ff-bc3b-c689ddd8c995 7e7921a28e3a4948a55a4810c0046b89 09445ebcc1f44cbb84c8a2b92de0ee13 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1002/2031] 10.0.0.24 () {32 vars in 753 bytes} [Wed Jun 10 09:08:50 2026] DELETE /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/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: 1030/2032] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:08:50 2026] DELETE /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2033] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:51 2026] GET /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2034] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:51 2026] GET /v2.0/ports?device_id=86f18b8b-f29d-4a54-9b6b-4c27ba0052a4 => 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: 1004/2035] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:08:51 2026] DELETE /v2.0/subnetpools/47e6a2f1-75ab-40df-94a6-8c2f28b36f27 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2036] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:51 2026] GET /v2.0/security-groups?tenant_id=09445ebcc1f44cbb84c8a2b92de0ee13&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2037] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:52 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => 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: 1005/2038] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:51 2026] GET /v2.0/security-groups?tenant_id=b4bb2f16faf245d68f94ee75f5879490&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2039] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:52 2026] DELETE /v2.0/security-groups/38720f1b-7084-448c-bb22-a9ec57c83226 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2040] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:52 2026] DELETE /v2.0/security-groups/49aa3df7-22c6-4958-bfcd-feb0f02576c2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2041] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:52 2026] DELETE /v2.0/security-groups/0ebfe068-977b-4bd6-93b0-cf415a6e61f6 => 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: 1036/2042] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:52 2026] GET /v2.0/security-groups?tenant_id=c10d9dfc8a594fdc88eda18b0ff67097&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2043] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:52 2026] DELETE /v2.0/security-groups/2810ebfd-907a-400d-9a4e-375513d89481 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:52.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-6694ae7f-603a-4ea4-b185-d63146a447d6 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] TaaS: Handle Delete Port: 0de8ddfb-85dc-46ec-84b6-cdeec5945944 2026-06-10 09:08:52.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6694ae7f-603a-4ea4-b185-d63146a447d6 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Tap Mirror: Handle Delete Port: 0de8ddfb-85dc-46ec-84b6-cdeec5945944 [pid: 7|app: 0|req: 1038/2044] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:53 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => 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: 1007/2045] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:08:52 2026] PUT /v2.0/routers/e38b2bec-dd3f-4b79-845b-83e9252ebf44/remove_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2046] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:53 2026] DELETE /v2.0/subnets/8688356a-21a5-47bd-a801-61b6bb1f9cd1 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:53.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6b6be01-b90d-484d-91ef-d635b8a9e7d0 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] TaaS: Handle Delete Port: e2da403f-5747-4842-8c64-2ab0c667e2b7 2026-06-10 09:08:53.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6b6be01-b90d-484d-91ef-d635b8a9e7d0 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Tap Mirror: Handle Delete Port: e2da403f-5747-4842-8c64-2ab0c667e2b7 2026-06-10 09:08:53.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6b6be01-b90d-484d-91ef-d635b8a9e7d0 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] TaaS: Handle Delete Port: df27bf8e-2da8-49d4-974b-3bd93b4a51b7 2026-06-10 09:08:53.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6b6be01-b90d-484d-91ef-d635b8a9e7d0 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Tap Mirror: Handle Delete Port: df27bf8e-2da8-49d4-974b-3bd93b4a51b7 2026-06-10 09:08:54.367 8 INFO neutron.services.segments.plugin [-] Segment a6d14f05-0db1-4dfc-922b-f18ef23a4686 resource provider aggregate not found 2026-06-10 09:08:54.373 8 INFO neutron.services.segments.plugin [-] Segment a6d14f05-0db1-4dfc-922b-f18ef23a4686 resource provider aggregate not found 2026-06-10 09:08:54.393 8 INFO neutron.services.segments.plugin [-] Segment a6d14f05-0db1-4dfc-922b-f18ef23a4686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d14f05-0db1-4dfc-922b-f18ef23a4686 found for delete ", "request_id": "req-dddea797-83b5-437e-829e-356606cd8484"}]} 2026-06-10 09:08:54.394 8 INFO neutron.services.segments.plugin [-] Segment a6d14f05-0db1-4dfc-922b-f18ef23a4686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d14f05-0db1-4dfc-922b-f18ef23a4686 found for delete ", "request_id": "req-9510f14d-bf84-4269-b012-eeeb4b241954"}]} 2026-06-10 09:08:54.399 8 INFO neutron.db.l3_hamode_db [None req-d6b6be01-b90d-484d-91ef-d635b8a9e7d0 e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] HA network 48c7ead5-c5ef-4a56-8dec-763e3786339a was deleted as no HA routers are present in tenant 700bc350dc02448983f0d5d100961f8c. [pid: 8|app: 0|req: 1008/2047] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:53 2026] DELETE /v2.0/routers/e38b2bec-dd3f-4b79-845b-83e9252ebf44 => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:54.412 7 INFO neutron.db.segments_db [None req-5af9c3fc-90d0-43d8-903d-105b49cab886 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 263f5c1d-1d88-4a7e-b19d-c5bbb28401c1 of type vxlan for network a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9 [pid: 8|app: 0|req: 1009/2048] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:08:54 2026] GET /v2.0/ports?device_id=09c062bd-cd36-4cdc-bab6-ed9bd3eff01f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2049] 10.0.0.24 () {34 vars in 670 bytes} [Wed Jun 10 09:08:54 2026] POST /v2.0/networks => generated 721 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:54.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad660e8d-f8e1-4091-bce6-defd91735bcc e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] TaaS: Handle Delete Port: 6b6489e6-6c7e-444f-9e56-76d09830b30e 2026-06-10 09:08:54.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad660e8d-f8e1-4091-bce6-defd91735bcc e514365a8eb74bfa8487683c4a793e07 700bc350dc02448983f0d5d100961f8c - - default default] Tap Mirror: Handle Delete Port: 6b6489e6-6c7e-444f-9e56-76d09830b30e [pid: 7|app: 0|req: 1041/2050] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:54 2026] POST /v2.0/subnets => generated 687 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2051] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:54 2026] DELETE /v2.0/networks/dfc5e4d3-519a-43c2-bd06-552ddfabca07 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:54.793 7 INFO neutron.db.segments_db [None req-5d1202fa-dd50-474a-b44f-1446111af953 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Added segment 4cc2c301-af77-453c-8565-e4a8b328c967 of type vxlan for network 658b79a2-11ab-4d5b-8073-7a15bc546b6f 2026-06-10 09:08:55.064 7 INFO neutron.db.l3_hamode_db [None req-5d1202fa-dd50-474a-b44f-1446111af953 75d6afbafd5e46e5905dbfd660c27c63 128c2497ef674bad8d3b0ff027914533 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1011/2052] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:55 2026] GET /v2.0/security-groups?tenant_id=83ba7fa816974483a318c99321db8b37&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: 1012/2053] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:55 2026] DELETE /v2.0/security-groups/ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:55.879 7 INFO neutron.db.l3_hamode_db [None req-5d1202fa-dd50-474a-b44f-1446111af953 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1013/2054] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:55 2026] DELETE /v2.0/security-groups/7039ac10-a41a-42bd-bb8e-33592d4dc9f2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:08:55.973 8 INFO neutron.api.v2.resource [None req-761990be-1a3d-4241-83a1-f63518651c7c d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/2055] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:08:55 2026] GET /v2.0/security-groups/ba0edfe1-39ae-4bb0-8ed8-a2a9d179ab9e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:08:56.173 8 INFO neutron.db.segments_db [None req-1524cc73-12fa-4dc0-b881-541ac41be41e 7cad0749492c4158857d152fb5044256 2c877bfd0035452995aeb9909205517b - - default default] Added segment 3d97b05a-2f28-43cb-88b1-2c531a5bcb44 of type vxlan for network 474e74ba-3893-46d5-81e6-d83d8c74cc47 [pid: 8|app: 0|req: 1015/2056] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:08:55 2026] POST /v2.0/networks => generated 612 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:08:56.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-66007468-8134-42b0-b012-f4307c2107c5 d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] TaaS: Handle Delete Port: 66253ab1-e59f-43da-af53-dc6e9f5a767e 2026-06-10 09:08:56.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66007468-8134-42b0-b012-f4307c2107c5 d6e5fbc1a32b40b1b72ab4659b5a82a3 5e172decac834998aa8a49b0e98e4e18 - - default default] Tap Mirror: Handle Delete Port: 66253ab1-e59f-43da-af53-dc6e9f5a767e 2026-06-10 09:08:56.416 8 INFO neutron.services.segments.plugin [-] Segment 7e1b7aad-1a8c-44e7-818f-51b9dd4c9e1a resource provider aggregate not found 2026-06-10 09:08:56.417 8 INFO neutron.services.segments.plugin [-] Segment 7e1b7aad-1a8c-44e7-818f-51b9dd4c9e1a resource provider aggregate not found 2026-06-10 09:08:56.438 8 INFO neutron.services.segments.plugin [-] Segment 7e1b7aad-1a8c-44e7-818f-51b9dd4c9e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e1b7aad-1a8c-44e7-818f-51b9dd4c9e1a found for delete ", "request_id": "req-b4df89aa-3eb8-4308-8296-0fea2905bfa7"}]} 2026-06-10 09:08:56.441 8 INFO neutron.services.segments.plugin [-] Segment 7e1b7aad-1a8c-44e7-818f-51b9dd4c9e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e1b7aad-1a8c-44e7-818f-51b9dd4c9e1a found for delete ", "request_id": "req-58f0cc50-9198-432c-bf5b-21d349e35011"}]} [pid: 8|app: 0|req: 1016/2057] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:08:56 2026] DELETE /v2.0/floatingips/294b166f-710f-455d-8b7b-6220b104705d => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2058] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:08:56 2026] GET /v2.0/security-groups?tenant_id=700bc350dc02448983f0d5d100961f8c&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2059] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:54 2026] POST /v2.0/routers => generated 727 bytes in 2048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2060] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:08:56 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2061] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:56 2026] DELETE /v2.0/security-groups/ad824072-6cc4-4d42-a5ab-28c504b75c31 => 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: 1043/2062] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:08:56 2026] DELETE /v2.0/security-groups/a6d525fa-9261-4f99-a245-c0c5c6133299 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2063] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:08:56 2026] PUT /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:57.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-70b96c93-eda9-45e0-820b-89ae70a31d02 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 15063fdf-8a73-454d-aa35-8efef5c2f6a3 2026-06-10 09:08:57.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70b96c93-eda9-45e0-820b-89ae70a31d02 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 15063fdf-8a73-454d-aa35-8efef5c2f6a3 [pid: 7|app: 0|req: 1045/2064] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:08:56 2026] PUT /v2.0/routers/88e3f938-4e6c-4d31-8af2-d46501f52fb8/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2065] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:08:57 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/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: 1020/2066] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:08:56 2026] PUT /v2.0/routers/9d818b43-ab44-4195-84af-d5a46ffc5da7/add_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:08:58.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-a218fb2a-cd8a-4ad2-b49e-48fa51ad2b49 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: e66fdbc9-b8fa-4a46-8769-37ea72672ddd 2026-06-10 09:08:58.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a218fb2a-cd8a-4ad2-b49e-48fa51ad2b49 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: e66fdbc9-b8fa-4a46-8769-37ea72672ddd [pid: 8|app: 0|req: 1021/2067] 10.0.0.24 () {34 vars in 761 bytes} [Wed Jun 10 09:08:58 2026] PUT /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2068] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:08:58 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:58.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-a218fb2a-cd8a-4ad2-b49e-48fa51ad2b49 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: f92f7205-d9df-4a81-a026-66f2cb683578 2026-06-10 09:08:58.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a218fb2a-cd8a-4ad2-b49e-48fa51ad2b49 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: f92f7205-d9df-4a81-a026-66f2cb683578 [pid: 8|app: 0|req: 1023/2069] 10.0.0.24 () {34 vars in 757 bytes} [Wed Jun 10 09:08:58 2026] PUT /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags/red => generated 4 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2070] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:08:58 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2071] 10.0.0.24 () {34 vars in 779 bytes} [Wed Jun 10 09:08:58 2026] PUT /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 09:08:58.944 7 INFO neutron.services.segments.plugin [-] Segment b84ae936-12c4-465b-89fb-ba0700793c52 resource provider aggregate not found 2026-06-10 09:08:58.945 7 INFO neutron.services.segments.plugin [-] Segment b84ae936-12c4-465b-89fb-ba0700793c52 resource provider aggregate not found 2026-06-10 09:08:58.972 7 INFO neutron.services.segments.plugin [-] Segment b84ae936-12c4-465b-89fb-ba0700793c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b84ae936-12c4-465b-89fb-ba0700793c52 found for delete ", "request_id": "req-3b398e75-2f8a-494b-8608-28467af57c6c"}]} 2026-06-10 09:08:58.973 7 INFO neutron.services.segments.plugin [-] Segment b84ae936-12c4-465b-89fb-ba0700793c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b84ae936-12c4-465b-89fb-ba0700793c52 found for delete ", "request_id": "req-7ec2895d-1038-4a40-be46-48c436569456"}]} 2026-06-10 09:08:58.977 7 INFO neutron.db.l3_hamode_db [None req-a218fb2a-cd8a-4ad2-b49e-48fa51ad2b49 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network a91e335a-e5c2-43f2-8719-6f4867abb674 was deleted as no HA routers are present in tenant 5e172decac834998aa8a49b0e98e4e18. [pid: 8|app: 0|req: 1026/2072] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:08:58 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2073] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:57 2026] DELETE /v2.0/routers/88e3f938-4e6c-4d31-8af2-d46501f52fb8 => generated 0 bytes in 1019 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2074] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:08:58 2026] PUT /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2075] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:08:59 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2076] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:08:59 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2077] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:58 2026] DELETE /v2.0/subnets/22944f72-5f52-4431-b91b-d6087fb3cf68 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:59.200 8 INFO neutron.api.v2.resource [None req-743ba43d-b96b-410d-b46a-106f372548eb 7cad0749492c4158857d152fb5044256 2c877bfd0035452995aeb9909205517b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1030/2078] 10.0.0.24 () {32 vars in 742 bytes} [Wed Jun 10 09:08:59 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2079] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:08:59 2026] DELETE /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags/red => 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: 1032/2080] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:08:59 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:08:59.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-53af9337-b7a3-4366-b4f8-64b3a02e7eed 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 28a65672-04d5-4bf0-b12c-07c96775ee72 2026-06-10 09:08:59.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53af9337-b7a3-4366-b4f8-64b3a02e7eed 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 28a65672-04d5-4bf0-b12c-07c96775ee72 2026-06-10 09:08:59.346 8 INFO neutron.api.v2.resource [None req-63a6ce87-50ca-4749-bf09-be6d3262178a 7cad0749492c4158857d152fb5044256 2c877bfd0035452995aeb9909205517b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/2081] 10.0.0.24 () {32 vars in 745 bytes} [Wed Jun 10 09:08:59 2026] DELETE /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2082] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:08:59 2026] DELETE /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2085] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:08:59 2026] GET /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2086] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:59 2026] DELETE /v2.0/networks/515e8127-f958-46c3-a129-24b016da78fb => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2087] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:08:59 2026] DELETE /v2.0/subnets/fed218c6-4ef8-47bd-98ba-9d4dc63fa044 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:59.697 8 INFO neutron.services.segments.plugin [-] Segment 3d97b05a-2f28-43cb-88b1-2c531a5bcb44 resource provider aggregate not found 2026-06-10 09:08:59.702 8 INFO neutron.services.segments.plugin [-] Segment 3d97b05a-2f28-43cb-88b1-2c531a5bcb44 resource provider aggregate not found [pid: 8|app: 0|req: 1039/2088] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:08:59 2026] DELETE /v2.0/networks/474e74ba-3893-46d5-81e6-d83d8c74cc47 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:08:59.721 8 INFO neutron.services.segments.plugin [-] Segment 3d97b05a-2f28-43cb-88b1-2c531a5bcb44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d97b05a-2f28-43cb-88b1-2c531a5bcb44 found for delete ", "request_id": "req-69f6e9d4-2c42-4354-be71-7db5c7d43533"}]} 2026-06-10 09:08:59.721 8 INFO neutron.services.segments.plugin [-] Segment 3d97b05a-2f28-43cb-88b1-2c531a5bcb44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d97b05a-2f28-43cb-88b1-2c531a5bcb44 found for delete ", "request_id": "req-62d631a2-896e-4320-b2d9-93008ef0a1d9"}]} 2026-06-10 09:08:59.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-6137f4fc-94ca-4c26-9486-ea4ab3f73fc7 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: b91a3142-b4f0-40f4-bf01-9de862f3ed93 2026-06-10 09:08:59.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6137f4fc-94ca-4c26-9486-ea4ab3f73fc7 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: b91a3142-b4f0-40f4-bf01-9de862f3ed93 [pid: 7|app: 0|req: 1050/2089] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:08:59 2026] PUT /v2.0/routers/eaead578-4edc-4c0a-bdc0-6a0660b739f0/remove_router_interface => generated 309 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2090] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:09:00 2026] GET /v2.0/networks?id=a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2091] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:00 2026] GET /v2.0/security-groups?tenant_id=0150fc8ac43841d09aca6fdc3860107e&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2092] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:09:00 2026] GET /v2.0/quotas/128c2497ef674bad8d3b0ff027914533 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2093] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:00 2026] DELETE /v2.0/security-groups/6ce742b2-263c-426c-bc95-5239a0e24a12 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:00.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae4e3fdc-9a5f-425c-bae7-bdbf3aba3e9b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 8c4082e0-871a-4388-97db-4d3461f16393 2026-06-10 09:09:00.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae4e3fdc-9a5f-425c-bae7-bdbf3aba3e9b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 8c4082e0-871a-4388-97db-4d3461f16393 [pid: 8|app: 0|req: 1043/2094] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:09:00 2026] GET /v2.0/ports?tenant_id=128c2497ef674bad8d3b0ff027914533&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2095] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:09:00 2026] GET /v2.0/networks/a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9?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: 1045/2096] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:09:00 2026] GET /v2.0/networks/a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:00.991 7 INFO neutron.services.segments.plugin [-] Segment a3cb8484-b7dd-4dfd-b16d-4e75430d3b90 resource provider aggregate not found [pid: 8|app: 0|req: 1046/2097] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:00 2026] GET /v2.0/security-groups?tenant_id=2c877bfd0035452995aeb9909205517b&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:01.005 7 INFO neutron.services.segments.plugin [-] Segment a3cb8484-b7dd-4dfd-b16d-4e75430d3b90 resource provider aggregate not found 2026-06-10 09:09:01.013 7 INFO neutron.services.segments.plugin [-] Segment a3cb8484-b7dd-4dfd-b16d-4e75430d3b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3cb8484-b7dd-4dfd-b16d-4e75430d3b90 found for delete ", "request_id": "req-62ff60f1-776c-450c-8b63-da384ca0eabb"}]} 2026-06-10 09:09:01.031 7 INFO neutron.services.segments.plugin [-] Segment a3cb8484-b7dd-4dfd-b16d-4e75430d3b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3cb8484-b7dd-4dfd-b16d-4e75430d3b90 found for delete ", "request_id": "req-4856cbb7-8615-4ada-977e-ea41f476c760"}]} 2026-06-10 09:09:01.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae4e3fdc-9a5f-425c-bae7-bdbf3aba3e9b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: a05a6860-682e-4219-a77d-7b9b1d4cd642 2026-06-10 09:09:01.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae4e3fdc-9a5f-425c-bae7-bdbf3aba3e9b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: a05a6860-682e-4219-a77d-7b9b1d4cd642 [pid: 8|app: 0|req: 1047/2098] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:00 2026] DELETE /v2.0/security-groups/96c7659f-c71f-466c-a74b-ffe26f1e7bd9 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2099] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:01 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:01.468 7 INFO neutron.db.l3_hamode_db [None req-ae4e3fdc-9a5f-425c-bae7-bdbf3aba3e9b 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network dce1d6c8-2277-41ea-ad14-39d1ce927f2d was deleted as no HA routers are present in tenant 91f6f62707ce466897d9597b79d472c2. [pid: 7|app: 0|req: 1052/2100] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:00 2026] DELETE /v2.0/routers/eaead578-4edc-4c0a-bdc0-6a0660b739f0 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2101] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:01 2026] DELETE /v2.0/subnets/13390a38-bf91-4e7c-9ff1-78f26be7b1ba => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:01.648 8 INFO neutron.db.segments_db [None req-60b9f827-2b67-47b8-8c8c-af68a345d415 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Added segment 5b26062a-0bd5-47ca-b546-82af976c17aa of type vxlan for network b5dea2d0-060c-40af-957b-a309b9a47dc5 2026-06-10 09:09:01.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f30d636-4c16-4ab6-b339-1177180b0c17 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 4cbc459e-8898-4132-b736-5d6c09938329 2026-06-10 09:09:01.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f30d636-4c16-4ab6-b339-1177180b0c17 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 4cbc459e-8898-4132-b736-5d6c09938329 [pid: 7|app: 0|req: 1054/2102] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:01 2026] DELETE /v2.0/networks/60788986-8ffe-4702-bc27-778e04d879d6 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:01.997 8 INFO neutron.db.l3_hamode_db [None req-60b9f827-2b67-47b8-8c8c-af68a345d415 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:09:02.110 8 INFO neutron.db.l3_hamode_db [None req-60b9f827-2b67-47b8-8c8c-af68a345d415 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1055/2103] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:02 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1056/2104] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:02 2026] GET /v2.0/security-groups?tenant_id=91f6f62707ce466897d9597b79d472c2&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2105] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:02 2026] DELETE /v2.0/security-groups/03c20be4-1a50-464c-8094-fab5cc99a938 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2106] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:02 2026] GET /v2.0/security-groups?tenant_id=5e172decac834998aa8a49b0e98e4e18&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2107] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:02 2026] DELETE /v2.0/security-groups/bb8b3688-c66f-40cb-9452-5d65015d1c0b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2108] 10.0.0.24 () {34 vars in 667 bytes} [Wed Jun 10 09:09:01 2026] POST /v2.0/routers => generated 474 bytes in 1300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:02.748 7 INFO neutron.db.l3_hamode_db [None req-90beca80-ae4a-4d41-9034-a64ae43c7a40 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:09:02.887 7 INFO neutron.db.l3_hamode_db [None req-90beca80-ae4a-4d41-9034-a64ae43c7a40 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:09:03.043 7 INFO neutron.services.segments.plugin [-] Segment a398ac83-b3b7-4523-a186-38075cc65acf resource provider aggregate not found 2026-06-10 09:09:03.057 7 INFO neutron.services.segments.plugin [-] Segment a398ac83-b3b7-4523-a186-38075cc65acf resource provider aggregate not found 2026-06-10 09:09:03.063 7 INFO neutron.services.segments.plugin [-] Segment a398ac83-b3b7-4523-a186-38075cc65acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a398ac83-b3b7-4523-a186-38075cc65acf found for delete ", "request_id": "req-557b559c-0566-469c-a4f2-dd2825cad4c4"}]} 2026-06-10 09:09:03.081 7 INFO neutron.services.segments.plugin [-] Segment a398ac83-b3b7-4523-a186-38075cc65acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a398ac83-b3b7-4523-a186-38075cc65acf found for delete ", "request_id": "req-dd8f9f18-157a-449f-b823-868e068a15ed"}]} 2026-06-10 09:09:03.092 7 INFO neutron.services.segments.plugin [-] Segment 3600d2bc-1692-4b45-b095-283809e3ffd8 resource provider aggregate not found 2026-06-10 09:09:03.107 7 INFO neutron.services.segments.plugin [-] Segment 3600d2bc-1692-4b45-b095-283809e3ffd8 resource provider aggregate not found 2026-06-10 09:09:03.112 7 INFO neutron.services.segments.plugin [-] Segment 3600d2bc-1692-4b45-b095-283809e3ffd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3600d2bc-1692-4b45-b095-283809e3ffd8 found for delete ", "request_id": "req-1512801a-b808-4fcf-9d5f-8be138592247"}]} 2026-06-10 09:09:03.141 7 INFO neutron.services.segments.plugin [-] Segment 3600d2bc-1692-4b45-b095-283809e3ffd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3600d2bc-1692-4b45-b095-283809e3ffd8 found for delete ", "request_id": "req-0e81b282-9255-4882-ba87-f271b5f7c4a6"}]} [pid: 8|app: 0|req: 1050/2109] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:03 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1060/2110] 10.0.0.24 () {34 vars in 667 bytes} [Wed Jun 10 09:09:02 2026] POST /v2.0/routers => generated 474 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:03.584 8 INFO neutron.db.l3_hamode_db [None req-73be1ae8-0bd4-465d-b476-86cccc09334f 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:09:03.766 8 INFO neutron.db.l3_hamode_db [None req-73be1ae8-0bd4-465d-b476-86cccc09334f 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1061/2111] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:04 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1051/2112] 10.0.0.24 () {34 vars in 667 bytes} [Wed Jun 10 09:09:03 2026] POST /v2.0/routers => generated 474 bytes in 992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:04.569 7 INFO neutron.db.l3_hamode_db [None req-b9b4e430-939c-4b77-95d9-5ff287454cd0 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:09:04.688 7 INFO neutron.db.l3_hamode_db [None req-b9b4e430-939c-4b77-95d9-5ff287454cd0 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1062/2113] 10.0.0.24 () {34 vars in 667 bytes} [Wed Jun 10 09:09:04 2026] POST /v2.0/routers => generated 474 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:05.344 8 INFO neutron.db.l3_hamode_db [None req-441ca4b3-4028-4193-86a3-018af75faa78 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1063/2114] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:09:05 2026] GET /v2.0/networks?id=a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9 => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:05.461 8 INFO neutron.db.l3_hamode_db [None req-441ca4b3-4028-4193-86a3-018af75faa78 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1064/2115] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:09:05 2026] POST /v2.0/ports => generated 954 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1065/2116] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:05 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2117] 10.0.0.24 () {34 vars in 667 bytes} [Wed Jun 10 09:09:05 2026] POST /v2.0/routers => generated 474 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2118] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:06 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&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: 1054/2119] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:06 2026] PUT /v2.0/routers/7416682f-7cda-4340-b69f-0409f38bfe04/tags => generated 17 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2120] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:09:05 2026] PUT /v2.0/ports/b6c52a4a-a016-465c-be36-eab4857c3021 => generated 1235 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:06.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a236a48a-6496-48d8-9f87-0d65ed30a0f8'] response: {'name': 'network-changed', 'server_uuid': 'd6723895-e7be-4f04-b958-7221c70ee220', 'tag': 'b6c52a4a-a016-465c-be36-eab4857c3021', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1055/2121] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:06 2026] PUT /v2.0/routers/bff497fc-9c6d-4aca-8ed8-a6b639790dc4/tags => generated 25 bytes in 103 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: 1056/2122] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:09:06 2026] GET /v2.0/ports?tenant_id=128c2497ef674bad8d3b0ff027914533&device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2123] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:09:06 2026] GET /v2.0/networks?tenant_id=128c2497ef674bad8d3b0ff027914533&shared=False => generated 768 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2124] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:06 2026] PUT /v2.0/routers/9460493f-dbc0-4110-8bea-e27ac99bd375/tags => generated 34 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2125] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:09:06 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: 1068/2126] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:06 2026] PUT /v2.0/routers/75054f31-27a9-4bfc-b529-370e4660fa69/tags => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2127] 10.0.0.24 () {32 vars in 663 bytes} [Wed Jun 10 09:09:06 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2128] 10.0.0.24 () {32 vars in 677 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2129] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2130] 10.0.0.24 () {32 vars in 673 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:07.284 7 INFO neutron.db.segments_db [None req-7e634454-9605-42c5-a2ca-b4f4da57331b f7bba4e43fd64b45a3fbc99a474dfcd2 1d6da4ed25b9461a840579d1ba9e537c - - default default] Added segment 6a9e5b27-b262-497a-b034-c8633f322599 of type vxlan for network 56de6ba2-b0c7-451a-b50d-479a971119d4 [pid: 8|app: 0|req: 1063/2131] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2132] 10.0.0.24 () {32 vars in 685 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2133] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:06 2026] POST /v2.0/networks => generated 613 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2134] 10.0.0.24 () {32 vars in 671 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:07.420 7 INFO neutron.db.segments_db [None req-fad6ee8e-200f-4f5e-a335-e531bc4cbba1 f7bba4e43fd64b45a3fbc99a474dfcd2 1d6da4ed25b9461a840579d1ba9e537c - - default default] Added segment 2c9adc65-496a-493e-ad68-4a1963941515 of type vxlan for network 80e0509d-fa4d-4737-84ee-47975acb8207 [pid: 8|app: 0|req: 1066/2135] 10.0.0.24 () {32 vars in 685 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2136] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:07 2026] POST /v2.0/networks => generated 611 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:07.541 7 INFO neutron.db.segments_db [None req-f9eacbe2-e5ca-4404-b515-bd9c8231293c f7bba4e43fd64b45a3fbc99a474dfcd2 1d6da4ed25b9461a840579d1ba9e537c - - default default] Added segment dd0dacf9-f0ab-4736-b86a-26b9b5948e71 of type vxlan for network 90ae22ba-d046-4672-87dc-285ce42f2f2e [pid: 8|app: 0|req: 1067/2137] 10.0.0.24 () {32 vars in 681 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2138] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2139] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:07 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2140] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/routers/7416682f-7cda-4340-b69f-0409f38bfe04 => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:07.687 7 INFO neutron.db.segments_db [None req-0cdebcdd-0340-4074-bda0-7de7d3829c65 f7bba4e43fd64b45a3fbc99a474dfcd2 1d6da4ed25b9461a840579d1ba9e537c - - default default] Added segment 1f622128-c740-4543-9a8f-93f551798941 of type vxlan for network c674c7c5-3de6-46b2-9eac-c260819f4a24 [pid: 7|app: 0|req: 1072/2141] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:07 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:07.853 7 INFO neutron.db.segments_db [None req-38d96f40-a1ba-40fe-997f-496203f9098f f7bba4e43fd64b45a3fbc99a474dfcd2 1d6da4ed25b9461a840579d1ba9e537c - - default default] Added segment 8636376f-4348-444b-872f-fd2aa761529d of type vxlan for network 6cfd1250-1dd9-4325-a6ec-e29b7e4ca015 [pid: 7|app: 0|req: 1073/2142] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:07 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2143] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:09:07 2026] GET /v2.0/ports?tenant_id=128c2497ef674bad8d3b0ff027914533&device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2144] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:07 2026] PUT /v2.0/networks/56de6ba2-b0c7-451a-b50d-479a971119d4/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2145] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b6c52a4a-a016-465c-be36-eab4857c3021 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2146] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:08 2026] PUT /v2.0/networks/80e0509d-fa4d-4737-84ee-47975acb8207/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2147] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/subnets?id=f420ff53-7cc8-4919-bb3a-28603bc6fd45 => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2148] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:08 2026] PUT /v2.0/networks/90ae22ba-d046-4672-87dc-285ce42f2f2e/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2149] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/ports?network_id=a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2150] 10.0.0.24 () {34 vars in 741 bytes} [Wed Jun 10 09:09:07 2026] PUT /v2.0/routers/7416682f-7cda-4340-b69f-0409f38bfe04 => generated 485 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2151] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:08 2026] PUT /v2.0/networks/c674c7c5-3de6-46b2-9eac-c260819f4a24/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2152] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/ports?device_id=7416682f-7cda-4340-b69f-0409f38bfe04 => 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: 1071/2153] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks/a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2154] 10.0.0.24 () {32 vars in 665 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2155] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks/a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9?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: 1085/2156] 10.0.0.24 () {32 vars in 679 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2157] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:08.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-17653c86-2aad-42b7-a853-2164ffb25a71 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] TaaS: Handle Delete Port: eec953be-e811-415e-9196-2eba44e63104 2026-06-10 09:09:08.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17653c86-2aad-42b7-a853-2164ffb25a71 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Tap Mirror: Handle Delete Port: eec953be-e811-415e-9196-2eba44e63104 [pid: 7|app: 0|req: 1087/2158] 10.0.0.24 () {32 vars in 675 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2159] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2160] 10.0.0.24 () {32 vars in 687 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2161] 10.0.0.24 () {32 vars in 673 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2162] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:08 2026] DELETE /v2.0/routers/7416682f-7cda-4340-b69f-0409f38bfe04 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2163] 10.0.0.24 () {32 vars in 687 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2164] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/routers/bff497fc-9c6d-4aca-8ed8-a6b639790dc4 => generated 493 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2165] 10.0.0.24 () {32 vars in 683 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2166] 10.0.0.24 () {32 vars in 695 bytes} [Wed Jun 10 09:09:08 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:09.052 7 INFO neutron.services.segments.plugin [-] Segment 6a9e5b27-b262-497a-b034-c8633f322599 resource provider aggregate not found 2026-06-10 09:09:09.059 7 INFO neutron.services.segments.plugin [-] Segment 6a9e5b27-b262-497a-b034-c8633f322599 resource provider aggregate not found 2026-06-10 09:09:09.077 7 INFO neutron.services.segments.plugin [-] Segment 6a9e5b27-b262-497a-b034-c8633f322599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a9e5b27-b262-497a-b034-c8633f322599 found for delete ", "request_id": "req-64806c16-3e70-4c0b-ae83-531dd511a1c6"}]} 2026-06-10 09:09:09.078 7 INFO neutron.services.segments.plugin [-] Segment 6a9e5b27-b262-497a-b034-c8633f322599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a9e5b27-b262-497a-b034-c8633f322599 found for delete ", "request_id": "req-ff18e65a-9370-47f6-b063-9379e8bb2b96"}]} [pid: 7|app: 0|req: 1094/2167] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:08 2026] DELETE /v2.0/networks/56de6ba2-b0c7-451a-b50d-479a971119d4 => 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: 1095/2168] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:09 2026] DELETE /v2.0/networks/80e0509d-fa4d-4737-84ee-47975acb8207 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2169] 10.0.0.24 () {34 vars in 741 bytes} [Wed Jun 10 09:09:08 2026] PUT /v2.0/routers/bff497fc-9c6d-4aca-8ed8-a6b639790dc4 => generated 493 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2170] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:09 2026] DELETE /v2.0/networks/90ae22ba-d046-4672-87dc-285ce42f2f2e => 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: 1075/2171] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:09:09 2026] GET /v2.0/ports?device_id=bff497fc-9c6d-4aca-8ed8-a6b639790dc4 => 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: 1097/2172] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:09 2026] DELETE /v2.0/networks/c674c7c5-3de6-46b2-9eac-c260819f4a24 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:09.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-5506948e-675a-47f4-a4a0-839792ddf0f6 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] TaaS: Handle Delete Port: 055050fa-78d4-4794-9462-ffefbfb189bf 2026-06-10 09:09:09.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5506948e-675a-47f4-a4a0-839792ddf0f6 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Tap Mirror: Handle Delete Port: 055050fa-78d4-4794-9462-ffefbfb189bf [pid: 7|app: 0|req: 1098/2173] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:09 2026] DELETE /v2.0/networks/6cfd1250-1dd9-4325-a6ec-e29b7e4ca015 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2174] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:09 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1100/2175] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:09 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&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: 1076/2176] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:09 2026] DELETE /v2.0/routers/bff497fc-9c6d-4aca-8ed8-a6b639790dc4 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2177] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:09:09 2026] GET /v2.0/routers/9460493f-dbc0-4110-8bea-e27ac99bd375 => generated 502 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2178] 10.0.0.24 () {34 vars in 741 bytes} [Wed Jun 10 09:09:09 2026] PUT /v2.0/routers/9460493f-dbc0-4110-8bea-e27ac99bd375 => generated 502 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2179] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:09:10 2026] GET /v2.0/ports?device_id=9460493f-dbc0-4110-8bea-e27ac99bd375 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:10.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b9ba745-1e43-446d-a3a0-2841e562d120 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] TaaS: Handle Delete Port: 83255d1e-67d3-4728-a346-371842901088 2026-06-10 09:09:10.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b9ba745-1e43-446d-a3a0-2841e562d120 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Tap Mirror: Handle Delete Port: 83255d1e-67d3-4728-a346-371842901088 [pid: 8|app: 0|req: 1078/2180] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:10 2026] DELETE /v2.0/routers/9460493f-dbc0-4110-8bea-e27ac99bd375 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2181] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:09:10 2026] GET /v2.0/routers/75054f31-27a9-4bfc-b529-370e4660fa69 => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2182] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:10 2026] GET /v2.0/security-groups?tenant_id=e3faa99bd8c449279e38c8894f0d8505&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2183] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:10 2026] DELETE /v2.0/security-groups/81d9a7eb-c202-4bd7-bfcf-2ef779def347 => 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: 1105/2184] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:10 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2185] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2186] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/security-groups?tenant_id=1d6da4ed25b9461a840579d1ba9e537c&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:11.100 7 INFO neutron.services.segments.plugin [-] Segment 2c9adc65-496a-493e-ad68-4a1963941515 resource provider aggregate not found 2026-06-10 09:09:11.115 7 INFO neutron.services.segments.plugin [-] Segment 2c9adc65-496a-493e-ad68-4a1963941515 resource provider aggregate not found 2026-06-10 09:09:11.124 7 INFO neutron.services.segments.plugin [-] Segment 2c9adc65-496a-493e-ad68-4a1963941515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9adc65-496a-493e-ad68-4a1963941515 found for delete ", "request_id": "req-aa64700c-8bfc-490d-be33-6f34616b866b"}]} 2026-06-10 09:09:11.134 7 INFO neutron.services.segments.plugin [-] Segment 2c9adc65-496a-493e-ad68-4a1963941515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9adc65-496a-493e-ad68-4a1963941515 found for delete ", "request_id": "req-02e3af96-458e-47d2-aaa9-7f94c837a435"}]} 2026-06-10 09:09:11.158 7 INFO neutron.services.segments.plugin [-] Segment dd0dacf9-f0ab-4736-b86a-26b9b5948e71 resource provider aggregate not found 2026-06-10 09:09:11.164 7 INFO neutron.services.segments.plugin [-] Segment dd0dacf9-f0ab-4736-b86a-26b9b5948e71 resource provider aggregate not found 2026-06-10 09:09:11.187 7 INFO neutron.services.segments.plugin [-] Segment dd0dacf9-f0ab-4736-b86a-26b9b5948e71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd0dacf9-f0ab-4736-b86a-26b9b5948e71 found for delete ", "request_id": "req-3a3372d0-0a4f-40ae-bd1f-8470d4814bb8"}]} 2026-06-10 09:09:11.188 7 INFO neutron.services.segments.plugin [-] Segment dd0dacf9-f0ab-4736-b86a-26b9b5948e71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd0dacf9-f0ab-4736-b86a-26b9b5948e71 found for delete ", "request_id": "req-cd4b0d81-4092-4889-8229-e7f05e4f261c"}]} 2026-06-10 09:09:11.214 7 INFO neutron.services.segments.plugin [-] Segment 1f622128-c740-4543-9a8f-93f551798941 resource provider aggregate not found 2026-06-10 09:09:11.220 7 INFO neutron.services.segments.plugin [-] Segment 1f622128-c740-4543-9a8f-93f551798941 resource provider aggregate not found 2026-06-10 09:09:11.234 7 INFO neutron.services.segments.plugin [-] Segment 1f622128-c740-4543-9a8f-93f551798941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f622128-c740-4543-9a8f-93f551798941 found for delete ", "request_id": "req-05316613-c903-4e8b-86c3-117f527fe0c9"}]} 2026-06-10 09:09:11.237 7 INFO neutron.services.segments.plugin [-] Segment 1f622128-c740-4543-9a8f-93f551798941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f622128-c740-4543-9a8f-93f551798941 found for delete ", "request_id": "req-f02d1194-559c-40ce-abb3-33993bfdc797"}]} 2026-06-10 09:09:11.256 7 INFO neutron.services.segments.plugin [-] Segment 8636376f-4348-444b-872f-fd2aa761529d resource provider aggregate not found 2026-06-10 09:09:11.262 7 INFO neutron.services.segments.plugin [-] Segment 8636376f-4348-444b-872f-fd2aa761529d resource provider aggregate not found [pid: 7|app: 0|req: 1108/2187] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:11 2026] DELETE /v2.0/security-groups/eb119abf-902f-4892-9894-c8cd83e2d53a => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:11.281 7 INFO neutron.services.segments.plugin [-] Segment 8636376f-4348-444b-872f-fd2aa761529d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8636376f-4348-444b-872f-fd2aa761529d found for delete ", "request_id": "req-f7ffae06-b91d-4bcb-ab25-2676586122ad"}]} 2026-06-10 09:09:11.284 7 INFO neutron.services.segments.plugin [-] Segment 8636376f-4348-444b-872f-fd2aa761529d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8636376f-4348-444b-872f-fd2aa761529d found for delete ", "request_id": "req-63fa0509-d0c5-4c79-92fd-4daf4a6df596"}]} [pid: 8|app: 0|req: 1080/2188] 10.0.0.24 () {34 vars in 741 bytes} [Wed Jun 10 09:09:10 2026] PUT /v2.0/routers/75054f31-27a9-4bfc-b529-370e4660fa69 => generated 487 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2189] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/ports?device_id=75054f31-27a9-4bfc-b529-370e4660fa69 => 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: 1081/2190] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/security-groups?tenant_id=eba1fd98372a4e2e9b5c3d4c4e94c29b&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:11.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc24580a-e57e-49b7-a17f-766abc31b3af 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] TaaS: Handle Delete Port: 9438a284-9051-40b4-8a12-cdce03bcab87 2026-06-10 09:09:11.598 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc24580a-e57e-49b7-a17f-766abc31b3af 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Tap Mirror: Handle Delete Port: 9438a284-9051-40b4-8a12-cdce03bcab87 [pid: 8|app: 0|req: 1082/2191] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:11 2026] DELETE /v2.0/security-groups/8081e846-edc8-4bef-a36e-91a38416d6b4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2192] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:11 2026] DELETE /v2.0/routers/75054f31-27a9-4bfc-b529-370e4660fa69 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2193] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:09:11 2026] GET /v2.0/routers/c0f30465-8d5c-4438-9a50-d3027f17014d => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2194] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:12 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2195] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:12 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2196] 10.0.0.24 () {34 vars in 741 bytes} [Wed Jun 10 09:09:11 2026] PUT /v2.0/routers/c0f30465-8d5c-4438-9a50-d3027f17014d => generated 480 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2197] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:09:12 2026] GET /v2.0/ports?device_id=c0f30465-8d5c-4438-9a50-d3027f17014d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:12.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-8747071b-4560-46af-af41-f4e650876c25 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] TaaS: Handle Delete Port: 97edd3d2-2dcd-4d29-b590-1406a7af5c12 2026-06-10 09:09:12.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8747071b-4560-46af-af41-f4e650876c25 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] Tap Mirror: Handle Delete Port: 97edd3d2-2dcd-4d29-b590-1406a7af5c12 2026-06-10 09:09:13.080 7 INFO neutron.db.l3_hamode_db [None req-8747071b-4560-46af-af41-f4e650876c25 28d8c3acf4b24951b2f0002d9faf1d4f 87d4c411d14a4cc8ad3b88eb849a43fd - - default default] HA network b5dea2d0-060c-40af-957b-a309b9a47dc5 was deleted as no HA routers are present in tenant 87d4c411d14a4cc8ad3b88eb849a43fd. [pid: 7|app: 0|req: 1112/2198] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:12 2026] DELETE /v2.0/routers/c0f30465-8d5c-4438-9a50-d3027f17014d => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:13.300 7 INFO neutron.services.segments.plugin [-] Segment 5b26062a-0bd5-47ca-b546-82af976c17aa resource provider aggregate not found 2026-06-10 09:09:13.305 7 INFO neutron.services.segments.plugin [-] Segment 5b26062a-0bd5-47ca-b546-82af976c17aa resource provider aggregate not found 2026-06-10 09:09:13.320 7 INFO neutron.services.segments.plugin [-] Segment 5b26062a-0bd5-47ca-b546-82af976c17aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b26062a-0bd5-47ca-b546-82af976c17aa found for delete ", "request_id": "req-bee3329a-f3c0-4832-8dea-890bef7356d6"}]} 2026-06-10 09:09:13.323 7 INFO neutron.services.segments.plugin [-] Segment 5b26062a-0bd5-47ca-b546-82af976c17aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b26062a-0bd5-47ca-b546-82af976c17aa found for delete ", "request_id": "req-bf7a7324-5d3f-4035-b862-35129d8a178b"}]} [pid: 8|app: 0|req: 1087/2199] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:13 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1113/2200] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:13 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2201] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:13 2026] GET /v2.0/security-groups?tenant_id=87d4c411d14a4cc8ad3b88eb849a43fd&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2202] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:14 2026] DELETE /v2.0/security-groups/1ab78c3f-1c5b-4fe1-bfe6-35ba2134ce4d => 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: 1090/2205] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:14 2026] GET /v2.0/security-groups?tenant_id=1f9ed84e4fe3414f8df006d63fe35a27&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2206] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:14 2026] DELETE /v2.0/security-groups/55ed6a1e-e565-4332-aec1-1a4905226de5 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2207] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:14 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2208] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:14 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2209] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:14 2026] GET /v2.0/security-groups?tenant_id=4a1036c849e947b9928aa4b1e4f97735&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2210] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:15 2026] DELETE /v2.0/security-groups/8c79a90c-ea3f-4f39-bfb7-ef95e529cd16 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2211] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:16 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2212] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:16 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&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-06-10 09:09:16.635 7 INFO neutron.db.segments_db [None req-3c1c17cb-ab46-43b1-af54-d5082b752292 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Added segment 4c22dd16-dbb1-468d-a805-a681292cea48 of type vxlan for network 99cb267b-8dc3-4ca4-9039-ce558bcb84f7 [pid: 7|app: 0|req: 1119/2213] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:16 2026] POST /v2.0/networks => generated 613 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2214] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:16 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:17.164 7 INFO neutron.db.segments_db [None req-9c98f6a3-3218-4261-ae2b-39372439175c a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Added segment 803f908c-3bdf-4c7a-93ba-ff3fc8f2cb91 of type vxlan for network b092c401-33e5-4cae-9193-1bc4aab99da5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1096/2215] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:17 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1120/2216] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:17 2026] POST /v2.0/networks => generated 611 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2217] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:09:17 2026] GET /v2.0/security-groups?id=cb9a2add-8c70-4fc3-965f-49f25c60a022&fields=id&fields=name => generated 88 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2218] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:09:17 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:17.577 8 INFO neutron_taas.services.taas.taas_plugin [req-f759cad6-d0a3-43c7-b130-6f33736b021f req-c7967206-db06-4669-bc9b-ddeb9c042e2f 5379f7104d444574916d3939c5e007a9 128c2497ef674bad8d3b0ff027914533 - - default default] TaaS: Handle Delete Port: b6c52a4a-a016-465c-be36-eab4857c3021 2026-06-10 09:09:17.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f759cad6-d0a3-43c7-b130-6f33736b021f req-c7967206-db06-4669-bc9b-ddeb9c042e2f 5379f7104d444574916d3939c5e007a9 128c2497ef674bad8d3b0ff027914533 - - default default] Tap Mirror: Handle Delete Port: b6c52a4a-a016-465c-be36-eab4857c3021 [pid: 7|app: 0|req: 1121/2219] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:17 2026] POST /v2.0/ports => generated 743 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1099/2220] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:09:17 2026] DELETE /v2.0/ports/b6c52a4a-a016-465c-be36-eab4857c3021 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:17.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-708fc33b-8827-4bae-9f44-03db7428614c'] response: {'server_uuid': 'd6723895-e7be-4f04-b958-7221c70ee220', 'name': 'network-vif-deleted', 'tag': 'b6c52a4a-a016-465c-be36-eab4857c3021', 'status': 'completed', 'code': 200} 2026-06-10 09:09:17.821 7 INFO neutron.db.segments_db [None req-4d06cd27-f47c-412b-8cd6-f962459697e6 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Added segment 9c3f255d-c9e0-4ed5-a627-5a6bbf84a670 of type vxlan for network 8c49ecde-171a-412f-b7c8-cefe9d1081b3 [pid: 7|app: 0|req: 1122/2221] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:17 2026] POST /v2.0/networks => generated 613 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2222] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:17 2026] POST /v2.0/ports => generated 743 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:18.338 7 INFO neutron.db.segments_db [None req-41f7e23f-b2f0-4829-a691-deec59045f32 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Added segment 9ac57cc7-ad78-415a-afd6-35601af5a8f5 of type vxlan for network 8c7de51c-3077-48ff-aa60-c6808b342a64 [pid: 7|app: 0|req: 1123/2223] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:18 2026] POST /v2.0/networks => generated 613 bytes in 147 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: 1101/2224] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:18 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1124/2225] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:18 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:18.822 8 INFO neutron.db.segments_db [None req-9edeb0df-77f0-4558-8861-f4b3c4fd75b9 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Added segment 5cf17ede-cecc-4508-8038-6617a8922411 of type vxlan for network d20e07f1-6263-4374-9404-f007b45533d5 [pid: 8|app: 0|req: 1102/2226] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:18 2026] POST /v2.0/networks => generated 613 bytes in 192 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: 1125/2227] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:18 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2228] 10.0.0.24 () {34 vars in 746 bytes} [Wed Jun 10 09:09:19 2026] PUT /v2.0/ports/41d32124-cbe1-4632-9f2f-a83db2a8f2d1/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1126/2229] 10.0.0.24 () {34 vars in 746 bytes} [Wed Jun 10 09:09:19 2026] PUT /v2.0/ports/6be03a06-8be1-452d-9aae-b8a1cb5a13df/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: 8|app: 0|req: 1104/2230] 10.0.0.24 () {34 vars in 746 bytes} [Wed Jun 10 09:09:19 2026] PUT /v2.0/ports/81fc043e-15dd-4763-a0b3-72b8616530c2/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1105/2231] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:19 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1127/2232] 10.0.0.24 () {34 vars in 746 bytes} [Wed Jun 10 09:09:19 2026] PUT /v2.0/ports/bdb57f63-578e-484a-b75e-5ded3c9e220a/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2233] 10.0.0.24 () {32 vars in 659 bytes} [Wed Jun 10 09:09:19 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2234] 10.0.0.24 () {32 vars in 673 bytes} [Wed Jun 10 09:09:19 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 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: 8|app: 0|req: 1108/2235] 10.0.0.24 () {32 vars in 669 bytes} [Wed Jun 10 09:09:19 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2236] 10.0.0.24 () {32 vars in 681 bytes} [Wed Jun 10 09:09:19 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2237] 10.0.0.24 () {32 vars in 667 bytes} [Wed Jun 10 09:09:19 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2238] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:09:19 2026] POST /v2.0/security-groups => generated 1601 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2239] 10.0.0.24 () {32 vars in 681 bytes} [Wed Jun 10 09:09:19 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2240] 10.0.0.24 () {32 vars in 677 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2241] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:09:20 2026] POST /v2.0/security-groups => generated 1601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2242] 10.0.0.24 () {32 vars in 689 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2243] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:09:20 2026] POST /v2.0/security-groups => generated 1601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2244] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:09:20 2026] POST /v2.0/security-groups => generated 1601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2245] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:09:20 2026] POST /v2.0/security-groups => generated 1601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2246] 10.0.0.24 () {34 vars in 766 bytes} [Wed Jun 10 09:09:20 2026] PUT /v2.0/security-groups/44a6f5af-1728-4488-9211-55b028d24e98/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2247] 10.0.0.24 () {34 vars in 766 bytes} [Wed Jun 10 09:09:20 2026] PUT /v2.0/security-groups/b53f71db-7f87-4703-9713-3dbc0fa545c8/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2248] 10.0.0.24 () {34 vars in 766 bytes} [Wed Jun 10 09:09:20 2026] PUT /v2.0/security-groups/98711830-7743-40a9-934f-60ee928f1056/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: 1136/2249] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/ports?device_id=d6723895-e7be-4f04-b958-7221c70ee220 => 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: 1137/2250] 10.0.0.24 () {34 vars in 766 bytes} [Wed Jun 10 09:09:20 2026] PUT /v2.0/security-groups/5ebf59e9-9594-4fd3-9063-92c0e9acad4d/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2251] 10.0.0.24 () {32 vars in 679 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:20.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-af0eddc8-fb1e-4adf-9c0f-e7a14476653a a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] TaaS: Handle Delete Port: 41d32124-cbe1-4632-9f2f-a83db2a8f2d1 2026-06-10 09:09:20.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af0eddc8-fb1e-4adf-9c0f-e7a14476653a a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Tap Mirror: Handle Delete Port: 41d32124-cbe1-4632-9f2f-a83db2a8f2d1 [pid: 7|app: 0|req: 1139/2252] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2253] 10.0.0.24 () {32 vars in 689 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2254] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:09:20 2026] DELETE /v2.0/ports/41d32124-cbe1-4632-9f2f-a83db2a8f2d1 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2255] 10.0.0.24 () {32 vars in 701 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2256] 10.0.0.24 () {32 vars in 687 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:20.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-90fab692-5f85-4750-ad45-f0c07b5b876e a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] TaaS: Handle Delete Port: 6be03a06-8be1-452d-9aae-b8a1cb5a13df 2026-06-10 09:09:20.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90fab692-5f85-4750-ad45-f0c07b5b876e a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Tap Mirror: Handle Delete Port: 6be03a06-8be1-452d-9aae-b8a1cb5a13df [pid: 7|app: 0|req: 1143/2257] 10.0.0.24 () {32 vars in 701 bytes} [Wed Jun 10 09:09:20 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2258] 10.0.0.24 () {32 vars in 697 bytes} [Wed Jun 10 09:09:21 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2259] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:09:20 2026] DELETE /v2.0/ports/6be03a06-8be1-452d-9aae-b8a1cb5a13df => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2260] 10.0.0.24 () {32 vars in 709 bytes} [Wed Jun 10 09:09:21 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:21.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5c79750-51ae-454b-8bfa-d36400b838e3 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] TaaS: Handle Delete Port: 81fc043e-15dd-4763-a0b3-72b8616530c2 [pid: 7|app: 0|req: 1146/2261] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/security-groups/44a6f5af-1728-4488-9211-55b028d24e98 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:21.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5c79750-51ae-454b-8bfa-d36400b838e3 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Tap Mirror: Handle Delete Port: 81fc043e-15dd-4763-a0b3-72b8616530c2 [pid: 7|app: 0|req: 1147/2262] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/security-groups/b53f71db-7f87-4703-9713-3dbc0fa545c8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2263] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/ports/81fc043e-15dd-4763-a0b3-72b8616530c2 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2264] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/security-groups/98711830-7743-40a9-934f-60ee928f1056 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:21.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c099449-dc98-44c3-abbe-c08aa0eb1132 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] TaaS: Handle Delete Port: bdb57f63-578e-484a-b75e-5ded3c9e220a 2026-06-10 09:09:21.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c099449-dc98-44c3-abbe-c08aa0eb1132 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Tap Mirror: Handle Delete Port: bdb57f63-578e-484a-b75e-5ded3c9e220a [pid: 7|app: 0|req: 1149/2265] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/security-groups/5ebf59e9-9594-4fd3-9063-92c0e9acad4d => 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: 1117/2266] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/ports/bdb57f63-578e-484a-b75e-5ded3c9e220a => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2267] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/security-groups/bae1fe92-7e79-42f3-a17d-671e50e6ac87 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:21.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-389786f5-8132-4962-a5de-b11a660e7be3 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] TaaS: Handle Delete Port: 6c0a609e-c431-453b-937b-9070e75dc611 2026-06-10 09:09:21.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-389786f5-8132-4962-a5de-b11a660e7be3 a6ce8812a04845a7b7c00d3cd46fae69 a433b83d6b5e4de08e0f26e3c3c6bd54 - - default default] Tap Mirror: Handle Delete Port: 6c0a609e-c431-453b-937b-9070e75dc611 [pid: 8|app: 0|req: 1118/2268] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/ports/6c0a609e-c431-453b-937b-9070e75dc611 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:21.843 7 INFO neutron.services.segments.plugin [-] Segment 4c22dd16-dbb1-468d-a805-a681292cea48 resource provider aggregate not found 2026-06-10 09:09:21.855 7 INFO neutron.services.segments.plugin [-] Segment 4c22dd16-dbb1-468d-a805-a681292cea48 resource provider aggregate not found 2026-06-10 09:09:21.868 7 INFO neutron.services.segments.plugin [-] Segment 4c22dd16-dbb1-468d-a805-a681292cea48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c22dd16-dbb1-468d-a805-a681292cea48 found for delete ", "request_id": "req-a4d13a72-17ee-43d1-871e-9b0779c6d6ea"}]} 2026-06-10 09:09:21.876 7 INFO neutron.services.segments.plugin [-] Segment 4c22dd16-dbb1-468d-a805-a681292cea48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c22dd16-dbb1-468d-a805-a681292cea48 found for delete ", "request_id": "req-dfb6cf99-4883-4a72-a339-8194025361b9"}]} [pid: 7|app: 0|req: 1151/2269] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/networks/99cb267b-8dc3-4ca4-9039-ce558bcb84f7 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:22.031 8 INFO neutron.services.segments.plugin [-] Segment 803f908c-3bdf-4c7a-93ba-ff3fc8f2cb91 resource provider aggregate not found 2026-06-10 09:09:22.032 8 INFO neutron.services.segments.plugin [-] Segment 803f908c-3bdf-4c7a-93ba-ff3fc8f2cb91 resource provider aggregate not found 2026-06-10 09:09:22.055 8 INFO neutron.services.segments.plugin [-] Segment 803f908c-3bdf-4c7a-93ba-ff3fc8f2cb91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 803f908c-3bdf-4c7a-93ba-ff3fc8f2cb91 found for delete ", "request_id": "req-ad15d093-9e98-4c5c-bee3-f3ecbd007bed"}]} 2026-06-10 09:09:22.057 8 INFO neutron.services.segments.plugin [-] Segment 803f908c-3bdf-4c7a-93ba-ff3fc8f2cb91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 803f908c-3bdf-4c7a-93ba-ff3fc8f2cb91 found for delete ", "request_id": "req-b2c15d37-bb31-4c38-b0ed-969548f831ca"}]} [pid: 8|app: 0|req: 1119/2270] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:21 2026] DELETE /v2.0/networks/b092c401-33e5-4cae-9193-1bc4aab99da5 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2271] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:22 2026] DELETE /v2.0/networks/8c49ecde-171a-412f-b7c8-cefe9d1081b3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2272] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:22 2026] DELETE /v2.0/networks/8c7de51c-3077-48ff-aa60-c6808b342a64 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2273] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:22 2026] DELETE /v2.0/networks/d20e07f1-6263-4374-9404-f007b45533d5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2274] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:22 2026] GET /v2.0/security-groups?tenant_id=3fdb6a78d40b4e5c9608354a4b95de1c&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2275] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:22 2026] DELETE /v2.0/security-groups/07f014cd-9167-4b13-b15a-ee93a58ac6a9 => 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: 1123/2276] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:23 2026] GET /v2.0/security-groups?tenant_id=48e1fdcd6b9b4d6ca0f528ee386460d7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:23.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7b427e2-769d-44e7-8633-5c9c50cf8e69 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 981f7f25-0a7d-4acd-88c9-55de3817df2e 2026-06-10 09:09:23.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7b427e2-769d-44e7-8633-5c9c50cf8e69 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 981f7f25-0a7d-4acd-88c9-55de3817df2e [pid: 8|app: 0|req: 1124/2277] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:23 2026] DELETE /v2.0/security-groups/ba1d5d4c-7926-4ac2-881b-2f06f4f73a87 => 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: 1125/2278] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:23 2026] GET /v2.0/security-groups?tenant_id=0f09a119022b4d078f5018ddf0e71f90&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2279] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:23 2026] GET /v2.0/security-groups?tenant_id=0879911e4c7a44aca68eaf52a98b8dc5&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:23.891 7 INFO neutron.services.segments.plugin [-] Segment 9c3f255d-c9e0-4ed5-a627-5a6bbf84a670 resource provider aggregate not found 2026-06-10 09:09:23.903 7 INFO neutron.services.segments.plugin [-] Segment 9c3f255d-c9e0-4ed5-a627-5a6bbf84a670 resource provider aggregate not found 2026-06-10 09:09:23.909 7 INFO neutron.services.segments.plugin [-] Segment 9c3f255d-c9e0-4ed5-a627-5a6bbf84a670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3f255d-c9e0-4ed5-a627-5a6bbf84a670 found for delete ", "request_id": "req-c2b7cba3-b1ee-46c0-b195-01bcbe6b7cd9"}]} [pid: 7|app: 0|req: 1154/2280] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:09:22 2026] PUT /v2.0/routers/9d818b43-ab44-4195-84af-d5a46ffc5da7/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:23.928 7 INFO neutron.services.segments.plugin [-] Segment 5cf17ede-cecc-4508-8038-6617a8922411 resource provider aggregate not found 2026-06-10 09:09:23.932 7 INFO neutron.services.segments.plugin [-] Segment 9c3f255d-c9e0-4ed5-a627-5a6bbf84a670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3f255d-c9e0-4ed5-a627-5a6bbf84a670 found for delete ", "request_id": "req-2543ac73-eb3f-417b-b2c5-434c60b70402"}]} 2026-06-10 09:09:23.952 7 INFO neutron.services.segments.plugin [-] Segment 5cf17ede-cecc-4508-8038-6617a8922411 resource provider aggregate not found 2026-06-10 09:09:23.963 7 INFO neutron.services.segments.plugin [-] Segment 5cf17ede-cecc-4508-8038-6617a8922411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf17ede-cecc-4508-8038-6617a8922411 found for delete ", "request_id": "req-e177c005-b3f8-478d-b0bb-2fb24335cd32"}]} 2026-06-10 09:09:23.973 7 INFO neutron.services.segments.plugin [-] Segment 5cf17ede-cecc-4508-8038-6617a8922411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf17ede-cecc-4508-8038-6617a8922411 found for delete ", "request_id": "req-c8120ba5-dca3-47b7-9926-81ffae7f9c86"}]} [pid: 8|app: 0|req: 1127/2281] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:23 2026] DELETE /v2.0/security-groups/dc747624-b2b0-4dd3-8a86-2be05f3ba14f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:24.089 8 INFO neutron.services.segments.plugin [-] Segment 9ac57cc7-ad78-415a-afd6-35601af5a8f5 resource provider aggregate not found [pid: 7|app: 0|req: 1155/2282] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:23 2026] DELETE /v2.0/security-groups/72f1921b-90bd-45e3-adf1-5e7176470f88 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:24.096 8 INFO neutron.services.segments.plugin [-] Segment 9ac57cc7-ad78-415a-afd6-35601af5a8f5 resource provider aggregate not found 2026-06-10 09:09:24.122 8 INFO neutron.services.segments.plugin [-] Segment 9ac57cc7-ad78-415a-afd6-35601af5a8f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac57cc7-ad78-415a-afd6-35601af5a8f5 found for delete ", "request_id": "req-d451e380-faaa-4b46-8d58-59a74a60067e"}]} 2026-06-10 09:09:24.127 8 INFO neutron.services.segments.plugin [-] Segment 9ac57cc7-ad78-415a-afd6-35601af5a8f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac57cc7-ad78-415a-afd6-35601af5a8f5 found for delete ", "request_id": "req-d22979a3-82a1-4577-a01f-308734482fe2"}]} [pid: 7|app: 0|req: 1156/2283] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:24 2026] GET /v2.0/security-groups?tenant_id=1ee2a9b8c3ed4d0ba2a8f55b9fdf32a0&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:09:24.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1856b36-55fb-4f65-b5a9-cdaef89d98c5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 4a12193b-5593-42b0-bf8a-69f35c71ff5d 2026-06-10 09:09:24.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1856b36-55fb-4f65-b5a9-cdaef89d98c5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 4a12193b-5593-42b0-bf8a-69f35c71ff5d [pid: 7|app: 0|req: 1157/2284] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:24 2026] DELETE /v2.0/security-groups/36ba5646-2b1b-4e05-9e12-971783f9cfca => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:24.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1856b36-55fb-4f65-b5a9-cdaef89d98c5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: d6e2eb84-d55e-4419-93bf-5cbcde847224 2026-06-10 09:09:24.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1856b36-55fb-4f65-b5a9-cdaef89d98c5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: d6e2eb84-d55e-4419-93bf-5cbcde847224 [pid: 7|app: 0|req: 1158/2285] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:24 2026] GET /v2.0/security-groups?tenant_id=a433b83d6b5e4de08e0f26e3c3c6bd54&name=default => 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: 1159/2286] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:24 2026] DELETE /v2.0/security-groups/af4ca3a4-56f7-419c-a6fa-990fdcb7235b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:25.000 8 INFO neutron.db.l3_hamode_db [None req-c1856b36-55fb-4f65-b5a9-cdaef89d98c5 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] HA network 658b79a2-11ab-4d5b-8073-7a15bc546b6f was deleted as no HA routers are present in tenant 128c2497ef674bad8d3b0ff027914533. [pid: 8|app: 0|req: 1128/2287] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:24 2026] DELETE /v2.0/routers/9d818b43-ab44-4195-84af-d5a46ffc5da7 => generated 0 bytes in 979 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2288] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:25 2026] DELETE /v2.0/subnets/f420ff53-7cc8-4919-bb3a-28603bc6fd45 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:25.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-b05f482f-2aff-4c5d-999b-7817867bc4d8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 9341207e-c7ea-4795-9661-c1c96b56b182 2026-06-10 09:09:25.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b05f482f-2aff-4c5d-999b-7817867bc4d8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 9341207e-c7ea-4795-9661-c1c96b56b182 [pid: 8|app: 0|req: 1129/2289] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:25 2026] DELETE /v2.0/networks/a3d1b6c4-8024-4a7c-ae57-0818cb6e20e9 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2290] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:25 2026] GET /v2.0/security-groups?tenant_id=128c2497ef674bad8d3b0ff027914533&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2291] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:25 2026] DELETE /v2.0/security-groups/cb9a2add-8c70-4fc3-965f-49f25c60a022 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:26.147 8 INFO neutron.services.segments.plugin [-] Segment 4cc2c301-af77-453c-8565-e4a8b328c967 resource provider aggregate not found 2026-06-10 09:09:26.149 8 INFO neutron.services.segments.plugin [-] Segment 4cc2c301-af77-453c-8565-e4a8b328c967 resource provider aggregate not found 2026-06-10 09:09:26.168 8 INFO neutron.services.segments.plugin [-] Segment 4cc2c301-af77-453c-8565-e4a8b328c967 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cc2c301-af77-453c-8565-e4a8b328c967 found for delete ", "request_id": "req-c8b862a4-7ec6-44c8-9e62-54d6f333f7e1"}]} 2026-06-10 09:09:26.174 8 INFO neutron.services.segments.plugin [-] Segment 4cc2c301-af77-453c-8565-e4a8b328c967 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cc2c301-af77-453c-8565-e4a8b328c967 found for delete ", "request_id": "req-e955212c-d445-42ab-a3b6-e061e95f9aa9"}]} 2026-06-10 09:09:26.190 8 INFO neutron.services.segments.plugin [-] Segment 263f5c1d-1d88-4a7e-b19d-c5bbb28401c1 resource provider aggregate not found 2026-06-10 09:09:26.197 8 INFO neutron.services.segments.plugin [-] Segment 263f5c1d-1d88-4a7e-b19d-c5bbb28401c1 resource provider aggregate not found 2026-06-10 09:09:26.212 8 INFO neutron.services.segments.plugin [-] Segment 263f5c1d-1d88-4a7e-b19d-c5bbb28401c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 263f5c1d-1d88-4a7e-b19d-c5bbb28401c1 found for delete ", "request_id": "req-c5a1a043-554f-48cf-b213-f872d13a7e3d"}]} 2026-06-10 09:09:26.215 8 INFO neutron.services.segments.plugin [-] Segment 263f5c1d-1d88-4a7e-b19d-c5bbb28401c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 263f5c1d-1d88-4a7e-b19d-c5bbb28401c1 found for delete ", "request_id": "req-9785893a-d7d6-4e54-ab85-252a6c73fda9"}]} [pid: 7|app: 0|req: 1162/2292] 10.0.0.24 () {34 vars in 677 bytes} [Wed Jun 10 09:09:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2293] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:27 2026] PUT /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2294] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:09:27 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/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: 1132/2295] 10.0.0.24 () {34 vars in 763 bytes} [Wed Jun 10 09:09:27 2026] PUT /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2296] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:09:27 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2297] 10.0.0.24 () {34 vars in 759 bytes} [Wed Jun 10 09:09:27 2026] PUT /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2298] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:09:27 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2299] 10.0.0.24 () {34 vars in 781 bytes} [Wed Jun 10 09:09:28 2026] PUT /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2300] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:09:28 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/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: 1135/2301] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:28 2026] PUT /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2302] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:09:28 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2303] 10.0.0.24 () {32 vars in 740 bytes} [Wed Jun 10 09:09:28 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:28.312 7 INFO neutron.api.v2.resource [None req-bd4f2fb9-8a16-426d-b819-ff3c34372ff6 7487e9611c724e7a84c598343a8a2415 4aa6502b889e47e29e37484aa3f637c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2304] 10.0.0.24 () {32 vars in 744 bytes} [Wed Jun 10 09:09:28 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2305] 10.0.0.24 () {32 vars in 743 bytes} [Wed Jun 10 09:09:28 2026] DELETE /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2306] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:09:28 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:28.472 8 INFO neutron.api.v2.resource [None req-c2d95ecd-3672-430a-b6a3-dd305fe6cbc9 7487e9611c724e7a84c598343a8a2415 4aa6502b889e47e29e37484aa3f637c3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1138/2307] 10.0.0.24 () {32 vars in 747 bytes} [Wed Jun 10 09:09:28 2026] DELETE /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2308] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:09:28 2026] DELETE /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2309] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:09:28 2026] GET /v2.0/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d/tags => 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: 1171/2310] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:09:28 2026] DELETE /v2.0/qos/policies/fe98a97f-1861-4455-8fef-7a83fbf8ca0d => 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: 1140/2311] 10.0.0.24 () {34 vars in 677 bytes} [Wed Jun 10 09:09:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2312] 10.0.0.24 () {34 vars in 677 bytes} [Wed Jun 10 09:09:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2313] 10.0.0.24 () {34 vars in 677 bytes} [Wed Jun 10 09:09:29 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: 7|app: 0|req: 1173/2314] 10.0.0.240 () {32 vars in 801 bytes} [Wed Jun 10 09:09:29 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2315] 10.0.0.24 () {34 vars in 677 bytes} [Wed Jun 10 09:09:29 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: 1143/2316] 10.0.0.24 () {34 vars in 677 bytes} [Wed Jun 10 09:09:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2319] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:29 2026] PUT /v2.0/policies/0dab3e1b-d673-4956-a08d-920a3350a22f/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2320] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:29 2026] PUT /v2.0/policies/29a34258-5275-48c4-8a60-3a140d3bab8d/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2321] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:29 2026] GET /v2.0/security-groups?tenant_id=37ae21c872ef47b7acb0fc1d0fc091ae&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2322] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:29 2026] PUT /v2.0/policies/91c2e858-2aa6-459e-a395-777f342d1ae0/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2323] 10.0.0.240 () {30 vars in 724 bytes} [Wed Jun 10 09:09:29 2026] GET /v2.0/quotas/b15307134ed446ee8f07bb55d4853623/details => generated 847 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2324] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:29 2026] DELETE /v2.0/security-groups/92702bd6-d517-4b86-9313-38104ab5aefa => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2325] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:09:29 2026] PUT /v2.0/policies/c8edc4ee-a7b0-4516-9d0d-386d5f992c22/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2326] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:29 2026] GET /v2.0/security-groups?tenant_id=4aa6502b889e47e29e37484aa3f637c3&name=default => generated 2928 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2327] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:29 2026] DELETE /v2.0/security-groups/607c54dd-409a-4d62-b7cb-2b82a22dd6da => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2328] 10.0.0.24 () {32 vars in 673 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2329] 10.0.0.24 () {32 vars in 687 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2330] 10.0.0.24 () {32 vars in 683 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2331] 10.0.0.24 () {32 vars in 695 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2332] 10.0.0.24 () {32 vars in 681 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2333] 10.0.0.24 () {32 vars in 695 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2334] 10.0.0.24 () {32 vars in 691 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2335] 10.0.0.24 () {32 vars in 703 bytes} [Wed Jun 10 09:09:30 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2336] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:09:30 2026] DELETE /v2.0/qos/policies/0dab3e1b-d673-4956-a08d-920a3350a22f => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2337] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:09:30 2026] DELETE /v2.0/qos/policies/29a34258-5275-48c4-8a60-3a140d3bab8d => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2338] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:09:30 2026] DELETE /v2.0/qos/policies/91c2e858-2aa6-459e-a395-777f342d1ae0 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2339] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:09:30 2026] DELETE /v2.0/qos/policies/c8edc4ee-a7b0-4516-9d0d-386d5f992c22 => 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: 1157/2340] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:09:30 2026] DELETE /v2.0/qos/policies/e0838a66-11ca-4a6e-8468-66dddaf7a075 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2341] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:31 2026] GET /v2.0/security-groups?tenant_id=12cc089a9c0246b2a7fb5d9b15bfcba6&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2342] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:32 2026] DELETE /v2.0/security-groups/484adfdc-d94c-4b11-81ed-e9d6a7eecd3b => 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: 1185/2343] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:32 2026] GET /v2.0/security-groups?tenant_id=d06d9ddac64c40869420f4e01cd270f8&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2344] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:32 2026] DELETE /v2.0/security-groups/3d8fe640-b1b4-4f8a-bdd4-6d2a02aeb3bb => 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: 1186/2345] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:32 2026] GET /v2.0/security-groups?tenant_id=9b9bab0516694dfd80939b9fce1f7791&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2346] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:32 2026] DELETE /v2.0/security-groups/e1452ea8-7bea-4648-afd4-d33de572147b => 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: 1187/2347] 10.0.0.240 () {32 vars in 801 bytes} [Wed Jun 10 09:09:33 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2348] 10.0.0.240 () {30 vars in 724 bytes} [Wed Jun 10 09:09:33 2026] GET /v2.0/quotas/b15307134ed446ee8f07bb55d4853623/details => generated 847 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:33.672 7 INFO neutron.db.segments_db [None req-6a797556-7c66-4ab4-b6df-8b50669509cd 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] Added segment e0e8d381-0f71-4ffe-be67-73fbadbe13a2 of type vxlan for network 8517a86f-e5e9-4e86-9eae-df39b5a0bbd2 2026-06-10 09:09:33.949 7 INFO neutron.db.l3_hamode_db [None req-6a797556-7c66-4ab4-b6df-8b50669509cd 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 09:09:34.065 7 INFO neutron.db.l3_hamode_db [None req-6a797556-7c66-4ab4-b6df-8b50669509cd 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1188/2349] 10.0.0.24 () {34 vars in 667 bytes} [Wed Jun 10 09:09:33 2026] POST /v2.0/routers => generated 474 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2350] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:34 2026] PUT /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2351] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:09:34 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2352] 10.0.0.24 () {34 vars in 761 bytes} [Wed Jun 10 09:09:34 2026] PUT /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags/green => generated 4 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2353] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:09:35 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2354] 10.0.0.24 () {34 vars in 757 bytes} [Wed Jun 10 09:09:35 2026] PUT /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags/red => generated 4 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2355] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:09:35 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2356] 10.0.0.24 () {34 vars in 779 bytes} [Wed Jun 10 09:09:35 2026] PUT /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags/black.or.white => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2357] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:09:35 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 52 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2358] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:35 2026] PUT /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 37 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2359] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:09:35 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2360] 10.0.0.24 () {32 vars in 738 bytes} [Wed Jun 10 09:09:35 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:36.126 7 INFO neutron.api.v2.resource [None req-95346061-2022-4bd4-b865-d13fd31d4028 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2361] 10.0.0.24 () {32 vars in 742 bytes} [Wed Jun 10 09:09:36 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags/green => generated 99 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2362] 10.0.0.24 () {32 vars in 741 bytes} [Wed Jun 10 09:09:36 2026] DELETE /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags/red => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2363] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:09:36 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 30 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:36.433 7 INFO neutron.api.v2.resource [None req-18b8fa30-3b7b-444c-a647-a38604da5b8a 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1196/2364] 10.0.0.24 () {32 vars in 745 bytes} [Wed Jun 10 09:09:36 2026] DELETE /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2365] 10.0.0.24 () {32 vars in 733 bytes} [Wed Jun 10 09:09:36 2026] DELETE /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2366] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:36 2026] GET /v2.0/security-groups?tenant_id=b15307134ed446ee8f07bb55d4853623&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2367] 10.0.0.24 () {32 vars in 730 bytes} [Wed Jun 10 09:09:36 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048/tags => generated 12 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2368] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:36 2026] DELETE /v2.0/security-groups/1ad79f36-bc0e-4869-8df4-b35f63aea899 => 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: 1199/2369] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:09:36 2026] GET /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2370] 10.0.0.24 () {34 vars in 741 bytes} [Wed Jun 10 09:09:36 2026] PUT /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048 => generated 480 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2371] 10.0.0.24 () {32 vars in 735 bytes} [Wed Jun 10 09:09:37 2026] GET /v2.0/ports?device_id=cc65a161-2b6e-45ba-a421-9df4a3059048 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:37.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff294a90-4bae-43f9-b98d-abaa4b252918 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] TaaS: Handle Delete Port: 932f1279-c7c6-40dd-9421-71df8a715426 2026-06-10 09:09:37.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff294a90-4bae-43f9-b98d-abaa4b252918 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] Tap Mirror: Handle Delete Port: 932f1279-c7c6-40dd-9421-71df8a715426 2026-06-10 09:09:37.637 7 INFO neutron.db.segments_db [None req-3603f864-2de2-4748-bcd9-dd4507ad319a 0812023fcfce4bdf8cc7196c014be9a7 ceee4b69351e459b98bf9c03819b24b1 - - default default] Added segment bebf8661-bb40-4794-b9f8-83b1930d9247 of type vxlan for network 3cb63162-1861-4706-a1cd-2f572542d509 [pid: 7|app: 0|req: 1201/2372] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:37 2026] POST /v2.0/networks => generated 613 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:37.796 8 INFO neutron.services.segments.plugin [-] Segment e0e8d381-0f71-4ffe-be67-73fbadbe13a2 resource provider aggregate not found 2026-06-10 09:09:37.801 8 INFO neutron.services.segments.plugin [-] Segment e0e8d381-0f71-4ffe-be67-73fbadbe13a2 resource provider aggregate not found 2026-06-10 09:09:37.817 8 INFO neutron.services.segments.plugin [-] Segment e0e8d381-0f71-4ffe-be67-73fbadbe13a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e8d381-0f71-4ffe-be67-73fbadbe13a2 found for delete ", "request_id": "req-6450ba3e-3819-40f3-93ec-4f35c95fb5b7"}]} 2026-06-10 09:09:37.820 8 INFO neutron.services.segments.plugin [-] Segment e0e8d381-0f71-4ffe-be67-73fbadbe13a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e8d381-0f71-4ffe-be67-73fbadbe13a2 found for delete ", "request_id": "req-898c6394-11e3-487c-95c1-5c25b5e8a768"}]} 2026-06-10 09:09:37.832 8 INFO neutron.db.l3_hamode_db [None req-ff294a90-4bae-43f9-b98d-abaa4b252918 384ea73af466448897eb107d254843be af3377efd3ba49cba44b44086c1cf416 - - default default] HA network 8517a86f-e5e9-4e86-9eae-df39b5a0bbd2 was deleted as no HA routers are present in tenant af3377efd3ba49cba44b44086c1cf416. [pid: 8|app: 0|req: 1172/2373] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:37 2026] DELETE /v2.0/routers/cc65a161-2b6e-45ba-a421-9df4a3059048 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2374] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:37 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:38.016 8 INFO neutron.db.segments_db [None req-8b3e1b86-1743-4f8c-8d62-755c32da9006 0812023fcfce4bdf8cc7196c014be9a7 ceee4b69351e459b98bf9c03819b24b1 - - default default] Added segment b69bdb0c-c0c0-4e1d-a7db-d5eb38a78332 of type vxlan for network 1f622a1a-1630-4e31-9308-6c14dc71beb1 [pid: 8|app: 0|req: 1173/2375] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:37 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: 7|app: 0|req: 1203/2376] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:38 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:38.388 8 INFO neutron.db.segments_db [None req-d124d6bc-050e-4868-879b-6813cb91426c 0812023fcfce4bdf8cc7196c014be9a7 ceee4b69351e459b98bf9c03819b24b1 - - default default] Added segment 0f636d25-f688-47b6-8e42-6a38a7ebbb1c of type vxlan for network 7eb59425-3ff0-4afe-b7aa-c2da4857be8d [pid: 8|app: 0|req: 1174/2377] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:38 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) [pid: 8|app: 0|req: 1175/2378] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:38 2026] POST /v2.0/subnets => generated 629 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:38.894 8 INFO neutron.db.segments_db [None req-3648263d-1419-4b70-8c71-3e0a7f5cbfda 0812023fcfce4bdf8cc7196c014be9a7 ceee4b69351e459b98bf9c03819b24b1 - - default default] Added segment 7461c3e4-d26c-4360-b667-051d432e2bb6 of type vxlan for network 4b126c98-c212-425d-82be-1328098dc879 [pid: 7|app: 0|req: 1204/2379] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:38 2026] GET /v2.0/security-groups?tenant_id=af3377efd3ba49cba44b44086c1cf416&name=default => generated 2929 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2380] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:38 2026] POST /v2.0/networks => generated 611 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2381] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:38 2026] DELETE /v2.0/security-groups/5fcab6a0-94d6-449c-9f6e-a8512c3dc1fd => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2382] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:39 2026] GET /v2.0/security-groups?tenant_id=f614889aa1024a9190e8dcbb9477858e&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: 1177/2383] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:38 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2384] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:39 2026] DELETE /v2.0/security-groups/9b40db3b-19cb-4313-af07-bd2ec3d45976 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:39.301 8 INFO neutron.db.segments_db [None req-169af09f-cc70-46d5-9899-69765da1229a 0812023fcfce4bdf8cc7196c014be9a7 ceee4b69351e459b98bf9c03819b24b1 - - default default] Added segment 031916ff-6cc1-4210-916b-29a84806e096 of type vxlan for network 24958ac0-8123-4c77-8aab-dd46dd0344b3 [pid: 8|app: 0|req: 1178/2385] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:39 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2386] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:39 2026] POST /v2.0/subnets => generated 629 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2387] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:39 2026] PUT /v2.0/subnets/e04c71d4-80b9-4751-982a-0b89b3639f5d/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2388] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:39 2026] PUT /v2.0/subnets/bf832162-67a6-425c-a736-c62f4b233b11/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2389] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:39 2026] PUT /v2.0/subnets/43469578-1c22-4a6b-b4f0-6f26c79f83be/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: 1210/2390] 10.0.0.24 () {34 vars in 750 bytes} [Wed Jun 10 09:09:39 2026] PUT /v2.0/subnets/dc364c40-cd79-49ae-b0d0-c6d9d3439192/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2391] 10.0.0.24 () {32 vars in 663 bytes} [Wed Jun 10 09:09:39 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2392] 10.0.0.24 () {32 vars in 677 bytes} [Wed Jun 10 09:09:40 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2393] 10.0.0.24 () {32 vars in 673 bytes} [Wed Jun 10 09:09:40 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2394] 10.0.0.24 () {32 vars in 685 bytes} [Wed Jun 10 09:09:40 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2395] 10.0.0.24 () {32 vars in 671 bytes} [Wed Jun 10 09:09:40 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2396] 10.0.0.24 () {32 vars in 685 bytes} [Wed Jun 10 09:09:40 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2397] 10.0.0.24 () {32 vars in 681 bytes} [Wed Jun 10 09:09:40 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2398] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:09:40 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2399] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:40 2026] DELETE /v2.0/subnets/e04c71d4-80b9-4751-982a-0b89b3639f5d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2400] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:40 2026] DELETE /v2.0/subnets/bf832162-67a6-425c-a736-c62f4b233b11 => 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: 1186/2401] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:40 2026] DELETE /v2.0/subnets/43469578-1c22-4a6b-b4f0-6f26c79f83be => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2402] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:40 2026] DELETE /v2.0/subnets/dc364c40-cd79-49ae-b0d0-c6d9d3439192 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2403] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:09:40 2026] DELETE /v2.0/subnets/2ef8c479-4516-4b12-a520-dd9851893857 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:41.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8072a81-1ddf-4c91-8f10-3d3fde9dd51a 0812023fcfce4bdf8cc7196c014be9a7 ceee4b69351e459b98bf9c03819b24b1 - - default default] TaaS: Handle Delete Port: 2d755510-bc7b-439f-9aa1-fd25e1008ebb 2026-06-10 09:09:41.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8072a81-1ddf-4c91-8f10-3d3fde9dd51a 0812023fcfce4bdf8cc7196c014be9a7 ceee4b69351e459b98bf9c03819b24b1 - - default default] Tap Mirror: Handle Delete Port: 2d755510-bc7b-439f-9aa1-fd25e1008ebb 2026-06-10 09:09:41.376 7 INFO neutron.services.segments.plugin [-] Segment bebf8661-bb40-4794-b9f8-83b1930d9247 resource provider aggregate not found 2026-06-10 09:09:41.377 7 INFO neutron.services.segments.plugin [-] Segment bebf8661-bb40-4794-b9f8-83b1930d9247 resource provider aggregate not found 2026-06-10 09:09:41.397 7 INFO neutron.services.segments.plugin [-] Segment bebf8661-bb40-4794-b9f8-83b1930d9247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bebf8661-bb40-4794-b9f8-83b1930d9247 found for delete ", "request_id": "req-801d9dfa-d094-4447-8e3b-2212d3904f04"}]} 2026-06-10 09:09:41.399 7 INFO neutron.services.segments.plugin [-] Segment bebf8661-bb40-4794-b9f8-83b1930d9247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bebf8661-bb40-4794-b9f8-83b1930d9247 found for delete ", "request_id": "req-018ec989-9242-4cf8-9eaf-15227d81e98f"}]} [pid: 7|app: 0|req: 1217/2404] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:41 2026] DELETE /v2.0/networks/3cb63162-1861-4706-a1cd-2f572542d509 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:41.534 8 INFO neutron.services.segments.plugin [-] Segment b69bdb0c-c0c0-4e1d-a7db-d5eb38a78332 resource provider aggregate not found 2026-06-10 09:09:41.535 8 INFO neutron.services.segments.plugin [-] Segment b69bdb0c-c0c0-4e1d-a7db-d5eb38a78332 resource provider aggregate not found 2026-06-10 09:09:41.550 8 INFO neutron.services.segments.plugin [-] Segment b69bdb0c-c0c0-4e1d-a7db-d5eb38a78332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b69bdb0c-c0c0-4e1d-a7db-d5eb38a78332 found for delete ", "request_id": "req-0feb050b-a1a7-4c1d-be52-0d68e8082c17"}]} 2026-06-10 09:09:41.554 8 INFO neutron.services.segments.plugin [-] Segment b69bdb0c-c0c0-4e1d-a7db-d5eb38a78332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b69bdb0c-c0c0-4e1d-a7db-d5eb38a78332 found for delete ", "request_id": "req-61ede3b9-206c-4a46-a88f-1bff15514bd3"}]} [pid: 8|app: 0|req: 1188/2405] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:41 2026] DELETE /v2.0/networks/1f622a1a-1630-4e31-9308-6c14dc71beb1 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2406] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:41 2026] DELETE /v2.0/networks/7eb59425-3ff0-4afe-b7aa-c2da4857be8d => 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: 1189/2407] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:41 2026] DELETE /v2.0/networks/4b126c98-c212-425d-82be-1328098dc879 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2408] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:41 2026] DELETE /v2.0/networks/24958ac0-8123-4c77-8aab-dd46dd0344b3 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:09:42.737 8 INFO neutron.db.segments_db [None req-8e849662-e714-4eb2-b2eb-e8c433a7332d e128dc0887584fc49f0cb915e08393ea f969938e3c1d4dd2b18bcd00fc03d1a8 - - default default] Added segment 32e06140-1f6e-4724-822a-7c572d80939d of type vxlan for network 23092af6-08a7-407d-b7ec-bc99055e581f [pid: 8|app: 0|req: 1190/2409] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:42 2026] POST /v2.0/networks => generated 613 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2410] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:42 2026] GET /v2.0/security-groups?tenant_id=ceee4b69351e459b98bf9c03819b24b1&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2411] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:42 2026] POST /v2.0/ports => generated 743 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1221/2412] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:43 2026] DELETE /v2.0/security-groups/d0efaec4-1d20-45f0-83ba-e056717b3af5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2413] 10.0.0.24 () {34 vars in 665 bytes} [Wed Jun 10 09:09:43 2026] POST /v2.0/trunks => generated 407 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2414] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/security-groups?tenant_id=c6bb9fb955264aef9214b049214af3a8&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2415] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:09:43 2026] PUT /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2416] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:43.417 7 INFO neutron.services.segments.plugin [-] Segment 0f636d25-f688-47b6-8e42-6a38a7ebbb1c resource provider aggregate not found 2026-06-10 09:09:43.422 7 INFO neutron.services.segments.plugin [-] Segment 0f636d25-f688-47b6-8e42-6a38a7ebbb1c resource provider aggregate not found [pid: 8|app: 0|req: 1195/2417] 10.0.0.24 () {34 vars in 759 bytes} [Wed Jun 10 09:09:43 2026] PUT /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2418] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:43 2026] DELETE /v2.0/security-groups/7980cba6-3ea9-47de-98f7-733ca26c2c3e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:43.440 7 INFO neutron.services.segments.plugin [-] Segment 0f636d25-f688-47b6-8e42-6a38a7ebbb1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f636d25-f688-47b6-8e42-6a38a7ebbb1c found for delete ", "request_id": "req-e2f4a447-812d-405a-9a4a-f74df67a3cae"}]} 2026-06-10 09:09:43.444 7 INFO neutron.services.segments.plugin [-] Segment 0f636d25-f688-47b6-8e42-6a38a7ebbb1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f636d25-f688-47b6-8e42-6a38a7ebbb1c found for delete ", "request_id": "req-72cf7bbf-751b-44f3-99b6-70995a899f93"}]} 2026-06-10 09:09:43.454 7 INFO neutron.services.segments.plugin [-] Segment 031916ff-6cc1-4210-916b-29a84806e096 resource provider aggregate not found [pid: 8|app: 0|req: 1196/2419] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:43.458 7 INFO neutron.services.segments.plugin [-] Segment 031916ff-6cc1-4210-916b-29a84806e096 resource provider aggregate not found 2026-06-10 09:09:43.478 7 INFO neutron.services.segments.plugin [-] Segment 031916ff-6cc1-4210-916b-29a84806e096 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 031916ff-6cc1-4210-916b-29a84806e096 found for delete ", "request_id": "req-d397363b-e185-42a8-b814-0db4dc2f91fa"}]} 2026-06-10 09:09:43.480 7 INFO neutron.services.segments.plugin [-] Segment 031916ff-6cc1-4210-916b-29a84806e096 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 031916ff-6cc1-4210-916b-29a84806e096 found for delete ", "request_id": "req-a6a9dfd6-ce06-40cb-a39f-b0af09f2ee1c"}]} [pid: 7|app: 0|req: 1224/2420] 10.0.0.24 () {34 vars in 755 bytes} [Wed Jun 10 09:09:43 2026] PUT /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/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: 1197/2421] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:43.572 8 INFO neutron.services.segments.plugin [-] Segment 7461c3e4-d26c-4360-b667-051d432e2bb6 resource provider aggregate not found 2026-06-10 09:09:43.575 8 INFO neutron.services.segments.plugin [-] Segment 7461c3e4-d26c-4360-b667-051d432e2bb6 resource provider aggregate not found [pid: 7|app: 0|req: 1225/2422] 10.0.0.24 () {34 vars in 777 bytes} [Wed Jun 10 09:09:43 2026] PUT /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 09:09:43.592 8 INFO neutron.services.segments.plugin [-] Segment 7461c3e4-d26c-4360-b667-051d432e2bb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7461c3e4-d26c-4360-b667-051d432e2bb6 found for delete ", "request_id": "req-bfc80552-16b2-4db2-a88c-bb17a8b6ab5d"}]} 2026-06-10 09:09:43.604 8 INFO neutron.services.segments.plugin [-] Segment 7461c3e4-d26c-4360-b667-051d432e2bb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7461c3e4-d26c-4360-b667-051d432e2bb6 found for delete ", "request_id": "req-80a88f55-26ee-49f3-8390-02abd1c058ee"}]} [pid: 7|app: 0|req: 1226/2423] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2424] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:09:43 2026] PUT /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2425] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2426] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/security-groups?tenant_id=1e9625b900e94570a51d8186b1a752d7&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2427] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:43.758 7 INFO neutron.api.v2.resource [None req-11183eb6-5926-46b9-af77-4aa891be3e67 e128dc0887584fc49f0cb915e08393ea f969938e3c1d4dd2b18bcd00fc03d1a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1230/2428] 10.0.0.24 () {32 vars in 740 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2429] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:43 2026] DELETE /v2.0/security-groups/ad7ccca8-359b-4c00-a193-dcc140eb3bcb => 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: 1231/2430] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:43 2026] DELETE /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2431] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:43.865 7 INFO neutron.api.v2.resource [None req-184acea5-e06b-4e75-9540-0050ca7afea6 e128dc0887584fc49f0cb915e08393ea f969938e3c1d4dd2b18bcd00fc03d1a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1232/2432] 10.0.0.24 () {32 vars in 743 bytes} [Wed Jun 10 09:09:43 2026] DELETE /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2433] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:09:43 2026] DELETE /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2434] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85/tags => 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: 1202/2435] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2436] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:09:43 2026] GET /v2.0/ports/eeea483f-ccb2-4810-baa0-2833ae60e2dd => generated 826 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2437] 10.0.0.24 () {32 vars in 721 bytes} [Wed Jun 10 09:09:44 2026] DELETE /v2.0/trunks/e21692ec-f3e7-423b-b55b-53bec9535f85 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:44.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-25233c45-52f9-4fa5-981e-69607d6b8b2e e128dc0887584fc49f0cb915e08393ea f969938e3c1d4dd2b18bcd00fc03d1a8 - - default default] TaaS: Handle Delete Port: eeea483f-ccb2-4810-baa0-2833ae60e2dd 2026-06-10 09:09:44.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25233c45-52f9-4fa5-981e-69607d6b8b2e e128dc0887584fc49f0cb915e08393ea f969938e3c1d4dd2b18bcd00fc03d1a8 - - default default] Tap Mirror: Handle Delete Port: eeea483f-ccb2-4810-baa0-2833ae60e2dd [pid: 7|app: 0|req: 1235/2438] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:09:44 2026] DELETE /v2.0/ports/eeea483f-ccb2-4810-baa0-2833ae60e2dd => 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: 1204/2441] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:09:44 2026] DELETE /v2.0/networks/23092af6-08a7-407d-b7ec-bc99055e581f => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2442] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:45 2026] GET /v2.0/security-groups?tenant_id=423cc16dcf5749f0bdfd8d4990263816&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2443] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:45 2026] DELETE /v2.0/security-groups/2228807e-912f-44cc-abb3-4f00be1aeac7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:45.612 8 INFO neutron.services.segments.plugin [-] Segment 32e06140-1f6e-4724-822a-7c572d80939d resource provider aggregate not found 2026-06-10 09:09:45.618 8 INFO neutron.services.segments.plugin [-] Segment 32e06140-1f6e-4724-822a-7c572d80939d resource provider aggregate not found 2026-06-10 09:09:45.633 8 INFO neutron.services.segments.plugin [-] Segment 32e06140-1f6e-4724-822a-7c572d80939d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e06140-1f6e-4724-822a-7c572d80939d found for delete ", "request_id": "req-d7d310f2-cf09-4442-8ead-415f29b6f5c1"}]} 2026-06-10 09:09:45.637 8 INFO neutron.services.segments.plugin [-] Segment 32e06140-1f6e-4724-822a-7c572d80939d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e06140-1f6e-4724-822a-7c572d80939d found for delete ", "request_id": "req-8592bf72-db62-42e2-b955-49ce79b8d575"}]} [pid: 7|app: 0|req: 1239/2444] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:45 2026] GET /v2.0/security-groups?tenant_id=f969938e3c1d4dd2b18bcd00fc03d1a8&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2445] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:45 2026] DELETE /v2.0/security-groups/b2ab278f-1cd3-4a29-bcf6-3f681d6f4a84 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:46.714 7 INFO neutron.db.segments_db [None req-f76b046c-c9a9-4fef-951b-5d4435d13d0c 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Added segment 1bc6871e-d85c-4860-bcea-309a0ba4b8d5 of type vxlan for network aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 [pid: 7|app: 0|req: 1240/2446] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:46 2026] POST /v2.0/networks => generated 621 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2447] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:46 2026] POST /v2.0/subnets => generated 658 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2448] 10.0.0.24 () {32 vars in 721 bytes} [Wed Jun 10 09:09:47 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2449] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:47 2026] POST /v2.0/subnets => generated 732 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:47.640 7 INFO neutron.db.segments_db [None req-8664917c-0756-4003-8cad-a92c43974310 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Added segment 295a72ff-3d1f-4ed7-ac15-2f3c220cdbec of type vxlan for network 4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f [pid: 7|app: 0|req: 1242/2450] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:47 2026] POST /v2.0/networks => generated 618 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2451] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:47 2026] POST /v2.0/subnets => generated 655 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2452] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnets => generated 725 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:48.354 7 INFO neutron.db.segments_db [None req-6f3d8c9a-02fd-4ef7-9159-a38df93bb196 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Added segment a60b7ac2-b222-4e2f-ba5f-6ab3b6ebf354 of type vxlan for network ceb81645-0cd5-46e3-b747-e07135ac48ee [pid: 7|app: 0|req: 1244/2453] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/networks => generated 618 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2454] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2455] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2456] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnets => generated 656 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2457] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2458] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2459] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2460] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:09:48 2026] PUT /v2.0/subnetpools/f01d128b-ed33-4bba-8d68-b4136e92735c/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2461] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:09:48 2026] PUT /v2.0/subnetpools/1897d066-68a0-477c-a4f0-fe449f548736/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2462] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/subnets => generated 729 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2463] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:09:48 2026] PUT /v2.0/subnetpools/c7e07686-3142-4980-b0d1-8304a35c97d1/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: 1218/2464] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:09:48 2026] PUT /v2.0/subnetpools/0d05233e-f506-49a0-8ab1-215c4f7e1b86/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:09:48.964 7 INFO neutron.db.segments_db [None req-2612c9cd-cb03-4b98-adec-2b6571fbcf3b 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Added segment 4f0e6058-4f6f-4ea4-a16a-9066bc02023b of type vxlan for network 298cdde9-d26d-410d-8501-fed610c58106 [pid: 8|app: 0|req: 1219/2465] 10.0.0.24 () {32 vars in 671 bytes} [Wed Jun 10 09:09:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2466] 10.0.0.24 () {32 vars in 685 bytes} [Wed Jun 10 09:09:48 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2467] 10.0.0.24 () {32 vars in 681 bytes} [Wed Jun 10 09:09:49 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2468] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:09:49 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2469] 10.0.0.24 () {32 vars in 679 bytes} [Wed Jun 10 09:09:49 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2470] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:09:49 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2471] 10.0.0.24 () {32 vars in 689 bytes} [Wed Jun 10 09:09:49 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2472] 10.0.0.24 () {32 vars in 701 bytes} [Wed Jun 10 09:09:49 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2473] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:09:49 2026] DELETE /v2.0/subnetpools/f01d128b-ed33-4bba-8d68-b4136e92735c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:49.264 7 INFO neutron.db.l3_hamode_db [None req-2612c9cd-cb03-4b98-adec-2b6571fbcf3b 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1228/2474] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:09:49 2026] DELETE /v2.0/subnetpools/1897d066-68a0-477c-a4f0-fe449f548736 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2475] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:09:49 2026] DELETE /v2.0/subnetpools/c7e07686-3142-4980-b0d1-8304a35c97d1 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2476] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:09:49 2026] DELETE /v2.0/subnetpools/0d05233e-f506-49a0-8ab1-215c4f7e1b86 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2477] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:09:49 2026] DELETE /v2.0/subnetpools/b16dafd9-c8b0-405f-83e1-e4f725b05045 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2478] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:49 2026] GET /v2.0/security-groups?tenant_id=ea1c181dec784fb9b67e19afa5fa174f&name=default => generated 2929 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2479] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:49 2026] DELETE /v2.0/security-groups/06f22ba8-3157-43f3-bb11-687d5a584245 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:09:50.124 7 INFO neutron.db.l3_hamode_db [None req-2612c9cd-cb03-4b98-adec-2b6571fbcf3b 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1234/2480] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:50 2026] GET /v2.0/security-groups?tenant_id=c1dbf1f9204b46adb6bb813225037fa3&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2481] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:50 2026] DELETE /v2.0/security-groups/1f683728-ec0e-4fa1-a5dd-8af828f50485 => 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: 1236/2482] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:50 2026] GET /v2.0/security-groups?tenant_id=f5618a391d3841f3a2345bba4af6d6e1&name=default => generated 2929 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2483] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:50 2026] DELETE /v2.0/security-groups/1b786fed-82e6-439e-8b34-d4c118661a53 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2484] 10.0.0.24 () {34 vars in 668 bytes} [Wed Jun 10 09:09:48 2026] POST /v2.0/routers => generated 685 bytes in 2244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2485] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:51 2026] GET /v2.0/security-groups?tenant_id=b708f2e78b204c8fb8f95590e208a6cd&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2486] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:51 2026] DELETE /v2.0/security-groups/e9b039cd-42a8-4a0c-b5d6-7400ec94372c => 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: 1240/2487] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:09:51 2026] GET /v2.0/security-groups?tenant_id=0cb3f95951a5466f85fea1fedd2001db&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2488] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:09:51 2026] DELETE /v2.0/security-groups/9afff6eb-758e-4ca7-80b7-13f2d03f7190 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2489] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:09:51 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/add_router_interface => generated 309 bytes in 1691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2490] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:09:52 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/add_router_interface => generated 309 bytes in 1525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2491] 10.0.0.24 () {34 vars in 782 bytes} [Wed Jun 10 09:09:54 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/add_router_interface => generated 309 bytes in 1416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2492] 10.0.0.24 () {34 vars in 683 bytes} [Wed Jun 10 09:09:55 2026] POST /v2.0/security-groups => generated 1630 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2493] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2494] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2495] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2496] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:56.511 8 INFO neutron.db.segments_db [None req-8218d0f8-bd22-4150-83f5-c9d42b1cace8 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Added segment 73773dcd-ff57-4b23-a24e-88c7be2f18a0 of type vxlan for network 61c87a75-a41f-489d-b4b2-e783e2bd71b5 [pid: 8|app: 0|req: 1244/2497] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/networks => generated 612 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2498] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2499] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2500] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2501] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/ports => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1257/2502] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2503] 10.0.0.24 () {34 vars in 665 bytes} [Wed Jun 10 09:09:56 2026] POST /v2.0/trunks => generated 407 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2504] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:57 2026] POST /v2.0/security-group-rules => generated 599 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:09:57.242 8 INFO neutron.db.segments_db [None req-d3913005-ade6-4f71-8b9e-9efb6ea2c74d 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Added segment d63184a2-96b2-42ff-95da-c9fb3b5bcd20 of type vxlan for network 5606604f-b6dc-4fa5-9020-a129f520b345 [pid: 8|app: 0|req: 1247/2505] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:57 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2506] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2507] 10.0.0.24 () {34 vars in 694 bytes} [Wed Jun 10 09:09:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2508] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:57 2026] POST /v2.0/ports => generated 743 bytes in 257 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: 1261/2509] 10.0.0.24 () {34 vars in 665 bytes} [Wed Jun 10 09:09:57 2026] POST /v2.0/trunks => generated 407 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2510] 10.0.0.5 () {34 vars in 1094 bytes} [Wed Jun 10 09:09:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1455637282&fields=id&tenant_id=433ed6dd43d54b708e0bb4efc49622b7 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2511] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:09:57 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 704 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:09:57.926 7 INFO neutron.db.segments_db [None req-1c4835d8-a489-432e-9fc5-3252cd827bb6 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Added segment 445058fd-3187-448b-9936-48caff9f0f92 of type vxlan for network cbe4a98c-0fdb-4e7a-9e2d-4fe59935836e [pid: 8|app: 0|req: 1251/2512] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:09:57 2026] GET /v2.0/quotas/433ed6dd43d54b708e0bb4efc49622b7 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2513] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:57 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2514] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:09:57 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&fields=id => generated 241 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2515] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:09:58 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1254/2516] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:09:58 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1255/2517] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:09:58 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => 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: 1263/2518] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:58 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2519] 10.0.0.24 () {34 vars in 665 bytes} [Wed Jun 10 09:09:58 2026] POST /v2.0/trunks => generated 407 bytes in 178 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-06-10 09:09:58.591 7 INFO neutron.db.segments_db [None req-1445a798-9fc1-4e32-8999-6e241e780162 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Added segment c0d75d35-60ce-4a4e-aefc-4a8d0ecd2dba of type vxlan for network 13a13e8a-c916-43c8-9d4f-438312f67d1d [pid: 7|app: 0|req: 1264/2520] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:58 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: 1257/2521] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:58 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2522] 10.0.0.24 () {34 vars in 665 bytes} [Wed Jun 10 09:09:59 2026] POST /v2.0/trunks => generated 407 bytes in 165 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-06-10 09:09:59.256 8 INFO neutron.db.segments_db [None req-cc5c5315-6dea-4862-b9b4-8cf27d347e67 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Added segment fcfcfa6d-11b8-451b-bc18-141356e9f129 of type vxlan for network 9a76d286-96f3-47cd-9754-86ac09af491d [pid: 8|app: 0|req: 1258/2523] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:09:59 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2526] 10.0.0.24 () {34 vars in 663 bytes} [Wed Jun 10 09:09:59 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2527] 10.0.0.24 () {34 vars in 665 bytes} [Wed Jun 10 09:09:59 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1267/2528] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:09:59 2026] PUT /v2.0/trunks/14d31364-f9d2-4328-830c-ec593b8842cb/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2529] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:09:59 2026] PUT /v2.0/trunks/8bf4fbfe-edca-4e89-bf36-1e242d17a718/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: 1268/2530] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:09:59 2026] PUT /v2.0/trunks/22d17463-0be3-4fca-b074-beabd1cf2dcd/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2531] 10.0.0.24 () {34 vars in 748 bytes} [Wed Jun 10 09:09:59 2026] PUT /v2.0/trunks/3588cc06-ac91-44dc-8d86-9b0d7fcb20b9/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: 1269/2532] 10.0.0.24 () {32 vars in 661 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2533] 10.0.0.24 () {32 vars in 675 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2534] 10.0.0.24 () {32 vars in 671 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2535] 10.0.0.24 () {32 vars in 683 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2536] 10.0.0.24 () {32 vars in 669 bytes} [Wed Jun 10 09:10:00 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: 8|app: 0|req: 1266/2537] 10.0.0.24 () {32 vars in 683 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2538] 10.0.0.24 () {32 vars in 679 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2539] 10.0.0.24 () {32 vars in 691 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2540] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks/14d31364-f9d2-4328-830c-ec593b8842cb => generated 412 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2541] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/ports/6cdbd355-ae2b-4111-b65a-4b438d3f99f1 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2542] 10.0.0.24 () {32 vars in 721 bytes} [Wed Jun 10 09:10:00 2026] DELETE /v2.0/trunks/14d31364-f9d2-4328-830c-ec593b8842cb => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2543] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks/8bf4fbfe-edca-4e89-bf36-1e242d17a718 => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2544] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/ports/38f6fc6d-d8e4-4a18-8a97-4b318c9c3ccc => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2545] 10.0.0.24 () {32 vars in 721 bytes} [Wed Jun 10 09:10:00 2026] DELETE /v2.0/trunks/8bf4fbfe-edca-4e89-bf36-1e242d17a718 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2546] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks/22d17463-0be3-4fca-b074-beabd1cf2dcd => generated 429 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2547] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/ports/50ff73ba-d033-4283-ad75-ae67aaba2aac => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2548] 10.0.0.24 () {32 vars in 721 bytes} [Wed Jun 10 09:10:00 2026] DELETE /v2.0/trunks/22d17463-0be3-4fca-b074-beabd1cf2dcd => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2549] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/trunks/3588cc06-ac91-44dc-8d86-9b0d7fcb20b9 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2550] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:10:00 2026] GET /v2.0/ports/df24a6ae-4d7a-4aaf-a0f6-a9904904140f => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2551] 10.0.0.24 () {32 vars in 721 bytes} [Wed Jun 10 09:10:00 2026] DELETE /v2.0/trunks/3588cc06-ac91-44dc-8d86-9b0d7fcb20b9 => 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: 1279/2552] 10.0.0.24 () {32 vars in 718 bytes} [Wed Jun 10 09:10:01 2026] GET /v2.0/trunks/1c5d3df3-5cb9-4c7d-8c81-2bf81c841d25 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2553] 10.0.0.24 () {32 vars in 716 bytes} [Wed Jun 10 09:10:01 2026] GET /v2.0/ports/84482e67-f63e-43fd-b234-5957fd9f9442 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2554] 10.0.0.24 () {32 vars in 721 bytes} [Wed Jun 10 09:10:01 2026] DELETE /v2.0/trunks/1c5d3df3-5cb9-4c7d-8c81-2bf81c841d25 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:10:01.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d22bb8a-26e2-4589-bedf-8f708bd84bd5 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] TaaS: Handle Delete Port: 6cdbd355-ae2b-4111-b65a-4b438d3f99f1 2026-06-10 09:10:01.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d22bb8a-26e2-4589-bedf-8f708bd84bd5 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Tap Mirror: Handle Delete Port: 6cdbd355-ae2b-4111-b65a-4b438d3f99f1 [pid: 8|app: 0|req: 1275/2555] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:10:01 2026] DELETE /v2.0/ports/6cdbd355-ae2b-4111-b65a-4b438d3f99f1 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:10:01.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-34a15399-868b-42fa-b319-d6674eaa9247 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] TaaS: Handle Delete Port: 38f6fc6d-d8e4-4a18-8a97-4b318c9c3ccc 2026-06-10 09:10:01.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34a15399-868b-42fa-b319-d6674eaa9247 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Tap Mirror: Handle Delete Port: 38f6fc6d-d8e4-4a18-8a97-4b318c9c3ccc [pid: 7|app: 0|req: 1281/2556] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:10:01 2026] DELETE /v2.0/ports/38f6fc6d-d8e4-4a18-8a97-4b318c9c3ccc => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:10:01.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa4b80be-7be4-4ff9-b0a7-e061e988e6bd 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] TaaS: Handle Delete Port: 50ff73ba-d033-4283-ad75-ae67aaba2aac 2026-06-10 09:10:01.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa4b80be-7be4-4ff9-b0a7-e061e988e6bd 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Tap Mirror: Handle Delete Port: 50ff73ba-d033-4283-ad75-ae67aaba2aac [pid: 8|app: 0|req: 1276/2557] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:10:01 2026] DELETE /v2.0/ports/50ff73ba-d033-4283-ad75-ae67aaba2aac => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:10:02.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5089185-eda6-4639-921b-d6f282229101 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] TaaS: Handle Delete Port: df24a6ae-4d7a-4aaf-a0f6-a9904904140f 2026-06-10 09:10:02.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5089185-eda6-4639-921b-d6f282229101 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Tap Mirror: Handle Delete Port: df24a6ae-4d7a-4aaf-a0f6-a9904904140f [pid: 7|app: 0|req: 1282/2558] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:10:01 2026] DELETE /v2.0/ports/df24a6ae-4d7a-4aaf-a0f6-a9904904140f => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:10:02.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-f756990d-a93d-4f6d-83ea-d148ef382797 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] TaaS: Handle Delete Port: 84482e67-f63e-43fd-b234-5957fd9f9442 2026-06-10 09:10:02.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f756990d-a93d-4f6d-83ea-d148ef382797 539cd51da2e242e6affcea0ae9206ce6 654931b095ed41779cb0f37b879f9b90 - - default default] Tap Mirror: Handle Delete Port: 84482e67-f63e-43fd-b234-5957fd9f9442 [pid: 8|app: 0|req: 1277/2559] 10.0.0.24 () {32 vars in 719 bytes} [Wed Jun 10 09:10:02 2026] DELETE /v2.0/ports/84482e67-f63e-43fd-b234-5957fd9f9442 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:10:02.431 7 INFO neutron.services.segments.plugin [-] Segment 73773dcd-ff57-4b23-a24e-88c7be2f18a0 resource provider aggregate not found 2026-06-10 09:10:02.442 7 INFO neutron.services.segments.plugin [-] Segment 73773dcd-ff57-4b23-a24e-88c7be2f18a0 resource provider aggregate not found 2026-06-10 09:10:02.453 7 INFO neutron.services.segments.plugin [-] Segment 73773dcd-ff57-4b23-a24e-88c7be2f18a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73773dcd-ff57-4b23-a24e-88c7be2f18a0 found for delete ", "request_id": "req-869def84-cd50-478a-b52e-bdb4eac661d5"}]} 2026-06-10 09:10:02.465 7 INFO neutron.services.segments.plugin [-] Segment 73773dcd-ff57-4b23-a24e-88c7be2f18a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73773dcd-ff57-4b23-a24e-88c7be2f18a0 found for delete ", "request_id": "req-6e0a919d-7644-423e-9263-d8464e53b88b"}]} [pid: 7|app: 0|req: 1283/2560] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:10:02 2026] DELETE /v2.0/networks/61c87a75-a41f-489d-b4b2-e783e2bd71b5 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:10:02.605 8 INFO neutron.services.segments.plugin [-] Segment d63184a2-96b2-42ff-95da-c9fb3b5bcd20 resource provider aggregate not found 2026-06-10 09:10:02.609 8 INFO neutron.services.segments.plugin [-] Segment d63184a2-96b2-42ff-95da-c9fb3b5bcd20 resource provider aggregate not found 2026-06-10 09:10:02.625 8 INFO neutron.services.segments.plugin [-] Segment d63184a2-96b2-42ff-95da-c9fb3b5bcd20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63184a2-96b2-42ff-95da-c9fb3b5bcd20 found for delete ", "request_id": "req-db79adbb-6b2c-4112-9d21-d2c7bfb7e90c"}]} 2026-06-10 09:10:02.630 8 INFO neutron.services.segments.plugin [-] Segment d63184a2-96b2-42ff-95da-c9fb3b5bcd20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63184a2-96b2-42ff-95da-c9fb3b5bcd20 found for delete ", "request_id": "req-c3c903e3-6449-4df2-80b5-8c9699ef0100"}]} [pid: 8|app: 0|req: 1278/2561] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:10:02 2026] DELETE /v2.0/networks/5606604f-b6dc-4fa5-9020-a129f520b345 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2562] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:10:02 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 704 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2563] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:10:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=433ed6dd43d54b708e0bb4efc49622b7 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2564] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:10:02 2026] DELETE /v2.0/networks/cbe4a98c-0fdb-4e7a-9e2d-4fe59935836e => 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: 1280/2565] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:10:02 2026] DELETE /v2.0/networks/13a13e8a-c916-43c8-9d4f-438312f67d1d => 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: 1281/2566] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:10:03 2026] DELETE /v2.0/networks/9a76d286-96f3-47cd-9754-86ac09af491d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2567] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:10:02 2026] POST /v2.0/ports => generated 1179 bytes in 470 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: 1287/2568] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:10:03 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1194 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2569] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:10:03 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2570] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:10:03 2026] PUT /v2.0/ports/51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => generated 1460 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:10:03.689 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17347d9c-7beb-4b74-a7fe-0f7be16aaccb'] response: {'name': 'network-changed', 'server_uuid': 'c81d6d11-6cf4-42e9-89d0-47bfaeeef674', 'tag': '51c2a74f-1da2-4ecb-a7e7-6552c19f05d0', '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: 1283/2571] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:10:04 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1463 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2572] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:10:04 2026] GET /v2.0/networks?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&shared=False => generated 2375 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2573] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:10:04 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: 7|app: 0|req: 1289/2574] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:10:04 2026] GET /v2.0/security-groups?tenant_id=d1b1d1db47b34135a6231f086d384f80&name=default => generated 2929 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2575] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:10:04 2026] DELETE /v2.0/security-groups/87aee651-b6ff-4dfd-b6f3-8bd923198e4c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:10:04.649 8 INFO neutron.services.segments.plugin [-] Segment 445058fd-3187-448b-9936-48caff9f0f92 resource provider aggregate not found 2026-06-10 09:10:04.654 8 INFO neutron.services.segments.plugin [-] Segment 445058fd-3187-448b-9936-48caff9f0f92 resource provider aggregate not found [pid: 7|app: 0|req: 1290/2576] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:10:04 2026] GET /v2.0/security-groups?tenant_id=654931b095ed41779cb0f37b879f9b90&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:10:04.673 8 INFO neutron.services.segments.plugin [-] Segment 445058fd-3187-448b-9936-48caff9f0f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 445058fd-3187-448b-9936-48caff9f0f92 found for delete ", "request_id": "req-bbc56853-ebab-4f6b-9ccb-284d1befd9cc"}]} 2026-06-10 09:10:04.679 8 INFO neutron.services.segments.plugin [-] Segment 445058fd-3187-448b-9936-48caff9f0f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 445058fd-3187-448b-9936-48caff9f0f92 found for delete ", "request_id": "req-d4de1efd-de7a-4710-af54-076b6048266c"}]} 2026-06-10 09:10:04.694 8 INFO neutron.services.segments.plugin [-] Segment c0d75d35-60ce-4a4e-aefc-4a8d0ecd2dba resource provider aggregate not found 2026-06-10 09:10:04.704 8 INFO neutron.services.segments.plugin [-] Segment c0d75d35-60ce-4a4e-aefc-4a8d0ecd2dba resource provider aggregate not found 2026-06-10 09:10:04.718 8 INFO neutron.services.segments.plugin [-] Segment c0d75d35-60ce-4a4e-aefc-4a8d0ecd2dba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0d75d35-60ce-4a4e-aefc-4a8d0ecd2dba found for delete ", "request_id": "req-199d0f5d-a29b-433f-b080-4270af6f8041"}]} 2026-06-10 09:10:04.734 8 INFO neutron.services.segments.plugin [-] Segment c0d75d35-60ce-4a4e-aefc-4a8d0ecd2dba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0d75d35-60ce-4a4e-aefc-4a8d0ecd2dba found for delete ", "request_id": "req-3695eea1-4223-49a2-9b06-95bb26e09e18"}]} 2026-06-10 09:10:04.741 8 INFO neutron.services.segments.plugin [-] Segment fcfcfa6d-11b8-451b-bc18-141356e9f129 resource provider aggregate not found 2026-06-10 09:10:04.759 8 INFO neutron.services.segments.plugin [-] Segment fcfcfa6d-11b8-451b-bc18-141356e9f129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcfcfa6d-11b8-451b-bc18-141356e9f129 found for delete ", "request_id": "req-76af8f0e-0925-436b-9387-04d89c45afc6"}]} 2026-06-10 09:10:04.769 8 INFO neutron.services.segments.plugin [-] Segment fcfcfa6d-11b8-451b-bc18-141356e9f129 resource provider aggregate not found 2026-06-10 09:10:04.791 8 INFO neutron.services.segments.plugin [-] Segment fcfcfa6d-11b8-451b-bc18-141356e9f129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcfcfa6d-11b8-451b-bc18-141356e9f129 found for delete ", "request_id": "req-4185b7d1-dd9b-4ecf-a496-f45b846176ba"}]} [pid: 8|app: 0|req: 1287/2577] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:10:04 2026] DELETE /v2.0/security-groups/388fb876-b1e8-41c0-a3d8-a56a512627dc => 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: 1291/2578] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:10:04 2026] GET /v2.0/security-groups?tenant_id=60d959eff8f84b15ad2a3faa0afaa7ff&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2579] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:10:05 2026] DELETE /v2.0/security-groups/9d4e1ca5-4bae-4db7-80ad-517223662ad7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2580] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1463 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2581] 199.204.45.210 () {34 vars in 1056 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => 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: 1293/2582] 199.204.45.210 () {34 vars in 1104 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A395&port_id=51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => 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: 1290/2583] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/subnets?id=781f58bd-8d2e-457f-b1a7-855a46b67346&id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2584] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2585] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&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: 7|app: 0|req: 1295/2586] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1292/2587] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:10:05 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1296/2588] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:10:08 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1194 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2589] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:10:08 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:10:09.057 7 INFO neutron.db.segments_db [None req-9e19d17f-d0fb-4940-a98a-494b592065ce 5dcb889f70924513907af0d54c073c84 6bbee545c3604998adc6d0ff20fefbce - - default default] Added segment ed45f974-6c4d-4871-a957-a67eb29f2934 of type vxlan for network 2111b7df-0d65-4782-bcc8-2bd88c0433b4 [pid: 7|app: 0|req: 1297/2590] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:10:08 2026] POST /v2.0/networks => generated 613 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:10:09.243 8 INFO neutron.db.segments_db [None req-48cd7a5d-d075-4629-a208-17b21b25dfd6 5dcb889f70924513907af0d54c073c84 6bbee545c3604998adc6d0ff20fefbce - - default default] Added segment 3ed4cf45-0220-45db-90fb-76b4d4fdc1cf of type vxlan for network 25f4d99b-f920-48b6-8a3b-2956eebecac3 [pid: 8|app: 0|req: 1294/2591] 10.0.0.24 () {34 vars in 669 bytes} [Wed Jun 10 09:10:09 2026] POST /v2.0/networks => generated 613 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2592] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:10:09 2026] PUT /v2.0/networks/2111b7df-0d65-4782-bcc8-2bd88c0433b4/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2593] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:10:09 2026] GET /v2.0/networks/2111b7df-0d65-4782-bcc8-2bd88c0433b4/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2594] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:10:09 2026] PUT /v2.0/networks/25f4d99b-f920-48b6-8a3b-2956eebecac3/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2595] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:10:09 2026] GET /v2.0/networks/25f4d99b-f920-48b6-8a3b-2956eebecac3/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2596] 10.0.0.24 () {34 vars in 752 bytes} [Wed Jun 10 09:10:09 2026] PUT /v2.0/networks/25f4d99b-f920-48b6-8a3b-2956eebecac3/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2597] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:10:09 2026] GET /v2.0/networks/25f4d99b-f920-48b6-8a3b-2956eebecac3/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2598] 10.0.0.24 () {32 vars in 732 bytes} [Wed Jun 10 09:10:09 2026] GET /v2.0/networks/2111b7df-0d65-4782-bcc8-2bd88c0433b4/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:10:09.916 8 INFO neutron.services.segments.plugin [-] Segment ed45f974-6c4d-4871-a957-a67eb29f2934 resource provider aggregate not found 2026-06-10 09:10:09.920 8 INFO neutron.services.segments.plugin [-] Segment ed45f974-6c4d-4871-a957-a67eb29f2934 resource provider aggregate not found 2026-06-10 09:10:09.939 8 INFO neutron.services.segments.plugin [-] Segment ed45f974-6c4d-4871-a957-a67eb29f2934 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed45f974-6c4d-4871-a957-a67eb29f2934 found for delete ", "request_id": "req-8ecd5aaa-0a8f-43d0-b867-1250fd3ee8b8"}]} 2026-06-10 09:10:09.942 8 INFO neutron.services.segments.plugin [-] Segment ed45f974-6c4d-4871-a957-a67eb29f2934 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed45f974-6c4d-4871-a957-a67eb29f2934 found for delete ", "request_id": "req-aa75f051-cd2f-47f3-bebb-f1a19a20beea"}]} [pid: 8|app: 0|req: 1298/2599] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:10:09 2026] DELETE /v2.0/networks/2111b7df-0d65-4782-bcc8-2bd88c0433b4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:10:10.098 7 INFO neutron.services.segments.plugin [-] Segment 3ed4cf45-0220-45db-90fb-76b4d4fdc1cf resource provider aggregate not found 2026-06-10 09:10:10.107 7 INFO neutron.services.segments.plugin [-] Segment 3ed4cf45-0220-45db-90fb-76b4d4fdc1cf resource provider aggregate not found 2026-06-10 09:10:10.122 7 INFO neutron.services.segments.plugin [-] Segment 3ed4cf45-0220-45db-90fb-76b4d4fdc1cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed4cf45-0220-45db-90fb-76b4d4fdc1cf found for delete ", "request_id": "req-f2be567c-6db3-4381-9cf5-448e372dba04"}]} 2026-06-10 09:10:10.125 7 INFO neutron.services.segments.plugin [-] Segment 3ed4cf45-0220-45db-90fb-76b4d4fdc1cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed4cf45-0220-45db-90fb-76b4d4fdc1cf found for delete ", "request_id": "req-e8d03ac8-906e-490a-83a0-4a1e4cda6ee8"}]} [pid: 7|app: 0|req: 1302/2600] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:10:09 2026] DELETE /v2.0/networks/25f4d99b-f920-48b6-8a3b-2956eebecac3 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2601] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:10:10 2026] GET /v2.0/security-groups?tenant_id=6bbee545c3604998adc6d0ff20fefbce&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2602] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:10:10 2026] DELETE /v2.0/security-groups/8e99122a-e660-485c-a6e0-b994c5958149 => 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: 1300/2603] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:10:11 2026] GET /v2.0/security-groups?tenant_id=7831fc735876473fbc4c155d02322b17&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2604] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:10:11 2026] DELETE /v2.0/security-groups/d5fff094-72da-4a6e-b5ab-0065f9d6e7db => 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: 1301/2605] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:10:13 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1196 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2606] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:10:13 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2607] 10.0.0.24 () {32 vars in 817 bytes} [Wed Jun 10 09:10:13 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&mac_address=fa%3A16%3A3e%3A40%3A56%3A35 => generated 1196 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:10:14.746 7 INFO neutron.db.l3_db [None req-e4244f60-c3e3-4134-b4a3-99e580336e26 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Floating IP 4fbb0d89-7dce-4ffb-b5c3-6b042d57ac9d associated. External IP: 10.96.250.212, port: 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0. [pid: 7|app: 0|req: 1306/2610] 10.0.0.24 () {34 vars in 676 bytes} [Wed Jun 10 09:10:14 2026] POST /v2.0/floatingips => generated 854 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:10:15.200 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-78fa3dbc-c429-40eb-9b7a-96e9ab44f46e'] response: {'name': 'network-changed', 'server_uuid': 'c81d6d11-6cf4-42e9-89d0-47bfaeeef674', 'tag': '51c2a74f-1da2-4ecb-a7e7-6552c19f05d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1305/2611] 10.0.0.5 () {34 vars in 1094 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1455637282&fields=id&tenant_id=433ed6dd43d54b708e0bb4efc49622b7 => 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: 1307/2612] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 704 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2613] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/quotas/433ed6dd43d54b708e0bb4efc49622b7 => 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: 1308/2614] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&fields=id => generated 333 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2615] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1309/2616] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1308/2617] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2618] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2619] 199.204.45.210 () {34 vars in 1056 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2620] 199.204.45.210 () {34 vars in 1104 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A395&port_id=51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => 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: 1310/2621] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2622] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/subnets?id=781f58bd-8d2e-457f-b1a7-855a46b67346&id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 1409 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2623] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2624] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:15 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&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: 8|app: 0|req: 1312/2625] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:10:16 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1314/2626] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:10:16 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2627] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:10:20 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 704 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2628] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:10:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=433ed6dd43d54b708e0bb4efc49622b7 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2629] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:10:20 2026] POST /v2.0/ports => generated 1187 bytes in 358 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: 1315/2630] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:10:20 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1202 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2631] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:10:21 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2632] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:10:20 2026] PUT /v2.0/ports/cbe181a4-b82a-4acf-85c4-a264b15247c9 => generated 1468 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:10:21.108 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe517e0b-4f83-4ae4-ae0d-7ddb336bbef4'] response: {'name': 'network-changed', 'server_uuid': '1383f1b5-093f-46a3-a213-1650e51e6520', 'tag': 'cbe181a4-b82a-4acf-85c4-a264b15247c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1317/2633] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:10:21 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1317/2634] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:10:21 2026] GET /v2.0/networks?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&shared=False => generated 2375 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2635] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:10:21 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: 1318/2636] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:10:22 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2637] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jun 10 09:10:22 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2638] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:10:22 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1471 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2639] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:10:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.169&port_id=cbe181a4-b82a-4acf-85c4-a264b15247c9 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2640] 199.204.45.210 () {34 vars in 1106 bytes} [Wed Jun 10 09:10:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1fd&port_id=cbe181a4-b82a-4acf-85c4-a264b15247c9 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2641] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:10:22 2026] GET /v2.0/subnets?id=e1c098cf-a622-49ac-ac2d-f01ece19c331&id=8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2642] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:22 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2643] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:23 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2644] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:10:23 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2645] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:10:23 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2646] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:10:26 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2647] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:10:26 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2650] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:10:31 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2651] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:10:31 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2652] 10.0.0.24 () {32 vars in 817 bytes} [Wed Jun 10 09:10:31 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&mac_address=fa%3A16%3A3e%3A52%3A53%3A1e => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:10:32.299 8 INFO neutron.db.l3_db [None req-218d1e34-6bda-4c87-a0ba-66354462f850 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Floating IP 4f355c7e-d73d-4884-9594-323a1ccf6dd8 associated. External IP: 10.96.250.213, port: cbe181a4-b82a-4acf-85c4-a264b15247c9. [pid: 8|app: 0|req: 1327/2653] 10.0.0.24 () {34 vars in 676 bytes} [Wed Jun 10 09:10:31 2026] POST /v2.0/floatingips => generated 855 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 09:10:32.641 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed5b8b56-c5fe-44c7-a9a7-aadc87e86d5a'] response: {'name': 'network-changed', 'server_uuid': '1383f1b5-093f-46a3-a213-1650e51e6520', 'tag': 'cbe181a4-b82a-4acf-85c4-a264b15247c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1327/2654] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2655] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2656] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.169&port_id=cbe181a4-b82a-4acf-85c4-a264b15247c9 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2657] 199.204.45.210 () {34 vars in 1106 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1fd&port_id=cbe181a4-b82a-4acf-85c4-a264b15247c9 => 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: 1329/2658] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/subnets?id=e1c098cf-a622-49ac-ac2d-f01ece19c331&id=8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2659] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&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: 1330/2660] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2661] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1331/2662] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:10:33 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2663] 10.0.0.126 () {34 vars in 990 bytes} [Wed Jun 10 09:10:39 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => 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: 1332/2664] 10.0.0.126 () {34 vars in 1040 bytes} [Wed Jun 10 09:10:39 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2667] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:10:49 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2668] 10.0.0.39 () {30 vars in 689 bytes} [Wed Jun 10 09:10:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2669] 10.0.0.39 () {30 vars in 691 bytes} [Wed Jun 10 09:10:50 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: 1335/2670] 10.0.0.39 () {30 vars in 667 bytes} [Wed Jun 10 09:10:50 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: 1336/2671] 10.0.0.39 () {30 vars in 703 bytes} [Wed Jun 10 09:10:50 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: 1336/2672] 10.0.0.39 () {28 vars in 438 bytes} [Wed Jun 10 09:10:51 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2673] 10.0.0.39 () {30 vars in 727 bytes} [Wed Jun 10 09:10:51 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 658 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2674] 10.0.0.39 () {30 vars in 689 bytes} [Wed Jun 10 09:10:51 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: 1338/2675] 10.0.0.39 () {30 vars in 691 bytes} [Wed Jun 10 09:10:51 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: 1338/2676] 10.0.0.39 () {30 vars in 667 bytes} [Wed Jun 10 09:10:51 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: 1339/2677] 10.0.0.39 () {30 vars in 703 bytes} [Wed Jun 10 09:10:51 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: 1339/2678] 10.0.0.39 () {30 vars in 727 bytes} [Wed Jun 10 09:10:51 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1340/2679] 10.0.0.39 () {30 vars in 689 bytes} [Wed Jun 10 09:10:51 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: 1340/2680] 10.0.0.39 () {30 vars in 691 bytes} [Wed Jun 10 09:10:51 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: 1341/2681] 10.0.0.39 () {30 vars in 667 bytes} [Wed Jun 10 09:10:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2682] 10.0.0.39 () {30 vars in 703 bytes} [Wed Jun 10 09:10:51 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: 1342/2683] 10.0.0.39 () {30 vars in 729 bytes} [Wed Jun 10 09:10:51 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2684] 10.0.0.39 () {30 vars in 681 bytes} [Wed Jun 10 09:10:51 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2685] 10.0.0.39 () {34 vars in 703 bytes} [Wed Jun 10 09:10:51 2026] POST /v2.0/ports => generated 1124 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2686] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:10:54 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1344/2687] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:10:54 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: 1344/2688] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:10:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2689] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:10:54 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: 1345/2690] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:10:54 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2691] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:10:55 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: 1346/2692] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:10: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: 1347/2693] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:10:55 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: 1347/2694] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:10:55 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-06-10 09:10:55.282 7 INFO neutron.api.v2.resource [None req-7147603d-32c1-48af-95bf-07c128507af1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1348/2695] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 09:10:55 2026] GET /v2.0/security-groups/lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2696] 199.204.45.210 () {30 vars in 785 bytes} [Wed Jun 10 09:10:55 2026] GET /v2.0/security-groups?name=lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2697] 199.204.45.210 () {34 vars in 736 bytes} [Wed Jun 10 09:10:55 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2698] 199.204.45.210 () {30 vars in 815 bytes} [Wed Jun 10 09:10:55 2026] GET /v2.0/security-group-rules?security_group_id=e1871c7c-68d3-41bd-9a9e-8441e286064d => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2699] 199.204.45.210 () {34 vars in 789 bytes} [Wed Jun 10 09:10:55 2026] PUT /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2700] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:10:55 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: 7|app: 0|req: 1351/2701] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:10: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: 1351/2702] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:10:55 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: 1352/2703] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:10:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2704] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:10:55 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2707] 10.0.0.5 () {34 vars in 1014 bytes} [Wed Jun 10 09:11:03 2026] GET /v2.0/security-groups?id=9e51ba26-a95f-4fda-996b-27018bdbf714&fields=id => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2708] 10.0.0.5 () {34 vars in 980 bytes} [Wed Jun 10 09:11:03 2026] GET /v2.0/networks?id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2709] 10.0.0.5 () {34 vars in 963 bytes} [Wed Jun 10 09:11:03 2026] GET /v2.0/quotas/682066975cb54b23838e674e19e98092 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2710] 10.0.0.5 () {34 vars in 1000 bytes} [Wed Jun 10 09:11:03 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2711] 10.0.0.5 () {34 vars in 1006 bytes} [Wed Jun 10 09:11:03 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2712] 10.0.0.5 () {34 vars in 1106 bytes} [Wed Jun 10 09:11:04 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1357/2713] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:04 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2714] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:04 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => 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: 1358/2715] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:07 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => 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: 1358/2716] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:07 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => 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: 1359/2717] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:11:08 2026] GET /v2.0/networks?id=73b64e5e-504c-4f22-9c26-3f2b61d776fd => generated 735 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2718] 199.204.45.210 () {34 vars in 1050 bytes} [Wed Jun 10 09:11:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=682066975cb54b23838e674e19e98092 => generated 343 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2719] 199.204.45.210 () {38 vars in 955 bytes} [Wed Jun 10 09:11:08 2026] POST /v2.0/ports => generated 1078 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2720] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:11:09 2026] PUT /v2.0/ports/fbc8535b-7f66-469e-9f59-5b13eb6722b6 => generated 1239 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:11:09.725 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc0e2387-96d1-49f2-81ba-5464f8e74b5f'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': 'fbc8535b-7f66-469e-9f59-5b13eb6722b6', '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: 1361/2721] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:11:10 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1242 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: 8|app: 0|req: 1361/2722] 199.204.45.210 () {34 vars in 1018 bytes} [Wed Jun 10 09:11:10 2026] GET /v2.0/networks?tenant_id=682066975cb54b23838e674e19e98092&shared=False => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2723] 199.204.45.210 () {34 vars in 930 bytes} [Wed Jun 10 09:11:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2724] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:10 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2725] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:11:10 2026] GET /v2.0/security-groups?id=9e51ba26-a95f-4fda-996b-27018bdbf714&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2726] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:10 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2727] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:11:11 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2728] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.71&port_id=fbc8535b-7f66-469e-9f59-5b13eb6722b6 => 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: 1365/2729] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:11:11 2026] GET /v2.0/subnets?id=0007dc85-553f-441a-919a-306d30b64baa => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2730] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:11:11 2026] GET /v2.0/ports?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&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: 1366/2731] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:11:11 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2732] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:11:11 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1367/2733] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:13 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2734] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:11:13 2026] GET /v2.0/security-groups?id=9e51ba26-a95f-4fda-996b-27018bdbf714&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: 1368/2735] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:13 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2738] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:11:15 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => 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: 1369/2739] 199.204.45.210 () {34 vars in 1044 bytes} [Wed Jun 10 09:11:15 2026] GET /v2.0/security-groups?id=9e51ba26-a95f-4fda-996b-27018bdbf714&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2740] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:16 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => 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: 1370/2741] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:11:16 2026] GET /v2.0/security-groups?id=9e51ba26-a95f-4fda-996b-27018bdbf714&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2742] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:16 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2743] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:19 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2744] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:11:19 2026] GET /v2.0/security-groups?id=9e51ba26-a95f-4fda-996b-27018bdbf714&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2745] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:11:19 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2750] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:11: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: 1375/2751] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:11:55 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: 1377/2752] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:11: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: 1376/2753] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:11:55 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: 1378/2754] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:11:55 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2755] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:11:55 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => 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: 1379/2756] 199.204.45.210 () {34 vars in 717 bytes} [Wed Jun 10 09:11:55 2026] POST /v2.0/ports => generated 1059 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2757] 10.0.0.5 () {34 vars in 969 bytes} [Wed Jun 10 09:11:55 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1059 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2758] 10.0.0.5 () {34 vars in 905 bytes} [Wed Jun 10 09:11:55 2026] GET /v2.0/extensions => generated 21537 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2759] 199.204.45.210 () {34 vars in 1262 bytes} [Wed Jun 10 09:11:56 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2760] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:11:56 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1380/2761] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:11:57 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1382/2762] 199.204.45.210 () {34 vars in 975 bytes} [Wed Jun 10 09:11:57 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1059 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2763] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:11:57 2026] GET /v2.0/networks?id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 803 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2764] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:11:57 2026] PUT /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1249 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:11:58.305 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-372ac1d6-6987-4c4d-b73f-65858fa3b982'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': '2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1382/2765] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:11:58 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2766] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:11:58 2026] GET /v2.0/networks?id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2767] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:11:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1385/2768] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:11:58 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2769] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:11:59 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2770] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:11:59 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1385/2771] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:11:59 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1387/2774] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2775] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.71&port_id=fbc8535b-7f66-469e-9f59-5b13eb6722b6 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2776] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/subnets?id=0007dc85-553f-441a-919a-306d30b64baa => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2777] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/ports?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2778] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1390/2779] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1390/2780] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1391/2781] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1391/2782] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2783] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1392/2784] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:00 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1393/2785] 10.0.0.5 () {34 vars in 969 bytes} [Wed Jun 10 09:12:04 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2786] 199.204.45.210 () {34 vars in 789 bytes} [Wed Jun 10 09:12:04 2026] PUT /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1274 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:12:04.823 7 INFO neutron.api.v2.resource [None req-cc17e0de-8b77-48dd-865f-6418751ae260 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1394/2787] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 09:12:04 2026] GET /v2.0/security-groups/lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:12:04.850 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88b2d955-e858-41e5-83f0-eb3626abcb31'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': '2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1394/2788] 199.204.45.210 () {30 vars in 785 bytes} [Wed Jun 10 09:12:04 2026] GET /v2.0/security-groups?name=lb-91c372f7-b477-4f16-9286-31d2007c8539 => 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: 1395/2789] 199.204.45.210 () {34 vars in 789 bytes} [Wed Jun 10 09:12:04 2026] PUT /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1312 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:12:05.184 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4b7f045-5910-49de-b8ab-d43b95d2666b'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': '2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1395/2790] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:12:05 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: 1396/2791] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:12:05 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: 1397/2792] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:12:05 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: 1398/2793] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:12:05 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: 1396/2794] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2795] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1397/2796] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/networks?id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2797] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2798] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1401/2799] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1348 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2800] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1402/2801] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2802] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&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: 1403/2803] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2804] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1404/2805] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2806] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2807] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:05 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1406/2808] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:12:06 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2809] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:12:06 2026] GET /v2.0/networks?id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 803 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2810] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2811] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:06 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2812] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:06 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2813] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:06 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1409/2814] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:06 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:12:13.996 8 INFO neutron.db.l3_db [None req-b69ed183-20f4-421c-ad4c-79685bfdbfb6 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Floating IP 044ff3f1-b4f8-460b-a592-f47db49d0cb4 associated. External IP: 10.96.250.209, port: 85ffa9ff-d5d3-4252-8040-a8d1967c5533. [pid: 8|app: 0|req: 1406/2815] 10.0.0.24 () {34 vars in 676 bytes} [Wed Jun 10 09:12:12 2026] POST /v2.0/floatingips => generated 897 bytes in 1632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2818] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:12:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2819] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:12:19 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: 1412/2820] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:12: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: 8|app: 0|req: 1409/2821] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:12:19 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-06-10 09:12:19.443 7 INFO neutron.api.v2.resource [None req-c8596c24-8b21-43bd-9d81-ab59b81b8b61 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1413/2822] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 09:12:19 2026] GET /v2.0/security-groups/lb-91c372f7-b477-4f16-9286-31d2007c8539 => 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: 1410/2823] 199.204.45.210 () {30 vars in 785 bytes} [Wed Jun 10 09:12:19 2026] GET /v2.0/security-groups?name=lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2824] 199.204.45.210 () {30 vars in 815 bytes} [Wed Jun 10 09:12:19 2026] GET /v2.0/security-group-rules?security_group_id=e1871c7c-68d3-41bd-9a9e-8441e286064d => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2825] 199.204.45.210 () {34 vars in 747 bytes} [Wed Jun 10 09:12:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2826] 199.204.45.210 () {34 vars in 747 bytes} [Wed Jun 10 09:12:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2829] 10.0.0.39 () {30 vars in 689 bytes} [Wed Jun 10 09:12:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2830] 10.0.0.39 () {30 vars in 691 bytes} [Wed Jun 10 09:12: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: 8|app: 0|req: 1414/2831] 10.0.0.39 () {30 vars in 667 bytes} [Wed Jun 10 09:12:31 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: 1418/2832] 10.0.0.39 () {30 vars in 703 bytes} [Wed Jun 10 09:12:31 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: 1415/2833] 10.0.0.39 () {28 vars in 438 bytes} [Wed Jun 10 09:12:31 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: 1419/2834] 10.0.0.39 () {30 vars in 727 bytes} [Wed Jun 10 09:12:31 2026] GET /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 655 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2835] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:12:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2836] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:12:32 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: 1417/2837] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:12:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2838] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:12:32 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: 1418/2839] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:32 2026] GET /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2840] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:12:32 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2841] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:12:32 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: 1423/2842] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:12:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2843] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:12:33 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: 1424/2844] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:12:33 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: 1421/2845] 199.204.45.210 () {34 vars in 717 bytes} [Wed Jun 10 09:12:33 2026] POST /v2.0/ports => generated 1328 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2846] 10.0.0.5 () {34 vars in 969 bytes} [Wed Jun 10 09:12:33 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1328 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1422/2847] 10.0.0.5 () {34 vars in 905 bytes} [Wed Jun 10 09:12:33 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: 7|app: 0|req: 1426/2848] 199.204.45.210 () {34 vars in 1262 bytes} [Wed Jun 10 09:12:34 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2849] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:34 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1427/2850] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:35 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1424/2851] 199.204.45.210 () {34 vars in 975 bytes} [Wed Jun 10 09:12:35 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2852] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:12:35 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => 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: 1425/2853] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:12:35 2026] PUT /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1518 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:12:36.201 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba822ed0-7cce-4d4c-bc50-d0bae66cb811'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': 'b0c4b129-a955-4b8d-8b25-e1112016d7c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1429/2854] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:12:36 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4094 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1426/2855] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:12:36 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2856] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2857] 199.204.45.210 () {34 vars in 1104 bytes} [Wed Jun 10 09:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38b&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => 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: 1431/2858] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:12:36 2026] GET /v2.0/subnets?id=781f58bd-8d2e-457f-b1a7-855a46b67346&id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 1409 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2859] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:36 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2860] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:36 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2861] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:37 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1433/2862] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:37 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1430/2863] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4094 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2864] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.71&port_id=fbc8535b-7f66-469e-9f59-5b13eb6722b6 => 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: 1431/2865] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/subnets?id=0007dc85-553f-441a-919a-306d30b64baa => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2866] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/ports?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2867] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2868] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1433/2869] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1437/2870] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2871] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2872] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2873] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1439/2874] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => 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: 1436/2875] 199.204.45.210 () {34 vars in 1104 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38b&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => 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: 1440/2876] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/subnets?id=781f58bd-8d2e-457f-b1a7-855a46b67346&id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 1409 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2877] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2878] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&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: 8|app: 0|req: 1438/2879] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1442/2880] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:38 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2881] 10.0.0.5 () {34 vars in 969 bytes} [Wed Jun 10 09:12:42 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2882] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:12:42 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2883] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2884] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/subnets/781f58bd-8d2e-457f-b1a7-855a46b67346 => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2885] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2886] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2887] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:12:43 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: 1446/2888] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:12:43 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: 1443/2889] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1447/2890] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2891] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1348 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2892] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2893] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2894] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2895] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:43 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2898] 10.0.0.39 () {30 vars in 689 bytes} [Wed Jun 10 09:12:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2899] 10.0.0.39 () {30 vars in 691 bytes} [Wed Jun 10 09:12:52 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: 1452/2900] 10.0.0.39 () {30 vars in 667 bytes} [Wed Jun 10 09:12:52 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: 1449/2901] 10.0.0.39 () {30 vars in 703 bytes} [Wed Jun 10 09:12:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2902] 10.0.0.39 () {28 vars in 438 bytes} [Wed Jun 10 09:12:52 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2903] 10.0.0.39 () {30 vars in 727 bytes} [Wed Jun 10 09:12:52 2026] GET /v2.0/subnets/e1c098cf-a622-49ac-ac2d-f01ece19c331 => generated 656 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2904] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:12:53 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: 1451/2905] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:12:53 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: 1455/2906] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:12:53 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: 1452/2907] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:12:53 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: 1456/2908] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:53 2026] GET /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2909] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:12:53 2026] GET /v2.0/subnets/e1c098cf-a622-49ac-ac2d-f01ece19c331 => 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: 1457/2910] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:12:53 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4096 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2911] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:12:54 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: 1458/2912] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:12:54 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: 1455/2913] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:12:54 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: 1459/2914] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:12:54 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: 1456/2915] 199.204.45.210 () {34 vars in 717 bytes} [Wed Jun 10 09:12:54 2026] POST /v2.0/ports => generated 1332 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2916] 10.0.0.5 () {34 vars in 969 bytes} [Wed Jun 10 09:12:54 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1332 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: 1457/2917] 199.204.45.210 () {34 vars in 1262 bytes} [Wed Jun 10 09:12:55 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2918] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:55 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1458/2919] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:55 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1462/2920] 199.204.45.210 () {34 vars in 975 bytes} [Wed Jun 10 09:12:56 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1332 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2921] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:12:56 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2922] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:12:56 2026] PUT /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1522 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:12:56.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37c7e4e3-c28d-489c-91f7-d832ca8688b9'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': '3207edf7-984a-44bc-9363-f2ecafc1b46f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1460/2923] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 5610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1464/2924] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2925] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.102&port_id=3207edf7-984a-44bc-9363-f2ecafc1b46f => 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: 1465/2926] 199.204.45.210 () {34 vars in 1106 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32e&port_id=3207edf7-984a-44bc-9363-f2ecafc1b46f => 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: 1462/2927] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/subnets?id=e1c098cf-a622-49ac-ac2d-f01ece19c331&id=8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2928] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2929] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2930] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1464/2931] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:57 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1468/2932] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:12:58 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 5610 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2933] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:12:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.71&port_id=fbc8535b-7f66-469e-9f59-5b13eb6722b6 => 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: 1469/2934] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:58 2026] GET /v2.0/subnets?id=0007dc85-553f-441a-919a-306d30b64baa => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2935] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:58 2026] GET /v2.0/ports?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&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: 1470/2936] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2937] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2938] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1468/2939] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2940] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&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: 1469/2941] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2942] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2943] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => 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: 1474/2946] 199.204.45.210 () {34 vars in 1104 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A38b&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2947] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/subnets?id=781f58bd-8d2e-457f-b1a7-855a46b67346&id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2948] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2949] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2950] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1475/2951] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1477/2952] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.102&port_id=3207edf7-984a-44bc-9363-f2ecafc1b46f => 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: 1476/2953] 199.204.45.210 () {34 vars in 1106 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32e&port_id=3207edf7-984a-44bc-9363-f2ecafc1b46f => 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: 1478/2954] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/subnets?id=e1c098cf-a622-49ac-ac2d-f01ece19c331&id=8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2955] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2956] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2957] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1480/2958] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:12:59 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1479/2959] 10.0.0.5 () {34 vars in 969 bytes} [Wed Jun 10 09:13:03 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2960] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:03 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2961] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:03 2026] GET /v2.0/subnets/e1c098cf-a622-49ac-ac2d-f01ece19c331 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2962] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:03 2026] GET /v2.0/subnets/8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 747 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2963] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:03 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2964] 199.204.45.210 () {34 vars in 790 bytes} [Wed Jun 10 09:13:03 2026] PUT /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1255 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:13:04.335 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4adcb50b-48c7-4741-ab93-58eaa6b1de7f'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': 'b0c4b129-a955-4b8d-8b25-e1112016d7c4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1482/2965] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 797 bytes in 65 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: 1484/2966] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2967] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2968] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:04 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: 1484/2969] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2970] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:04 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: 1485/2971] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1487/2972] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2973] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1348 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2974] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2975] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2976] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2977] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2978] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 5383 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2979] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:13:04 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 800 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2980] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:13:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => 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: 1490/2981] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:13:05 2026] GET /v2.0/subnets?id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => 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: 1492/2982] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:13:05 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&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: 1491/2983] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:05 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2984] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:05 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2987] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:18 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: 1495/2988] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:18 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: 1494/2989] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:18 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: 1496/2990] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:18 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: 1495/2991] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:18 2026] GET /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2992] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:18 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 5383 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2993] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:18 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: 1498/2994] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13: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: 1497/2995] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13: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: 1499/2996] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13: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: 8|app: 0|req: 1498/2997] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:18 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2998] 199.204.45.210 () {34 vars in 790 bytes} [Wed Jun 10 09:13:18 2026] PUT /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1255 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:13:19.048 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1095fc0-2684-46da-b114-513c417b1a78'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': '3207edf7-984a-44bc-9363-f2ecafc1b46f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1499/2999] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1501/3000] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/subnets/e1c098cf-a622-49ac-ac2d-f01ece19c331 => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3001] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3002] 199.204.45.210 () {34 vars in 789 bytes} [Wed Jun 10 09:13:19 2026] PUT /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 1080 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3003] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1503/3004] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3005] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3006] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3007] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3008] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3009] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:19 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1506/3010] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:20 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:13:21.087 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f6308d7-9238-4d88-ac0d-75b79eeb9181'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': '3207edf7-984a-44bc-9363-f2ecafc1b46f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1505/3011] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:13:21 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3012] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:13:21 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => 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: 1506/3013] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:21 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3014] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:21 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1507/3015] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:21 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 4975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3016] 199.204.45.210 () {34 vars in 975 bytes} [Wed Jun 10 09:13:22 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => 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: 1508/3017] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:13:22 2026] GET /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3018] 199.204.45.210 () {34 vars in 1016 bytes} [Wed Jun 10 09:13:22 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3019] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:13:22 2026] PUT /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 917 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3020] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:22 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3867 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:13:23.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-83976a92-c0ad-4e1d-955d-633d95ab4d3f 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 3207edf7-984a-44bc-9363-f2ecafc1b46f 2026-06-10 09:13:23.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83976a92-c0ad-4e1d-955d-633d95ab4d3f 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 3207edf7-984a-44bc-9363-f2ecafc1b46f [pid: 8|app: 0|req: 1510/3021] 199.204.45.210 () {32 vars in 759 bytes} [Wed Jun 10 09:13:22 2026] DELETE /v2.0/ports/3207edf7-984a-44bc-9363-f2ecafc1b46f => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3022] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:23 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: 1511/3023] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:23 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: 1513/3024] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3025] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:23 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: 1514/3026] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1513/3027] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3028] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1348 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3029] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1516/3030] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3031] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3032] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3033] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:13:23 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3867 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3034] 199.204.45.210 () {34 vars in 1226 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks?id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 3096 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3035] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.71&port_id=fbc8535b-7f66-469e-9f59-5b13eb6722b6 => 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: 1519/3036] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/subnets?id=0007dc85-553f-441a-919a-306d30b64baa => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3037] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/ports?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3038] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1519/3039] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1521/3040] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1520/3041] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3042] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3043] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1523/3044] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1522/3045] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.248&port_id=b0c4b129-a955-4b8d-8b25-e1112016d7c4 => 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: 1524/3046] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/subnets?id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3047] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3048] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3049] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:24 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1526/3050] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:28 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: 1525/3051] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3052] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3053] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:28 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: 1528/3054] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:28 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3867 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3055] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3056] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:28 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: 1528/3057] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:28 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: 1530/3058] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:28 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: 1529/3059] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:28 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1291 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3060] 199.204.45.210 () {34 vars in 789 bytes} [Wed Jun 10 09:13:28 2026] PUT /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1080 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:13:28.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed40d3ef-6089-4408-9550-ceaa6420a7ed'] response: {'name': 'network-changed', 'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'tag': 'b0c4b129-a955-4b8d-8b25-e1112016d7c4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1530/3061] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:28 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1532/3062] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:28 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3692 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3063] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:29 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3692 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3066] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:13:29 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3692 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3067] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:13:29 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3068] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:29 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3069] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:29 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1535/3070] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:30 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3692 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3071] 199.204.45.210 () {34 vars in 975 bytes} [Wed Jun 10 09:13:31 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3072] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:13:31 2026] GET /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3073] 199.204.45.210 () {34 vars in 1016 bytes} [Wed Jun 10 09:13:31 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3074] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:31 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 3692 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3075] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:13:31 2026] PUT /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3076] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:13:32.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a149a9e-9fa8-424a-8d22-b8c1226112d8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: b0c4b129-a955-4b8d-8b25-e1112016d7c4 2026-06-10 09:13:32.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a149a9e-9fa8-424a-8d22-b8c1226112d8 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: b0c4b129-a955-4b8d-8b25-e1112016d7c4 [pid: 7|app: 0|req: 1539/3077] 199.204.45.210 () {32 vars in 759 bytes} [Wed Jun 10 09:13:32 2026] DELETE /v2.0/ports/b0c4b129-a955-4b8d-8b25-e1112016d7c4 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3078] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:32 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: 1540/3079] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3080] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:32 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: 1541/3081] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:32 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: 1541/3082] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1542/3083] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3084] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1348 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3085] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => 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: 1543/3086] 199.204.45.210 () {30 vars in 743 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3087] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3088] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3089] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:13:32 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3090] 199.204.45.210 () {34 vars in 1146 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/networks?id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 2310 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3091] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.71&port_id=fbc8535b-7f66-469e-9f59-5b13eb6722b6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3092] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/subnets?id=0007dc85-553f-441a-919a-306d30b64baa => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3093] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/ports?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&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: 1548/3094] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1547/3095] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1549/3096] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.208&port_id=2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1548/3097] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/subnets?id=7a427e51-c38d-4015-9134-e52411c2fd45 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3098] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/ports?network_id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3099] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1551/3100] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:33 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?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: 1550/3101] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13: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: 7|app: 0|req: 1552/3102] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:44 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: 1551/3103] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3104] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:13:44.282 8 INFO neutron.api.v2.resource [None req-525c2e3c-39a0-489b-a6b9-767a948520bf 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3105] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 09:13:44 2026] GET /v2.0/security-groups/lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3106] 199.204.45.210 () {30 vars in 785 bytes} [Wed Jun 10 09:13:44 2026] GET /v2.0/security-groups?name=lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 2865 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3107] 199.204.45.210 () {30 vars in 815 bytes} [Wed Jun 10 09:13:44 2026] GET /v2.0/security-group-rules?security_group_id=e1871c7c-68d3-41bd-9a9e-8441e286064d => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3110] 199.204.45.210 () {32 vars in 789 bytes} [Wed Jun 10 09:13:44 2026] DELETE /v2.0/security-group-rules/4e5857cd-0b03-447a-8c6b-6567e8578232 => 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: 1556/3111] 199.204.45.210 () {32 vars in 789 bytes} [Wed Jun 10 09:13:44 2026] DELETE /v2.0/security-group-rules/847fedb9-467b-413d-9dfe-795c42165501 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:13:48.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8b374fb-16fa-4a64-9c01-2abc9d55b307 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 12e9967d-cd9c-43a6-a9b3-be29f20a7a68 2026-06-10 09:13:48.177 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8b374fb-16fa-4a64-9c01-2abc9d55b307 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 12e9967d-cd9c-43a6-a9b3-be29f20a7a68 2026-06-10 09:13:48.344 7 INFO neutron.db.l3_db [None req-b8b374fb-16fa-4a64-9c01-2abc9d55b307 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Floating IP 044ff3f1-b4f8-460b-a592-f47db49d0cb4 disassociated (deleted). External IP: 10.96.250.209, port: 85ffa9ff-d5d3-4252-8040-a8d1967c5533. [pid: 7|app: 0|req: 1556/3112] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:13:48 2026] DELETE /v2.0/floatingips/044ff3f1-b4f8-460b-a592-f47db49d0cb4 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:13:48.699 8 INFO neutron.api.v2.resource [None req-dd5d4a8b-d262-4e9a-a644-0fe8c8e172c9 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3113] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:13:48 2026] GET /v2.0/floatingips/044ff3f1-b4f8-460b-a592-f47db49d0cb4 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3114] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3115] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:49 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: 1558/3116] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3117] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:13:49.917 7 INFO neutron.api.v2.resource [None req-c239c6cf-c559-4534-889e-c98f3d127e67 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3118] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/security-groups/lb-91c372f7-b477-4f16-9286-31d2007c8539 => 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: 1560/3119] 199.204.45.210 () {30 vars in 785 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/security-groups?name=lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 1639 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3120] 199.204.45.210 () {30 vars in 815 bytes} [Wed Jun 10 09:13:49 2026] GET /v2.0/security-group-rules?security_group_id=e1871c7c-68d3-41bd-9a9e-8441e286064d => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3121] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:50 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: 1561/3122] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:50 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: 1562/3123] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:50 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: 1562/3124] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:50 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: 1563/3125] 199.204.45.210 () {30 vars in 741 bytes} [Wed Jun 10 09:13:50 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3126] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:50 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3127] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:50 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3128] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:50 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3129] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:51 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3130] 199.204.45.210 () {34 vars in 975 bytes} [Wed Jun 10 09:13:52 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1348 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3131] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:13:52 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3132] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:52 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3133] 199.204.45.210 () {34 vars in 1016 bytes} [Wed Jun 10 09:13:52 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3134] 199.204.45.210 () {38 vars in 1028 bytes} [Wed Jun 10 09:13:52 2026] PUT /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1149 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3135] 199.204.45.210 () {30 vars in 769 bytes} [Wed Jun 10 09:13:53 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1244 bytes in 50 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: 1568/3136] 199.204.45.210 () {34 vars in 789 bytes} [Wed Jun 10 09:13:53 2026] PUT /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1090 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3137] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:53 2026] GET /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 1090 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 09:13:54.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccc6ce05-bfbd-4947-8ebe-aedf62dbf6e1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac 2026-06-10 09:13:54.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc6ce05-bfbd-4947-8ebe-aedf62dbf6e1 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac [pid: 7|app: 0|req: 1569/3138] 199.204.45.210 () {32 vars in 759 bytes} [Wed Jun 10 09:13:53 2026] DELETE /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => 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: 1570/3139] 199.204.45.210 () {30 vars in 703 bytes} [Wed Jun 10 09:13:54 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: 1570/3140] 199.204.45.210 () {30 vars in 705 bytes} [Wed Jun 10 09:13:54 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: 1571/3141] 199.204.45.210 () {30 vars in 681 bytes} [Wed Jun 10 09:13:54 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: 1571/3142] 199.204.45.210 () {30 vars in 717 bytes} [Wed Jun 10 09:13:54 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-06-10 09:13:54.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-290ae454-028f-4772-b8b7-a9be889af5cf 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3143] 199.204.45.210 () {32 vars in 759 bytes} [Wed Jun 10 09:13:54 2026] DELETE /v2.0/ports/2e4eb9a4-1bba-4c53-8fd7-8f3ecc5029ac => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3144] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:13:54.447 7 INFO neutron.api.v2.resource [None req-5389f4f3-755b-484c-8087-0f93d37b4f7d 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3145] 199.204.45.210 () {30 vars in 763 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/security-groups/lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3146] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/ports?tenant_id=682066975cb54b23838e674e19e98092&device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3147] 199.204.45.210 () {30 vars in 785 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/security-groups?name=lb-91c372f7-b477-4f16-9286-31d2007c8539 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3148] 199.204.45.210 () {30 vars in 737 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3149] 199.204.45.210 () {34 vars in 1066 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/networks?id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&id=aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 1524 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3150] 199.204.45.210 () {34 vars in 1060 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.71&port_id=fbc8535b-7f66-469e-9f59-5b13eb6722b6 => 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: 1576/3151] 199.204.45.210 () {34 vars in 984 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/subnets?id=0007dc85-553f-441a-919a-306d30b64baa => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3152] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/ports?network_id=73b64e5e-504c-4f22-9c26-3f2b61d776fd&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3153] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3154] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:13:54 2026] GET /v2.0/networks/73b64e5e-504c-4f22-9c26-3f2b61d776fd?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: 1576/3155] 199.204.45.210 () {34 vars in 789 bytes} [Wed Jun 10 09:13:54 2026] PUT /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 1086 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3156] 199.204.45.210 () {32 vars in 779 bytes} [Wed Jun 10 09:13:54 2026] DELETE /v2.0/security-groups/e1871c7c-68d3-41bd-9a9e-8441e286064d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:13:55.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-34473700-1e06-44f7-b079-fbbaf45694ad 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: 85ffa9ff-d5d3-4252-8040-a8d1967c5533 2026-06-10 09:13:55.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34473700-1e06-44f7-b079-fbbaf45694ad 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: 85ffa9ff-d5d3-4252-8040-a8d1967c5533 [pid: 7|app: 0|req: 1577/3157] 199.204.45.210 () {32 vars in 759 bytes} [Wed Jun 10 09:13:54 2026] DELETE /v2.0/ports/85ffa9ff-d5d3-4252-8040-a8d1967c5533 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3158] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:13:57 2026] GET /v2.0/ports?device_id=86db3abb-0b40-42c9-bb88-a652378105f4 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:13:58.102 7 INFO neutron_taas.services.taas.taas_plugin [req-855777ef-f58b-471e-8290-f75c34ce4803 req-92ee6348-ddc0-480b-8c1a-7cdd49fb4bcc 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] TaaS: Handle Delete Port: fbc8535b-7f66-469e-9f59-5b13eb6722b6 2026-06-10 09:13:58.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-855777ef-f58b-471e-8290-f75c34ce4803 req-92ee6348-ddc0-480b-8c1a-7cdd49fb4bcc 75d6afbafd5e46e5905dbfd660c27c63 682066975cb54b23838e674e19e98092 - - default default] Tap Mirror: Handle Delete Port: fbc8535b-7f66-469e-9f59-5b13eb6722b6 [pid: 7|app: 0|req: 1578/3159] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:13:57 2026] DELETE /v2.0/ports/fbc8535b-7f66-469e-9f59-5b13eb6722b6 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:13:58.308 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05e2d937-8c4f-4af9-ab8e-869bfa6deeb7'] response: {'server_uuid': '86db3abb-0b40-42c9-bb88-a652378105f4', 'name': 'network-vif-deleted', 'tag': 'fbc8535b-7f66-469e-9f59-5b13eb6722b6', 'status': 'completed', 'code': 200} 2026-06-10 09:13:59.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-18175b8b-6e82-4945-ae2a-457e37cb07c0 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 99becca3-ffad-4801-9a78-15047f5955cc 2026-06-10 09:13:59.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18175b8b-6e82-4945-ae2a-457e37cb07c0 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 99becca3-ffad-4801-9a78-15047f5955cc 2026-06-10 09:13:59.291 8 INFO neutron.db.l3_db [None req-18175b8b-6e82-4945-ae2a-457e37cb07c0 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Floating IP 4f355c7e-d73d-4884-9594-323a1ccf6dd8 disassociated (deleted). External IP: 10.96.250.213, port: cbe181a4-b82a-4acf-85c4-a264b15247c9. [pid: 8|app: 0|req: 1582/3162] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:13:58 2026] DELETE /v2.0/floatingips/4f355c7e-d73d-4884-9594-323a1ccf6dd8 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:13:59.667 7 INFO neutron.api.v2.resource [None req-56b19f92-f8ff-4026-8e25-47e3a4ad6ab2 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3163] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:13:59 2026] GET /v2.0/floatingips/4f355c7e-d73d-4884-9594-323a1ccf6dd8 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:13:59.685 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0cd07d5-b155-435e-a66c-7e0279ecc1a9'] response: {'name': 'network-changed', 'server_uuid': '1383f1b5-093f-46a3-a213-1650e51e6520', 'tag': 'cbe181a4-b82a-4acf-85c4-a264b15247c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1583/3164] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:13:59 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1204 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3165] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:13:59 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3166] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3167] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/networks?id=ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3168] 199.204.45.210 () {34 vars in 1058 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.169&port_id=cbe181a4-b82a-4acf-85c4-a264b15247c9 => 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: 1584/3169] 199.204.45.210 () {34 vars in 1106 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1fd&port_id=cbe181a4-b82a-4acf-85c4-a264b15247c9 => 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: 1586/3170] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/subnets?id=e1c098cf-a622-49ac-ac2d-f01ece19c331&id=8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 1414 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3171] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3172] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/ports?network_id=ceb81645-0cd5-46e3-b747-e07135ac48ee&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: 1586/3173] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3174] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:14:00 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee?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: 1587/3175] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:14:02 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:14:02.439 8 INFO neutron_taas.services.taas.taas_plugin [req-796bfcd7-cb4d-47e3-b417-f9b2d731c8ac req-bcd8566b-d681-47eb-ae74-9e1319376cf6 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: cbe181a4-b82a-4acf-85c4-a264b15247c9 2026-06-10 09:14:02.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-796bfcd7-cb4d-47e3-b417-f9b2d731c8ac req-bcd8566b-d681-47eb-ae74-9e1319376cf6 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: cbe181a4-b82a-4acf-85c4-a264b15247c9 [pid: 8|app: 0|req: 1589/3176] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:14:02 2026] DELETE /v2.0/ports/cbe181a4-b82a-4acf-85c4-a264b15247c9 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:02.669 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9592dbae-fa68-4c76-9330-60676ebe78f5'] response: {'server_uuid': '1383f1b5-093f-46a3-a213-1650e51e6520', 'name': 'network-vif-deleted', 'tag': 'cbe181a4-b82a-4acf-85c4-a264b15247c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1588/3177] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:14:05 2026] GET /v2.0/ports?device_id=1383f1b5-093f-46a3-a213-1650e51e6520 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 09:14:10.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1c8d743-6c87-48a1-8715-d07c7351ecbb 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: d64819c0-e91e-4249-9910-f5d9482b0171 2026-06-10 09:14:10.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1c8d743-6c87-48a1-8715-d07c7351ecbb 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: d64819c0-e91e-4249-9910-f5d9482b0171 2026-06-10 09:14:10.458 8 INFO neutron.db.l3_db [None req-f1c8d743-6c87-48a1-8715-d07c7351ecbb 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Floating IP 4fbb0d89-7dce-4ffb-b5c3-6b042d57ac9d disassociated (deleted). External IP: 10.96.250.212, port: 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0. [pid: 8|app: 0|req: 1590/3178] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:14:10 2026] DELETE /v2.0/floatingips/4fbb0d89-7dce-4ffb-b5c3-6b042d57ac9d => generated 0 bytes in 577 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:10.759 7 INFO neutron.api.v2.resource [None req-73e21dc8-ccde-49b2-90d3-95261059fbbd 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3179] 10.0.0.24 () {32 vars in 728 bytes} [Wed Jun 10 09:14:10 2026] GET /v2.0/floatingips/4fbb0d89-7dce-4ffb-b5c3-6b042d57ac9d => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:10.771 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60e2e301-5c1a-42c5-ba3b-c2ed9661723d'] response: {'name': 'network-changed', 'server_uuid': 'c81d6d11-6cf4-42e9-89d0-47bfaeeef674', 'tag': '51c2a74f-1da2-4ecb-a7e7-6552c19f05d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1591/3180] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:14:10 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3181] 10.0.0.5 () {34 vars in 1038 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/security-groups?id=e504edc4-a47c-42ee-982c-a873f0113b15&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3182] 199.204.45.210 () {34 vars in 1080 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/ports?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3183] 199.204.45.210 () {34 vars in 986 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/networks?id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3184] 199.204.45.210 () {34 vars in 1056 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => 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: 1592/3185] 199.204.45.210 () {34 vars in 1104 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A395&port_id=51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => 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: 1594/3186] 199.204.45.210 () {34 vars in 1064 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/subnets?id=781f58bd-8d2e-457f-b1a7-855a46b67346&id=cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3187] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3188] 199.204.45.210 () {34 vars in 1052 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/ports?network_id=4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3189] 199.204.45.210 () {34 vars in 1012 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3190] 199.204.45.210 () {34 vars in 1112 bytes} [Wed Jun 10 09:14:11 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f?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: 1595/3191] 199.204.45.210 () {34 vars in 994 bytes} [Wed Jun 10 09:14:13 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => generated 1194 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:14:13.555 8 INFO neutron_taas.services.taas.taas_plugin [req-2aa8306c-4138-4145-a0ef-838f0f51a34e req-f04419c7-e5b1-4e73-9ba4-f2fe5464c444 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 2026-06-10 09:14:13.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2aa8306c-4138-4145-a0ef-838f0f51a34e req-f04419c7-e5b1-4e73-9ba4-f2fe5464c444 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 [pid: 8|app: 0|req: 1597/3192] 199.204.45.210 () {36 vars in 997 bytes} [Wed Jun 10 09:14:13 2026] DELETE /v2.0/ports/51c2a74f-1da2-4ecb-a7e7-6552c19f05d0 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:13.774 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14ba2d76-105b-4c6c-8043-697133113d79'] response: {'server_uuid': 'c81d6d11-6cf4-42e9-89d0-47bfaeeef674', 'name': 'network-vif-deleted', 'tag': '51c2a74f-1da2-4ecb-a7e7-6552c19f05d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1599/3195] 10.0.0.5 () {34 vars in 988 bytes} [Wed Jun 10 09:14:16 2026] GET /v2.0/ports?device_id=c81d6d11-6cf4-42e9-89d0-47bfaeeef674 => 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: 1597/3196] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/1e0c1138-1590-47fc-8341-c7ecba12ecac => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.314 8 INFO neutron.api.v2.resource [None req-d000dbd9-6752-41f6-a992-1cd05839c7da 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3197] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/1e0c1138-1590-47fc-8341-c7ecba12ecac => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3198] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/09334447-b93c-4c48-8463-d981b93b1061 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.405 8 INFO neutron.api.v2.resource [None req-eec545c8-a71a-4b18-8bc0-d429ec1a3f3e 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3199] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/09334447-b93c-4c48-8463-d981b93b1061 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3200] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/6c31dc11-251b-48df-a444-9dfab1ca584a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.493 8 INFO neutron.api.v2.resource [None req-e1985e7e-90ac-4bb8-ba89-5c04a6df47fd 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3201] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/6c31dc11-251b-48df-a444-9dfab1ca584a => 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: 1600/3202] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/9d953bd7-d007-4a4c-b179-657172366af0 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.570 8 INFO neutron.api.v2.resource [None req-e222d714-23ec-4409-807c-085d1ac88c24 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3203] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/9d953bd7-d007-4a4c-b179-657172366af0 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3204] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/f911c95b-db18-4610-a71d-732a5075f3fb => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.659 8 INFO neutron.api.v2.resource [None req-2f6c9c3b-ccb1-48ce-b1de-e6ca329c0058 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3205] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/f911c95b-db18-4610-a71d-732a5075f3fb => 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: 1602/3206] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/a56f181a-eb1e-4339-a300-c8acb08b6263 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.760 8 INFO neutron.api.v2.resource [None req-d31e8626-99db-48d6-a9e8-90ab6dd5cba8 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3207] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/a56f181a-eb1e-4339-a300-c8acb08b6263 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3208] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/bf93b697-57dc-440f-a2d0-1261060ab040 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.862 8 INFO neutron.api.v2.resource [None req-57a153ba-3f35-48d9-9b7f-848d2045e51d 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3209] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/bf93b697-57dc-440f-a2d0-1261060ab040 => 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: 1604/3210] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/507cdace-a4dc-4f64-9dcd-041be18d30f2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:21.951 8 INFO neutron.api.v2.resource [None req-26e9469f-daee-446a-850e-65210b179709 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3211] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:21 2026] GET /v2.0/security-group-rules/507cdace-a4dc-4f64-9dcd-041be18d30f2 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3212] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:21 2026] DELETE /v2.0/security-group-rules/1ea9428b-e255-47e8-b68f-928938847595 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:22.032 8 INFO neutron.api.v2.resource [None req-02fd0968-9d24-4fff-8875-ab8b1036c20a 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3213] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:22 2026] GET /v2.0/security-group-rules/1ea9428b-e255-47e8-b68f-928938847595 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3214] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:22 2026] DELETE /v2.0/security-group-rules/02d78bc6-3cc7-4140-9442-f973a6e3ddbe => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:22.117 8 INFO neutron.api.v2.resource [None req-ebd84dd6-5cb9-44a3-8d3d-ddf5c7c5c217 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3215] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:22 2026] GET /v2.0/security-group-rules/02d78bc6-3cc7-4140-9442-f973a6e3ddbe => 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: 1607/3216] 10.0.0.24 () {32 vars in 749 bytes} [Wed Jun 10 09:14:22 2026] DELETE /v2.0/security-group-rules/c5abee9c-c8e2-4fb1-9eee-76293c2c89f7 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:22.196 8 INFO neutron.api.v2.resource [None req-f95325d2-6374-45e2-aff1-069094904e77 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3217] 10.0.0.24 () {32 vars in 746 bytes} [Wed Jun 10 09:14:22 2026] GET /v2.0/security-group-rules/c5abee9c-c8e2-4fb1-9eee-76293c2c89f7 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3218] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:22 2026] DELETE /v2.0/security-groups/e504edc4-a47c-42ee-982c-a873f0113b15 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:22.308 8 INFO neutron.api.v2.resource [None req-d7dbd16a-3c3a-4681-add2-7c842efc7d12 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3219] 10.0.0.24 () {32 vars in 736 bytes} [Wed Jun 10 09:14:22 2026] GET /v2.0/security-groups/e504edc4-a47c-42ee-982c-a873f0113b15 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:22.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3caa249-8336-4f9f-bdb2-3415b76e58b1 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: f1aa501e-490b-49ce-8c5a-10fa585eda5a 2026-06-10 09:14:22.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3caa249-8336-4f9f-bdb2-3415b76e58b1 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: f1aa501e-490b-49ce-8c5a-10fa585eda5a [pid: 7|app: 0|req: 1609/3220] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:14:22 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:14:23.507 8 INFO neutron.api.v2.resource [None req-550e7dcf-8835-4b76-a685-a88eb7f36669 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3221] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:14:23 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:23.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-dde26a3e-c3ac-4867-814e-1d8acf18a163 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 285b0fdd-60e7-479c-a9d5-51c20155e1bd 2026-06-10 09:14:23.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dde26a3e-c3ac-4867-814e-1d8acf18a163 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 285b0fdd-60e7-479c-a9d5-51c20155e1bd [pid: 7|app: 0|req: 1610/3222] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:14:23 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:14:24.639 8 INFO neutron.api.v2.resource [None req-a1f963c0-2021-499b-a9ec-4dfee86b5e53 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3223] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:14:24 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:25.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2c28f34-1dc3-4f09-ae1e-57c4672ad76d 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 0a573840-8407-4fcd-a661-398b4e6e9068 2026-06-10 09:14:25.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2c28f34-1dc3-4f09-ae1e-57c4672ad76d 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 0a573840-8407-4fcd-a661-398b4e6e9068 [pid: 7|app: 0|req: 1611/3224] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:14:24 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 09:14:25.742 8 INFO neutron.api.v2.resource [None req-3c33c6f7-a96c-4747-b601-dde7a826c430 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3225] 10.0.0.24 () {34 vars in 788 bytes} [Wed Jun 10 09:14:25 2026] PUT /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:25.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-9456d220-92eb-4cd9-9b10-5e599834ec35 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 28117ab0-6edc-4663-95c9-e2608850bd49 2026-06-10 09:14:25.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9456d220-92eb-4cd9-9b10-5e599834ec35 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 28117ab0-6edc-4663-95c9-e2608850bd49 2026-06-10 09:14:26.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-9456d220-92eb-4cd9-9b10-5e599834ec35 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 77ec4629-0844-4b94-a1d3-0153685ae656 2026-06-10 09:14:26.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9456d220-92eb-4cd9-9b10-5e599834ec35 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 77ec4629-0844-4b94-a1d3-0153685ae656 2026-06-10 09:14:27.115 7 INFO neutron.db.l3_hamode_db [None req-9456d220-92eb-4cd9-9b10-5e599834ec35 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] HA network 298cdde9-d26d-410d-8501-fed610c58106 was deleted as no HA routers are present in tenant 433ed6dd43d54b708e0bb4efc49622b7. [pid: 7|app: 0|req: 1612/3226] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:14:25 2026] DELETE /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07 => generated 0 bytes in 1377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:27.131 7 INFO neutron.services.segments.plugin [-] Segment 4f0e6058-4f6f-4ea4-a16a-9066bc02023b resource provider aggregate not found 2026-06-10 09:14:27.136 7 INFO neutron.services.segments.plugin [-] Segment 4f0e6058-4f6f-4ea4-a16a-9066bc02023b resource provider aggregate not found 2026-06-10 09:14:27.147 8 INFO neutron.api.v2.resource [None req-93ec662c-2e81-45c0-a264-83e1291535cd 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3227] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:14:27 2026] GET /v2.0/routers/7846a79c-90db-467b-a356-a44d3a44da07 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:27.154 7 INFO neutron.services.segments.plugin [-] Segment 4f0e6058-4f6f-4ea4-a16a-9066bc02023b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f0e6058-4f6f-4ea4-a16a-9066bc02023b found for delete ", "request_id": "req-87891c20-8fec-418a-9be8-ee243bae6fa5"}]} 2026-06-10 09:14:27.154 7 INFO neutron.services.segments.plugin [-] Segment 4f0e6058-4f6f-4ea4-a16a-9066bc02023b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f0e6058-4f6f-4ea4-a16a-9066bc02023b found for delete ", "request_id": "req-de4bd7fc-63fb-4851-a905-6417f3871457"}]} [pid: 7|app: 0|req: 1613/3228] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:14:27 2026] DELETE /v2.0/subnets/8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:27.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3eddfc0b-e160-4ebb-a0db-138272d901a2 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3229] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:14:27 2026] GET /v2.0/subnets/8a73b1d6-3b9c-4d02-88f2-6c92822dbba0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3230] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:14:27 2026] DELETE /v2.0/subnets/e1c098cf-a622-49ac-ac2d-f01ece19c331 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:27.449 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acf6f81e-9600-41c6-8841-8833a673746b 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3231] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:14:27 2026] GET /v2.0/subnets/e1c098cf-a622-49ac-ac2d-f01ece19c331 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:27.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-0326fa3e-f10e-4eae-b426-eda80914da19 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 48640818-ba6a-459c-a96b-bad02c5f1eab 2026-06-10 09:14:27.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0326fa3e-f10e-4eae-b426-eda80914da19 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 48640818-ba6a-459c-a96b-bad02c5f1eab [pid: 7|app: 0|req: 1615/3232] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:14:27 2026] DELETE /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:27.757 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27f7afb7-6b64-4d8a-9677-ffd2d6ce6f65 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3233] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:14:27 2026] GET /v2.0/networks/ceb81645-0cd5-46e3-b747-e07135ac48ee => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3234] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:14:27 2026] DELETE /v2.0/subnets/781f58bd-8d2e-457f-b1a7-855a46b67346 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:27.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f9bd4bd-646e-47db-820a-57f9ae73d1d1 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3235] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:14:27 2026] GET /v2.0/subnets/781f58bd-8d2e-457f-b1a7-855a46b67346 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3236] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:14:27 2026] DELETE /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:28.171 8 INFO neutron.pecan_wsgi.hooks.translation [None req-293f2b4e-e19e-4100-8ff4-a9e541f5114e 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3237] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:14:28 2026] GET /v2.0/subnets/cb04ebe4-0ae1-47c6-bdc1-add0ad75cd25 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:28.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba3abeb8-a779-484e-b755-287af1351961 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 3e2da22d-0c35-4a75-a43b-91f153861e53 2026-06-10 09:14:28.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba3abeb8-a779-484e-b755-287af1351961 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 3e2da22d-0c35-4a75-a43b-91f153861e53 [pid: 7|app: 0|req: 1618/3238] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:14:28 2026] DELETE /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:28.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8a46bff-cc0e-4ac4-b2f8-921c25398464 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3239] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:14:28 2026] GET /v2.0/networks/4a07c2d3-810e-467a-b00d-4c4e9f1d9d1f => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3240] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:14:28 2026] DELETE /v2.0/subnets/f84b752a-3094-48ed-9c62-73161b12790d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:28.710 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43d7c356-7423-45be-aca6-f013e2aa100e 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3241] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:14:28 2026] GET /v2.0/subnets/f84b752a-3094-48ed-9c62-73161b12790d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3242] 10.0.0.24 () {32 vars in 723 bytes} [Wed Jun 10 09:14:28 2026] DELETE /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:28.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01a81413-8fed-4fc6-93fa-c69feba90704 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3243] 10.0.0.24 () {32 vars in 720 bytes} [Wed Jun 10 09:14:28 2026] GET /v2.0/subnets/7a427e51-c38d-4015-9134-e52411c2fd45 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:29.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-43c3bdad-32db-4797-a8e5-77d5e983083c 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] TaaS: Handle Delete Port: 06c7053a-f096-4b40-9dc3-1d97caaac88d 2026-06-10 09:14:29.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43c3bdad-32db-4797-a8e5-77d5e983083c 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] Tap Mirror: Handle Delete Port: 06c7053a-f096-4b40-9dc3-1d97caaac88d 2026-06-10 09:14:29.175 7 INFO neutron.services.segments.plugin [-] Segment a60b7ac2-b222-4e2f-ba5f-6ab3b6ebf354 resource provider aggregate not found 2026-06-10 09:14:29.182 7 INFO neutron.services.segments.plugin [-] Segment a60b7ac2-b222-4e2f-ba5f-6ab3b6ebf354 resource provider aggregate not found 2026-06-10 09:14:29.192 7 INFO neutron.services.segments.plugin [-] Segment a60b7ac2-b222-4e2f-ba5f-6ab3b6ebf354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60b7ac2-b222-4e2f-ba5f-6ab3b6ebf354 found for delete ", "request_id": "req-4c74d2ef-748b-43f9-89b0-9a069d06f803"}]} 2026-06-10 09:14:29.215 7 INFO neutron.services.segments.plugin [-] Segment a60b7ac2-b222-4e2f-ba5f-6ab3b6ebf354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60b7ac2-b222-4e2f-ba5f-6ab3b6ebf354 found for delete ", "request_id": "req-b8413aea-aff1-428e-9013-3aa925fc542f"}]} 2026-06-10 09:14:29.221 7 INFO neutron.services.segments.plugin [-] Segment 295a72ff-3d1f-4ed7-ac15-2f3c220cdbec resource provider aggregate not found 2026-06-10 09:14:29.233 7 INFO neutron.services.segments.plugin [-] Segment 295a72ff-3d1f-4ed7-ac15-2f3c220cdbec resource provider aggregate not found 2026-06-10 09:14:29.240 7 INFO neutron.services.segments.plugin [-] Segment 295a72ff-3d1f-4ed7-ac15-2f3c220cdbec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295a72ff-3d1f-4ed7-ac15-2f3c220cdbec found for delete ", "request_id": "req-81e5082f-ec57-49a9-9628-a024c258e5b2"}]} 2026-06-10 09:14:29.255 7 INFO neutron.services.segments.plugin [-] Segment 295a72ff-3d1f-4ed7-ac15-2f3c220cdbec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295a72ff-3d1f-4ed7-ac15-2f3c220cdbec found for delete ", "request_id": "req-b3a918f2-869a-43a1-ab3d-305d52232b84"}]} [pid: 7|app: 0|req: 1621/3244] 10.0.0.24 () {32 vars in 725 bytes} [Wed Jun 10 09:14:28 2026] DELETE /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 09:14:29.329 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5229b56-8c6f-4a34-9481-ee081b82a6b7 71e386c2c61046eba113600ab0424c77 433ed6dd43d54b708e0bb4efc49622b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3245] 10.0.0.24 () {32 vars in 722 bytes} [Wed Jun 10 09:14:29 2026] GET /v2.0/networks/aabcc856-7d1f-4d27-bfe8-f4cd30ed2c90 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 09:14:31.258 7 INFO neutron.services.segments.plugin [-] Segment 1bc6871e-d85c-4860-bcea-309a0ba4b8d5 resource provider aggregate not found 2026-06-10 09:14:31.273 7 INFO neutron.services.segments.plugin [-] Segment 1bc6871e-d85c-4860-bcea-309a0ba4b8d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc6871e-d85c-4860-bcea-309a0ba4b8d5 found for delete ", "request_id": "req-5d5153e0-7d19-4589-8a4d-e49fa3825e5d"}]} 2026-06-10 09:14:31.273 7 INFO neutron.services.segments.plugin [-] Segment 1bc6871e-d85c-4860-bcea-309a0ba4b8d5 resource provider aggregate not found 2026-06-10 09:14:31.292 7 INFO neutron.services.segments.plugin [-] Segment 1bc6871e-d85c-4860-bcea-309a0ba4b8d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc6871e-d85c-4860-bcea-309a0ba4b8d5 found for delete ", "request_id": "req-fad3d41f-9173-45ad-ae7f-e4348c3a8915"}]} [pid: 8|app: 0|req: 1626/3248] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:31 2026] GET /v2.0/security-groups?tenant_id=d2adc6f4a57a4b5399d0daa65faf3fdf&name=default => generated 2929 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3249] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:31 2026] DELETE /v2.0/security-groups/d149ee71-72c2-48c3-921c-56093bdd98a0 => 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: 1627/3250] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:31 2026] GET /v2.0/security-groups?tenant_id=433ed6dd43d54b708e0bb4efc49622b7&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3251] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:31 2026] DELETE /v2.0/security-groups/6701c8b4-b3f5-4190-82c2-ce79c3b48adb => 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: 1628/3252] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:31 2026] GET /v2.0/security-groups?tenant_id=7a45ad7b92aa4e85a03543dd8a664747&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: 1625/3253] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:32 2026] DELETE /v2.0/security-groups/35ecde2b-c07f-4786-8a54-c9b604d4e42c => 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: 1629/3254] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:32 2026] GET /v2.0/security-groups?tenant_id=a3c89a18496c434a97150b6eda568dde&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3255] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:32 2026] DELETE /v2.0/security-groups/40c5c9d3-5bd8-4859-a409-9e1309844d33 => 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: 1630/3256] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:32 2026] GET /v2.0/security-groups?tenant_id=3f8427215d02404d91870f174c6e67e4&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3257] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:32 2026] DELETE /v2.0/security-groups/fcb83d25-2ed7-413f-8590-ceaac15bb9fa => 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: 1631/3258] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:33 2026] GET /v2.0/security-groups?tenant_id=d33d125225474e0692cd832a98f90e7b&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3259] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:33 2026] DELETE /v2.0/security-groups/5b238327-e4a2-4224-86ba-f3d97480f1fb => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3260] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:33 2026] GET /v2.0/security-groups?tenant_id=f038a6e27125459cbd66eda57b0a29a6&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3261] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:33 2026] DELETE /v2.0/security-groups/66b5f073-3c2b-4132-8a27-6c0999d19a33 => 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: 1633/3262] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:14:38 2026] POST /v2.0/floatingips => generated 552 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3263] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:14:38 2026] POST /v2.0/floatingips => generated 552 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3264] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:14:39 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3265] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:14:39 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3266] 10.0.0.24 () {34 vars in 675 bytes} [Wed Jun 10 09:14:40 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3267] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:14:41 2026] PUT /v2.0/floatingips/54485647-5e84-4004-8188-ab47abe92f72/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3268] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:14:41 2026] PUT /v2.0/floatingips/7ee39946-b1c1-492c-a21d-317a013ce05b/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3269] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:14:41 2026] PUT /v2.0/floatingips/cd9cff43-152d-48ef-9a4a-255dea911b13/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3270] 10.0.0.24 () {34 vars in 758 bytes} [Wed Jun 10 09:14:41 2026] PUT /v2.0/floatingips/5b734209-6ae1-49ad-be67-61d96835c046/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3271] 10.0.0.24 () {32 vars in 671 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3272] 10.0.0.24 () {32 vars in 685 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3273] 10.0.0.24 () {32 vars in 681 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3274] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3275] 10.0.0.24 () {32 vars in 679 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3276] 10.0.0.24 () {32 vars in 693 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3277] 10.0.0.24 () {32 vars in 689 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3278] 10.0.0.24 () {32 vars in 701 bytes} [Wed Jun 10 09:14:41 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 09:14:41.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5814b74-4478-43f8-b043-694b30a1b761 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] TaaS: Handle Delete Port: c20a5c44-7ae9-45f6-aa99-c0c1a8306b4d 2026-06-10 09:14:41.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5814b74-4478-43f8-b043-694b30a1b761 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] Tap Mirror: Handle Delete Port: c20a5c44-7ae9-45f6-aa99-c0c1a8306b4d [pid: 7|app: 0|req: 1638/3279] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:14:41 2026] DELETE /v2.0/floatingips/54485647-5e84-4004-8188-ab47abe92f72 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:42.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-94fed377-045b-48cd-83e8-d2e7eda0c5b6 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] TaaS: Handle Delete Port: d5717f83-117e-4dd2-850e-5fe62dddca8d 2026-06-10 09:14:42.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94fed377-045b-48cd-83e8-d2e7eda0c5b6 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] Tap Mirror: Handle Delete Port: d5717f83-117e-4dd2-850e-5fe62dddca8d [pid: 8|app: 0|req: 1642/3280] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:14:42 2026] DELETE /v2.0/floatingips/7ee39946-b1c1-492c-a21d-317a013ce05b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:42.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-89b4fe2d-1fac-49b7-ac60-c729e1891d2b cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] TaaS: Handle Delete Port: 0466d8dd-2796-4b51-9fb4-fbcef7896032 2026-06-10 09:14:42.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89b4fe2d-1fac-49b7-ac60-c729e1891d2b cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] Tap Mirror: Handle Delete Port: 0466d8dd-2796-4b51-9fb4-fbcef7896032 [pid: 7|app: 0|req: 1639/3281] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:14:42 2026] DELETE /v2.0/floatingips/cd9cff43-152d-48ef-9a4a-255dea911b13 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:42.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc2159b1-6572-4001-9566-691d66e681b0 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] TaaS: Handle Delete Port: 8c7bd689-725a-4eb3-b3d6-4ee6a368dd40 2026-06-10 09:14:42.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc2159b1-6572-4001-9566-691d66e681b0 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] Tap Mirror: Handle Delete Port: 8c7bd689-725a-4eb3-b3d6-4ee6a368dd40 [pid: 8|app: 0|req: 1643/3282] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:14:42 2026] DELETE /v2.0/floatingips/5b734209-6ae1-49ad-be67-61d96835c046 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 09:14:43.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6a935f7-d54e-40d5-b51e-5fe5ebaf3914 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] TaaS: Handle Delete Port: 3d2a7380-0e12-4fbd-bac3-dda33a9df933 2026-06-10 09:14:43.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6a935f7-d54e-40d5-b51e-5fe5ebaf3914 cec1e02948e64635831058e60d03baa9 f4efa2804f6245698589967cf6250366 - - default default] Tap Mirror: Handle Delete Port: 3d2a7380-0e12-4fbd-bac3-dda33a9df933 [pid: 7|app: 0|req: 1640/3283] 10.0.0.24 () {32 vars in 731 bytes} [Wed Jun 10 09:14:43 2026] DELETE /v2.0/floatingips/79c9133f-1c44-47e4-90bd-bf36a7331a1f => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3286] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:44 2026] GET /v2.0/security-groups?tenant_id=f4efa2804f6245698589967cf6250366&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3287] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:44 2026] DELETE /v2.0/security-groups/1e643b7e-2e51-435f-989f-3b853518b3f9 => 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: 1645/3288] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:44 2026] GET /v2.0/security-groups?tenant_id=eaa2aa0180204351b889b5a2da161605&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3289] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:44 2026] DELETE /v2.0/security-groups/dd60991f-5dd3-4d48-854b-d40d040a4e84 => 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: 1646/3290] 10.0.0.24 () {32 vars in 773 bytes} [Wed Jun 10 09:14:45 2026] GET /v2.0/security-groups?tenant_id=c96ac9b768a6499bbc4a37890eac95f0&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3291] 10.0.0.24 () {32 vars in 739 bytes} [Wed Jun 10 09:14:45 2026] DELETE /v2.0/security-groups/28c4d9a8-2da6-4c55-be7e-5af7c25f42f7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3292] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:14:47 2026] GET /v2.0/networks => generated 2168 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3293] 10.0.0.24 () {32 vars in 654 bytes} [Wed Jun 10 09:14:49 2026] GET /v2.0/floatingips => 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: 1648/3294] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:14:49 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3295] 10.0.0.24 () {32 vars in 642 bytes} [Wed Jun 10 09:14:49 2026] GET /v2.0/ports => generated 4725 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3296] 10.0.0.24 () {32 vars in 646 bytes} [Wed Jun 10 09:14:49 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3297] 10.0.0.24 () {32 vars in 648 bytes} [Wed Jun 10 09:14:49 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3298] 10.0.0.24 () {32 vars in 662 bytes} [Wed Jun 10 09:14:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3299] 10.0.0.24 () {32 vars in 654 bytes} [Wed Jun 10 09:14:49 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)