+ 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 10:10:17 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-7b5474f8fd-rcbz5 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 0x7f33d692c668 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 10:10:21.507 8 INFO neutron.common.config [-] Logging enabled! 2026-06-10 10:10:21.507 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 10:10:21.695 7 INFO neutron.common.config [-] Logging enabled! 2026-06-10 10:10:21.695 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-10 10:10:22.520 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 10:10:22.755 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-10 10:10:24.079 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:10:24.082 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 10:10:24.085 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 10:10:24.087 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:10:24.087 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 10:10:24.087 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 10:10:24.087 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:10:24.095 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:10:24.095 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:10:24.095 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:10:24.117 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 10:10:24.118 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:10:24.118 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 10:10:24.147 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 10:10:24.147 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 10:10:24.147 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 10:10:24.147 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 10:10:24.298 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:10:24.301 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-10 10:10:24.304 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-10 10:10:24.305 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-10 10:10:24.305 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-10 10:10:24.306 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-10 10:10:24.306 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:10:24.314 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:10:24.314 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-10 10:10:24.314 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:10:24.336 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-10 10:10:24.337 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-10 10:10:24.337 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-10 10:10:24.372 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-10 10:10:24.373 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-10 10:10:24.373 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-10 10:10:24.373 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-10 10:10:24.440 8 INFO neutron.plugins.ml2.managers [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] Initializing driver for type 'vlan' 2026-06-10 10:10:24.655 7 INFO neutron.plugins.ml2.managers [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] Initializing driver for type 'vlan' 2026-06-10 10:10:24.760 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] VlanTypeDriver initialization complete 2026-06-10 10:10:24.761 8 INFO neutron.plugins.ml2.managers [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 10:10:24.761 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 10:10:24.777 8 INFO neutron.plugins.ml2.managers [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 10:10:24.777 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 10:10:24.777 8 INFO neutron.plugins.ml2.managers [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] Initializing extension driver 'port_security' 2026-06-10 10:10:24.777 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 10:10:24.777 8 INFO neutron.plugins.ml2.managers [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] Initializing extension driver 'qos' 2026-06-10 10:10:24.777 8 INFO neutron.plugins.ml2.managers [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 10:10:24.778 8 INFO neutron.plugins.ml2.managers [None req-d7a298cd-76f1-4c03-b074-78659d827b9f - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 10:10:24.807 8 INFO neutron.quota [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded quota_driver: . 2026-06-10 10:10:24.808 8 INFO neutron.plugins.ml2.plugin [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 10:10:24.808 8 INFO neutron.plugins.ml2.managers [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 10:10:24.808 8 INFO neutron.plugins.ml2.managers [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 10:10:24.808 8 INFO neutron.plugins.ml2.managers [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 10:10:24.809 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: qos 2026-06-10 10:10:24.834 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: router 2026-06-10 10:10:24.881 8 INFO neutron.services.service_base [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 10:10:24.881 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: segments 2026-06-10 10:10:24.929 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] VlanTypeDriver initialization complete 2026-06-10 10:10:24.929 7 INFO neutron.plugins.ml2.managers [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] Initializing driver for type 'vxlan' 2026-06-10 10:10:24.929 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-10 10:10:24.943 7 INFO neutron.plugins.ml2.managers [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-10 10:10:24.943 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-10 10:10:24.944 7 INFO neutron.plugins.ml2.managers [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] Initializing extension driver 'port_security' 2026-06-10 10:10:24.944 7 INFO neutron.plugins.ml2.extensions.port_security [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-10 10:10:24.944 7 INFO neutron.plugins.ml2.managers [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] Initializing extension driver 'qos' 2026-06-10 10:10:24.944 7 INFO neutron.plugins.ml2.managers [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-10 10:10:24.944 7 INFO neutron.plugins.ml2.managers [None req-0fbee4e6-2310-48dd-8915-bd01f98483a8 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-10 10:10:24.958 7 INFO neutron.quota [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded quota_driver: . 2026-06-10 10:10:24.958 7 INFO neutron.plugins.ml2.plugin [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Modular L2 Plugin initialization complete 2026-06-10 10:10:24.958 7 INFO neutron.plugins.ml2.managers [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-10 10:10:24.958 7 INFO neutron.plugins.ml2.managers [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-10 10:10:24.958 7 INFO neutron.plugins.ml2.managers [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-10 10:10:24.959 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: qos 2026-06-10 10:10:24.971 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: router 2026-06-10 10:10:24.982 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: trunk 2026-06-10 10:10:24.997 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: vpnaas 2026-06-10 10:10:25.018 7 INFO neutron.services.service_base [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-10 10:10:25.018 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: segments 2026-06-10 10:10:25.038 8 WARNING stevedore.named [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:10:25.107 8 INFO neutron_vpnaas.services.vpn.plugin [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 10:10:25.108 8 INFO neutron.common.utils [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 10:10:25.108 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: taas 2026-06-10 10:10:25.122 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: trunk 2026-06-10 10:10:25.133 8 WARNING stevedore.named [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:10:25.133 8 WARNING stevedore.named [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:10:25.136 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: vpnaas 2026-06-10 10:10:25.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:10:25.153 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: tapmirror 2026-06-10 10:10:25.166 8 WARNING stevedore.named [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:10:25.166 8 WARNING stevedore.named [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:10:25.174 7 WARNING stevedore.named [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:10:25.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:10:25.180 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 10:10:25.188 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: tag 2026-06-10 10:10:25.196 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: timestamp 2026-06-10 10:10:25.199 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 10:10:25.203 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: flavors 2026-06-10 10:10:25.206 8 INFO neutron.manager [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loading Plugin: revisions 2026-06-10 10:10:25.209 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Initializing extension manager. 2026-06-10 10:10:25.211 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: address-group 2026-06-10 10:10:25.212 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: address-scope 2026-06-10 10:10:25.212 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 10:10:25.213 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: agent 2026-06-10 10:10:25.214 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 10:10:25.215 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 10:10:25.215 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 10:10:25.216 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: availability_zone 2026-06-10 10:10:25.217 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 10:10:25.217 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 10:10:25.218 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 10:10:25.219 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 10:10:25.220 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: dns-integration 2026-06-10 10:10:25.220 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 10:10:25.221 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 10:10:25.221 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: dvr 2026-06-10 10:10:25.222 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 10:10:25.222 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 10:10:25.223 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:10:25.224 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 10:10:25.224 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: external-net 2026-06-10 10:10:25.224 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 10:10:25.225 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: extraroute 2026-06-10 10:10:25.226 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 10:10:25.226 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 10:10:25.227 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 10:10:25.227 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 10:10:25.228 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 10:10:25.228 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: fip-port-details 2026-06-10 10:10:25.229 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: flavors 2026-06-10 10:10:25.230 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 10:10:25.231 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 10:10:25.231 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: ip_allocation 2026-06-10 10:10:25.232 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 10:10:25.232 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 10:10:25.235 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: router 2026-06-10 10:10:25.237 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:10:25.237 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 10:10:25.237 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-10 10:10:25.238 7 INFO neutron.common.utils [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-10 10:10:25.238 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: taas 2026-06-10 10:10:25.238 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 10:10:25.238 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 10:10:25.239 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: l3-ha 2026-06-10 10:10:25.240 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:10:25.240 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 10:10:25.241 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: l3-flavors 2026-06-10 10:10:25.242 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:10:25.243 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 10:10:25.246 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 10:10:25.247 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 10:10:25.248 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 10:10:25.250 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 10:10:25.250 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 10:10:25.251 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: multi-provider 2026-06-10 10:10:25.251 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: net-mtu 2026-06-10 10:10:25.252 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 10:10:25.253 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 10:10:25.253 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: network_ha 2026-06-10 10:10:25.254 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 10:10:25.255 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 10:10:25.256 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: pagination 2026-06-10 10:10:25.256 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-device-profile 2026-06-10 10:10:25.257 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 10:10:25.257 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 10:10:25.258 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 10:10:25.258 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-mac-override 2026-06-10 10:10:25.259 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 10:10:25.259 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 10:10:25.260 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 10:10:25.260 7 WARNING stevedore.named [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:10:25.260 7 WARNING stevedore.named [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:10:25.260 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-resource-request 2026-06-10 10:10:25.261 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 10:10:25.261 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 10:10:25.262 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: binding 2026-06-10 10:10:25.263 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: binding-extended 2026-06-10 10:10:25.263 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-security 2026-06-10 10:10:25.264 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: project-id 2026-06-10 10:10:25.264 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: provider 2026-06-10 10:10:25.265 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 10:10:25.267 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos 2026-06-10 10:10:25.267 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 10:10:25.268 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 10:10:25.268 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-default 2026-06-10 10:10:25.269 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-fip 2026-06-10 10:10:25.269 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 10:10:25.270 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 10:10:25.270 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 10:10:25.271 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 10:10:25.272 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 10:10:25.272 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-pps 2026-06-10 10:10:25.273 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 10:10:25.273 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 10:10:25.274 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 10:10:25.274 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 10:10:25.275 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 10:10:25.277 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: quotas 2026-06-10 10:10:25.278 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: quota_details 2026-06-10 10:10:25.280 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: rbac-policies 2026-06-10 10:10:25.280 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 10:10:25.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:10:25.281 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: tapmirror 2026-06-10 10:10:25.281 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 10:10:25.281 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 10:10:25.282 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 10:10:25.282 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: revision-if-match 2026-06-10 10:10:25.283 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 10:10:25.284 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 10:10:25.284 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 10:10:25.286 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 10:10:25.286 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 10:10:25.287 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 10:10:25.287 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 10:10:25.288 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 10:10:25.288 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-10 10:10:25.289 7 WARNING stevedore.named [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-10 10:10:25.289 7 WARNING stevedore.named [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-10 10:10:25.293 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: security-group 2026-06-10 10:10:25.295 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: segment 2026-06-10 10:10:25.296 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 10:10:25.296 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: service-type 2026-06-10 10:10:25.297 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: sorting 2026-06-10 10:10:25.297 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 10:10:25.298 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 10:10:25.299 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 10:10:25.300 8 WARNING neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 10:10:25.300 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 10:10:25.301 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 10:10:25.301 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 10:10:25.302 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 10:10:25.302 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 10:10:25.303 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 10:10:25.303 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 10:10:25.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-10 10:10:25.304 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: auto_allocate 2026-06-10 10:10:25.304 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: tag-creation 2026-06-10 10:10:25.305 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 10:10:25.308 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 10:10:25.309 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 10:10:25.310 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: tag 2026-06-10 10:10:25.310 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: trunk 2026-06-10 10:10:25.310 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: trunk-details 2026-06-10 10:10:25.311 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 10:10:25.311 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 10:10:25.312 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 10:10:25.312 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 10:10:25.314 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 10:10:25.315 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 10:10:25.316 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 10:10:25.317 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: vpnaas 2026-06-10 10:10:25.317 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: timestamp 2026-06-10 10:10:25.318 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: taas 2026-06-10 10:10:25.319 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: tap-mirror 2026-06-10 10:10:25.320 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: network_ip_availability 2026-06-10 10:10:25.321 8 INFO neutron.api.extensions [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 10:10:25.323 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 10:10:25.324 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 10:10:25.324 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: flavors 2026-06-10 10:10:25.324 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.324 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 10:10:25.327 7 INFO neutron.manager [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loading Plugin: revisions 2026-06-10 10:10:25.327 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:10:25.328 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:10:25.331 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Initializing extension manager. 2026-06-10 10:10:25.332 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: address-group 2026-06-10 10:10:25.332 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:10:25.333 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:10:25.333 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: address-scope 2026-06-10 10:10:25.333 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:10:25.334 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-10 10:10:25.334 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.334 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.335 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: agent 2026-06-10 10:10:25.335 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.335 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.335 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: agent-resources-synced 2026-06-10 10:10:25.335 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:10:25.336 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.336 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.336 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-10 10:10:25.337 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:10:25.337 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-10 10:10:25.337 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:10:25.337 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:10:25.338 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: availability_zone 2026-06-10 10:10:25.338 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.338 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:10:25.338 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: availability_zone_filter 2026-06-10 10:10:25.338 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.338 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] ikepolicy is already registered 2026-06-10 10:10:25.339 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-10 10:10:25.339 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: default-subnetpools 2026-06-10 10:10:25.341 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-10 10:10:25.341 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: dns-integration 2026-06-10 10:10:25.342 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: dns-domain-ports 2026-06-10 10:10:25.342 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-10 10:10:25.343 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: dvr 2026-06-10 10:10:25.343 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:10:25.343 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-10 10:10:25.343 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] router is already registered 2026-06-10 10:10:25.344 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: empty-string-filtering 2026-06-10 10:10:25.344 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:10:25.344 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] floatingip is already registered 2026-06-10 10:10:25.344 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:10:25.345 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-10 10:10:25.345 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: external-net 2026-06-10 10:10:25.346 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-10 10:10:25.346 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: extraroute 2026-06-10 10:10:25.347 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: extraroute-atomic 2026-06-10 10:10:25.347 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-10 10:10:25.347 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:10:25.348 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] rbac_policy is already registered 2026-06-10 10:10:25.348 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-10 10:10:25.348 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:10:25.348 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] security_group is already registered 2026-06-10 10:10:25.349 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-10 10:10:25.349 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:10:25.349 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] security_group_rule is already registered 2026-06-10 10:10:25.349 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-10 10:10:25.350 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: fip-port-details 2026-06-10 10:10:25.350 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.350 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.350 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.350 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.350 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: flavors 2026-06-10 10:10:25.351 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:10:25.351 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] trunk is already registered 2026-06-10 10:10:25.351 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.351 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-10 10:10:25.351 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] ikepolicy is already registered 2026-06-10 10:10:25.352 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.352 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:10:25.352 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: floatingip-pools 2026-06-10 10:10:25.352 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:10:25.352 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] endpoint_group is already registered 2026-06-10 10:10:25.353 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: ip_allocation 2026-06-10 10:10:25.353 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:10:25.353 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] vpnservice is already registered 2026-06-10 10:10:25.353 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-10 10:10:25.353 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:10:25.353 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] ipsec_site_connection is already registered 2026-06-10 10:10:25.354 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: l2_adjacency 2026-06-10 10:10:25.354 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.354 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:10:25.354 8 INFO neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.354 8 WARNING neutron.quota.resource_registry [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] ikepolicy is already registered 2026-06-10 10:10:25.355 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: router 2026-06-10 10:10:25.356 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-10 10:10:25.357 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-10 10:10:25.357 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-10 10:10:25.358 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: ext-gw-mode 2026-06-10 10:10:25.358 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: l3-ha 2026-06-10 10:10:25.359 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:10:25.359 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-10 10:10:25.360 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: l3-flavors 2026-06-10 10:10:25.361 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-10 10:10:25.361 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-10 10:10:25.365 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-10 10:10:25.366 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-10 10:10:25.367 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-10 10:10:25.368 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-10 10:10:25.369 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-10 10:10:25.369 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: multi-provider 2026-06-10 10:10:25.370 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: net-mtu 2026-06-10 10:10:25.371 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: net-mtu-writable 2026-06-10 10:10:25.371 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: network_availability_zone 2026-06-10 10:10:25.372 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: network_ha 2026-06-10 10:10:25.373 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: network-ip-availability 2026-06-10 10:10:25.374 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-10 10:10:25.374 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: pagination 2026-06-10 10:10:25.375 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-device-profile 2026-06-10 10:10:25.375 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-10 10:10:25.376 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-10 10:10:25.376 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-10 10:10:25.377 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-mac-override 2026-06-10 10:10:25.377 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-10 10:10:25.378 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-10 10:10:25.388 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-10 10:10:25.389 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-resource-request 2026-06-10 10:10:25.390 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-10 10:10:25.394 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-10 10:10:25.397 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: binding 2026-06-10 10:10:25.398 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: binding-extended 2026-06-10 10:10:25.399 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-security 2026-06-10 10:10:25.399 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: project-id 2026-06-10 10:10:25.400 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: provider 2026-06-10 10:10:25.401 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-10 10:10:25.407 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos 2026-06-10 10:10:25.408 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-10 10:10:25.409 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-10 10:10:25.410 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-default 2026-06-10 10:10:25.410 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-fip 2026-06-10 10:10:25.411 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-10 10:10:25.411 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-10 10:10:25.412 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-10 10:10:25.413 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-10 10:10:25.413 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-10 10:10:25.414 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-pps 2026-06-10 10:10:25.415 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-10 10:10:25.416 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-10 10:10:25.416 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: qos-rules-alias 2026-06-10 10:10:25.417 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: quota-check-limit 2026-06-10 10:10:25.418 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-10 10:10:25.420 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: quotas 2026-06-10 10:10:25.421 8 WARNING keystonemiddleware._common.config [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 10:10:25.422 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: quota_details 2026-06-10 10:10:25.423 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: rbac-policies 2026-06-10 10:10:25.424 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: rbac-address-group 2026-06-10 10:10:25.425 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: rbac-address-scope 2026-06-10 10:10:25.426 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: rbac-security-groups 2026-06-10 10:10:25.426 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-10 10:10:25.427 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: revision-if-match 2026-06-10 10:10:25.428 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-10 10:10:25.428 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: router_availability_zone 2026-06-10 10:10:25.429 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-10 10:10:25.431 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-10 10:10:25.431 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-10 10:10:25.432 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-10 10:10:25.433 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-10 10:10:25.433 8 WARNING oslo_config.cfg [None req-59a3ebb0-0af5-4790-89ff-6abf990a9522 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-10 10:10:25.433 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-10 10:10:25.434 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: security-groups-shared-filtering WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f33d692c668 pid: 8 (default app) 2026-06-10 10:10:25.439 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: security-group 2026-06-10 10:10:25.440 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: segment 2026-06-10 10:10:25.440 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-10 10:10:25.441 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: service-type 2026-06-10 10:10:25.442 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: sorting 2026-06-10 10:10:25.442 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: standard-attr-segment 2026-06-10 10:10:25.443 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: standard-attr-description 2026-06-10 10:10:25.443 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: stateful-security-group 2026-06-10 10:10:25.444 7 WARNING neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-10 10:10:25.445 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-10 10:10:25.446 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: subnet-external-network 2026-06-10 10:10:25.446 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: subnet_onboard 2026-06-10 10:10:25.447 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-10 10:10:25.447 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: subnet-service-types 2026-06-10 10:10:25.448 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: subnet_allocation 2026-06-10 10:10:25.449 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-10 10:10:25.451 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: tag-creation 2026-06-10 10:10:25.452 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-10 10:10:25.456 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: standard-attr-tag 2026-06-10 10:10:25.457 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-10 10:10:25.457 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: trunk 2026-06-10 10:10:25.458 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: trunk-details 2026-06-10 10:10:25.459 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-10 10:10:25.459 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-10 10:10:25.460 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-10 10:10:25.460 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-10 10:10:25.462 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-10 10:10:25.463 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-10 10:10:25.464 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: vpn-flavors 2026-06-10 10:10:25.466 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: vpnaas 2026-06-10 10:10:25.468 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: taas 2026-06-10 10:10:25.469 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: tap-mirror 2026-06-10 10:10:25.469 7 INFO neutron.api.extensions [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-10 10:10:25.472 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-10 10:10:25.472 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-10 10:10:25.473 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.473 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-10 10:10:25.476 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:10:25.477 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:10:25.481 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:10:25.482 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:10:25.482 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:10:25.483 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.483 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.484 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.484 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.484 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:10:25.485 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.485 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.485 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:10:25.486 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:10:25.486 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:10:25.486 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.487 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:10:25.487 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.487 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] ikepolicy is already registered 2026-06-10 10:10:25.492 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-10 10:10:25.492 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] router is already registered 2026-06-10 10:10:25.492 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-10 10:10:25.492 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] floatingip is already registered 2026-06-10 10:10:25.496 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-10 10:10:25.496 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] rbac_policy is already registered 2026-06-10 10:10:25.497 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-10 10:10:25.497 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] security_group is already registered 2026-06-10 10:10:25.497 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-10 10:10:25.497 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] security_group_rule is already registered 2026-06-10 10:10:25.498 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.498 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.499 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-10 10:10:25.499 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] subnetpool is already registered 2026-06-10 10:10:25.499 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-10 10:10:25.500 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] trunk is already registered 2026-06-10 10:10:25.500 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.500 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] ikepolicy is already registered 2026-06-10 10:10:25.500 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.501 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:10:25.501 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-10 10:10:25.501 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] endpoint_group is already registered 2026-06-10 10:10:25.502 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-10 10:10:25.502 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] vpnservice is already registered 2026-06-10 10:10:25.502 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-10 10:10:25.503 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] ipsec_site_connection is already registered 2026-06-10 10:10:25.503 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-10 10:10:25.503 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] ipsecpolicy is already registered 2026-06-10 10:10:25.504 7 INFO neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-10 10:10:25.504 7 WARNING neutron.quota.resource_registry [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] ikepolicy is already registered 2026-06-10 10:10:25.551 7 WARNING keystonemiddleware._common.config [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 10:10:25.559 7 WARNING oslo_config.cfg [None req-b813bf5a-027b-489d-9a93-cb61ba30d6d0 - - - - - -] 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 0x7f33d692c668 pid: 7 (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 10:10:30.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-770f6086-c01c-4075-9766-ce7e964df0bf d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:10:29 2026] GET /v2.0/networks/public => generated 108 bytes in 925 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:10:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:10:31.759 8 WARNING neutron.services.revisions.revision_plugin [None req-6fb610d4-a8bf-4e94-bf2e-f99fe7ab20c6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:10:31.777 8 INFO neutron.db.segments_db [None req-6fb610d4-a8bf-4e94-bf2e-f99fe7ab20c6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 30e27a6b-2f50-4dcf-8b7c-47b0ee281e1f of type flat for network 99bf5b5a-0c30-43f6-9f14-8670500270c2 2026-06-10 10:10:31.815 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6fb610d4-a8bf-4e94-bf2e-f99fe7ab20c6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.25 () {48 vars in 964 bytes} [Wed Jun 10 10:10:31 2026] POST /v2.0/networks => generated 124 bytes in 507 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:10:38.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3473c749-7803-4fcb-a059-42f3480208ed d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/8] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:10:37 2026] GET /v2.0/networks/public => generated 108 bytes in 365 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/9] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:10:38 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 10:10:38.301 7 WARNING neutron.services.revisions.revision_plugin [None req-e93c7c27-3e1a-4197-b461-7248fa99fe35 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:10:38.326 7 INFO neutron.db.segments_db [None req-e93c7c27-3e1a-4197-b461-7248fa99fe35 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment b4999446-aa5d-4d5f-ba4e-553ec776af65 of type flat for network aede3852-56a2-4040-84d5-e3199ab64542 2026-06-10 10:10:38.377 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e93c7c27-3e1a-4197-b461-7248fa99fe35 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/10] 199.204.45.25 () {48 vars in 964 bytes} [Wed Jun 10 10:10:38 2026] POST /v2.0/networks => generated 124 bytes in 1003 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:10:44.934 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4246d831-e74b-47dd-9fa2-233523fd1794 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/11] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:10:44 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: 4/12] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:10:44 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 10:10:45.009 8 WARNING neutron.services.revisions.revision_plugin [None req-f5680dd8-7f2c-4606-b5e2-8fb319bc775b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:10:45.021 8 INFO neutron.db.segments_db [None req-f5680dd8-7f2c-4606-b5e2-8fb319bc775b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment cd7b26d1-daf5-41f2-8b0e-2467b7dfd7ee of type flat for network 8cb16702-4634-4436-9b52-879e8d06f778 2026-06-10 10:10:45.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5680dd8-7f2c-4606-b5e2-8fb319bc775b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/13] 199.204.45.25 () {48 vars in 964 bytes} [Wed Jun 10 10:10:44 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:10:50.952 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50c03924-c472-4127-b68a-9c52d7a2f8f6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/14] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:10:50 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/15] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:10:50 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 10:10:51.048 7 WARNING neutron.services.revisions.revision_plugin [None req-d9f8580a-2c09-4459-8f41-077725a9e8d3 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:10:51.069 7 INFO neutron.db.segments_db [None req-d9f8580a-2c09-4459-8f41-077725a9e8d3 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 2817326c-3edd-408f-bdb6-f31f3996f4f3 of type flat for network 50179a60-06b2-4bc1-8fca-5319cf1c8025 2026-06-10 10:10:51.096 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9f8580a-2c09-4459-8f41-077725a9e8d3 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/16] 199.204.45.25 () {48 vars in 964 bytes} [Wed Jun 10 10:10:50 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:10:56.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe09319e-5ed9-4199-ab8e-c19a50c4ce33 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/18] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:10:56 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/19] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:10:56 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 10:10:57.042 7 WARNING neutron.services.revisions.revision_plugin [None req-9fd60338-a15d-41c0-9995-a00af2e8af2f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:10:57.059 7 INFO neutron.db.segments_db [None req-9fd60338-a15d-41c0-9995-a00af2e8af2f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 6d6651b6-4573-42b4-8503-a0bb9f66bf65 of type flat for network 2f43ed16-15b3-4bc9-b892-6f0290c1683c 2026-06-10 10:10:57.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fd60338-a15d-41c0-9995-a00af2e8af2f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/20] 199.204.45.25 () {48 vars in 964 bytes} [Wed Jun 10 10:10:56 2026] POST /v2.0/networks => generated 124 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:11:02.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e247c0-b346-42f0-8a75-1d001e0c7f39 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/21] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:11:02 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/22] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:11:02 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 10:11:05.353 8 WARNING neutron.services.revisions.revision_plugin [None req-81168320-2010-40ef-a83d-584467d344b1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Could not find related network for resource to bump revision. 2026-06-10 10:11:06.474 8 INFO neutron.db.segments_db [None req-81168320-2010-40ef-a83d-584467d344b1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 28ea9473-798b-4596-acf7-f1943ff09ab8 of type flat for network ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 [pid: 8|app: 0|req: 14/23] 199.204.45.25 () {48 vars in 964 bytes} [Wed Jun 10 10:11:02 2026] POST /v2.0/networks => generated 706 bytes in 3758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:11:07.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46aa72b2-949e-4697-a509-801b170ba100 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/24] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:11:07 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: 15/26] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:11:07 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:11:07.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85738724-d4b3-41c7-ac02-4a471925e19d d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/27] 199.204.45.25 () {44 vars in 1031 bytes} [Wed Jun 10 10:11:07 2026] GET /v2.0/subnets/public-subnet?network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.25 () {44 vars in 1054 bytes} [Wed Jun 10 10:11:07 2026] GET /v2.0/subnets?name=public-subnet&network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/29] 199.204.45.25 () {48 vars in 962 bytes} [Wed Jun 10 10:11:07 2026] POST /v2.0/subnets => generated 664 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:17:32.293 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc8a05fe-6ead-4e8b-9908-4fc0412378f2 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 42/80] 199.204.45.25 () {44 vars in 934 bytes} [Wed Jun 10 10:17:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.25 () {44 vars in 956 bytes} [Wed Jun 10 10:17:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:17:32.386 8 INFO neutron.db.segments_db [None req-f65a654b-da72-410c-a912-a7aa00800c7c d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 8c5b499d-1e45-48d0-8fce-875c208a6ffc of type vxlan for network 6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b [pid: 8|app: 0|req: 43/82] 199.204.45.25 () {48 vars in 963 bytes} [Wed Jun 10 10:17:32 2026] POST /v2.0/networks => generated 688 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:17:33.450 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c05db016-404b-47b2-a065-016f8b1f339f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/83] 199.204.45.25 () {44 vars in 934 bytes} [Wed Jun 10 10:17:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.25 () {44 vars in 956 bytes} [Wed Jun 10 10:17:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:17:33.521 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42925e6c-385b-4c7c-9f9f-9beff3f78c85 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/85] 199.204.45.25 () {44 vars in 1033 bytes} [Wed Jun 10 10:17:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.25 () {44 vars in 1056 bytes} [Wed Jun 10 10:17:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.25 () {48 vars in 962 bytes} [Wed Jun 10 10:17:33 2026] POST /v2.0/subnets => generated 651 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:17:34.863 8 INFO neutron.api.v2.resource [None req-2d2dc024-6c4e-4a55-9b95-e424ee557bea d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 46/88] 199.204.45.25 () {44 vars in 968 bytes} [Wed Jun 10 10:17:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.25 () {44 vars in 990 bytes} [Wed Jun 10 10:17:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.25 () {48 vars in 977 bytes} [Wed Jun 10 10:17:34 2026] POST /v2.0/security-groups => generated 1616 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:36 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 1616 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:36 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:36 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:17:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:37 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:37 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:37 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:17:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:38 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:38 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:38 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:17:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:39 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:39 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => 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: 52/107] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:39 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:17:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:40 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:40 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:40 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:17:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.25 () {44 vars in 984 bytes} [Wed Jun 10 10:17:41 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 732 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:17:42.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72d191a4-301b-48a7-9b43-37317c7c6b2b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 59/114] 199.204.45.25 () {44 vars in 1073 bytes} [Wed Jun 10 10:17:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.25 () {44 vars in 1096 bytes} [Wed Jun 10 10:17:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:42 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.25 () {48 vars in 958 bytes} [Wed Jun 10 10:17:42 2026] POST /v2.0/ports => generated 1096 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 10:17:49.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5c3c84b-5082-49d1-a720-695886035f07 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 61/118] 199.204.45.25 () {44 vars in 976 bytes} [Wed Jun 10 10:17:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 58/119] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.25 () {48 vars in 1028 bytes} [Wed Jun 10 10:17:49 2026] PUT /v2.0/ports/c6816583-6f94-451e-9c7d-ff3ccafb3638 => generated 1245 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/121] 199.204.45.25 () {44 vars in 917 bytes} [Wed Jun 10 10:17:52 2026] GET /v2.0/ports => generated 3726 bytes in 330 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 10:17:53.325 8 INFO neutron.api.v2.resource [None req-2e061e65-63c3-450b-b1af-490aeca849a8 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 64/124] 199.204.45.25 () {44 vars in 956 bytes} [Wed Jun 10 10:17:53 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: 7|app: 0|req: 61/125] 199.204.45.25 () {44 vars in 978 bytes} [Wed Jun 10 10:17:53 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/126] 199.204.45.25 () {48 vars in 977 bytes} [Wed Jun 10 10:17:53 2026] POST /v2.0/security-groups => generated 1610 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/127] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:54 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 1610 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/128] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:54 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/129] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:54 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/130] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:17:54 2026] POST /v2.0/security-group-rules => generated 621 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/131] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:55 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 2244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/132] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:55 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/133] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:17:55 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/134] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:17:55 2026] POST /v2.0/security-group-rules => generated 625 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/147] 199.204.45.25 () {44 vars in 972 bytes} [Wed Jun 10 10:19:23 2026] GET /v2.0/quotas/0027925368524929992f4f8430b57ea1 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/148] 199.204.45.25 () {48 vars in 1024 bytes} [Wed Jun 10 10:19:24 2026] PUT /v2.0/quotas/0027925368524929992f4f8430b57ea1 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 10:21:44.745 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cf531f0-02c1-425e-8356-ed032918793e d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/167] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:21:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 129 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: 86/168] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:21:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:21:46.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e71299c-3659-497a-9e58-2f2f800ff053 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 83/169] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:21:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/170] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:21:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:31:19.155 8 INFO neutron.api.v2.resource [None req-a51e663b-fda8-4442-abeb-43951c159221 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 126/247] 199.204.45.25 () {44 vars in 1071 bytes} [Wed Jun 10 10:31:19 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 139 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/248] 199.204.45.25 () {44 vars in 1094 bytes} [Wed Jun 10 10:31:19 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 23 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/249] 199.204.45.25 () {48 vars in 978 bytes} [Wed Jun 10 10:31:19 2026] POST /v2.0/security-groups => generated 1624 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/250] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:20 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 1624 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/251] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:31:20 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/252] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:20 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/253] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:31:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/254] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:22 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/255] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:31:22 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/256] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:22 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/257] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:31:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/260] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:23 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/261] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:31:23 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => 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: 134/262] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:23 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/263] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:31:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/264] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:25 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 3460 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/265] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:31:25 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => generated 3460 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/266] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:31:25 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 3460 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/267] 199.204.45.25 () {48 vars in 988 bytes} [Wed Jun 10 10:31:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/296] 199.204.45.25 () {30 vars in 739 bytes} [Wed Jun 10 10:35:06 2026] GET /v2.0/networks?tenant_id=60276db37e7c4b94ab6964c9ad1394b0&shared=False => generated 15 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:35:06.525 7 INFO neutron.db.segments_db [None req-b4f0eb76-35f3-40a0-93c9-36504b8ddccc c1a9cbf528d343e38da5ef936c3b231e 60276db37e7c4b94ab6964c9ad1394b0 - - 8d51131dc2f841efaeef3fdeff122bb9 8d51131dc2f841efaeef3fdeff122bb9] Added segment 69d3aa4c-2e67-4953-ab94-cb17aad2b1ae of type vxlan for network 24bad69b-0e2e-4433-8297-f2c05a486e14 [pid: 7|app: 0|req: 146/297] 199.204.45.25 () {34 vars in 681 bytes} [Wed Jun 10 10:35:06 2026] POST /v2.0/networks => generated 699 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/298] 199.204.45.25 () {30 vars in 721 bytes} [Wed Jun 10 10:35:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 147/299] 199.204.45.25 () {30 vars in 632 bytes} [Wed Jun 10 10:35:06 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/300] 199.204.45.25 () {34 vars in 676 bytes} [Wed Jun 10 10:35:06 2026] POST /v2.0/ports => generated 999 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/301] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:35:07 2026] GET /v2.0/networks/24bad69b-0e2e-4433-8297-f2c05a486e14 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/304] 199.204.45.25 () {30 vars in 721 bytes} [Wed Jun 10 10:35:08 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: 150/305] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:35:08 2026] GET /v2.0/networks/24bad69b-0e2e-4433-8297-f2c05a486e14 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/306] 199.204.45.25 () {44 vars in 972 bytes} [Wed Jun 10 10:35:16 2026] GET /v2.0/quotas/60276db37e7c4b94ab6964c9ad1394b0 => 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: 151/307] 199.204.45.25 () {48 vars in 1024 bytes} [Wed Jun 10 10:35:17 2026] PUT /v2.0/quotas/60276db37e7c4b94ab6964c9ad1394b0 => generated 291 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:47:39.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5fc7e82-d489-4b70-8abc-013762fe59e8 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/408] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:47:38 2026] GET /v2.0/networks/public => generated 108 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/409] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:47:39 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 10:47:40.275 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e031de3d-003a-451f-bb05-61c1b599e298 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/410] 199.204.45.25 () {44 vars in 924 bytes} [Wed Jun 10 10:47:40 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/411] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:47:40 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 10:47:40.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d91ae875-7cc2-47e2-af34-4f275e217046 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/412] 199.204.45.25 () {44 vars in 1031 bytes} [Wed Jun 10 10:47:40 2026] GET /v2.0/subnets/public-subnet?network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 => generated 113 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/413] 199.204.45.25 () {44 vars in 1054 bytes} [Wed Jun 10 10:47:40 2026] GET /v2.0/subnets?name=public-subnet&network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:48:09.507 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a844bba5-2ded-4483-ae50-1531b9e22162 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/418] 199.204.45.25 () {44 vars in 934 bytes} [Wed Jun 10 10:48:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/419] 199.204.45.25 () {44 vars in 956 bytes} [Wed Jun 10 10:48:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:48:10.554 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5f5a4ff-d1b5-405a-8c4e-558085154b92 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/420] 199.204.45.25 () {44 vars in 934 bytes} [Wed Jun 10 10:48:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/421] 199.204.45.25 () {44 vars in 956 bytes} [Wed Jun 10 10:48:10 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 10:48:10.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdf1a7e5-2601-4a72-9717-0142a68e3c36 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/422] 199.204.45.25 () {44 vars in 1033 bytes} [Wed Jun 10 10:48:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => 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: 214/423] 199.204.45.25 () {44 vars in 1056 bytes} [Wed Jun 10 10:48:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:48:11.882 7 INFO neutron.api.v2.resource [None req-c8997448-6ebc-4961-b18b-e3f948e84dc9 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/424] 199.204.45.25 () {44 vars in 968 bytes} [Wed Jun 10 10:48:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/425] 199.204.45.25 () {44 vars in 990 bytes} [Wed Jun 10 10:48:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/426] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:13 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/427] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:13 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => 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: 212/428] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:48:13 2026] GET /v2.0/security-group-rules/08a56ae7-b97e-40b4-b9a9-3583cf56bc4a => 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: 217/429] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:14 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/430] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:14 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/431] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:48:14 2026] GET /v2.0/security-group-rules/8e1debe5-d37d-4a68-acb1-6e364f39bdf2 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/432] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:15 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/433] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:15 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/434] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:48:15 2026] GET /v2.0/security-group-rules/686f2023-396d-40b6-8396-6cf666d2c644 => 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: 220/435] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:15 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/436] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:16 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => 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: 221/437] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:48:16 2026] GET /v2.0/security-group-rules/928bb9b5-111d-4626-915a-f040a6cc2fc0 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/438] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:16 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/439] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:17 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/440] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:48:17 2026] GET /v2.0/security-group-rules/e835e4f7-c168-4971-9fad-79562d3263a5 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/441] 199.204.45.25 () {44 vars in 984 bytes} [Wed Jun 10 10:48:18 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:48:18.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84ce8cfa-30b8-45f2-946f-f161bddaea7d d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 219/442] 199.204.45.25 () {44 vars in 1073 bytes} [Wed Jun 10 10:48:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/443] 199.204.45.25 () {44 vars in 1096 bytes} [Wed Jun 10 10:48:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 1250 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/444] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:18 2026] GET /v2.0/security-groups/34777c2e-2ac3-42b0-b8c7-195da6ef6ca0 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:48:26.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0f4ba36-269b-41c9-aca3-261362ad468b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 226/447] 199.204.45.25 () {44 vars in 976 bytes} [Wed Jun 10 10:48:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/448] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/449] 199.204.45.25 () {44 vars in 917 bytes} [Wed Jun 10 10:48:28 2026] GET /v2.0/ports => generated 4721 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:48:29.328 7 INFO neutron.api.v2.resource [None req-de229d99-0f8e-4b75-a1ba-9408edaf322d d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 223/450] 199.204.45.25 () {44 vars in 956 bytes} [Wed Jun 10 10:48:29 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: 228/451] 199.204.45.25 () {44 vars in 978 bytes} [Wed Jun 10 10:48:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/452] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:30 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 2882 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/453] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:30 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 2882 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/454] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:48:30 2026] GET /v2.0/security-group-rules/28665acd-a342-45d9-9f5a-c753e1d6792b => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/455] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:31 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 2882 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/456] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:48:31 2026] GET /v2.0/security-groups/5397c10b-e602-4915-8b57-572ff7581065 => generated 2882 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/457] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:48:31 2026] GET /v2.0/security-group-rules/289b8281-aaeb-481f-8074-9c1a57a9e3a7 => generated 625 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/460] 199.204.45.25 () {44 vars in 972 bytes} [Wed Jun 10 10:48:44 2026] GET /v2.0/quotas/0027925368524929992f4f8430b57ea1 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:49:43.127 7 INFO neutron.api.v2.resource [None req-2b3e237b-06af-4b38-9f8b-f648a418afb6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 233/469] 199.204.45.25 () {44 vars in 1071 bytes} [Wed Jun 10 10:49:43 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 139 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 199.204.45.25 () {44 vars in 1094 bytes} [Wed Jun 10 10:49:43 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/471] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:49:44 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => 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: 238/472] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:49:44 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/473] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:49:44 2026] GET /v2.0/security-group-rules/a48732c6-6993-419f-8b2c-d217cd3a6572 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/474] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:49:45 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 4075 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/475] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:49:45 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => 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: 240/476] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:49:45 2026] GET /v2.0/security-group-rules/c48db9c2-a9a9-42b9-a743-41f47969fccb => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/477] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:49:46 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/478] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:49:46 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/479] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:49:46 2026] GET /v2.0/security-group-rules/a7c66649-98fe-4e6b-a5ea-53cbf231797a => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 199.204.45.25 () {44 vars in 1085 bytes} [Wed Jun 10 10:49:47 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3?project_id=60276db37e7c4b94ab6964c9ad1394b0 => 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: 239/481] 199.204.45.25 () {44 vars in 998 bytes} [Wed Jun 10 10:49:47 2026] GET /v2.0/security-groups/1faa9600-c91c-4f22-90f9-6cb5bfb848a3 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/482] 199.204.45.25 () {44 vars in 1008 bytes} [Wed Jun 10 10:49:47 2026] GET /v2.0/security-group-rules/834bbb12-269b-443b-98c7-e3d56c888502 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/485] 199.204.45.25 () {44 vars in 972 bytes} [Wed Jun 10 10:49:54 2026] GET /v2.0/quotas/60276db37e7c4b94ab6964c9ad1394b0 => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/492] 199.204.45.25 () {44 vars in 946 bytes} [Wed Jun 10 10:50:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/499] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:51:26 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/500] 10.0.0.218 () {32 vars in 655 bytes} [Wed Jun 10 10:51:28 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/501] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:51:28 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/502] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:51:28 2026] GET /v2.0/ports => generated 4721 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/503] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:51:28 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/504] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:51:28 2026] GET /v2.0/networks => generated 2168 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/505] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:51:28 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/506] 10.0.0.218 () {32 vars in 655 bytes} [Wed Jun 10 10:51:28 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:51:39.723 7 INFO neutron.db.segments_db [None req-a868054c-8f56-4eae-b191-8d9fc6b65382 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment c19e0858-02e1-490f-b0dd-a50bfcfeb769 of type vxlan for network 44958438-726a-4bf3-a3b5-347936c97d25 2026-06-10 10:51:39.791 8 INFO neutron.db.segments_db [None req-160b33fe-a1f4-444b-9f9b-937347d309db d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment b5dbb3cb-af41-4c76-a805-1528fb67c20c of type vxlan for network 564af657-a3fe-4291-8bdd-570bc2ed59e8 [pid: 7|app: 0|req: 252/509] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:51:39 2026] POST /v2.0/networks => generated 729 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/510] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:51:39 2026] POST /v2.0/networks => generated 724 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/511] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:39 2026] POST /v2.0/subnets => generated 695 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:51:40.048 7 INFO neutron.db.segments_db [None req-48b21524-6769-4d99-b02f-f674eb67b41c d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 8f733e4a-9ef1-47a7-af03-263371b8eb9d of type vxlan for network ebb75c5e-0c9e-41e5-adaa-21b3bb4560f7 [pid: 8|app: 0|req: 259/512] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:39 2026] POST /v2.0/subnets => generated 691 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:51:40.146 8 INFO neutron.db.segments_db [None req-c89c7b20-aab3-4c44-bb88-e6d84a6f2ac6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment a6e12ccc-a928-4001-937f-f8d4a1e81f0f of type vxlan for network e1ad2924-7f6e-4107-8be7-65979abc0408 2026-06-10 10:51:40.280 7 INFO neutron.db.l3_hamode_db [None req-48b21524-6769-4d99-b02f-f674eb67b41c d5602b6e3023465084488167e7b459f6 c6f576c67af543a48c1753dd4626ddd5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:51:40.410 8 INFO neutron.db.l3_hamode_db [None req-c89c7b20-aab3-4c44-bb88-e6d84a6f2ac6 d5602b6e3023465084488167e7b459f6 46ea757e1afe4b6c9ad70b6cefb17af1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:51:41.128 7 INFO neutron.db.l3_hamode_db [None req-48b21524-6769-4d99-b02f-f674eb67b41c d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:51:41.268 8 INFO neutron.db.l3_hamode_db [None req-c89c7b20-aab3-4c44-bb88-e6d84a6f2ac6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 254/513] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:40 2026] POST /v2.0/routers => generated 735 bytes in 2364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:40 2026] POST /v2.0/routers => generated 731 bytes in 2423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/515] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:42 2026] GET /v2.0/security-groups?tenant_id=6ab68d2e0ee04751beec98240290a6aa&name=default => generated 2921 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/516] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:42 2026] GET /v2.0/security-groups?tenant_id=c3c02876754947aba22c119e689b5268&name=default => generated 2921 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/517] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:51:42 2026] PUT /v2.0/routers/e95b2945-008b-4195-8f93-6aeae6f6088f/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/518] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:51:42 2026] PUT /v2.0/routers/23b167e0-2942-4f31-9921-d2f4f6aa4efe/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/519] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:43 2026] DELETE /v2.0/security-groups/2729a166-4baa-4045-9bad-993d2a6dd34a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/520] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:43 2026] DELETE /v2.0/security-groups/4c0e1db9-ef11-4462-9802-08cc7d6c6ddd => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/521] 10.0.0.32 () {38 vars in 970 bytes} [Wed Jun 10 10:51:44 2026] POST /v2.0/security-groups => generated 1684 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/522] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/ab6a2e3c-c4d1-4931-b5d0-75f589bc782d => generated 1684 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/523] 10.0.0.32 () {38 vars in 970 bytes} [Wed Jun 10 10:51:44 2026] POST /v2.0/security-groups => generated 1681 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/524] 10.0.0.32 () {38 vars in 980 bytes} [Wed Jun 10 10:51:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/525] 10.0.0.32 () {38 vars in 970 bytes} [Wed Jun 10 10:51:45 2026] POST /v2.0/security-groups => generated 1681 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/526] 10.0.0.32 () {38 vars in 970 bytes} [Wed Jun 10 10:51:45 2026] POST /v2.0/security-groups => generated 1681 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/527] 10.0.0.32 () {38 vars in 970 bytes} [Wed Jun 10 10:51:45 2026] POST /v2.0/security-groups => generated 1684 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/528] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups?tenant_id=46ea757e1afe4b6c9ad70b6cefb17af1 => generated 7904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/529] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/2f4edc04-afcf-4ba1-8b9a-ce20cf5b33c7 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/530] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/7edcac0b-0984-4621-937b-e91bf5033624 => generated 1684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/531] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/2f4edc04-afcf-4ba1-8b9a-ce20cf5b33c7 => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/532] 10.0.0.32 () {38 vars in 980 bytes} [Wed Jun 10 10:51:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/533] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/ad9433b2-57c1-4821-87a5-b2fde0f99e92 => generated 1681 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/534] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/7edcac0b-0984-4621-937b-e91bf5033624 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/535] 10.0.0.32 () {36 vars in 1012 bytes} [Wed Jun 10 10:51:45 2026] DELETE /v2.0/security-groups/ad9433b2-57c1-4821-87a5-b2fde0f99e92 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:51:45.806 8 INFO neutron.api.v2.resource [req-988a2564-27a8-4a1c-90a1-ac6370918902 req-0d71e0b7-beeb-4854-b72b-2ecbe5ac5606 13eb182218354d20a4665764972df7cc 46ea757e1afe4b6c9ad70b6cefb17af1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/536] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/ad9433b2-57c1-4821-87a5-b2fde0f99e92 => 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: 266/537] 10.0.0.32 () {38 vars in 980 bytes} [Wed Jun 10 10:51:45 2026] POST /v2.0/security-group-rules => generated 619 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/538] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/5083e3a9-91e8-494a-a93a-0faf50ccef06 => generated 1681 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/539] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/7edcac0b-0984-4621-937b-e91bf5033624 => generated 2939 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/540] 10.0.0.32 () {34 vars in 1000 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-group-rules/7606dda6-a839-42d6-b2d3-bdad376e06fa => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/541] 10.0.0.32 () {36 vars in 1012 bytes} [Wed Jun 10 10:51:45 2026] DELETE /v2.0/security-groups/5083e3a9-91e8-494a-a93a-0faf50ccef06 => 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: 269/542] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:45 2026] GET /v2.0/security-groups/7edcac0b-0984-4621-937b-e91bf5033624 => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:51:46.012 8 INFO neutron.api.v2.resource [req-93387ecd-6047-4601-88e8-7367fe67c556 req-697710b6-4ad8-40a5-9036-72994b08b244 13eb182218354d20a4665764972df7cc 46ea757e1afe4b6c9ad70b6cefb17af1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/543] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/5083e3a9-91e8-494a-a93a-0faf50ccef06 => 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: 275/544] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/9125d3e5-dacc-4a5a-889e-2c630d33e819 => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/545] 10.0.0.32 () {36 vars in 1022 bytes} [Wed Jun 10 10:51:46 2026] DELETE /v2.0/security-group-rules/7606dda6-a839-42d6-b2d3-bdad376e06fa => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/546] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/7edcac0b-0984-4621-937b-e91bf5033624 => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/547] 10.0.0.32 () {36 vars in 1012 bytes} [Wed Jun 10 10:51:46 2026] DELETE /v2.0/security-groups/9125d3e5-dacc-4a5a-889e-2c630d33e819 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:51:46.181 8 INFO neutron.api.v2.resource [req-b8e2e65e-b2f0-4398-9539-2cea734efcc6 req-b9c1e63c-cd70-47d6-9201-2653a61b19dc 13eb182218354d20a4665764972df7cc 46ea757e1afe4b6c9ad70b6cefb17af1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 277/548] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/9125d3e5-dacc-4a5a-889e-2c630d33e819 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/549] 10.0.0.32 () {36 vars in 1012 bytes} [Wed Jun 10 10:51:46 2026] DELETE /v2.0/security-groups/7edcac0b-0984-4621-937b-e91bf5033624 => 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: 278/550] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups?tenant_id=46ea757e1afe4b6c9ad70b6cefb17af1 => 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/551] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/ab6a2e3c-c4d1-4931-b5d0-75f589bc782d => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/552] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/2f4edc04-afcf-4ba1-8b9a-ce20cf5b33c7 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/553] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/2f4edc04-afcf-4ba1-8b9a-ce20cf5b33c7 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/554] 10.0.0.32 () {36 vars in 1012 bytes} [Wed Jun 10 10:51:46 2026] DELETE /v2.0/security-groups/ab6a2e3c-c4d1-4931-b5d0-75f589bc782d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:51:46.403 7 INFO neutron.api.v2.resource [req-c06a1e47-55b1-4ec8-af17-d6c11adffa5e req-c68a4cf2-e226-41ca-b554-37a5ed14a411 13eb182218354d20a4665764972df7cc 46ea757e1afe4b6c9ad70b6cefb17af1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 275/555] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/9125d3e5-dacc-4a5a-889e-2c630d33e819 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:51:46.448 7 INFO neutron.api.v2.resource [req-bc4bc820-9d33-435f-98e0-4ae60f3be51b req-144b768b-3b27-44a7-91b3-27a7bd63335c 13eb182218354d20a4665764972df7cc 46ea757e1afe4b6c9ad70b6cefb17af1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 276/556] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/5083e3a9-91e8-494a-a93a-0faf50ccef06 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:51:46.498 7 INFO neutron.api.v2.resource [req-5a459899-a785-441c-8eea-380939db1bbd req-63bf454e-6f1b-48b3-9c28-5d96fc31d230 13eb182218354d20a4665764972df7cc 46ea757e1afe4b6c9ad70b6cefb17af1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/557] 10.0.0.32 () {34 vars in 990 bytes} [Wed Jun 10 10:51:46 2026] GET /v2.0/security-groups/ad9433b2-57c1-4821-87a5-b2fde0f99e92 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:51:46.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0f29dc5-0a35-48fd-9f2b-c2ec4ce3c190 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: cb9ee08e-c284-48bf-b3b0-e2888d86c38a 2026-06-10 10:51:46.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0f29dc5-0a35-48fd-9f2b-c2ec4ce3c190 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: cb9ee08e-c284-48bf-b3b0-e2888d86c38a 2026-06-10 10:51:46.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-efe5757e-d2da-49e6-a18a-9a993763104e d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 9e7cc1e1-0522-4065-b37b-4ba08289d3d6 2026-06-10 10:51:46.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efe5757e-d2da-49e6-a18a-9a993763104e d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 9e7cc1e1-0522-4065-b37b-4ba08289d3d6 [pid: 8|app: 0|req: 281/558] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:51:46 2026] PUT /v2.0/routers/e95b2945-008b-4195-8f93-6aeae6f6088f/remove_router_interface => generated 309 bytes in 1368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/559] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:51:46 2026] PUT /v2.0/routers/23b167e0-2942-4f31-9921-d2f4f6aa4efe/remove_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:51:47.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc054c48-74e2-4b8f-a57b-64e6fd229249 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 84cbe096-fa76-4a29-be3d-dc2b0a0a3b5f 2026-06-10 10:51:47.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc054c48-74e2-4b8f-a57b-64e6fd229249 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 84cbe096-fa76-4a29-be3d-dc2b0a0a3b5f 2026-06-10 10:51:48.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-76fc75e8-fa77-4581-8fc1-ccbafc408651 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 4cf3d37a-fb7a-4c94-9285-a116e1b542d2 2026-06-10 10:51:48.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76fc75e8-fa77-4581-8fc1-ccbafc408651 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 4cf3d37a-fb7a-4c94-9285-a116e1b542d2 2026-06-10 10:51:48.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc054c48-74e2-4b8f-a57b-64e6fd229249 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 38cfc675-4047-4a96-9b88-eac429073b9e 2026-06-10 10:51:48.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc054c48-74e2-4b8f-a57b-64e6fd229249 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 38cfc675-4047-4a96-9b88-eac429073b9e 2026-06-10 10:51:48.203 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-bc054c48-74e2-4b8f-a57b-64e6fd229249 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - 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 10:51:48.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-76fc75e8-fa77-4581-8fc1-ccbafc408651 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 3db6c5e9-03f0-46e9-877a-88b62fcc6770 2026-06-10 10:51:48.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76fc75e8-fa77-4581-8fc1-ccbafc408651 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 3db6c5e9-03f0-46e9-877a-88b62fcc6770 2026-06-10 10:51:48.354 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-76fc75e8-fa77-4581-8fc1-ccbafc408651 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - 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 10:51:48.541 8 INFO neutron.db.l3_hamode_db [None req-bc054c48-74e2-4b8f-a57b-64e6fd229249 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network ebb75c5e-0c9e-41e5-adaa-21b3bb4560f7 was deleted as no HA routers are present in tenant c6f576c67af543a48c1753dd4626ddd5. [pid: 8|app: 0|req: 282/560] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:51:47 2026] DELETE /v2.0/routers/e95b2945-008b-4195-8f93-6aeae6f6088f => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:51:48.755 7 INFO neutron.db.l3_hamode_db [None req-76fc75e8-fa77-4581-8fc1-ccbafc408651 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network e1ad2924-7f6e-4107-8be7-65979abc0408 was deleted as no HA routers are present in tenant 46ea757e1afe4b6c9ad70b6cefb17af1. [pid: 7|app: 0|req: 279/561] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:51:47 2026] DELETE /v2.0/routers/23b167e0-2942-4f31-9921-d2f4f6aa4efe => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/562] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:48 2026] GET /v2.0/security-groups?tenant_id=9125437960c64bf2b7e71684f30c0ac1&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/563] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:51:48 2026] DELETE /v2.0/subnets/308bcc15-1fbc-4b0e-801a-52c2fd500304 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/564] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:51:48 2026] DELETE /v2.0/subnets/3f5db308-76b2-467a-ada1-3650cf07699f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/565] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:48 2026] DELETE /v2.0/security-groups/27797730-4c88-4a4c-bef9-2707cc1ede44 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:51:49.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-94f9836b-3158-4edc-8e12-c20583fe0597 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 2ecd415f-3c26-47cb-92c3-98bcede80bbb 2026-06-10 10:51:49.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94f9836b-3158-4edc-8e12-c20583fe0597 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 2ecd415f-3c26-47cb-92c3-98bcede80bbb [pid: 7|app: 0|req: 281/566] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:51:48 2026] DELETE /v2.0/networks/564af657-a3fe-4291-8bdd-570bc2ed59e8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:51:49.095 8 INFO neutron.services.segments.plugin [-] Segment 8f733e4a-9ef1-47a7-af03-263371b8eb9d resource provider aggregate not found 2026-06-10 10:51:49.112 8 INFO neutron.services.segments.plugin [-] Segment 8f733e4a-9ef1-47a7-af03-263371b8eb9d resource provider aggregate not found 2026-06-10 10:51:49.128 7 INFO neutron.services.segments.plugin [-] Segment a6e12ccc-a928-4001-937f-f8d4a1e81f0f resource provider aggregate not found 2026-06-10 10:51:49.135 8 INFO neutron.services.segments.plugin [-] Segment 8f733e4a-9ef1-47a7-af03-263371b8eb9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f733e4a-9ef1-47a7-af03-263371b8eb9d found for delete ", "request_id": "req-c9d8513e-e0b7-4805-a4d9-dfb84bcf5899"}]} [pid: 8|app: 0|req: 286/567] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:51:48 2026] DELETE /v2.0/networks/44958438-726a-4bf3-a3b5-347936c97d25 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:51:49.150 8 INFO neutron.services.segments.plugin [-] Segment 8f733e4a-9ef1-47a7-af03-263371b8eb9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f733e4a-9ef1-47a7-af03-263371b8eb9d found for delete ", "request_id": "req-e7c69697-d62d-4f59-9cce-f76baf55d79f"}]} 2026-06-10 10:51:49.152 7 INFO neutron.services.segments.plugin [-] Segment a6e12ccc-a928-4001-937f-f8d4a1e81f0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6e12ccc-a928-4001-937f-f8d4a1e81f0f found for delete ", "request_id": "req-d63c729d-0ec0-4413-b4e2-0937d0a8d2a0"}]} 2026-06-10 10:51:49.156 7 INFO neutron.services.segments.plugin [-] Segment a6e12ccc-a928-4001-937f-f8d4a1e81f0f resource provider aggregate not found 2026-06-10 10:51:49.172 7 INFO neutron.services.segments.plugin [-] Segment a6e12ccc-a928-4001-937f-f8d4a1e81f0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6e12ccc-a928-4001-937f-f8d4a1e81f0f found for delete ", "request_id": "req-7b7a339e-fcbb-479e-9e0c-ba3287cd13c1"}]} [pid: 8|app: 0|req: 287/568] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:49 2026] GET /v2.0/security-groups?tenant_id=c6f576c67af543a48c1753dd4626ddd5&name=default => generated 2921 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/569] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:49 2026] GET /v2.0/security-groups?tenant_id=360afd93050543e78795fb05b8e0d1be&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/570] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:49 2026] DELETE /v2.0/security-groups/43c340b8-a4ca-449a-b0cb-860358fb6349 => 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: 283/571] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:49 2026] DELETE /v2.0/security-groups/60b3129b-6bec-4d15-bfce-3834094a93b8 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/572] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:49 2026] GET /v2.0/security-groups?tenant_id=46ea757e1afe4b6c9ad70b6cefb17af1&name=default => generated 2921 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/573] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:49 2026] DELETE /v2.0/security-groups/2f4edc04-afcf-4ba1-8b9a-ce20cf5b33c7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:51:51.155 8 INFO neutron.services.segments.plugin [-] Segment c19e0858-02e1-490f-b0dd-a50bfcfeb769 resource provider aggregate not found 2026-06-10 10:51:51.170 7 INFO neutron.services.segments.plugin [-] Segment b5dbb3cb-af41-4c76-a805-1528fb67c20c resource provider aggregate not found 2026-06-10 10:51:51.173 8 INFO neutron.services.segments.plugin [-] Segment c19e0858-02e1-490f-b0dd-a50bfcfeb769 resource provider aggregate not found 2026-06-10 10:51:51.181 8 INFO neutron.services.segments.plugin [-] Segment c19e0858-02e1-490f-b0dd-a50bfcfeb769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c19e0858-02e1-490f-b0dd-a50bfcfeb769 found for delete ", "request_id": "req-2a2df96f-52ff-4386-a850-e549696ca313"}]} 2026-06-10 10:51:51.190 7 INFO neutron.services.segments.plugin [-] Segment b5dbb3cb-af41-4c76-a805-1528fb67c20c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5dbb3cb-af41-4c76-a805-1528fb67c20c found for delete ", "request_id": "req-850ea2e9-7a03-46dc-9e6c-19d3cb2f0406"}]} 2026-06-10 10:51:51.194 8 INFO neutron.services.segments.plugin [-] Segment c19e0858-02e1-490f-b0dd-a50bfcfeb769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c19e0858-02e1-490f-b0dd-a50bfcfeb769 found for delete ", "request_id": "req-ea4d2123-9005-49d4-8ff1-52a2e136ba70"}]} 2026-06-10 10:51:51.196 7 INFO neutron.services.segments.plugin [-] Segment b5dbb3cb-af41-4c76-a805-1528fb67c20c resource provider aggregate not found 2026-06-10 10:51:51.209 7 INFO neutron.services.segments.plugin [-] Segment b5dbb3cb-af41-4c76-a805-1528fb67c20c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5dbb3cb-af41-4c76-a805-1528fb67c20c found for delete ", "request_id": "req-7c5b5785-7612-4385-bf65-12c9a46275f9"}]} 2026-06-10 10:51:51.682 7 INFO neutron.db.segments_db [None req-9b43cb52-a4d6-46d0-b7f4-533c3456a52e d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 9104983b-682c-453a-8d54-6c2f29e6f059 of type vxlan for network 082c4302-227d-4f59-8961-d2f1c621642e 2026-06-10 10:51:51.725 8 INFO neutron.db.segments_db [None req-fc3f0f8b-c7bb-48af-a607-11d802bbef28 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 315e37ee-c7b9-47a5-a4b9-552efd8785d8 of type vxlan for network 7e70ea09-df48-47c5-8110-1ffa882ba69f [pid: 7|app: 0|req: 285/574] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:51:51 2026] POST /v2.0/networks => generated 733 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/575] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:51:51 2026] POST /v2.0/networks => generated 728 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/576] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:51 2026] GET /v2.0/security-groups?tenant_id=788998f31f8e4fc8b86b4aff3e532102&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/577] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:51 2026] POST /v2.0/subnets => generated 699 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/578] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:51 2026] POST /v2.0/subnets => generated 694 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:51:52.128 7 INFO neutron.db.segments_db [None req-b06cff17-bce0-41a1-9840-f7ab5a98d9db d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment e0578851-f43c-4e8d-aada-fd445f5bd6b3 of type vxlan for network f0aa0916-387f-4d14-897a-00fc635cef05 [pid: 8|app: 0|req: 292/579] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:52 2026] DELETE /v2.0/security-groups/5e01c3f7-c46d-4593-8bbd-acdc7abbc894 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:51:52.190 8 INFO neutron.db.segments_db [None req-a6b5840b-a4e6-4c82-92f5-0ea6ee0d8a18 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 4f06c1be-2a43-41b2-b206-dfa68a834323 of type vxlan for network 5c3a3fd3-8a02-46a4-b994-444b3c120c8d 2026-06-10 10:51:52.378 7 INFO neutron.db.l3_hamode_db [None req-b06cff17-bce0-41a1-9840-f7ab5a98d9db d5602b6e3023465084488167e7b459f6 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:51:52.560 8 INFO neutron.db.l3_hamode_db [None req-a6b5840b-a4e6-4c82-92f5-0ea6ee0d8a18 d5602b6e3023465084488167e7b459f6 be14ccf57e624172aba796ccd0b2c187 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:51:53.074 7 INFO neutron.db.l3_hamode_db [None req-b06cff17-bce0-41a1-9840-f7ab5a98d9db d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:51:53.386 8 INFO neutron.db.l3_hamode_db [None req-a6b5840b-a4e6-4c82-92f5-0ea6ee0d8a18 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 288/580] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:52 2026] POST /v2.0/routers => generated 739 bytes in 1740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/581] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:53 2026] GET /v2.0/security-groups?tenant_id=ca2f3b12f32340328bad007559eb042f&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/584] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:51:52 2026] POST /v2.0/routers => generated 734 bytes in 2163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/585] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:54 2026] DELETE /v2.0/security-groups/002148a4-0e2b-46d5-8e35-b02b2cbb007e => 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: 292/586] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:51:53 2026] PUT /v2.0/routers/68e116ef-9ac0-4fb1-9037-f80de8876c75/add_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/587] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:51:54 2026] PUT /v2.0/routers/2d18caff-9a0a-45e8-95cf-a055097a3291/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/588] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:51:55 2026] POST /v2.0/security-groups => generated 1659 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/589] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:51:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/590] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:51:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/591] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:55 2026] GET /v2.0/security-groups?tenant_id=36c018e99e9b4280a43317fd5064920f&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/592] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:56 2026] DELETE /v2.0/security-groups/b8df1a92-b10c-44b5-9519-09ab1bfb0117 => 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: 298/593] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:56 2026] GET /v2.0/security-groups?tenant_id=2b7688d30174448db1efb131202cdaa1&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/594] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:51:56 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/595] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:51:56 2026] POST /v2.0/security-groups => generated 1659 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/596] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:56 2026] DELETE /v2.0/security-groups/798823c6-3d84-4282-8f4e-4b05707f452d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/597] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:51:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/598] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:51:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/599] 10.0.0.32 () {34 vars in 1097 bytes} [Wed Jun 10 10:51:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--332200896&fields=id&tenant_id=e6dd86d17b8e43da842f9fa42e5448f5 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/600] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:51:57 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => generated 684 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/601] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:51:57 2026] GET /v2.0/quotas/e6dd86d17b8e43da842f9fa42e5448f5 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/602] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:51:57 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/603] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:51:57 2026] POST /v2.0/floatingips => generated 552 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/604] 10.0.0.32 () {34 vars in 906 bytes} [Wed Jun 10 10:51:57 2026] GET /v2.0/extensions => generated 21537 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/605] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:51:57 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 304/606] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:51:58 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/607] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:51:58 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/608] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:58 2026] GET /v2.0/security-groups?tenant_id=f63c9d2bd7da46ebb95bc29a9c57f286&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/609] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:59 2026] DELETE /v2.0/security-groups/77bbf918-7376-4ccc-97a8-209ea75020b3 => 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: 305/610] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:51:59 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 306/611] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:51:59 2026] GET /v2.0/security-groups?tenant_id=9cfdad736d2f4baba1a060d23840da75&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/612] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:51:59 2026] DELETE /v2.0/security-groups/a0d4039c-1bf4-458a-ba42-601148214b1e => 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: 307/613] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:00 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/614] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:01 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 308/615] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:01 2026] GET /v2.0/security-groups?tenant_id=08ac2c176f884555851d26723bf1799f&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: 308/616] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:02 2026] DELETE /v2.0/security-groups/080ec01b-eafb-439b-a737-97cf7bed1bd6 => 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: 309/617] 10.0.0.32 () {34 vars in 1095 bytes} [Wed Jun 10 10:52:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--43884434&fields=id&tenant_id=be14ccf57e624172aba796ccd0b2c187 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/618] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:52:02 2026] GET /v2.0/networks?id=7e70ea09-df48-47c5-8110-1ffa882ba69f => generated 679 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/619] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:52:02 2026] GET /v2.0/quotas/be14ccf57e624172aba796ccd0b2c187 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/620] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:02 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/621] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:52:02 2026] GET /v2.0/ports?tenant_id=be14ccf57e624172aba796ccd0b2c187&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/622] 10.0.0.32 () {34 vars in 906 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/623] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => generated 684 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/624] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/networks/7e70ea09-df48-47c5-8110-1ffa882ba69f?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: 313/625] 199.204.45.25 () {34 vars in 910 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/626] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e6dd86d17b8e43da842f9fa42e5448f5 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/627] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/networks/7e70ea09-df48-47c5-8110-1ffa882ba69f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/628] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 315/629] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:52:03 2026] POST /v2.0/ports => generated 954 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/630] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:03 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 957 bytes in 84 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: 316/631] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:04 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 317/632] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:52:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/633] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:52:04 2026] PUT /v2.0/ports/75daf9ac-5030-4f60-a91e-d43249af9587 => generated 1235 bytes in 576 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: 318/634] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:04 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 317/635] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:04 2026] GET /v2.0/security-groups => generated 4530 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/636] 10.0.0.218 () {34 vars in 758 bytes} [Wed Jun 10 10:52:05 2026] PUT /v2.0/security-groups/4366ca7f-59fd-4015-b962-5835975cef73 => generated 1664 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/637] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/638] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/security-groups/4366ca7f-59fd-4015-b962-5835975cef73 => generated 1664 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/639] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 321/640] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:05 2026] DELETE /v2.0/security-groups/4366ca7f-59fd-4015-b962-5835975cef73 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/641] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:52:05.360 7 INFO neutron.api.v2.resource [None req-cdb0b71a-4a46-42b6-b502-ba015b7457c5 861813a585eb47adafa7541dac136d2e 4e628f58571c4dab9f0dc79e7501b912 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 322/642] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:05 2026] DELETE /v2.0/security-groups/4366ca7f-59fd-4015-b962-5835975cef73 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/643] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:52:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 10:52:05.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0a3af23-9669-4a47-b961-2327e8114913'] response: {'name': 'network-changed', 'server_uuid': '28a4ceb1-d976-4075-8093-1ecb620efeac', 'tag': '75daf9ac-5030-4f60-a91e-d43249af9587', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 323/644] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/645] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/security-group-rules/cff3fb8b-a526-4f92-aa47-331eb7a46870 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/646] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/647] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:52:05 2026] DELETE /v2.0/security-group-rules/cff3fb8b-a526-4f92-aa47-331eb7a46870 => 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: 325/648] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/649] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/650] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:05 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1238 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/651] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 327/652] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-group-rules/44cc9342-4b9b-4913-a966-d309d7c69d5a => generated 601 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/653] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/654] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/subnets?id=56343f2d-bd4c-47c4-9297-ed74e1458b9b => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/655] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/656] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/ports?network_id=082c4302-227d-4f59-8961-d2f1c621642e&device_owner=network%3Adhcp => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/657] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:52:06 2026] DELETE /v2.0/security-group-rules/44cc9342-4b9b-4913-a966-d309d7c69d5a => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/658] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 330/659] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 330/660] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/661] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:06.380 7 INFO neutron.db.securitygroups_db [None req-8eb4f7cf-9064-4456-a687-d024b5fef78e 861813a585eb47adafa7541dac136d2e 4e628f58571c4dab9f0dc79e7501b912 - - default default] Project 4e628f58571c4dab9f0dc79e7501b912 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: 332/662] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 331/663] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/664] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-group-rules/44fe0033-b98b-4046-b923-051623ef5061 => generated 607 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/665] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/666] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:52:06 2026] DELETE /v2.0/security-group-rules/44fe0033-b98b-4046-b923-051623ef5061 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/667] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/668] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:06 2026] DELETE /v2.0/security-groups/9c798596-1c31-4909-b692-37326baaf872 => 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: 332/669] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-groups?tenant_id=c1da6f711be940d3b31351666e411afb&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/670] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/671] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/672] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:06 2026] DELETE /v2.0/security-groups/ab1e680d-0a88-469e-b29d-0690a8552cb5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/673] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/674] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/675] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => generated 780 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/676] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/677] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/security-groups?tenant_id=828097ca845646f5be93308259f7571f&name=default => generated 2925 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/678] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => 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: 338/679] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/security-groups?tenant_id=4e628f58571c4dab9f0dc79e7501b912&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/680] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 342/681] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:07 2026] DELETE /v2.0/security-groups/e0cafa7b-5d88-458d-a392-d31661424b5e => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/682] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/subnets?id=56343f2d-bd4c-47c4-9297-ed74e1458b9b => generated 702 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/683] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:07 2026] DELETE /v2.0/security-groups/1def3035-e741-4cbe-a46d-0f6986960a9a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/686] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/ports?network_id=082c4302-227d-4f59-8961-d2f1c621642e&device_owner=network%3Adhcp => generated 1242 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/687] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 342/688] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:07 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 347/689] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:08 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 343/690] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:08 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 348/691] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:08 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 344/692] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:09 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/693] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:09 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 969 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/694] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:10 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 350/695] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:10 2026] GET /v2.0/networks?id=7e70ea09-df48-47c5-8110-1ffa882ba69f => generated 679 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/696] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:52:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=be14ccf57e624172aba796ccd0b2c187 => generated 179 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/697] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:10 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 351/698] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:52:10 2026] POST /v2.0/ports => generated 958 bytes in 544 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: 348/699] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:10 2026] GET /v2.0/security-groups?tenant_id=725c741386b1444fb10fce4fd2a1f282&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/700] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:11 2026] DELETE /v2.0/security-groups/33b95853-b6d7-42f4-8444-47d2f42ac2bf => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/701] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:11 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/702] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:11 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 352/703] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:52:11 2026] PUT /v2.0/ports/8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7 => generated 1239 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:52:11.607 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d54df56-2b9a-4d51-ada8-8e0a3751958f'] response: {'name': 'network-changed', 'server_uuid': 'df6de0dc-e37a-4b2e-98fe-988daacfcae5', 'tag': '8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 352/704] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:11 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 353/705] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:11 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/706] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/ports?tenant_id=be14ccf57e624172aba796ccd0b2c187&device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/707] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/networks?tenant_id=be14ccf57e624172aba796ccd0b2c187&shared=False => generated 775 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/708] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/709] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/710] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/711] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/712] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/713] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:12 2026] GET /v2.0/security-groups?tenant_id=df5a13e73b834531998a43ca8c192a4e&name=default => generated 2925 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/714] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:13 2026] DELETE /v2.0/security-groups/696717cb-9198-4eee-8605-69069febf7f0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/715] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/ports?tenant_id=be14ccf57e624172aba796ccd0b2c187&device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 1242 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/716] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7 => 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: 358/717] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/subnets?id=be591734-63bc-4a1b-9fb9-b9567ff8b1b4 => generated 697 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/718] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/ports?network_id=7e70ea09-df48-47c5-8110-1ffa882ba69f&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: 8|app: 0|req: 359/719] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/networks/7e70ea09-df48-47c5-8110-1ffa882ba69f?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: 361/720] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/networks/7e70ea09-df48-47c5-8110-1ffa882ba69f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/721] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 362/722] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 363/723] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/724] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:14 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&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: 8|app: 0|req: 361/725] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:13 2026] GET /v2.0/security-groups?tenant_id=5acb32d948d5481287a8e77921d2740e&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/726] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:14 2026] DELETE /v2.0/security-groups/5bb7b60b-38d7-4ca0-92b2-16fb20e468c9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/727] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:14 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/728] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:14 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 363/729] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:15 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/730] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:15 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/731] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:16 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/732] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:16 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 365/733] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:16 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 366/734] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:16 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/735] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:16 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:16.947 8 INFO neutron.db.segments_db [None req-5a7efbe5-f103-4c4a-bf79-842e5d3baaf0 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Added segment bd576669-cbb9-4e95-9d81-3ccd7ed6ef1c of type vxlan for network c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 [pid: 8|app: 0|req: 368/736] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:52:16 2026] POST /v2.0/networks => generated 613 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:17.186 7 INFO neutron.db.l3_db [None req-2bc0153f-9e96-47b0-be3d-08c109a7ec22 b534bfaf082149b3bc43a8a6f5737680 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] Floating IP 11c9b884-150b-4eaa-8416-a280fb00b3a0 associated. External IP: 10.96.250.204, port: 75daf9ac-5030-4f60-a91e-d43249af9587. [pid: 8|app: 0|req: 369/737] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:17 2026] GET /v2.0/security-groups?tenant_id=7b59d9c9eca540ffa542a8f4a344f220&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:52:17.333 8 INFO neutron.db.segments_db [None req-52efc834-7b39-4759-aeb4-55f4c2e10902 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Added segment 538e6f3a-bad5-4d8d-9980-789cb688b6f4 of type vxlan for network 679ca97c-7afb-4d32-a207-9bad51091f0f [pid: 7|app: 0|req: 369/738] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:52:16 2026] PUT /v2.0/floatingips/11c9b884-150b-4eaa-8416-a280fb00b3a0 => generated 855 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/739] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:17 2026] DELETE /v2.0/security-groups/d214aeb3-697f-423b-9de9-892e8f33fe92 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/740] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:17 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/741] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:17 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/742] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:17 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 374/743] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:17 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:18.014 8 INFO neutron.db.l3_hamode_db [None req-52efc834-7b39-4759-aeb4-55f4c2e10902 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:52:18.031 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bf844ea-0e60-49bb-b152-727600a2cf20'] response: {'name': 'network-changed', 'server_uuid': '28a4ceb1-d976-4075-8093-1ecb620efeac', 'tag': '75daf9ac-5030-4f60-a91e-d43249af9587', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/744] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/745] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => generated 780 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/746] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => 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: 378/747] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/subnets?id=56343f2d-bd4c-47c4-9297-ed74e1458b9b => 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: 379/748] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/ports?network_id=082c4302-227d-4f59-8961-d2f1c621642e&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:52:18.823 8 INFO neutron.db.l3_hamode_db [None req-52efc834-7b39-4759-aeb4-55f4c2e10902 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 380/749] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 381/750] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 382/751] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:18 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 383/752] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:19 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&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: 370/753] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:17 2026] POST /v2.0/routers => generated 695 bytes in 2351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/754] 10.0.0.218 () {32 vars in 776 bytes} [Wed Jun 10 10:52:19 2026] GET /v2.0/subnets?project_id=c76195b627bf405b9dd61803a377615b&cidr=10.100.0.0%2F28 => generated 14 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:52:19.933 7 INFO neutron.db.segments_db [None req-9e4e12d1-7c9d-4059-b38c-613198295bae b0b7bbc35a4c45c5aa5578bfed823fd6 f9c39620342f41168e8086fa92232286 - - default default] Added segment e4cd4828-8610-4969-a1d2-48ea3747c1ae of type vxlan for network 267fe79c-75e6-4d7b-98ea-a9e807943cf4 [pid: 8|app: 0|req: 372/755] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:52:19 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/756] 10.0.0.218 () {32 vars in 784 bytes} [Wed Jun 10 10:52:19 2026] GET /v2.0/subnets?network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1&cidr=10.100.0.0%2F28 => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/757] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:19 2026] POST /v2.0/networks => generated 629 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/758] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:20 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/759] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:20 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/760] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:19 2026] POST /v2.0/subnets => generated 657 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/761] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:20 2026] POST /v2.0/subnets => generated 673 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:20.827 8 INFO neutron.db.segments_db [None req-912a8a50-da35-4c4e-8869-7e7e2153f745 b0b7bbc35a4c45c5aa5578bfed823fd6 f9c39620342f41168e8086fa92232286 - - default default] Added segment 169f58c6-ee1f-44d4-b8f2-27e88c29802d of type vxlan for network e88eff45-5ef6-4225-bf8c-b6a7040261a6 [pid: 8|app: 0|req: 376/762] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:20 2026] POST /v2.0/networks => generated 629 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/763] 10.0.0.218 () {34 vars in 743 bytes} [Wed Jun 10 10:52:20 2026] PUT /v2.0/networks/e88eff45-5ef6-4225-bf8c-b6a7040261a6 => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/764] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:21 2026] POST /v2.0/subnets => generated 646 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/765] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 380/766] 10.0.0.218 () {34 vars in 741 bytes} [Wed Jun 10 10:52:21 2026] PUT /v2.0/subnets/ae546390-a9f5-43e1-9dde-2e76d673e433 => generated 656 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/767] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/768] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:52:20 2026] PUT /v2.0/routers/6b632d07-4c02-4d9b-b436-84c3edf61b42/add_router_interface => generated 309 bytes in 1480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:21.772 8 INFO neutron.services.segments.plugin [-] Segment 169f58c6-ee1f-44d4-b8f2-27e88c29802d resource provider aggregate not found 2026-06-10 10:52:21.776 8 INFO neutron.services.segments.plugin [-] Segment 169f58c6-ee1f-44d4-b8f2-27e88c29802d resource provider aggregate not found 2026-06-10 10:52:21.789 8 INFO neutron.services.segments.plugin [-] Segment 169f58c6-ee1f-44d4-b8f2-27e88c29802d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 169f58c6-ee1f-44d4-b8f2-27e88c29802d found for delete ", "request_id": "req-5e636651-6fbe-465b-81a0-f2c5f3e8aac3"}]} 2026-06-10 10:52:21.808 8 INFO neutron.services.segments.plugin [-] Segment 169f58c6-ee1f-44d4-b8f2-27e88c29802d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 169f58c6-ee1f-44d4-b8f2-27e88c29802d found for delete ", "request_id": "req-711a0665-d647-40d6-ac2d-21f691a3aee5"}]} [pid: 7|app: 0|req: 388/769] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/networks => generated 7966 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/770] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:21 2026] DELETE /v2.0/networks/e88eff45-5ef6-4225-bf8c-b6a7040261a6 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:21.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8d9af7b-6638-4423-b090-36d30893aac1 b0b7bbc35a4c45c5aa5578bfed823fd6 f9c39620342f41168e8086fa92232286 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 383/771] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:21 2026] DELETE /v2.0/networks/e88eff45-5ef6-4225-bf8c-b6a7040261a6 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/772] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/subnets => generated 5893 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/773] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/774] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/routers => generated 2203 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/775] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/subnets?network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/776] 10.0.0.218 () {32 vars in 653 bytes} [Wed Jun 10 10:52:21 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/777] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:52:22 2026] GET /v2.0/networks => generated 1313 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/778] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:52:22 2026] GET /v2.0/subnets => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/779] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:52:22 2026] POST /v2.0/security-groups => generated 1675 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/780] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:52:22 2026] GET /v2.0/networks/267fe79c-75e6-4d7b-98ea-a9e807943cf4 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/781] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:52:22 2026] GET /v2.0/subnets/bbbd748f-5621-42e9-8f7a-1d7cb866133c => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:22.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1a2a9ed-e553-4c62-a062-e8639d693020 b0b7bbc35a4c45c5aa5578bfed823fd6 f9c39620342f41168e8086fa92232286 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/782] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:22 2026] DELETE /v2.0/subnets/ae546390-a9f5-43e1-9dde-2e76d673e433 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:22.273 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77328af7-1f8e-4fec-8933-9c809b04e053 b0b7bbc35a4c45c5aa5578bfed823fd6 f9c39620342f41168e8086fa92232286 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/783] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:22 2026] DELETE /v2.0/networks/e88eff45-5ef6-4225-bf8c-b6a7040261a6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/784] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/785] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:22 2026] DELETE /v2.0/subnets/bbbd748f-5621-42e9-8f7a-1d7cb866133c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/786] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:22 2026] POST /v2.0/security-group-rules => generated 596 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/787] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/788] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:22 2026] DELETE /v2.0/networks/267fe79c-75e6-4d7b-98ea-a9e807943cf4 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/789] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/790] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:22 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:22.741 7 INFO neutron.db.securitygroups_db [None req-760c759f-ca42-4f7b-9195-27e039b1ac24 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Project c76195b627bf405b9dd61803a377615b 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: 395/791] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:22 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/792] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:22.907 8 INFO neutron.db.securitygroups_db [None req-66534bc6-c13d-40d6-8f4f-d2e08b71bcb5 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Project c76195b627bf405b9dd61803a377615b 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: 400/795] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:22 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/796] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:22 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: 8|app: 0|req: 397/797] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/security-groups?tenant_id=f9c39620342f41168e8086fa92232286&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:52:23.365 7 INFO neutron.db.l3_db [None req-0510cac0-deb6-40c5-8b9f-423ccf03d403 2644ee4a521647c592808e5b40bdb6d4 be14ccf57e624172aba796ccd0b2c187 - - default default] Floating IP 1a72120c-77d6-407e-9d1b-b702aee55d89 associated. External IP: 10.96.250.208, port: 8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7. [pid: 8|app: 0|req: 398/798] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:23 2026] DELETE /v2.0/security-groups/b192df80-11ff-4f93-aeff-49fb0ed545ae => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/799] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/networks => generated 1297 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/800] 10.0.0.32 () {34 vars in 1099 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2100904700&fields=id&tenant_id=c76195b627bf405b9dd61803a377615b => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/801] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:52:22 2026] PUT /v2.0/floatingips/1a72120c-77d6-407e-9d1b-b702aee55d89 => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/802] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/networks?id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/803] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/quotas/c76195b627bf405b9dd61803a377615b => 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: 402/804] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 403/805] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:23.820 8 INFO neutron.services.segments.plugin [-] Segment e4cd4828-8610-4969-a1d2-48ea3747c1ae resource provider aggregate not found [pid: 8|app: 0|req: 403/806] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&fields=id => generated 103 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:23.837 8 INFO neutron.services.segments.plugin [-] Segment e4cd4828-8610-4969-a1d2-48ea3747c1ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4cd4828-8610-4969-a1d2-48ea3747c1ae found for delete ", "request_id": "req-afccce11-5eb2-41ae-bde3-12796e80bf23"}]} 2026-06-10 10:52:23.840 8 INFO neutron.services.segments.plugin [-] Segment e4cd4828-8610-4969-a1d2-48ea3747c1ae resource provider aggregate not found 2026-06-10 10:52:23.856 8 INFO neutron.services.segments.plugin [-] Segment e4cd4828-8610-4969-a1d2-48ea3747c1ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4cd4828-8610-4969-a1d2-48ea3747c1ae found for delete ", "request_id": "req-adb7d25e-cf22-44de-80ea-f065f77e141f"}]} 2026-06-10 10:52:23.860 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08d37671-df3c-4741-b75b-2dbf4deb407b'] response: {'name': 'network-changed', 'server_uuid': 'df6de0dc-e37a-4b2e-98fe-988daacfcae5', 'tag': '8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 404/807] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/808] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:52:23 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/809] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => 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: 405/810] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 406/811] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/812] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/ports?tenant_id=be14ccf57e624172aba796ccd0b2c187&device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 407/813] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/networks?id=7e70ea09-df48-47c5-8110-1ffa882ba69f => generated 775 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/814] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7 => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/815] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/subnets?id=be591734-63bc-4a1b-9fb9-b9567ff8b1b4 => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/816] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/ports?network_id=7e70ea09-df48-47c5-8110-1ffa882ba69f&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: 409/817] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/networks/7e70ea09-df48-47c5-8110-1ffa882ba69f?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/818] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:24 2026] GET /v2.0/networks/7e70ea09-df48-47c5-8110-1ffa882ba69f?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: 410/819] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:25 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/820] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:25 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/821] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:25 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:25.621 8 INFO neutron.db.segments_db [None req-d11c1f5f-1957-4f00-9802-9d4f2ac30783 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] Added segment 218540bc-3856-4f38-85d4-e819292ad533 of type vxlan for network c304f52e-1616-4e1e-8ce3-a9f29e03a444 [pid: 8|app: 0|req: 410/822] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:25 2026] POST /v2.0/networks => generated 630 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/823] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:25 2026] POST /v2.0/ports => generated 778 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:26.050 8 INFO neutron.db.segments_db [None req-4dc2e8a8-06ac-43d0-968f-cc2b04755019 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] Added segment 8ee55082-9ce1-491d-a0d3-cb24d05e88cd of type vxlan for network 2d1ff3e4-13f1-4058-91dd-51bd4206bbfd [pid: 8|app: 0|req: 411/824] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:25 2026] POST /v2.0/networks => generated 617 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 412/825] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:26 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => 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: 414/826] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:26 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/827] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:26 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 416/828] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:26 2026] GET /v2.0/security-groups?id=977fa9a5-7c17-48a9-8e66-2542c977d1c5&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/829] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:52:26 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/830] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:26 2026] POST /v2.0/ports => generated 965 bytes in 410 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 10:52:26.929 7 INFO neutron_taas.services.taas.taas_plugin [req-c72d9bae-11b9-40ee-bf30-cc93a37acdb6 req-4a59758e-5e2b-4445-98af-e2ca7e0c8b3b 2644ee4a521647c592808e5b40bdb6d4 be14ccf57e624172aba796ccd0b2c187 - - default default] TaaS: Handle Delete Port: 8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7 2026-06-10 10:52:26.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c72d9bae-11b9-40ee-bf30-cc93a37acdb6 req-4a59758e-5e2b-4445-98af-e2ca7e0c8b3b 2644ee4a521647c592808e5b40bdb6d4 be14ccf57e624172aba796ccd0b2c187 - - default default] Tap Mirror: Handle Delete Port: 8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7 2026-06-10 10:52:26.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-303f1bba-66a8-424c-a953-643eba946807 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] TaaS: Handle Delete Port: 40d9f5e0-054a-4b7e-9cac-0286c19882e2 2026-06-10 10:52:26.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-303f1bba-66a8-424c-a953-643eba946807 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] Tap Mirror: Handle Delete Port: 40d9f5e0-054a-4b7e-9cac-0286c19882e2 2026-06-10 10:52:27.121 7 INFO neutron.db.l3_db [req-c72d9bae-11b9-40ee-bf30-cc93a37acdb6 req-4a59758e-5e2b-4445-98af-e2ca7e0c8b3b 2644ee4a521647c592808e5b40bdb6d4 be14ccf57e624172aba796ccd0b2c187 - - default default] Floating IP 1a72120c-77d6-407e-9d1b-b702aee55d89 disassociated. External IP: 10.96.250.208, port: 8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7. [pid: 8|app: 0|req: 414/831] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:26 2026] DELETE /v2.0/ports/40d9f5e0-054a-4b7e-9cac-0286c19882e2 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:27.183 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92af2b3c-0bfa-4374-907f-2cd08a07cb47 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 415/832] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:27 2026] DELETE /v2.0/ports/40d9f5e0-054a-4b7e-9cac-0286c19882e2 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:27.208 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4081bec-904a-4696-a1ba-aa5d3cab901e f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 416/833] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:27 2026] GET /v2.0/ports/40d9f5e0-054a-4b7e-9cac-0286c19882e2 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/834] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:27 2026] DELETE /v2.0/subnets/cb5c031c-c35a-4bbd-9426-284acffb11d2 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:27.503 8 INFO neutron.services.segments.plugin [-] Segment 8ee55082-9ce1-491d-a0d3-cb24d05e88cd resource provider aggregate not found 2026-06-10 10:52:27.503 8 INFO neutron.services.segments.plugin [-] Segment 8ee55082-9ce1-491d-a0d3-cb24d05e88cd resource provider aggregate not found 2026-06-10 10:52:27.522 8 INFO neutron.services.segments.plugin [-] Segment 8ee55082-9ce1-491d-a0d3-cb24d05e88cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee55082-9ce1-491d-a0d3-cb24d05e88cd found for delete ", "request_id": "req-23aee644-ff5f-4956-988e-3589950a9cd8"}]} 2026-06-10 10:52:27.526 8 INFO neutron.services.segments.plugin [-] Segment 8ee55082-9ce1-491d-a0d3-cb24d05e88cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee55082-9ce1-491d-a0d3-cb24d05e88cd found for delete ", "request_id": "req-52a7a729-c0bd-45b7-a4f6-dbc9c2572ebc"}]} [pid: 8|app: 0|req: 418/835] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:27 2026] DELETE /v2.0/networks/2d1ff3e4-13f1-4058-91dd-51bd4206bbfd => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/836] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:27 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => 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: 418/837] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:52:26 2026] DELETE /v2.0/ports/8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:27.608 8 INFO neutron.db.segments_db [None req-5013e704-660d-44fd-9dfa-8458e4d07264 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] Added segment df236768-ba93-4e38-8da5-c1f56430bbb6 of type vxlan for network 1b8bbeff-c6ac-4c8c-a225-8ef33c0cb6c3 2026-06-10 10:52:27.611 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a581a0e-08a4-4b0b-89fc-3e2734c51b6c'] response: {'server_uuid': 'df6de0dc-e37a-4b2e-98fe-988daacfcae5', 'name': 'network-vif-deleted', 'tag': '8ce7b1f0-d5b1-4ca0-8f52-a4ff0ac55de7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 420/838] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:27 2026] POST /v2.0/networks => generated 617 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/839] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:27 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/840] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:52:27 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1240 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/841] 10.0.0.71 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:27 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/842] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:27 2026] POST /v2.0/subnets => generated 646 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/843] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:28 2026] POST /v2.0/ports => generated 920 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/844] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:28 2026] GET /v2.0/networks?id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/845] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:52:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c76195b627bf405b9dd61803a377615b => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:28.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-fee416d0-7a74-43f1-8cd0-5bb390cb0d14 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] TaaS: Handle Delete Port: 586b073b-957a-427b-8092-fcbcc82754ca 2026-06-10 10:52:28.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fee416d0-7a74-43f1-8cd0-5bb390cb0d14 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] Tap Mirror: Handle Delete Port: 586b073b-957a-427b-8092-fcbcc82754ca [pid: 8|app: 0|req: 425/846] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:28 2026] DELETE /v2.0/ports/586b073b-957a-427b-8092-fcbcc82754ca => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/847] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:28 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:52:28.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b86bb8b6-5bd5-43ae-a0a0-c77235c98c79 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 427/848] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:28 2026] GET /v2.0/ports/586b073b-957a-427b-8092-fcbcc82754ca => 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: 428/849] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:28 2026] DELETE /v2.0/subnets/2710f532-e7ba-4a19-8d5b-511bf38b0a42 => 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: 429/850] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:28 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 422/851] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:52:28 2026] POST /v2.0/ports => generated 954 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 430/852] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:28 2026] DELETE /v2.0/networks/1b8bbeff-c6ac-4c8c-a225-8ef33c0cb6c3 => 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: 431/853] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:28 2026] POST /v2.0/ports => generated 779 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 423/854] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:52:28 2026] PUT /v2.0/ports/bad49366-834a-453d-8f7c-eb8e61666901 => generated 1235 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/855] 10.0.0.218 () {34 vars in 737 bytes} [Wed Jun 10 10:52:29 2026] PUT /v2.0/ports/2607b04b-8f9a-4a87-95c7-9323aa710d74 => generated 752 bytes in 229 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 10:52:29.540 8 INFO neutron.services.segments.plugin [-] Segment df236768-ba93-4e38-8da5-c1f56430bbb6 resource provider aggregate not found 2026-06-10 10:52:29.545 8 INFO neutron.services.segments.plugin [-] Segment df236768-ba93-4e38-8da5-c1f56430bbb6 resource provider aggregate not found 2026-06-10 10:52:29.557 8 INFO neutron.services.segments.plugin [-] Segment df236768-ba93-4e38-8da5-c1f56430bbb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df236768-ba93-4e38-8da5-c1f56430bbb6 found for delete ", "request_id": "req-3e4e2639-2fbb-4699-90c3-01be606964b3"}]} 2026-06-10 10:52:29.562 8 INFO neutron.services.segments.plugin [-] Segment df236768-ba93-4e38-8da5-c1f56430bbb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df236768-ba93-4e38-8da5-c1f56430bbb6 found for delete ", "request_id": "req-2e478e87-9c07-4888-84d3-0836c5e4e302"}]} 2026-06-10 10:52:29.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab6596f3-934f-4c7c-a21a-c9218eb7b75e f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] TaaS: Handle Delete Port: 2607b04b-8f9a-4a87-95c7-9323aa710d74 2026-06-10 10:52:29.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab6596f3-934f-4c7c-a21a-c9218eb7b75e f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] Tap Mirror: Handle Delete Port: 2607b04b-8f9a-4a87-95c7-9323aa710d74 2026-06-10 10:52:29.655 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4cbd2f6-5506-4c86-b3a5-114a2aff5e50'] response: {'name': 'network-changed', 'server_uuid': '9421b9f9-fe39-488d-859e-d2182020e20d', 'tag': 'bad49366-834a-453d-8f7c-eb8e61666901', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/856] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:29 2026] DELETE /v2.0/ports/2607b04b-8f9a-4a87-95c7-9323aa710d74 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 433/857] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:52:29 2026] GET /v2.0/ports => generated 781 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/858] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:29 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:29.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af2d7328-cce1-42ea-9ee6-f578dbf8a51e f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 434/859] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:29 2026] GET /v2.0/ports/2607b04b-8f9a-4a87-95c7-9323aa710d74 => 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: 426/860] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:29 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/861] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:52:29 2026] GET /v2.0/ports => generated 781 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/862] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:29 2026] GET /v2.0/ports/bf2d23d2-c368-43ad-95e2-9664763fb34f => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:29.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b0ec366-0ca9-4232-b030-50965b550072 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 436/863] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:29 2026] DELETE /v2.0/ports/586b073b-957a-427b-8092-fcbcc82754ca => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/864] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:29 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:52:29.962 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e074113b-bcff-4db0-a733-0f1c1cbf3543 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 437/865] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:29 2026] DELETE /v2.0/subnets/2710f532-e7ba-4a19-8d5b-511bf38b0a42 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:29.984 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb624d5d-84e0-4b2e-9b92-39f175f15e64 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/866] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:29 2026] DELETE /v2.0/subnets/cb5c031c-c35a-4bbd-9426-284acffb11d2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:30.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-2105df55-99fe-4e5f-969b-de2e847048e8 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] TaaS: Handle Delete Port: bf2d23d2-c368-43ad-95e2-9664763fb34f 2026-06-10 10:52:30.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2105df55-99fe-4e5f-969b-de2e847048e8 f1d514b2cfc04361a0fc8a6dbf0601c7 f8ac593025634e4ba1cc229489dd4e89 - - default default] Tap Mirror: Handle Delete Port: bf2d23d2-c368-43ad-95e2-9664763fb34f [pid: 8|app: 0|req: 438/867] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:29 2026] DELETE /v2.0/ports/bf2d23d2-c368-43ad-95e2-9664763fb34f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/868] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:30 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/869] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:52:30 2026] GET /v2.0/networks?tenant_id=c76195b627bf405b9dd61803a377615b&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:30.299 7 INFO neutron.services.segments.plugin [-] Segment 218540bc-3856-4f38-85d4-e819292ad533 resource provider aggregate not found 2026-06-10 10:52:30.303 7 INFO neutron.services.segments.plugin [-] Segment 218540bc-3856-4f38-85d4-e819292ad533 resource provider aggregate not found [pid: 8|app: 0|req: 441/870] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:52:30 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) 2026-06-10 10:52:30.322 7 INFO neutron.services.segments.plugin [-] Segment 218540bc-3856-4f38-85d4-e819292ad533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 218540bc-3856-4f38-85d4-e819292ad533 found for delete ", "request_id": "req-d3a94347-567a-4ef0-beda-76ad68a7b8d0"}]} 2026-06-10 10:52:30.323 7 INFO neutron.services.segments.plugin [-] Segment 218540bc-3856-4f38-85d4-e819292ad533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 218540bc-3856-4f38-85d4-e819292ad533 found for delete ", "request_id": "req-25662cd7-dbd5-4b58-98a4-ff96b7893af9"}]} [pid: 7|app: 0|req: 430/871] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:30 2026] DELETE /v2.0/networks/c304f52e-1616-4e1e-8ce3-a9f29e03a444 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/872] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:30 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/873] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:30 2026] GET /v2.0/security-groups?tenant_id=f8ac593025634e4ba1cc229489dd4e89&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/874] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:30 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&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: 433/875] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:31 2026] GET /v2.0/ports?device_id=df6de0dc-e37a-4b2e-98fe-988daacfcae5 => 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: 443/876] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:30 2026] DELETE /v2.0/security-groups/6523e505-b854-43b3-8508-6687b1ccfd41 => 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: 434/877] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:31 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/878] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bad49366-834a-453d-8f7c-eb8e61666901 => 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: 435/879] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:31 2026] GET /v2.0/subnets?id=8d417507-0641-4e75-a373-9244909d495b => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/880] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:31 2026] GET /v2.0/ports?network_id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4&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: 436/881] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:31 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/882] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:31 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 437/883] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:32 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/884] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:32 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/885] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:32 2026] DELETE /v2.0/security-groups/977fa9a5-7c17-48a9-8e66-2542c977d1c5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:52:32.287 8 INFO neutron.api.v2.resource [None req-92dbff42-4280-4f06-b54c-b002cf5cdd37 2644ee4a521647c592808e5b40bdb6d4 be14ccf57e624172aba796ccd0b2c187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 448/886] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:52:32 2026] GET /v2.0/security-groups/977fa9a5-7c17-48a9-8e66-2542c977d1c5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:32.393 7 INFO neutron_taas.services.taas.taas_plugin [None req-4364d773-2453-49c8-98b1-d7bb8b70f1be 2644ee4a521647c592808e5b40bdb6d4 be14ccf57e624172aba796ccd0b2c187 - - default default] TaaS: Handle Delete Port: 4fc60018-9d59-47bd-9b10-652ce2118ba5 2026-06-10 10:52:32.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4364d773-2453-49c8-98b1-d7bb8b70f1be 2644ee4a521647c592808e5b40bdb6d4 be14ccf57e624172aba796ccd0b2c187 - - default default] Tap Mirror: Handle Delete Port: 4fc60018-9d59-47bd-9b10-652ce2118ba5 [pid: 7|app: 0|req: 439/887] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:52:32 2026] DELETE /v2.0/floatingips/1a72120c-77d6-407e-9d1b-b702aee55d89 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:52:32.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3177ca7-6b23-4aec-aa42-7a064c3be869 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: ba6338af-4919-4ab7-be1f-bf11732c9fd3 2026-06-10 10:52:32.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3177ca7-6b23-4aec-aa42-7a064c3be869 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: ba6338af-4919-4ab7-be1f-bf11732c9fd3 2026-06-10 10:52:33.057 7 INFO neutron.db.segments_db [None req-791b8f26-2537-4c12-b210-a98849d85392 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] Added segment 36efd424-6593-4fbb-b512-fd33e16814eb of type vxlan for network c9ed7417-a451-4737-b143-2dae7110ebe5 [pid: 7|app: 0|req: 440/888] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:32 2026] POST /v2.0/networks => generated 625 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/889] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:33 2026] POST /v2.0/ports => generated 774 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 442/890] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:33 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:33.582 7 INFO neutron.db.segments_db [None req-37058d77-83c0-4670-9b23-2b51e4ea7ba7 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] Added segment 83b1ab1c-42e6-4036-94f7-1eeccf41dfee of type vxlan for network ee8050f7-10fc-467f-8bb4-9271f3b72a12 [pid: 8|app: 0|req: 449/891] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:52:32 2026] PUT /v2.0/routers/2d18caff-9a0a-45e8-95cf-a055097a3291/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/892] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:33 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&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: 443/893] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:33 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:33.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d391b7d-65a5-4a8c-8524-d280e6402965 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: d0979229-1597-4346-a603-abad1ad65069 2026-06-10 10:52:33.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d391b7d-65a5-4a8c-8524-d280e6402965 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: d0979229-1597-4346-a603-abad1ad65069 [pid: 7|app: 0|req: 444/894] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:33 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:34.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d391b7d-65a5-4a8c-8524-d280e6402965 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 5adc1d0d-3ae5-40a2-8736-f1ce09f3de07 2026-06-10 10:52:34.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d391b7d-65a5-4a8c-8524-d280e6402965 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 5adc1d0d-3ae5-40a2-8736-f1ce09f3de07 [pid: 7|app: 0|req: 445/895] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:33 2026] POST /v2.0/ports => generated 954 bytes in 325 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 10:52:34.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-f782ea77-dac3-460a-8b97-4810d3c768a1 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] TaaS: Handle Delete Port: afc2c038-13c6-4976-8258-4bc6bf25f75d 2026-06-10 10:52:34.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f782ea77-dac3-460a-8b97-4810d3c768a1 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] Tap Mirror: Handle Delete Port: afc2c038-13c6-4976-8258-4bc6bf25f75d 2026-06-10 10:52:34.463 8 INFO neutron.services.segments.plugin [-] Segment 4f06c1be-2a43-41b2-b206-dfa68a834323 resource provider aggregate not found 2026-06-10 10:52:34.471 8 INFO neutron.services.segments.plugin [-] Segment 4f06c1be-2a43-41b2-b206-dfa68a834323 resource provider aggregate not found 2026-06-10 10:52:34.483 8 INFO neutron.services.segments.plugin [-] Segment 4f06c1be-2a43-41b2-b206-dfa68a834323 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f06c1be-2a43-41b2-b206-dfa68a834323 found for delete ", "request_id": "req-719994a9-ea8e-48d1-a6a7-c908f18a5b2f"}]} 2026-06-10 10:52:34.487 8 INFO neutron.services.segments.plugin [-] Segment 4f06c1be-2a43-41b2-b206-dfa68a834323 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f06c1be-2a43-41b2-b206-dfa68a834323 found for delete ", "request_id": "req-e8e0c89e-84bc-4aaf-bc73-86cebef5eb33"}]} 2026-06-10 10:52:34.501 8 INFO neutron.db.l3_hamode_db [None req-9d391b7d-65a5-4a8c-8524-d280e6402965 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network 5c3a3fd3-8a02-46a4-b994-444b3c120c8d was deleted as no HA routers are present in tenant be14ccf57e624172aba796ccd0b2c187. [pid: 8|app: 0|req: 451/896] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:33 2026] DELETE /v2.0/routers/2d18caff-9a0a-45e8-95cf-a055097a3291 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/897] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:34 2026] DELETE /v2.0/ports/afc2c038-13c6-4976-8258-4bc6bf25f75d => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:34.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ccb149d-e084-4741-8bb6-002883070493 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 447/898] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:34 2026] DELETE /v2.0/ports/afc2c038-13c6-4976-8258-4bc6bf25f75d => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:34.593 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d4c7ef0-9190-4c8d-86b0-457d1aff084c 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 448/899] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:34 2026] GET /v2.0/ports/afc2c038-13c6-4976-8258-4bc6bf25f75d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/900] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:34 2026] DELETE /v2.0/subnets/be591734-63bc-4a1b-9fb9-b9567ff8b1b4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/901] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:34 2026] DELETE /v2.0/subnets/b43b0713-63ec-40d5-a9f0-5d347e1ea7d3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:34.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-1914d011-a93d-4ada-b54c-21dbcfdad47f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 2bbe4f17-5729-4392-92e5-e57080a6142f 2026-06-10 10:52:34.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1914d011-a93d-4ada-b54c-21dbcfdad47f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 2bbe4f17-5729-4392-92e5-e57080a6142f [pid: 7|app: 0|req: 450/902] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:34 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:34.950 7 INFO neutron.services.segments.plugin [-] Segment 83b1ab1c-42e6-4036-94f7-1eeccf41dfee resource provider aggregate not found 2026-06-10 10:52:34.954 7 INFO neutron.services.segments.plugin [-] Segment 83b1ab1c-42e6-4036-94f7-1eeccf41dfee resource provider aggregate not found [pid: 8|app: 0|req: 453/903] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:34 2026] DELETE /v2.0/networks/7e70ea09-df48-47c5-8110-1ffa882ba69f => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:34.976 7 INFO neutron.services.segments.plugin [-] Segment 83b1ab1c-42e6-4036-94f7-1eeccf41dfee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b1ab1c-42e6-4036-94f7-1eeccf41dfee found for delete ", "request_id": "req-8f5ee021-d458-4275-b777-03b0310700f8"}]} 2026-06-10 10:52:34.977 7 INFO neutron.services.segments.plugin [-] Segment 83b1ab1c-42e6-4036-94f7-1eeccf41dfee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b1ab1c-42e6-4036-94f7-1eeccf41dfee found for delete ", "request_id": "req-cdbf1362-b8bd-4d98-8d86-c87fa5d9d579"}]} [pid: 7|app: 0|req: 451/904] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:34 2026] DELETE /v2.0/networks/ee8050f7-10fc-467f-8bb4-9271f3b72a12 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/905] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:34 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:35.038 7 INFO neutron.db.segments_db [None req-6fc216e5-4c40-473e-bd99-f624be9ee6c1 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] Added segment 08c11673-d9de-4dd3-ba18-d5a08516ddc8 of type vxlan for network bd64a60f-6754-4041-9ce2-3b67c7aed2d9 [pid: 7|app: 0|req: 452/906] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:52:34 2026] POST /v2.0/networks => generated 612 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/907] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:35 2026] GET /v2.0/security-groups?tenant_id=be14ccf57e624172aba796ccd0b2c187&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: 454/908] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:35 2026] DELETE /v2.0/security-groups/bc6a4e3e-e8ad-4626-b58b-c371cf505456 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/909] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:35 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/910] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:35 2026] POST /v2.0/ports => generated 916 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:35.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-0283b5c1-8e17-4df5-806a-107ca003c8fd 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] TaaS: Handle Delete Port: e362b7f4-6698-483a-9dcf-d56a11d56571 2026-06-10 10:52:35.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0283b5c1-8e17-4df5-806a-107ca003c8fd 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] Tap Mirror: Handle Delete Port: e362b7f4-6698-483a-9dcf-d56a11d56571 [pid: 8|app: 0|req: 456/911] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:35 2026] DELETE /v2.0/ports/e362b7f4-6698-483a-9dcf-d56a11d56571 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:36.067 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b36aae6-abca-408a-aedb-08545c56185c 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 456/912] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:36 2026] GET /v2.0/ports/e362b7f4-6698-483a-9dcf-d56a11d56571 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/913] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:36 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/914] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:36 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&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: 457/915] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:36 2026] DELETE /v2.0/subnets/15c8a93d-3645-4af9-8aa3-ab3d4ef9d4d2 => 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: 459/916] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:36 2026] DELETE /v2.0/networks/bd64a60f-6754-4041-9ce2-3b67c7aed2d9 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:36.509 8 INFO neutron.services.segments.plugin [-] Segment 315e37ee-c7b9-47a5-a4b9-552efd8785d8 resource provider aggregate not found 2026-06-10 10:52:36.515 8 INFO neutron.services.segments.plugin [-] Segment 315e37ee-c7b9-47a5-a4b9-552efd8785d8 resource provider aggregate not found 2026-06-10 10:52:36.536 8 INFO neutron.services.segments.plugin [-] Segment 315e37ee-c7b9-47a5-a4b9-552efd8785d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 315e37ee-c7b9-47a5-a4b9-552efd8785d8 found for delete ", "request_id": "req-de9e1345-9f16-41c2-96a1-67f97bf3e2ee"}]} 2026-06-10 10:52:36.544 8 INFO neutron.services.segments.plugin [-] Segment 315e37ee-c7b9-47a5-a4b9-552efd8785d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 315e37ee-c7b9-47a5-a4b9-552efd8785d8 found for delete ", "request_id": "req-5be2d755-5ab3-4fce-8e90-b2132d49e91b"}]} 2026-06-10 10:52:36.562 8 INFO neutron.services.segments.plugin [-] Segment 08c11673-d9de-4dd3-ba18-d5a08516ddc8 resource provider aggregate not found 2026-06-10 10:52:36.565 8 INFO neutron.services.segments.plugin [-] Segment 08c11673-d9de-4dd3-ba18-d5a08516ddc8 resource provider aggregate not found 2026-06-10 10:52:36.584 8 INFO neutron.services.segments.plugin [-] Segment 08c11673-d9de-4dd3-ba18-d5a08516ddc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08c11673-d9de-4dd3-ba18-d5a08516ddc8 found for delete ", "request_id": "req-2496af3d-24b4-44ea-bfdb-60f5c0226903"}]} 2026-06-10 10:52:36.587 8 INFO neutron.services.segments.plugin [-] Segment 08c11673-d9de-4dd3-ba18-d5a08516ddc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08c11673-d9de-4dd3-ba18-d5a08516ddc8 found for delete ", "request_id": "req-6c766e9b-0e87-4702-96cc-53a2deced349"}]} [pid: 7|app: 0|req: 458/917] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:52:36 2026] POST /v2.0/ports => generated 774 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/918] 10.0.0.218 () {34 vars in 737 bytes} [Wed Jun 10 10:52:36 2026] PUT /v2.0/ports/c329bebc-09b7-4e62-ad22-8ae3046dd00a => generated 752 bytes in 438 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 461/919] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:37 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/920] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:37 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:37.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2ef8bcc-5746-4c62-8a8c-4d40b554ea3c 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] TaaS: Handle Delete Port: c329bebc-09b7-4e62-ad22-8ae3046dd00a 2026-06-10 10:52:37.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2ef8bcc-5746-4c62-8a8c-4d40b554ea3c 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] Tap Mirror: Handle Delete Port: c329bebc-09b7-4e62-ad22-8ae3046dd00a [pid: 8|app: 0|req: 463/921] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:37 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/922] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:37 2026] DELETE /v2.0/ports/c329bebc-09b7-4e62-ad22-8ae3046dd00a => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/923] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:37 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/924] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:52:37 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/925] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:52:37 2026] GET /v2.0/ports => generated 777 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:37.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4ccb00b-c37a-4260-bfc0-9499ebc53978 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 461/926] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:37 2026] GET /v2.0/ports/c329bebc-09b7-4e62-ad22-8ae3046dd00a => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:38.052 8 INFO neutron.db.segments_db [None req-8ec8106a-b262-4c96-a504-88283d80d120 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 793d83a6-52c4-4396-a5c3-1d4c073bcab8 of type vxlan for network b6b7a299-e7cb-421d-bb33-36758020888b [pid: 8|app: 0|req: 466/927] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:52:37 2026] POST /v2.0/networks => generated 723 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/928] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:52:38 2026] GET /v2.0/ports => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/931] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:38 2026] POST /v2.0/subnets => generated 690 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/932] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:52:38 2026] GET /v2.0/ports/12d3c0aa-cd7b-4f23-a1a4-2f9714674b69 => generated 774 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:38.572 7 INFO neutron.db.l3_db [None req-a3dc01e9-02e8-409a-9e9c-3c7f1d9e4d98 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Floating IP 73812dd5-1548-4da6-a855-df3bdfda15c7 associated. External IP: 10.96.250.212, port: bad49366-834a-453d-8f7c-eb8e61666901. 2026-06-10 10:52:38.627 8 INFO neutron.db.segments_db [None req-14631b6d-cb81-4a4a-8e6c-29936dcce451 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 8cfcaf37-0ca6-42a7-b632-0a4337ba7f26 of type vxlan for network c90eaf90-ce21-4a30-9838-adea8908db71 2026-06-10 10:52:39.019 8 INFO neutron.db.l3_hamode_db [None req-14631b6d-cb81-4a4a-8e6c-29936dcce451 d5602b6e3023465084488167e7b459f6 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 462/933] 10.0.0.218 () {34 vars in 677 bytes} [Wed Jun 10 10:52:37 2026] POST /v2.0/floatingips => generated 855 bytes in 1623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:52:39.276 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68842279-ef41-427e-9ec9-ace49ea1ae0f 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 463/934] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:39 2026] DELETE /v2.0/ports/e362b7f4-6698-483a-9dcf-d56a11d56571 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/935] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:52:39 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:39.315 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-748cab0c-f5bb-4077-9b05-432ce3e5013c'] response: {'name': 'network-changed', 'server_uuid': '9421b9f9-fe39-488d-859e-d2182020e20d', 'tag': 'bad49366-834a-453d-8f7c-eb8e61666901', 'status': 'completed', 'code': 200} 2026-06-10 10:52:39.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bd34b81-cc88-49e5-b9fa-99ea7e7e2871 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 465/936] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:39 2026] DELETE /v2.0/subnets/15c8a93d-3645-4af9-8aa3-ab3d4ef9d4d2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:39.344 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf2c5428-c706-4075-b2c7-1f036d5546bc 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/937] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:39 2026] DELETE /v2.0/subnets/b43b0713-63ec-40d5-a9f0-5d347e1ea7d3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:39.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-543e0c10-7d81-46e8-9142-4f1994b9d444 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] TaaS: Handle Delete Port: 12d3c0aa-cd7b-4f23-a1a4-2f9714674b69 2026-06-10 10:52:39.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-543e0c10-7d81-46e8-9142-4f1994b9d444 856ee3bd7f1749f4b3aacb2678a19b7d 419a6d7bbc09489ca1deca1a7b480d3a - - default default] Tap Mirror: Handle Delete Port: 12d3c0aa-cd7b-4f23-a1a4-2f9714674b69 [pid: 7|app: 0|req: 467/938] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:52:39 2026] DELETE /v2.0/ports/12d3c0aa-cd7b-4f23-a1a4-2f9714674b69 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:39.728 7 INFO neutron.services.segments.plugin [-] Segment 36efd424-6593-4fbb-b512-fd33e16814eb resource provider aggregate not found 2026-06-10 10:52:39.729 7 INFO neutron.services.segments.plugin [-] Segment 36efd424-6593-4fbb-b512-fd33e16814eb resource provider aggregate not found 2026-06-10 10:52:39.748 7 INFO neutron.services.segments.plugin [-] Segment 36efd424-6593-4fbb-b512-fd33e16814eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36efd424-6593-4fbb-b512-fd33e16814eb found for delete ", "request_id": "req-b88b0ced-80c6-48c4-b31b-0e2864760e06"}]} 2026-06-10 10:52:39.749 7 INFO neutron.services.segments.plugin [-] Segment 36efd424-6593-4fbb-b512-fd33e16814eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36efd424-6593-4fbb-b512-fd33e16814eb found for delete ", "request_id": "req-c9a3b71f-acd8-4535-9bdd-c0f0f76a18d6"}]} [pid: 7|app: 0|req: 468/939] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:39 2026] DELETE /v2.0/networks/c9ed7417-a451-4737-b143-2dae7110ebe5 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/940] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:39 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/941] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:39 2026] GET /v2.0/networks?id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 756 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:39.956 8 INFO neutron.db.l3_hamode_db [None req-14631b6d-cb81-4a4a-8e6c-29936dcce451 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 471/942] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bad49366-834a-453d-8f7c-eb8e61666901 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/943] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:40 2026] GET /v2.0/subnets?id=8d417507-0641-4e75-a373-9244909d495b => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/944] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:40 2026] GET /v2.0/ports?network_id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4&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: 474/945] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:40 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 475/946] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:40 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/947] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:52:40 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/948] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:40 2026] GET /v2.0/security-groups?tenant_id=419a6d7bbc09489ca1deca1a7b480d3a&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/949] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:40 2026] DELETE /v2.0/security-groups/c7bd9257-1c9b-47ea-887a-b78d039ffeeb => 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: 479/950] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:41 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/951] 10.0.0.32 () {34 vars in 970 bytes} [Wed Jun 10 10:52:41 2026] GET /v2.0/ports/75daf9ac-5030-4f60-a91e-d43249af9587 => generated 968 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/952] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:52:41 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 857 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/953] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:52:38 2026] POST /v2.0/routers => generated 730 bytes in 2881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/954] 199.204.45.25 () {34 vars in 999 bytes} [Wed Jun 10 10:52:41 2026] GET /v2.0/subnets?network_id=082c4302-227d-4f59-8961-d2f1c621642e => generated 684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/955] 199.204.45.25 () {34 vars in 1145 bytes} [Wed Jun 10 10:52:42 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac&device_owner=compute%3Anova&network_id=082c4302-227d-4f59-8961-d2f1c621642e => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/956] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:52:41 2026] PUT /v2.0/routers/8f05e8b2-18d6-4e73-afb1-c077c4931821/add_router_interface => generated 309 bytes in 1487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/957] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:52:42 2026] PUT /v2.0/ports/75daf9ac-5030-4f60-a91e-d43249af9587 => generated 1145 bytes in 1209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:52:43.365 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c22031ce-9400-4f72-b016-739a0b52c231'] response: {'name': 'network-changed', 'server_uuid': '28a4ceb1-d976-4075-8093-1ecb620efeac', 'tag': '75daf9ac-5030-4f60-a91e-d43249af9587', '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: 483/958] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:52:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 858 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/959] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:43 2026] GET /v2.0/security-groups => generated 4529 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/960] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:43 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1417 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/961] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:52:43 2026] POST /v2.0/security-groups => generated 1658 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/962] 10.0.0.218 () {34 vars in 758 bytes} [Wed Jun 10 10:52:43 2026] PUT /v2.0/security-groups/7ced41e8-7ff3-432f-a42a-fb5f84b6c5ff => generated 1661 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/963] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:43 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => 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: 478/964] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:52:43 2026] GET /v2.0/security-groups/7ced41e8-7ff3-432f-a42a-fb5f84b6c5ff => generated 1661 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/965] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => 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: 487/966] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/967] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:44 2026] DELETE /v2.0/security-groups/7ced41e8-7ff3-432f-a42a-fb5f84b6c5ff => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/968] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/969] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/970] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/subnets?id=56343f2d-bd4c-47c4-9297-ed74e1458b9b => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:44.196 7 INFO neutron.api.v2.resource [None req-deab4305-a0a3-4776-8d56-9f84228a8966 b9e3a43f5b7043fd8bd9d7aa24bf8ac2 f1fea8acb1f8497c94813b1a4fbcd2d4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/971] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:44 2026] DELETE /v2.0/security-groups/7ced41e8-7ff3-432f-a42a-fb5f84b6c5ff => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/972] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/973] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/ports?network_id=082c4302-227d-4f59-8961-d2f1c621642e&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: 482/974] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:52:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/975] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/976] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/977] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/978] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/security-group-rules/33defc13-61b6-4934-ab79-3f1fe764d05a => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/979] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/980] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:52:44 2026] DELETE /v2.0/security-group-rules/33defc13-61b6-4934-ab79-3f1fe764d05a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/981] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/982] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:52:44 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/983] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1148 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/984] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 494/985] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/986] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/security-group-rules/df98086d-5ad4-46af-ad74-66506a601c50 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/987] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/988] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:52:45 2026] DELETE /v2.0/security-group-rules/df98086d-5ad4-46af-ad74-66506a601c50 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/989] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/990] 10.0.0.32 () {34 vars in 1097 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--431913870&fields=id&tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/991] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/networks?id=b6b7a299-e7cb-421d-bb33-36758020888b => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/992] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:52:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/993] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/quotas/296d1c9f8b3f44de931bf53bfa0c7a09 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/994] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/security-group-rules/3042b01a-5eee-492a-b826-b4d0f5cdb31d => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/995] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/996] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/ports?tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09&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: 501/997] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/networks/b6b7a299-e7cb-421d-bb33-36758020888b?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: 497/998] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:52:45 2026] DELETE /v2.0/security-group-rules/3042b01a-5eee-492a-b826-b4d0f5cdb31d => 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: 498/999] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/networks/b6b7a299-e7cb-421d-bb33-36758020888b?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: 502/1000] 10.0.0.218 () {32 vars in 673 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1001] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1417 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1002] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:45 2026] DELETE /v2.0/security-groups/2c4035a1-3e44-4302-ab67-90f687b9e54c => 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: 500/1003] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1004] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => 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: 504/1005] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1006] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1007] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1008] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/subnets?id=56343f2d-bd4c-47c4-9297-ed74e1458b9b => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1009] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 507/1010] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/ports?network_id=082c4302-227d-4f59-8961-d2f1c621642e&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: 504/1011] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1012] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:45 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 505/1013] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:46 2026] GET /v2.0/security-groups?tenant_id=f1fea8acb1f8497c94813b1a4fbcd2d4&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1014] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:46 2026] DELETE /v2.0/security-groups/c5d5c068-39bf-49ff-be13-73eeccf348b0 => 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: 509/1015] 199.204.45.25 () {34 vars in 1117 bytes} [Wed Jun 10 10:52:46 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1016] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:46 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1017] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:52:46 2026] PUT /v2.0/ports/75daf9ac-5030-4f60-a91e-d43249af9587 => generated 968 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:47.334 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04f2ec27-a394-45fc-a99e-d68b000318c6'] response: {'name': 'network-changed', 'server_uuid': '28a4ceb1-d976-4075-8093-1ecb620efeac', 'tag': '75daf9ac-5030-4f60-a91e-d43249af9587', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 511/1018] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:47 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1240 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: 508/1019] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:47 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1020] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1021] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:47 2026] GET /v2.0/subnets?id=56343f2d-bd4c-47c4-9297-ed74e1458b9b => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1022] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:48 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 513/1023] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:48 2026] GET /v2.0/ports?network_id=082c4302-227d-4f59-8961-d2f1c621642e&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1024] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:48 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1025] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:48 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 512/1026] 10.0.0.218 () {34 vars in 677 bytes} [Wed Jun 10 10:52:48 2026] POST /v2.0/subnetpools => generated 549 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1027] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:52:48 2026] GET /v2.0/subnetpools/ba2ea1f9-8ed2-4215-9844-0c087c67f002 => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1028] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:52:48 2026] PUT /v2.0/subnetpools/ba2ea1f9-8ed2-4215-9844-0c087c67f002 => generated 500 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1029] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:52:48 2026] DELETE /v2.0/subnetpools/ba2ea1f9-8ed2-4215-9844-0c087c67f002 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:52:48.957 8 INFO neutron.api.v2.resource [None req-62d272f4-3714-4198-adc2-d222652e11b6 aa7a0f278624471cae06a7baf8e24e3d c96c63f011b34d4d82e19a64bd205b05 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1030] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:52:48 2026] GET /v2.0/subnetpools/ba2ea1f9-8ed2-4215-9844-0c087c67f002 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:48.970 8 INFO neutron.api.v2.resource [None req-06ff9791-1bca-4104-a19c-53b9ca92abc6 aa7a0f278624471cae06a7baf8e24e3d c96c63f011b34d4d82e19a64bd205b05 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 515/1031] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:52:48 2026] DELETE /v2.0/subnetpools/ba2ea1f9-8ed2-4215-9844-0c087c67f002 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1032] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:52:48 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1033] 10.0.0.71 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1034] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1035] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/ports?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1036] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/networks?id=082c4302-227d-4f59-8961-d2f1c621642e => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1037] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=75daf9ac-5030-4f60-a91e-d43249af9587 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1038] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/subnets?id=56343f2d-bd4c-47c4-9297-ed74e1458b9b => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1039] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/ports?network_id=082c4302-227d-4f59-8961-d2f1c621642e&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1040] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 520/1041] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e?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: 522/1042] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 521/1043] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 523/1044] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:49 2026] GET /v2.0/security-groups?tenant_id=c96c63f011b34d4d82e19a64bd205b05&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: 522/1045] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:50 2026] DELETE /v2.0/security-groups/7b5b01fb-0d51-4aa3-b166-98ae1c91a84d => 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: 524/1046] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:52:50 2026] GET /v2.0/networks?id=b6b7a299-e7cb-421d-bb33-36758020888b => generated 675 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1047] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:50 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 525/1048] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:52:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1049] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:52:50 2026] POST /v2.0/ports => generated 958 bytes in 501 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: 525/1050] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:50 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1051] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:50 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&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: 526/1052] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:52:50 2026] PUT /v2.0/ports/ff60c8fc-ad76-479f-a91f-8298d30762c5 => generated 1239 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1053] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:51 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:51.336 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0eb5aa8-56c9-458f-9f50-e1e36123c4c2'] response: {'name': 'network-changed', 'server_uuid': 'c15819b3-45a1-4f6d-ad16-0ac0c62d19fd', 'tag': 'ff60c8fc-ad76-479f-a91f-8298d30762c5', '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: 527/1054] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:51 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1055] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:51 2026] GET /v2.0/ports?tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09&device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1056] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:52:51 2026] GET /v2.0/networks?tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09&shared=False => generated 770 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1057] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:52:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1058] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:52:52 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1059] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:52 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1060] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:52 2026] GET /v2.0/security-groups?id=cd5ea437-8dd5-4d27-9b79-bd87d254e3ca&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:52.203 8 INFO neutron_taas.services.taas.taas_plugin [req-217316bd-dfe2-46a0-af4c-78d1f6badd51 req-9d7ba0c1-4abb-4050-8286-67724cee9d4f b534bfaf082149b3bc43a8a6f5737680 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] TaaS: Handle Delete Port: 75daf9ac-5030-4f60-a91e-d43249af9587 2026-06-10 10:52:52.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-217316bd-dfe2-46a0-af4c-78d1f6badd51 req-9d7ba0c1-4abb-4050-8286-67724cee9d4f b534bfaf082149b3bc43a8a6f5737680 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] Tap Mirror: Handle Delete Port: 75daf9ac-5030-4f60-a91e-d43249af9587 2026-06-10 10:52:52.380 8 INFO neutron.db.l3_db [req-217316bd-dfe2-46a0-af4c-78d1f6badd51 req-9d7ba0c1-4abb-4050-8286-67724cee9d4f b534bfaf082149b3bc43a8a6f5737680 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] Floating IP 11c9b884-150b-4eaa-8416-a280fb00b3a0 disassociated. External IP: 10.96.250.204, port: 75daf9ac-5030-4f60-a91e-d43249af9587. [pid: 7|app: 0|req: 531/1061] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:52 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1062] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:52 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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: 531/1063] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:52:52 2026] DELETE /v2.0/ports/75daf9ac-5030-4f60-a91e-d43249af9587 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:52.783 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-826fe245-d287-45b4-85f6-9bb275258ff1'] response: {'server_uuid': '28a4ceb1-d976-4075-8093-1ecb620efeac', 'name': 'network-vif-deleted', 'tag': '75daf9ac-5030-4f60-a91e-d43249af9587', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 533/1066] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/ports?tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09&device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 1242 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1067] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ff60c8fc-ad76-479f-a91f-8298d30762c5 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1068] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/subnets?id=789d1f3d-d6c6-465f-b72e-a0d6979adea8 => generated 693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1069] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/ports?network_id=b6b7a299-e7cb-421d-bb33-36758020888b&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1070] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 535/1071] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/networks/b6b7a299-e7cb-421d-bb33-36758020888b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1072] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/networks/b6b7a299-e7cb-421d-bb33-36758020888b?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: 536/1073] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1074] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:53 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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: 537/1075] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:54 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 539/1076] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:54 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1077] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:54 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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: 540/1078] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:55 2026] GET /v2.0/ports?device_id=28a4ceb1-d976-4075-8093-1ecb620efeac => 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: 541/1079] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:55 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 542/1080] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:56 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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: 539/1081] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:55 2026] GET /v2.0/security-groups?tenant_id=ca913d76271a4bd2a0ff36d5ab00ee7a&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1082] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:56 2026] DELETE /v2.0/security-groups/22ee569e-e17f-42a6-bd72-c40045cf9d28 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1083] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:52:56 2026] GET /v2.0/security-groups?tenant_id=59cea523dcb3467b88a27a5aa9a04f1d&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: 544/1084] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:56 2026] DELETE /v2.0/security-groups/da69a3d5-da3d-4612-acd9-0838cb5ee5a8 => 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: 541/1085] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:52:56 2026] DELETE /v2.0/security-groups/cd5ea437-8dd5-4d27-9b79-bd87d254e3ca => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:52:56.869 7 INFO neutron.api.v2.resource [None req-f11a76cc-21b8-4345-bb63-b7724946d61d b534bfaf082149b3bc43a8a6f5737680 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1086] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:52:56 2026] GET /v2.0/security-groups/cd5ea437-8dd5-4d27-9b79-bd87d254e3ca => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:52:57.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e949b01-05a9-48dd-b664-5dd65124e29a b534bfaf082149b3bc43a8a6f5737680 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] TaaS: Handle Delete Port: cc0748cf-b75f-4def-91d6-7c7728352f7f 2026-06-10 10:52:57.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e949b01-05a9-48dd-b664-5dd65124e29a b534bfaf082149b3bc43a8a6f5737680 e6dd86d17b8e43da842f9fa42e5448f5 - - default default] Tap Mirror: Handle Delete Port: cc0748cf-b75f-4def-91d6-7c7728352f7f [pid: 7|app: 0|req: 546/1087] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:57 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1088] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:52:56 2026] DELETE /v2.0/floatingips/11c9b884-150b-4eaa-8416-a280fb00b3a0 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1089] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:57 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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 10:52:57.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-644b933d-cdce-4620-96fe-8e709c1d5658 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 69a3894e-252e-4750-81e2-86976024a111 2026-06-10 10:52:57.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-644b933d-cdce-4620-96fe-8e709c1d5658 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 69a3894e-252e-4750-81e2-86976024a111 [pid: 8|app: 0|req: 543/1090] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:52:57 2026] PUT /v2.0/routers/68e116ef-9ac0-4fb1-9037-f80de8876c75/remove_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1091] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:58 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1092] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:58 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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 10:52:58.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-1519bb91-e8e1-4317-a562-ae64982013f9 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: a3d33f36-6ebf-465c-a636-892309897d3e 2026-06-10 10:52:58.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1519bb91-e8e1-4317-a562-ae64982013f9 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: a3d33f36-6ebf-465c-a636-892309897d3e 2026-06-10 10:52:58.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-1519bb91-e8e1-4317-a562-ae64982013f9 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 037371fc-84a9-4a03-9188-caa66b3e32bb 2026-06-10 10:52:58.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1519bb91-e8e1-4317-a562-ae64982013f9 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 037371fc-84a9-4a03-9188-caa66b3e32bb [pid: 7|app: 0|req: 550/1093] 10.0.0.218 () {32 vars in 826 bytes} [Wed Jun 10 10:52:58 2026] GET /v2.0/ports?project_id=c76195b627bf405b9dd61803a377615b&network_id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 3691 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:52:59.315 8 INFO neutron.services.segments.plugin [-] Segment e0578851-f43c-4e8d-aada-fd445f5bd6b3 resource provider aggregate not found 2026-06-10 10:52:59.323 8 INFO neutron.services.segments.plugin [-] Segment e0578851-f43c-4e8d-aada-fd445f5bd6b3 resource provider aggregate not found 2026-06-10 10:52:59.333 8 INFO neutron.services.segments.plugin [-] Segment e0578851-f43c-4e8d-aada-fd445f5bd6b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0578851-f43c-4e8d-aada-fd445f5bd6b3 found for delete ", "request_id": "req-4abcfc6d-de07-4acc-bff2-833f4d6f3f71"}]} 2026-06-10 10:52:59.341 8 INFO neutron.services.segments.plugin [-] Segment e0578851-f43c-4e8d-aada-fd445f5bd6b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0578851-f43c-4e8d-aada-fd445f5bd6b3 found for delete ", "request_id": "req-724dd503-d0e9-4b4a-a0b4-30dcdf91a0a3"}]} 2026-06-10 10:52:59.351 8 INFO neutron.db.l3_hamode_db [None req-1519bb91-e8e1-4317-a562-ae64982013f9 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network f0aa0916-387f-4d14-897a-00fc635cef05 was deleted as no HA routers are present in tenant e6dd86d17b8e43da842f9fa42e5448f5. [pid: 7|app: 0|req: 551/1094] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 10:52:59 2026] GET /v2.0/subnets?network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1095] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:58 2026] DELETE /v2.0/routers/68e116ef-9ac0-4fb1-9037-f80de8876c75 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1096] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:52:59 2026] DELETE /v2.0/subnets/56343f2d-bd4c-47c4-9297-ed74e1458b9b => 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: 553/1097] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:52:59 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:52:59.662 8 INFO neutron.db.l3_db [None req-a54d2b19-6dd0-4fe9-b6da-e64bf4b7859a 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Floating IP 73812dd5-1548-4da6-a855-df3bdfda15c7 disassociated. External IP: 10.96.250.212, port: bad49366-834a-453d-8f7c-eb8e61666901. 2026-06-10 10:52:59.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-0112c9cf-98ef-4e60-8949-3d8f89665f0a d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 0fa3e133-24fd-4f0b-90b3-95601cca7c6f 2026-06-10 10:52:59.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0112c9cf-98ef-4e60-8949-3d8f89665f0a d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 0fa3e133-24fd-4f0b-90b3-95601cca7c6f 2026-06-10 10:52:59.895 7 INFO neutron.services.segments.plugin [-] Segment 9104983b-682c-453a-8d54-6c2f29e6f059 resource provider aggregate not found 2026-06-10 10:52:59.901 7 INFO neutron.services.segments.plugin [-] Segment 9104983b-682c-453a-8d54-6c2f29e6f059 resource provider aggregate not found [pid: 7|app: 0|req: 554/1098] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:52:59 2026] DELETE /v2.0/networks/082c4302-227d-4f59-8961-d2f1c621642e => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:52:59.941 7 INFO neutron.services.segments.plugin [-] Segment 9104983b-682c-453a-8d54-6c2f29e6f059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9104983b-682c-453a-8d54-6c2f29e6f059 found for delete ", "request_id": "req-d6cd6c57-4172-47b3-99c8-ff5c03dd1b5e"}]} 2026-06-10 10:52:59.942 7 INFO neutron.services.segments.plugin [-] Segment 9104983b-682c-453a-8d54-6c2f29e6f059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9104983b-682c-453a-8d54-6c2f29e6f059 found for delete ", "request_id": "req-38d4733d-6c0d-41fa-b0f8-9428f24f69c9"}]} [pid: 7|app: 0|req: 555/1099] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:52:59 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1100] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1101] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:52:59 2026] PUT /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 554 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1102] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:00.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00a6743a-aabe-44bc-9967-a25c4914b17a'] response: {'name': 'network-changed', 'server_uuid': '9421b9f9-fe39-488d-859e-d2182020e20d', 'tag': 'bad49366-834a-453d-8f7c-eb8e61666901', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 558/1103] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/security-groups?tenant_id=e6dd86d17b8e43da842f9fa42e5448f5&name=default => 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: 559/1104] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:00 2026] DELETE /v2.0/security-groups/6ea5c9a8-3065-4fb5-9b57-b6a088a88c64 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:00.534 8 INFO neutron.db.l3_db [None req-c95481ac-dce3-498b-81e1-18e96ba96185 9cbcc4ec489a4691b9fe25ba86b0a304 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] Floating IP 21e42b54-9350-401c-972b-cbea65a4f14c associated. External IP: 10.96.250.203, port: ff60c8fc-ad76-479f-a91f-8298d30762c5. [pid: 7|app: 0|req: 560/1105] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1106] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:53:00 2026] PUT /v2.0/floatingips/21e42b54-9350-401c-972b-cbea65a4f14c => generated 856 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1107] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/networks?id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1108] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bad49366-834a-453d-8f7c-eb8e61666901 => 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: 549/1109] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1110] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/subnets?id=8d417507-0641-4e75-a373-9244909d495b => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1111] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:01 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&fields=id&fields=name => generated 113 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1112] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:53:01 2026] GET /v2.0/ports?network_id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4&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: 561/1113] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:00 2026] GET /v2.0/security-groups?tenant_id=25ab3275b60e4aea9f2301faefdd22ff&name=default => generated 2925 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1114] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:01 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1115] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:53:01 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 554/1116] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:53:01 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 563/1117] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:01 2026] DELETE /v2.0/security-groups/e372324b-4f55-4330-865c-42bffad8f300 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1118] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:01 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 564/1119] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:01 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:02.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a64d4e3-4e0e-4084-b1cb-0c712ff106de'] response: {'name': 'network-changed', 'server_uuid': 'c15819b3-45a1-4f6d-ad16-0ac0c62d19fd', 'tag': 'ff60c8fc-ad76-479f-a91f-8298d30762c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 556/1120] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 552 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:02.477 7 INFO neutron.db.segments_db [None req-c1db404f-8923-47f9-9280-3ea4f0c89ff1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 096a536a-ae5c-4cc0-82eb-558f08c8640b of type vxlan for network 4a077e71-c597-4920-824a-4fd74e34fd99 [pid: 7|app: 0|req: 565/1121] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:53:02 2026] POST /v2.0/networks => generated 716 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1122] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1123] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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: 559/1124] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/ports?tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09&device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 566/1125] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:02 2026] POST /v2.0/subnets => generated 683 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1126] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/networks?id=b6b7a299-e7cb-421d-bb33-36758020888b => generated 770 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:02.819 7 INFO neutron.db.segments_db [None req-dec2cca7-f89f-473d-a471-5bedf13f0b7c d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 13f4b55e-0f63-4593-8561-7acc1db5b7c5 of type vxlan for network d13cd8ad-d747-4380-9ad2-038a8c25c5d5 [pid: 8|app: 0|req: 561/1127] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ff60c8fc-ad76-479f-a91f-8298d30762c5 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1128] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/subnets?id=789d1f3d-d6c6-465f-b72e-a0d6979adea8 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1129] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/ports?network_id=b6b7a299-e7cb-421d-bb33-36758020888b&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: 564/1130] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/networks/b6b7a299-e7cb-421d-bb33-36758020888b?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: 565/1131] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:53:02 2026] GET /v2.0/networks/b6b7a299-e7cb-421d-bb33-36758020888b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:03.076 7 INFO neutron.db.l3_hamode_db [None req-dec2cca7-f89f-473d-a471-5bedf13f0b7c d5602b6e3023465084488167e7b459f6 d84480a12c5147cfb88ca105bc45889e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 566/1132] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:53:03 2026] POST /v2.0/security-groups => generated 1675 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1133] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1134] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1135] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1136] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:03 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1137] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:53:03 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:03.908 7 INFO neutron.db.l3_hamode_db [None req-dec2cca7-f89f-473d-a471-5bedf13f0b7c d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 572/1138] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1139] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:03 2026] GET /v2.0/security-groups?id=a8858a7f-2124-4787-bc44-acad0f1770ae&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 10:53:04.158 8 INFO neutron_taas.services.taas.taas_plugin [req-23bdb553-96f5-4a8a-8541-f36fef2b31ae req-fbf74417-a2b8-49b1-9f2a-61f59b3bf732 9cbcc4ec489a4691b9fe25ba86b0a304 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] TaaS: Handle Delete Port: ff60c8fc-ad76-479f-a91f-8298d30762c5 2026-06-10 10:53:04.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-23bdb553-96f5-4a8a-8541-f36fef2b31ae req-fbf74417-a2b8-49b1-9f2a-61f59b3bf732 9cbcc4ec489a4691b9fe25ba86b0a304 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] Tap Mirror: Handle Delete Port: ff60c8fc-ad76-479f-a91f-8298d30762c5 2026-06-10 10:53:04.284 8 INFO neutron.db.l3_db [req-23bdb553-96f5-4a8a-8541-f36fef2b31ae req-fbf74417-a2b8-49b1-9f2a-61f59b3bf732 9cbcc4ec489a4691b9fe25ba86b0a304 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] Floating IP 21e42b54-9350-401c-972b-cbea65a4f14c disassociated. External IP: 10.96.250.203, port: ff60c8fc-ad76-479f-a91f-8298d30762c5. [pid: 8|app: 0|req: 574/1140] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:53:04 2026] DELETE /v2.0/ports/ff60c8fc-ad76-479f-a91f-8298d30762c5 => generated 0 bytes in 696 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:53:04.746 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d8bc269-aeeb-4372-8c38-c130a9b9f40b'] response: {'server_uuid': 'c15819b3-45a1-4f6d-ad16-0ac0c62d19fd', 'name': 'network-vif-deleted', 'tag': 'ff60c8fc-ad76-479f-a91f-8298d30762c5', 'status': 'completed', 'code': 200} 2026-06-10 10:53:04.751 8 INFO neutron.db.securitygroups_db [None req-981a1c44-f3e1-47e7-b74f-8bb4a08565d8 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Project c76195b627bf405b9dd61803a377615b 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: 575/1141] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:04.886 8 INFO neutron.db.securitygroups_db [None req-0afe0045-641e-45c8-ac8a-99abf7e01d4c 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Project c76195b627bf405b9dd61803a377615b 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: 576/1142] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1143] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 567/1144] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:02 2026] POST /v2.0/routers => generated 723 bytes in 2368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1145] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/networks => generated 1297 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1146] 10.0.0.32 () {34 vars in 1099 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1020085922&fields=id&tenant_id=c76195b627bf405b9dd61803a377615b => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1147] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/networks?id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1148] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/quotas/c76195b627bf405b9dd61803a377615b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1149] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1150] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 574/1151] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:53:05 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 575/1152] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:06 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 576/1153] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:06 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 578/1154] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:53:05 2026] PUT /v2.0/routers/3170232d-7bcf-46c5-a7c8-813e4cc3e3ca/add_router_interface => generated 309 bytes in 1251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1155] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:53:06 2026] POST /v2.0/security-groups => generated 1659 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1156] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:07 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 579/1157] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1158] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:07 2026] GET /v2.0/ports?device_id=c15819b3-45a1-4f6d-ad16-0ac0c62d19fd => 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: 579/1159] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1162] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:53:07 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1163] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 582/1164] 10.0.0.32 () {34 vars in 1097 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--744103394&fields=id&tenant_id=d84480a12c5147cfb88ca105bc45889e => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1165] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/networks?id=4a077e71-c597-4920-824a-4fd74e34fd99 => generated 668 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1166] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/quotas/d84480a12c5147cfb88ca105bc45889e => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1167] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:08 2026] DELETE /v2.0/security-groups/a8858a7f-2124-4787-bc44-acad0f1770ae => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:08.596 8 INFO neutron.api.v2.resource [None req-d52fcb2f-59cb-4c82-b45f-871fb2a53ab9 9cbcc4ec489a4691b9fe25ba86b0a304 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1168] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/security-groups/a8858a7f-2124-4787-bc44-acad0f1770ae => 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: 585/1169] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/ports?tenant_id=d84480a12c5147cfb88ca105bc45889e&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:08.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d76ebcd-5676-4112-bedc-a79c2f9d2de2 9cbcc4ec489a4691b9fe25ba86b0a304 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] TaaS: Handle Delete Port: f69e8229-836c-4575-9cde-916422ec6c21 2026-06-10 10:53:08.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d76ebcd-5676-4112-bedc-a79c2f9d2de2 9cbcc4ec489a4691b9fe25ba86b0a304 296d1c9f8b3f44de931bf53bfa0c7a09 - - default default] Tap Mirror: Handle Delete Port: f69e8229-836c-4575-9cde-916422ec6c21 [pid: 7|app: 0|req: 586/1170] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/networks/4a077e71-c597-4920-824a-4fd74e34fd99?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: 587/1171] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/networks/4a077e71-c597-4920-824a-4fd74e34fd99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1172] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:53:08 2026] DELETE /v2.0/floatingips/21e42b54-9350-401c-972b-cbea65a4f14c => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1173] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:08 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:09.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0c0a352-7c2a-4a6a-9f06-ddf39a66bdbd d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: bbe23531-3960-432e-82fa-c5e43c01524a 2026-06-10 10:53:09.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0c0a352-7c2a-4a6a-9f06-ddf39a66bdbd d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: bbe23531-3960-432e-82fa-c5e43c01524a [pid: 8|app: 0|req: 587/1174] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:09 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 588/1175] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:53:08 2026] PUT /v2.0/routers/8f05e8b2-18d6-4e73-afb1-c077c4931821/remove_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1176] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:10 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 590/1177] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:53:10 2026] GET /v2.0/networks?id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 660 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1178] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:10 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 592/1179] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:53:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c76195b627bf405b9dd61803a377615b => generated 274 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:10.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8fbdff2-1f48-4beb-8e89-5259ac046161 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 71207a5e-8753-4ec7-9907-bf227084228c 2026-06-10 10:53:10.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8fbdff2-1f48-4beb-8e89-5259ac046161 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 71207a5e-8753-4ec7-9907-bf227084228c 2026-06-10 10:53:10.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8fbdff2-1f48-4beb-8e89-5259ac046161 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 2c6408ad-66c0-43b2-97a6-006b05906030 2026-06-10 10:53:10.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8fbdff2-1f48-4beb-8e89-5259ac046161 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 2c6408ad-66c0-43b2-97a6-006b05906030 [pid: 7|app: 0|req: 593/1180] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:53:10 2026] POST /v2.0/ports => generated 954 bytes in 572 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 10:53:11.481 8 INFO neutron.services.segments.plugin [-] Segment 8cfcaf37-0ca6-42a7-b632-0a4337ba7f26 resource provider aggregate not found 2026-06-10 10:53:11.496 8 INFO neutron.services.segments.plugin [-] Segment 8cfcaf37-0ca6-42a7-b632-0a4337ba7f26 resource provider aggregate not found 2026-06-10 10:53:11.509 8 INFO neutron.services.segments.plugin [-] Segment 8cfcaf37-0ca6-42a7-b632-0a4337ba7f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cfcaf37-0ca6-42a7-b632-0a4337ba7f26 found for delete ", "request_id": "req-e1eee980-23cd-4956-9c9c-50989b891962"}]} 2026-06-10 10:53:11.523 8 INFO neutron.services.segments.plugin [-] Segment 8cfcaf37-0ca6-42a7-b632-0a4337ba7f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cfcaf37-0ca6-42a7-b632-0a4337ba7f26 found for delete ", "request_id": "req-7156045c-6b0a-4983-9693-ee4bedb745ae"}]} 2026-06-10 10:53:11.600 8 INFO neutron.db.l3_hamode_db [None req-b8fbdff2-1f48-4beb-8e89-5259ac046161 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network c90eaf90-ce21-4a30-9838-adea8908db71 was deleted as no HA routers are present in tenant 296d1c9f8b3f44de931bf53bfa0c7a09. [pid: 8|app: 0|req: 588/1181] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:10 2026] DELETE /v2.0/routers/8f05e8b2-18d6-4e73-afb1-c077c4931821 => generated 0 bytes in 1552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1182] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:11 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 590/1183] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:11 2026] DELETE /v2.0/subnets/789d1f3d-d6c6-465f-b72e-a0d6979adea8 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1184] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:53:11 2026] PUT /v2.0/ports/7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e => generated 1235 bytes in 701 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 10:53:11.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-95c39b26-76eb-488c-990c-6f17a4fb8e36'] response: {'name': 'network-changed', 'server_uuid': '4e6e817f-c717-4ea9-83b6-0c30c69cf3ba', 'tag': '7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 591/1185] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:11 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1186] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:11 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&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 10:53:11.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-606eefba-2ee3-4117-8e49-a6f2b15e1ed3 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: d63a93f1-611f-43c4-8e2f-e5d1e9ae7587 2026-06-10 10:53:11.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-606eefba-2ee3-4117-8e49-a6f2b15e1ed3 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: d63a93f1-611f-43c4-8e2f-e5d1e9ae7587 2026-06-10 10:53:12.222 7 INFO neutron.services.segments.plugin [-] Segment 793d83a6-52c4-4396-a5c3-1d4c073bcab8 resource provider aggregate not found 2026-06-10 10:53:12.232 7 INFO neutron.services.segments.plugin [-] Segment 793d83a6-52c4-4396-a5c3-1d4c073bcab8 resource provider aggregate not found 2026-06-10 10:53:12.239 7 INFO neutron.services.segments.plugin [-] Segment 793d83a6-52c4-4396-a5c3-1d4c073bcab8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 793d83a6-52c4-4396-a5c3-1d4c073bcab8 found for delete ", "request_id": "req-2419ad03-ce03-414f-9be6-a5fc1a1956f6"}]} 2026-06-10 10:53:12.247 7 INFO neutron.services.segments.plugin [-] Segment 793d83a6-52c4-4396-a5c3-1d4c073bcab8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 793d83a6-52c4-4396-a5c3-1d4c073bcab8 found for delete ", "request_id": "req-7c6cd998-b42e-49eb-9ba5-0b53cd5ea222"}]} [pid: 7|app: 0|req: 595/1187] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:11 2026] DELETE /v2.0/networks/b6b7a299-e7cb-421d-bb33-36758020888b => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1188] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:12 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1189] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:53:12 2026] GET /v2.0/networks?tenant_id=c76195b627bf405b9dd61803a377615b&shared=False => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1190] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:53:12 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: 7|app: 0|req: 597/1191] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:12 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 595/1192] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:12 2026] GET /v2.0/security-groups?tenant_id=296d1c9f8b3f44de931bf53bfa0c7a09&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1193] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:12 2026] DELETE /v2.0/security-groups/2892303e-dedd-42c0-bc39-5aef8c304d84 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1194] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1195] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1196] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1197] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e => 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: 598/1198] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/subnets?id=8d417507-0641-4e75-a373-9244909d495b => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1199] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/ports?network_id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1200] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 602/1201] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 600/1202] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:53:13 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1203] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:14 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1204] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:14 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1205] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:14 2026] GET /v2.0/security-groups?tenant_id=d41f0615abd3448ea124da44adc1e413&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: 603/1206] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:14 2026] DELETE /v2.0/security-groups/766e9718-9ae2-4430-afdd-d95ed5c4a8eb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1207] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:14 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 604/1208] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:53:15 2026] GET /v2.0/networks?id=4a077e71-c597-4920-824a-4fd74e34fd99 => generated 668 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1209] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:53:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d84480a12c5147cfb88ca105bc45889e => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1210] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:15 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1211] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:15 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1212] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:15 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 606/1213] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:53:15 2026] POST /v2.0/ports => generated 954 bytes in 860 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: 607/1214] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:16 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1215] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:16 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1216] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:53:16 2026] PUT /v2.0/ports/ea9b2c34-b037-41c6-9a92-96d53db52906 => generated 1235 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:53:16.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb38fa65-3e07-4ad8-a43c-b240a862d32c'] response: {'name': 'network-changed', 'server_uuid': '72c063ff-059d-431a-9d42-dcd41f6de195', 'tag': 'ea9b2c34-b037-41c6-9a92-96d53db52906', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 609/1217] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:17 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 609/1218] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:17 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&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: 610/1219] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:17 2026] GET /v2.0/ports?tenant_id=d84480a12c5147cfb88ca105bc45889e&device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1220] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:53:17 2026] GET /v2.0/networks?tenant_id=d84480a12c5147cfb88ca105bc45889e&shared=False => generated 763 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1221] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:53:17 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: 8|app: 0|req: 611/1222] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:17 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1223] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:17 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1224] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1225] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&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: 613/1226] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/ports?tenant_id=d84480a12c5147cfb88ca105bc45889e&device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1227] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=ea9b2c34-b037-41c6-9a92-96d53db52906 => 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: 614/1228] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/subnets?id=2bbcd6be-ff08-4d35-8c41-8c4da9924651 => generated 686 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1229] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/ports?network_id=4a077e71-c597-4920-824a-4fd74e34fd99&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: 615/1230] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/networks/4a077e71-c597-4920-824a-4fd74e34fd99?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: 616/1231] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/networks/4a077e71-c597-4920-824a-4fd74e34fd99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1232] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 617/1233] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:18 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1234] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:19 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1235] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:19 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1236] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:19 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1237] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:19 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1238] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:19 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&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 10:53:19.573 7 INFO neutron.db.l3_db [None req-8a26b604-f6f0-4304-b0cf-c5b5df095104 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Floating IP 73812dd5-1548-4da6-a855-df3bdfda15c7 associated. External IP: 10.96.250.212, port: 7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e. [pid: 7|app: 0|req: 619/1239] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:53:19 2026] PUT /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 855 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1240] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:19 2026] GET /v2.0/security-groups?tenant_id=08bd73dc38bf495893717658dcb38148&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:53:19.933 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eda07d0a-6437-4440-b70e-447b3b151689'] response: {'name': 'network-changed', 'server_uuid': '4e6e817f-c717-4ea9-83b6-0c30c69cf3ba', 'tag': '7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 620/1241] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:19 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 855 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1242] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:19 2026] DELETE /v2.0/security-groups/0b814cd4-c331-4068-a1cc-abb1fa0cf41d => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:20.092 7 INFO neutron.db.segments_db [None req-3b083b88-a00b-43e2-8594-bc6b6bd930a2 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Added segment ac39f5f5-924a-464d-93f4-15724f03534e of type vxlan for network 8bb2aa0f-34a2-4771-898b-4882d4b0df05 [pid: 8|app: 0|req: 623/1243] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/security-groups?tenant_id=080eae6b9d0c4b3dbff7b291fc7af2f5&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:53:20.360 7 INFO neutron.db.l3_hamode_db [None req-3b083b88-a00b-43e2-8594-bc6b6bd930a2 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:53:20.512 7 INFO neutron.db.l3_hamode_db [None req-3b083b88-a00b-43e2-8594-bc6b6bd930a2 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 624/1244] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:20 2026] DELETE /v2.0/security-groups/da59db12-85b0-4634-8072-04236d4e204e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1245] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/ports?tenant_id=c76195b627bf405b9dd61803a377615b&device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1246] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1247] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/networks?id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 756 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1248] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1249] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1250] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/subnets?id=8d417507-0641-4e75-a373-9244909d495b => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1251] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/ports?network_id=c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4&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: 632/1252] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 633/1253] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4?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: 634/1254] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:20 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1255] 10.0.0.218 () {34 vars in 668 bytes} [Wed Jun 10 10:53:19 2026] POST /v2.0/routers => generated 474 bytes in 1214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:21.265 8 INFO neutron.db.l3_hamode_db [None req-d34e2357-4f44-4593-8c8c-9f1021381455 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:53:21.418 8 INFO neutron.db.l3_hamode_db [None req-d34e2357-4f44-4593-8c8c-9f1021381455 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 622/1256] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:21 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1257] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:21 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&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: 624/1258] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:22 2026] GET /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1259] 10.0.0.218 () {34 vars in 668 bytes} [Wed Jun 10 10:53:21 2026] POST /v2.0/routers => generated 474 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:22.268 7 INFO neutron.db.l3_hamode_db [None req-abbf11de-85b6-4952-98cc-e710c5c608a2 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:53:22.435 7 INFO neutron.db.l3_hamode_db [None req-abbf11de-85b6-4952-98cc-e710c5c608a2 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 638/1262] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:22 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 639/1263] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:23 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1264] 10.0.0.218 () {34 vars in 668 bytes} [Wed Jun 10 10:53:22 2026] POST /v2.0/routers => generated 474 bytes in 988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:23.253 8 INFO neutron.db.l3_hamode_db [None req-f899adcd-aa5a-4dd2-9548-e91d987a63c0 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:53:23.420 8 INFO neutron.db.l3_hamode_db [None req-f899adcd-aa5a-4dd2-9548-e91d987a63c0 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 640/1265] 10.0.0.218 () {34 vars in 668 bytes} [Wed Jun 10 10:53:23 2026] POST /v2.0/routers => generated 474 bytes in 906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:24.158 7 INFO neutron.db.l3_hamode_db [None req-ba66e1b6-8dd1-413b-98fd-1d75c14bf868 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 641/1266] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:24 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:24.292 7 INFO neutron.db.l3_hamode_db [None req-ba66e1b6-8dd1-413b-98fd-1d75c14bf868 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 642/1267] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:24 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1268] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:24 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:24.844 8 INFO neutron.db.l3_db [None req-07293918-7c37-432e-b197-4442900ca0ef 496170d100734da2bdef76bb12c39458 d84480a12c5147cfb88ca105bc45889e - - default default] Floating IP 383b35b2-afcc-4e26-88f2-ecea183466d2 associated. External IP: 10.96.250.211, port: ea9b2c34-b037-41c6-9a92-96d53db52906. [pid: 7|app: 0|req: 626/1269] 10.0.0.218 () {34 vars in 668 bytes} [Wed Jun 10 10:53:24 2026] POST /v2.0/routers => generated 474 bytes in 1030 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1270] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:25 2026] GET /v2.0/security-groups?tenant_id=ab4c5d53498b4be0b483330d75475d6c&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1271] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:53:25 2026] PUT /v2.0/routers/cbfc779e-e191-44da-bd01-e741e8237050/tags => generated 17 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1272] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:53:24 2026] PUT /v2.0/floatingips/383b35b2-afcc-4e26-88f2-ecea183466d2 => generated 855 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1273] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:25 2026] DELETE /v2.0/security-groups/4b362c7a-e824-408e-81c3-aa311550ebeb => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:25.737 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55a55cfc-7da5-4a2b-9bfc-2381aa4b7dcc'] response: {'name': 'network-changed', 'server_uuid': '72c063ff-059d-431a-9d42-dcd41f6de195', 'tag': 'ea9b2c34-b037-41c6-9a92-96d53db52906', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 630/1274] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:25 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1275] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:25 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&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: 645/1276] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:53:25 2026] PUT /v2.0/routers/683b27c4-8b74-4f00-8f46-334089168ae4/tags => generated 25 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1277] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:53:25 2026] PUT /v2.0/routers/f466d0f7-9d2d-4638-9b31-990adc09995e/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1278] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:25 2026] GET /v2.0/security-groups?tenant_id=2c61ee27f364421a803ed0e7bb392807&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1279] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:53:25 2026] PUT /v2.0/routers/f3fefa68-1928-4431-b177-b057c2f1c473/tags => generated 19 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1280] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:25 2026] DELETE /v2.0/security-groups/e6a8259f-bc58-4763-938b-9d2d3feec21b => 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: 648/1281] 10.0.0.218 () {32 vars in 664 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1282] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 635/1283] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1284] 10.0.0.218 () {32 vars in 678 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1285] 10.0.0.218 () {32 vars in 674 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1286] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/ports?tenant_id=d84480a12c5147cfb88ca105bc45889e&device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1287] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/networks?id=4a077e71-c597-4920-824a-4fd74e34fd99 => generated 763 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1288] 10.0.0.218 () {32 vars in 686 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1289] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=ea9b2c34-b037-41c6-9a92-96d53db52906 => 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: 653/1290] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/subnets?id=2bbcd6be-ff08-4d35-8c41-8c4da9924651 => generated 686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1291] 10.0.0.218 () {32 vars in 672 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1292] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/ports?network_id=4a077e71-c597-4920-824a-4fd74e34fd99&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: 655/1293] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/networks/4a077e71-c597-4920-824a-4fd74e34fd99?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1294] 10.0.0.218 () {32 vars in 686 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1295] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/networks/4a077e71-c597-4920-824a-4fd74e34fd99?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: 640/1296] 10.0.0.218 () {32 vars in 682 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1297] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1298] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:53:26 2026] GET /v2.0/routers/cbfc779e-e191-44da-bd01-e741e8237050 => generated 485 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1299] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:27 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1300] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:27 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&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: 658/1301] 10.0.0.218 () {34 vars in 742 bytes} [Wed Jun 10 10:53:26 2026] PUT /v2.0/routers/cbfc779e-e191-44da-bd01-e741e8237050 => generated 485 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1302] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:27 2026] GET /v2.0/ports?device_id=cbfc779e-e191-44da-bd01-e741e8237050 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:27.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-c30b251f-aecc-4eec-b77d-b5a82d7f209e 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] TaaS: Handle Delete Port: 24478c07-c4b8-4bc3-bbc6-cdc6e689845e 2026-06-10 10:53:27.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c30b251f-aecc-4eec-b77d-b5a82d7f209e 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Tap Mirror: Handle Delete Port: 24478c07-c4b8-4bc3-bbc6-cdc6e689845e [pid: 8|app: 0|req: 659/1303] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:27 2026] DELETE /v2.0/routers/cbfc779e-e191-44da-bd01-e741e8237050 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1304] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:53:27 2026] GET /v2.0/routers/683b27c4-8b74-4f00-8f46-334089168ae4 => 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: 645/1305] 10.0.0.218 () {32 vars in 653 bytes} [Wed Jun 10 10:53:27 2026] GET /v2.0/extensions => generated 21537 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1306] 10.0.0.218 () {32 vars in 681 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1307] 10.0.0.218 () {32 vars in 681 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1308] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1309] 10.0.0.218 () {32 vars in 665 bytes} [Wed Jun 10 10:53:28 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: 650/1310] 10.0.0.218 () {32 vars in 699 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1311] 10.0.0.218 () {32 vars in 697 bytes} [Wed Jun 10 10:53: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: 7|app: 0|req: 652/1312] 10.0.0.218 () {32 vars in 701 bytes} [Wed Jun 10 10:53:28 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: 653/1313] 10.0.0.218 () {32 vars in 689 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1314] 10.0.0.218 () {32 vars in 703 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1315] 10.0.0.218 () {32 vars in 693 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1316] 10.0.0.218 () {32 vars in 695 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1317] 10.0.0.218 () {32 vars in 685 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1318] 10.0.0.218 () {32 vars in 687 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1319] 10.0.0.218 () {32 vars in 661 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1320] 10.0.0.218 () {32 vars in 699 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1321] 10.0.0.218 () {32 vars in 679 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1322] 10.0.0.218 () {32 vars in 683 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1323] 10.0.0.218 () {32 vars in 675 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1324] 10.0.0.218 () {32 vars in 689 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1325] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1326] 10.0.0.218 () {32 vars in 687 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1327] 10.0.0.218 () {32 vars in 669 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1328] 10.0.0.218 () {32 vars in 687 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1329] 10.0.0.218 () {32 vars in 681 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1330] 10.0.0.218 () {32 vars in 699 bytes} [Wed Jun 10 10:53:28 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: 671/1331] 10.0.0.218 () {32 vars in 679 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1332] 10.0.0.218 () {32 vars in 667 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1333] 10.0.0.218 () {32 vars in 677 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1334] 10.0.0.218 () {32 vars in 665 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1335] 10.0.0.218 () {32 vars in 675 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1336] 10.0.0.218 () {32 vars in 713 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1337] 10.0.0.218 () {32 vars in 691 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1338] 10.0.0.218 () {32 vars in 683 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/multi-provider => 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: 679/1339] 10.0.0.218 () {32 vars in 669 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1340] 10.0.0.218 () {32 vars in 687 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1341] 10.0.0.218 () {32 vars in 705 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1342] 10.0.0.218 () {32 vars in 675 bytes} [Wed Jun 10 10:53:28 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: 683/1343] 10.0.0.218 () {32 vars in 701 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1344] 10.0.0.218 () {32 vars in 675 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1345] 10.0.0.218 () {32 vars in 693 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1346] 10.0.0.218 () {32 vars in 689 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1347] 10.0.0.218 () {32 vars in 709 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1348] 10.0.0.218 () {32 vars in 705 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1349] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1350] 10.0.0.218 () {32 vars in 697 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1351] 10.0.0.218 () {32 vars in 711 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1352] 10.0.0.218 () {32 vars in 669 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1353] 10.0.0.218 () {32 vars in 687 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1354] 10.0.0.218 () {32 vars in 681 bytes} [Wed Jun 10 10:53:28 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: 695/1355] 10.0.0.218 () {32 vars in 675 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1356] 10.0.0.218 () {32 vars in 671 bytes} [Wed Jun 10 10:53:28 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: 697/1357] 10.0.0.218 () {32 vars in 661 bytes} [Wed Jun 10 10:53:28 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: 698/1358] 10.0.0.218 () {32 vars in 699 bytes} [Wed Jun 10 10:53:28 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: 699/1359] 10.0.0.218 () {32 vars in 699 bytes} [Wed Jun 10 10:53:28 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: 661/1360] 10.0.0.218 () {34 vars in 742 bytes} [Wed Jun 10 10:53:27 2026] PUT /v2.0/routers/683b27c4-8b74-4f00-8f46-334089168ae4 => generated 493 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1361] 10.0.0.218 () {32 vars in 677 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1362] 10.0.0.218 () {32 vars in 669 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1363] 10.0.0.218 () {32 vars in 683 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1364] 10.0.0.218 () {32 vars in 701 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1365] 10.0.0.218 () {32 vars in 685 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1366] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/ports?device_id=683b27c4-8b74-4f00-8f46-334089168ae4 => 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: 705/1367] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1368] 10.0.0.218 () {32 vars in 669 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1369] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 708/1370] 10.0.0.218 () {32 vars in 697 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1371] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 710/1372] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/security-groups?id=e16c52e6-befe-4702-8219-42a8a89debc2&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1373] 10.0.0.218 () {32 vars in 695 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:28.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-17f97833-aa3e-440a-94f7-b4ec66ef0992 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] TaaS: Handle Delete Port: d35aaa78-dee5-4be6-8ee3-5757d12b7eb4 2026-06-10 10:53:28.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17f97833-aa3e-440a-94f7-b4ec66ef0992 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Tap Mirror: Handle Delete Port: d35aaa78-dee5-4be6-8ee3-5757d12b7eb4 2026-06-10 10:53:28.675 7 INFO neutron_taas.services.taas.taas_plugin [req-7d82bf03-641d-4456-85b0-2d84615b356a req-e740efa4-92d2-4014-aba0-bb241e2e41ff 496170d100734da2bdef76bb12c39458 d84480a12c5147cfb88ca105bc45889e - - default default] TaaS: Handle Delete Port: ea9b2c34-b037-41c6-9a92-96d53db52906 2026-06-10 10:53:28.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7d82bf03-641d-4456-85b0-2d84615b356a req-e740efa4-92d2-4014-aba0-bb241e2e41ff 496170d100734da2bdef76bb12c39458 d84480a12c5147cfb88ca105bc45889e - - default default] Tap Mirror: Handle Delete Port: ea9b2c34-b037-41c6-9a92-96d53db52906 [pid: 8|app: 0|req: 663/1374] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:28 2026] DELETE /v2.0/routers/683b27c4-8b74-4f00-8f46-334089168ae4 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1375] 10.0.0.218 () {32 vars in 685 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1376] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/routers/f466d0f7-9d2d-4638-9b31-990adc09995e => generated 502 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1377] 10.0.0.218 () {32 vars in 689 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1378] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:53:28 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:53:29.209 7 INFO neutron.db.l3_db [req-7d82bf03-641d-4456-85b0-2d84615b356a req-e740efa4-92d2-4014-aba0-bb241e2e41ff 496170d100734da2bdef76bb12c39458 d84480a12c5147cfb88ca105bc45889e - - default default] Floating IP 383b35b2-afcc-4e26-88f2-ecea183466d2 disassociated. External IP: 10.96.250.211, port: ea9b2c34-b037-41c6-9a92-96d53db52906. [pid: 8|app: 0|req: 668/1379] 10.0.0.218 () {34 vars in 742 bytes} [Wed Jun 10 10:53:28 2026] PUT /v2.0/routers/f466d0f7-9d2d-4638-9b31-990adc09995e => generated 502 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1380] 10.0.0.218 () {32 vars in 705 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/quota-check-limit-default => 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: 670/1381] 10.0.0.71 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1382] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/ports?device_id=f466d0f7-9d2d-4638-9b31-990adc09995e => 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: 672/1383] 10.0.0.218 () {32 vars in 667 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1384] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:53:28 2026] DELETE /v2.0/ports/ea9b2c34-b037-41c6-9a92-96d53db52906 => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1385] 10.0.0.218 () {32 vars in 681 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1386] 10.0.0.218 () {32 vars in 681 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1387] 10.0.0.218 () {32 vars in 691 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1388] 10.0.0.218 () {32 vars in 691 bytes} [Wed Jun 10 10:53:29 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: 717/1389] 10.0.0.218 () {32 vars in 695 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:29.645 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84ec1e53-d7d4-4cd7-9877-58a6e9e1e999'] response: {'server_uuid': '72c063ff-059d-431a-9d42-dcd41f6de195', 'name': 'network-vif-deleted', 'tag': 'ea9b2c34-b037-41c6-9a92-96d53db52906', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 718/1390] 10.0.0.218 () {32 vars in 685 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1391] 10.0.0.218 () {32 vars in 689 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1392] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 721/1393] 10.0.0.218 () {32 vars in 701 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1394] 10.0.0.218 () {32 vars in 703 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1395] 10.0.0.218 () {32 vars in 713 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1396] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:53:29 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: 7|app: 0|req: 725/1397] 10.0.0.218 () {32 vars in 715 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1398] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1399] 10.0.0.218 () {32 vars in 741 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:29.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb89f2dd-6b9f-40c8-85e7-7a1922a16281 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] TaaS: Handle Delete Port: f44e5d2c-5d13-4874-9b6c-6008dbc75801 2026-06-10 10:53:29.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb89f2dd-6b9f-40c8-85e7-7a1922a16281 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Tap Mirror: Handle Delete Port: f44e5d2c-5d13-4874-9b6c-6008dbc75801 [pid: 7|app: 0|req: 728/1400] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1401] 10.0.0.218 () {32 vars in 683 bytes} [Wed Jun 10 10:53:29 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: 730/1402] 10.0.0.218 () {32 vars in 669 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1403] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1404] 10.0.0.218 () {32 vars in 679 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1405] 10.0.0.218 () {32 vars in 669 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1406] 10.0.0.218 () {32 vars in 697 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1407] 10.0.0.218 () {32 vars in 705 bytes} [Wed Jun 10 10:53:29 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: 736/1408] 10.0.0.218 () {32 vars in 701 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1409] 10.0.0.218 () {32 vars in 701 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1410] 10.0.0.218 () {32 vars in 683 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1411] 10.0.0.218 () {32 vars in 705 bytes} [Wed Jun 10 10:53:29 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: 740/1412] 10.0.0.218 () {32 vars in 695 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1413] 10.0.0.218 () {32 vars in 689 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1414] 10.0.0.218 () {32 vars in 697 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1415] 10.0.0.218 () {32 vars in 679 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1416] 10.0.0.218 () {32 vars in 689 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1417] 10.0.0.218 () {32 vars in 701 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1418] 10.0.0.218 () {32 vars in 665 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1419] 10.0.0.218 () {32 vars in 681 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1420] 10.0.0.218 () {32 vars in 677 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1421] 10.0.0.218 () {32 vars in 693 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1422] 10.0.0.218 () {32 vars in 677 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1423] 10.0.0.218 () {32 vars in 667 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1424] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1425] 10.0.0.218 () {32 vars in 675 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1426] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:29 2026] DELETE /v2.0/routers/f466d0f7-9d2d-4638-9b31-990adc09995e => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1427] 10.0.0.218 () {32 vars in 687 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1428] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:53:29 2026] GET /v2.0/routers/f3fefa68-1928-4431-b177-b057c2f1c473 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1429] 10.0.0.218 () {34 vars in 742 bytes} [Wed Jun 10 10:53:30 2026] PUT /v2.0/routers/f3fefa68-1928-4431-b177-b057c2f1c473 => generated 487 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1430] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:30 2026] GET /v2.0/ports?device_id=f3fefa68-1928-4431-b177-b057c2f1c473 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:30.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-39a8be19-1804-48a9-89d3-a0aed11f9678 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] TaaS: Handle Delete Port: f6c56940-9cf8-4e60-a9bb-91fc6f39bb40 2026-06-10 10:53:30.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39a8be19-1804-48a9-89d3-a0aed11f9678 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Tap Mirror: Handle Delete Port: f6c56940-9cf8-4e60-a9bb-91fc6f39bb40 [pid: 7|app: 0|req: 756/1431] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:30 2026] GET /v2.0/security-groups?tenant_id=01424a131eca47ad93280771604e6d9f&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1432] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:30 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => 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: 758/1433] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:30 2026] DELETE /v2.0/security-groups/e7073577-0690-4c18-94bc-c9bc31af9d23 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1434] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:30 2026] DELETE /v2.0/routers/f3fefa68-1928-4431-b177-b057c2f1c473 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1435] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:53:30 2026] GET /v2.0/routers/c45dc38c-72df-4cb5-a8e7-098e36d00da1 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1436] 10.0.0.218 () {34 vars in 742 bytes} [Wed Jun 10 10:53:31 2026] PUT /v2.0/routers/c45dc38c-72df-4cb5-a8e7-098e36d00da1 => generated 480 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1437] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:31 2026] GET /v2.0/ports?device_id=c45dc38c-72df-4cb5-a8e7-098e36d00da1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:31.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-a75300b7-7f50-4a34-b8e3-c1dd089a5a74 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] TaaS: Handle Delete Port: e84d9e00-bff1-4b85-8d1d-1e37c5f6f01f 2026-06-10 10:53:31.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a75300b7-7f50-4a34-b8e3-c1dd089a5a74 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] Tap Mirror: Handle Delete Port: e84d9e00-bff1-4b85-8d1d-1e37c5f6f01f [pid: 7|app: 0|req: 761/1438] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:31 2026] GET /v2.0/ports?device_id=72c063ff-059d-431a-9d42-dcd41f6de195 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:32.050 8 INFO neutron.services.segments.plugin [-] Segment ac39f5f5-924a-464d-93f4-15724f03534e resource provider aggregate not found 2026-06-10 10:53:32.055 8 INFO neutron.services.segments.plugin [-] Segment ac39f5f5-924a-464d-93f4-15724f03534e resource provider aggregate not found 2026-06-10 10:53:32.071 8 INFO neutron.services.segments.plugin [-] Segment ac39f5f5-924a-464d-93f4-15724f03534e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac39f5f5-924a-464d-93f4-15724f03534e found for delete ", "request_id": "req-c06e1947-f3b4-4b01-adbc-eb7a05da18e4"}]} 2026-06-10 10:53:32.074 8 INFO neutron.services.segments.plugin [-] Segment ac39f5f5-924a-464d-93f4-15724f03534e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac39f5f5-924a-464d-93f4-15724f03534e found for delete ", "request_id": "req-e1d5b285-2fa3-4c3e-8bcf-f166c75a63ed"}]} 2026-06-10 10:53:32.078 8 INFO neutron.db.l3_hamode_db [None req-a75300b7-7f50-4a34-b8e3-c1dd089a5a74 00cacd6376b54087aea4c837cb064404 ef26ea31eb5b4b599a1dafddd571a766 - - default default] HA network 8bb2aa0f-34a2-4771-898b-4882d4b0df05 was deleted as no HA routers are present in tenant ef26ea31eb5b4b599a1dafddd571a766. [pid: 8|app: 0|req: 678/1439] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:31 2026] DELETE /v2.0/routers/c45dc38c-72df-4cb5-a8e7-098e36d00da1 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:32.964 7 INFO neutron.db.segments_db [None req-f8753d87-200e-4930-80f7-3268b0cc245f 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Added segment 8a2e1524-82a7-4548-a65b-8cbad180797c of type vxlan for network 8c025034-0324-4f6e-8663-41b2ba76ef20 [pid: 8|app: 0|req: 679/1440] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:32 2026] GET /v2.0/security-groups?tenant_id=193186c71f43468cb0cbe0c9c1901c2a&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1441] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:53:32 2026] POST /v2.0/networks => generated 631 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1442] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:33 2026] DELETE /v2.0/security-groups/a1a26f27-5ec7-4521-9d05-6d04b85f1c37 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1443] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:33 2026] DELETE /v2.0/security-groups/e16c52e6-befe-4702-8219-42a8a89debc2 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:33.122 8 INFO neutron.api.v2.resource [None req-9fc605d3-9755-4146-9b1a-e7fc32b20868 496170d100734da2bdef76bb12c39458 d84480a12c5147cfb88ca105bc45889e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 681/1444] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:53:33 2026] GET /v2.0/security-groups/e16c52e6-befe-4702-8219-42a8a89debc2 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:53:33.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-af2331b4-4555-4d31-ae71-005bc1488cca 496170d100734da2bdef76bb12c39458 d84480a12c5147cfb88ca105bc45889e - - default default] TaaS: Handle Delete Port: cf1b8ea3-81db-462d-aa4d-d2d0846cd69c 2026-06-10 10:53:33.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af2331b4-4555-4d31-ae71-005bc1488cca 496170d100734da2bdef76bb12c39458 d84480a12c5147cfb88ca105bc45889e - - default default] Tap Mirror: Handle Delete Port: cf1b8ea3-81db-462d-aa4d-d2d0846cd69c [pid: 7|app: 0|req: 764/1445] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:33 2026] POST /v2.0/subnets => generated 627 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1446] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:53:33 2026] DELETE /v2.0/floatingips/383b35b2-afcc-4e26-88f2-ecea183466d2 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1447] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:33 2026] GET /v2.0/security-groups?tenant_id=ef7ffdec45844df8bab1977aca2c9bde&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:53:33.448 8 INFO neutron.db.segments_db [None req-1c672ea1-cb86-45c0-a3cf-2882744a6a37 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Added segment 7c931350-1c38-4e62-af1d-e511bee96c8d of type vxlan for network 6638e71c-8faa-4465-b88c-082cdc1142f0 2026-06-10 10:53:33.713 8 INFO neutron.db.l3_hamode_db [None req-1c672ea1-cb86-45c0-a3cf-2882744a6a37 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:53:33.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-3960648b-a778-4c77-bc91-996fcb225e4b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: d8779e32-7138-46c6-8cdd-0a31349c8009 2026-06-10 10:53:33.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3960648b-a778-4c77-bc91-996fcb225e4b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: d8779e32-7138-46c6-8cdd-0a31349c8009 [pid: 7|app: 0|req: 766/1448] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:53:33 2026] PUT /v2.0/routers/3170232d-7bcf-46c5-a7c8-813e4cc3e3ca/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1449] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:34 2026] DELETE /v2.0/security-groups/67190ded-80a1-4688-bf65-a0ae8fcb81a9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:34.556 8 INFO neutron.db.l3_hamode_db [None req-1c672ea1-cb86-45c0-a3cf-2882744a6a37 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:53:34.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd81aded-cf88-42fd-b64c-93f989083881 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 2b344c26-851e-4b5a-9fc0-fa6766978353 2026-06-10 10:53:34.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd81aded-cf88-42fd-b64c-93f989083881 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 2b344c26-851e-4b5a-9fc0-fa6766978353 2026-06-10 10:53:34.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd81aded-cf88-42fd-b64c-93f989083881 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: db46a4ac-b2cf-4c32-bce0-b48bdbf9205e 2026-06-10 10:53:34.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd81aded-cf88-42fd-b64c-93f989083881 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: db46a4ac-b2cf-4c32-bce0-b48bdbf9205e 2026-06-10 10:53:35.271 7 INFO neutron.services.segments.plugin [-] Segment 13f4b55e-0f63-4593-8561-7acc1db5b7c5 resource provider aggregate not found 2026-06-10 10:53:35.278 7 INFO neutron.services.segments.plugin [-] Segment 13f4b55e-0f63-4593-8561-7acc1db5b7c5 resource provider aggregate not found 2026-06-10 10:53:35.296 7 INFO neutron.services.segments.plugin [-] Segment 13f4b55e-0f63-4593-8561-7acc1db5b7c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f4b55e-0f63-4593-8561-7acc1db5b7c5 found for delete ", "request_id": "req-433ef438-b4e5-475f-81c7-ffb7e0ca0225"}]} 2026-06-10 10:53:35.296 7 INFO neutron.services.segments.plugin [-] Segment 13f4b55e-0f63-4593-8561-7acc1db5b7c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f4b55e-0f63-4593-8561-7acc1db5b7c5 found for delete ", "request_id": "req-f915d415-d159-4923-830b-97ccbfeb2933"}]} 2026-06-10 10:53:35.307 7 INFO neutron.db.l3_hamode_db [None req-dd81aded-cf88-42fd-b64c-93f989083881 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network d13cd8ad-d747-4380-9ad2-038a8c25c5d5 was deleted as no HA routers are present in tenant d84480a12c5147cfb88ca105bc45889e. [pid: 7|app: 0|req: 768/1450] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:34 2026] DELETE /v2.0/routers/3170232d-7bcf-46c5-a7c8-813e4cc3e3ca => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1451] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:35 2026] GET /v2.0/security-groups?tenant_id=ef26ea31eb5b4b599a1dafddd571a766&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1452] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:33 2026] POST /v2.0/routers => generated 694 bytes in 2058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1453] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:35 2026] DELETE /v2.0/security-groups/351d61a1-7bcf-462b-94ee-b956b4cfc727 => 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: 770/1454] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:35 2026] DELETE /v2.0/subnets/2bbcd6be-ff08-4d35-8c41-8c4da9924651 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:53:35.712 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a286182-900c-4ead-9566-50b97b245ee3 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 9fdecbd1-432d-4013-baa6-36e6cfaf3c0f 2026-06-10 10:53:35.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a286182-900c-4ead-9566-50b97b245ee3 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 9fdecbd1-432d-4013-baa6-36e6cfaf3c0f [pid: 7|app: 0|req: 771/1455] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:35 2026] DELETE /v2.0/networks/4a077e71-c597-4920-824a-4fd74e34fd99 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1456] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:36 2026] GET /v2.0/security-groups?tenant_id=d84480a12c5147cfb88ca105bc45889e&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1457] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:36 2026] DELETE /v2.0/security-groups/acdae3a0-70a5-44a3-887d-7e1a5cbc5007 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1458] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:53:35 2026] PUT /v2.0/routers/640555da-00fd-4f2f-bbc8-26b794ba9bdf/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:37.316 7 INFO neutron.services.segments.plugin [-] Segment 096a536a-ae5c-4cc0-82eb-558f08c8640b resource provider aggregate not found 2026-06-10 10:53:37.322 7 INFO neutron.services.segments.plugin [-] Segment 096a536a-ae5c-4cc0-82eb-558f08c8640b resource provider aggregate not found 2026-06-10 10:53:37.334 7 INFO neutron.services.segments.plugin [-] Segment 096a536a-ae5c-4cc0-82eb-558f08c8640b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 096a536a-ae5c-4cc0-82eb-558f08c8640b found for delete ", "request_id": "req-aa76666d-f35c-4e53-a3ee-c0609ad3cd53"}]} 2026-06-10 10:53:37.336 7 INFO neutron.services.segments.plugin [-] Segment 096a536a-ae5c-4cc0-82eb-558f08c8640b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 096a536a-ae5c-4cc0-82eb-558f08c8640b found for delete ", "request_id": "req-f6f59b25-3a36-45a5-95f2-432c09557fc5"}]} [pid: 7|app: 0|req: 774/1459] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:53:36 2026] POST /v2.0/ports => generated 955 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1461] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:53:37 2026] POST /v2.0/ports => generated 954 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 10:53:38.446 7 INFO neutron.db.segments_db [None req-0cafed77-b5bc-44f9-9994-9a7266ee2cb0 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment c74a5aad-d71f-4fe7-b90e-96df68e1c51e of type vxlan for network aab26a83-9694-4a16-9681-5474505e27b4 [pid: 7|app: 0|req: 777/1463] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:53:38 2026] POST /v2.0/networks => generated 724 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1464] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:38 2026] POST /v2.0/subnets => generated 691 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:38.784 7 INFO neutron.db.segments_db [None req-b810d740-1db6-41ed-b933-0b6d2c55f9ba d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 87c6fc6e-1a2d-40b4-a75f-bf836c13add9 of type vxlan for network a4877987-9e00-48d9-a30f-244216175f17 2026-06-10 10:53:38.919 8 INFO neutron.db.l3_db [None req-280bd977-2399-466d-80e4-fb8dc03dc075 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Floating IP f9337d0a-3dd5-4757-9465-732fb02c1f07 associated. External IP: 10.96.250.213, port: c8b76688-4cf4-485b-8f64-4bc60d107f3a. 2026-06-10 10:53:39.021 7 INFO neutron.db.l3_hamode_db [None req-b810d740-1db6-41ed-b933-0b6d2c55f9ba d5602b6e3023465084488167e7b459f6 0259047b5c7e471e894430b1e960aec2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 687/1465] 10.0.0.218 () {34 vars in 677 bytes} [Wed Jun 10 10:53:37 2026] POST /v2.0/floatingips => generated 841 bytes in 1278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:39.404 8 INFO neutron.db.segments_db [None req-6dba7940-8f84-4e93-8fbf-75b4d0a4a948 4b6e37c868dd4639aea4641ad11b50a8 8fb4eb71567946dbaa109e4d250e5da6 - - default default] Added segment 98e93f87-d9bd-4095-a2e2-5aa8f240eede of type vxlan for network 0c3b526c-2ea6-4052-a5e8-607097b1812b [pid: 8|app: 0|req: 688/1466] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:53:39 2026] POST /v2.0/networks => generated 612 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:39.611 8 INFO neutron.db.l3_db [None req-3e729652-02a2-48c0-89a3-9c8991876c9a 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Floating IP f9337d0a-3dd5-4757-9465-732fb02c1f07 disassociated. External IP: 10.96.250.213, port: c8b76688-4cf4-485b-8f64-4bc60d107f3a. 2026-06-10 10:53:39.779 7 INFO neutron.db.l3_hamode_db [None req-b810d740-1db6-41ed-b933-0b6d2c55f9ba d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 689/1467] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:53:39 2026] PUT /v2.0/floatingips/f9337d0a-3dd5-4757-9465-732fb02c1f07 => generated 552 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1468] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:39 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 691/1469] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:53:39 2026] PUT /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:40.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-377ee170-f370-440d-9b9c-e86af1d7ff7b 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] TaaS: Handle Delete Port: e41cec7a-841d-4b8f-88a6-fb9f6fa7a2b3 2026-06-10 10:53:40.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-377ee170-f370-440d-9b9c-e86af1d7ff7b 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Tap Mirror: Handle Delete Port: e41cec7a-841d-4b8f-88a6-fb9f6fa7a2b3 [pid: 8|app: 0|req: 692/1470] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:53:40 2026] DELETE /v2.0/floatingips/f9337d0a-3dd5-4757-9465-732fb02c1f07 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1471] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:40 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1472] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:40 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1473] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:38 2026] POST /v2.0/routers => generated 731 bytes in 1951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1474] 10.0.0.218 () {34 vars in 764 bytes} [Wed Jun 10 10:53:40 2026] PUT /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 10:53:41.201 8 INFO neutron.db.l3_db [None req-382f6706-34d3-45d8-a5ec-cce383618e3a 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Floating IP 4b8e1de1-6744-4c78-97a4-ab333f9c499e associated. External IP: 10.96.250.203, port: fd72ee45-6e50-45be-a950-bdbd041da87d. [pid: 8|app: 0|req: 695/1475] 10.0.0.218 () {34 vars in 677 bytes} [Wed Jun 10 10:53:40 2026] POST /v2.0/floatingips => generated 842 bytes in 1161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1476] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:41 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1477] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:41 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 698/1478] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:53:41 2026] GET /v2.0/floatingips/4b8e1de1-6744-4c78-97a4-ab333f9c499e => generated 842 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1479] 10.0.0.218 () {34 vars in 760 bytes} [Wed Jun 10 10:53:41 2026] PUT /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1480] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:41 2026] GET /v2.0/security-groups?id=92036c21-0baf-40e6-895b-074a4f26b1d6&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: 701/1481] 10.0.0.218 () {32 vars in 655 bytes} [Wed Jun 10 10:53:41 2026] GET /v2.0/floatingips => generated 845 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1482] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:41 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1483] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:53:40 2026] PUT /v2.0/routers/3326bdf0-0dfd-4b70-b44f-1f3f9c278f3c/add_router_interface => generated 309 bytes in 1184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1484] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:53:41 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 704/1485] 10.0.0.218 () {34 vars in 782 bytes} [Wed Jun 10 10:53:41 2026] PUT /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-10 10:53:42.160 8 INFO neutron_taas.services.taas.taas_plugin [req-d007fc18-21f4-4eea-bdc2-8d0fa40084ae req-6f474a96-b1a6-4870-a0bc-a829406a326a 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] TaaS: Handle Delete Port: 7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e 2026-06-10 10:53:42.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d007fc18-21f4-4eea-bdc2-8d0fa40084ae req-6f474a96-b1a6-4870-a0bc-a829406a326a 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Tap Mirror: Handle Delete Port: 7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e 2026-06-10 10:53:42.283 8 INFO neutron.db.l3_db [req-d007fc18-21f4-4eea-bdc2-8d0fa40084ae req-6f474a96-b1a6-4870-a0bc-a829406a326a 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Floating IP 73812dd5-1548-4da6-a855-df3bdfda15c7 disassociated. External IP: 10.96.250.212, port: 7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e. 2026-06-10 10:53:42.313 7 INFO neutron.db.l3_db [None req-baefdbf4-3ced-4cf2-95f6-5250484530b8 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Floating IP 4b8e1de1-6744-4c78-97a4-ab333f9c499e associated. External IP: 10.96.250.203, port: fd72ee45-6e50-45be-a950-bdbd041da87d. [pid: 8|app: 0|req: 705/1486] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:53:42 2026] DELETE /v2.0/ports/7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1487] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:42 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:42.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4357e360-1650-4688-94ad-016391cf2665'] response: {'server_uuid': '4e6e817f-c717-4ea9-83b6-0c30c69cf3ba', 'name': 'network-vif-deleted', 'tag': '7f0ae93b-c9f0-4beb-8228-9ccf8e2b9e9e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 707/1488] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:53:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1489] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:53:41 2026] PUT /v2.0/floatingips/4b8e1de1-6744-4c78-97a4-ab333f9c499e => generated 841 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1490] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:42 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1491] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:53:42 2026] PUT /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:43.108 8 INFO neutron.db.l3_db [None req-e097dfe8-cc5c-4c7d-97c4-b168840f94a1 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Floating IP 4b8e1de1-6744-4c78-97a4-ab333f9c499e disassociated. External IP: 10.96.250.203, port: c8b76688-4cf4-485b-8f64-4bc60d107f3a. [pid: 7|app: 0|req: 784/1492] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1493] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:43 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1494] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:53:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1495] 10.0.0.218 () {32 vars in 741 bytes} [Wed Jun 10 10:53:43 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags/red => 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: 709/1496] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:53:42 2026] PUT /v2.0/floatingips/4b8e1de1-6744-4c78-97a4-ab333f9c499e => generated 552 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:43.534 8 INFO neutron.api.v2.resource [None req-42500d2d-4047-45d0-aeb8-cee072d5e287 4b6e37c868dd4639aea4641ad11b50a8 8fb4eb71567946dbaa109e4d250e5da6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1497] 10.0.0.218 () {32 vars in 745 bytes} [Wed Jun 10 10:53:43 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 10:53:43.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-df16525a-e956-4a39-b804-732e4269dd24 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] TaaS: Handle Delete Port: d145d5e6-94d8-49f6-92ae-50572fb6eca7 2026-06-10 10:53:43.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df16525a-e956-4a39-b804-732e4269dd24 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Tap Mirror: Handle Delete Port: d145d5e6-94d8-49f6-92ae-50572fb6eca7 [pid: 8|app: 0|req: 711/1498] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:53:43 2026] DELETE /v2.0/floatingips/4b8e1de1-6744-4c78-97a4-ab333f9c499e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1499] 10.0.0.218 () {32 vars in 744 bytes} [Wed Jun 10 10:53:43 2026] DELETE /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:43.922 8 INFO neutron.api.v2.resource [None req-cfaa6fb3-e86c-4330-b03e-d89f28f91241 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 713/1500] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:53:43 2026] DELETE /v2.0/floatingips/4b8e1de1-6744-4c78-97a4-ab333f9c499e => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1501] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:43 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:44.112 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfa2240b-e09f-4c17-a025-3ff51adb6a1e 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] TaaS: Handle Delete Port: c8b76688-4cf4-485b-8f64-4bc60d107f3a 2026-06-10 10:53:44.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa2240b-e09f-4c17-a025-3ff51adb6a1e 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Tap Mirror: Handle Delete Port: c8b76688-4cf4-485b-8f64-4bc60d107f3a [pid: 7|app: 0|req: 788/1502] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:53:43 2026] POST /v2.0/floatingips => generated 552 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:44.190 7 INFO neutron.api.v2.resource [None req-e2b71556-47ca-4b46-925c-0d7ac68adc91 4b6e37c868dd4639aea4641ad11b50a8 8fb4eb71567946dbaa109e4d250e5da6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1503] 10.0.0.218 () {32 vars in 748 bytes} [Wed Jun 10 10:53:44 2026] DELETE /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1504] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 715/1505] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:53:43 2026] DELETE /v2.0/ports/c8b76688-4cf4-485b-8f64-4bc60d107f3a => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1506] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:44 2026] DELETE /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:44.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-feb7d76f-659e-457b-b7cb-82a8ce8899cf 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] TaaS: Handle Delete Port: fd72ee45-6e50-45be-a950-bdbd041da87d 2026-06-10 10:53:44.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-feb7d76f-659e-457b-b7cb-82a8ce8899cf 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Tap Mirror: Handle Delete Port: fd72ee45-6e50-45be-a950-bdbd041da87d [pid: 7|app: 0|req: 792/1507] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1508] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:53:44 2026] DELETE /v2.0/ports/fd72ee45-6e50-45be-a950-bdbd041da87d => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:53:44.637 7 INFO neutron.services.segments.plugin [-] Segment 98e93f87-d9bd-4095-a2e2-5aa8f240eede resource provider aggregate not found 2026-06-10 10:53:44.642 7 INFO neutron.services.segments.plugin [-] Segment 98e93f87-d9bd-4095-a2e2-5aa8f240eede resource provider aggregate not found 2026-06-10 10:53:44.649 7 INFO neutron.services.segments.plugin [-] Segment 98e93f87-d9bd-4095-a2e2-5aa8f240eede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98e93f87-d9bd-4095-a2e2-5aa8f240eede found for delete ", "request_id": "req-655487b6-7393-4351-bcab-9c41a56f9e3b"}]} [pid: 8|app: 0|req: 717/1509] 10.0.0.32 () {34 vars in 1099 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1377413585&fields=id&tenant_id=0259047b5c7e471e894430b1e960aec2 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:44.664 7 INFO neutron.services.segments.plugin [-] Segment 98e93f87-d9bd-4095-a2e2-5aa8f240eede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98e93f87-d9bd-4095-a2e2-5aa8f240eede found for delete ", "request_id": "req-7efcf7e2-6d2e-4654-ad0e-dbb03ed27d9c"}]} [pid: 7|app: 0|req: 793/1510] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:44 2026] DELETE /v2.0/networks/0c3b526c-2ea6-4052-a5e8-607097b1812b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1511] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/ports?device_id=640555da-00fd-4f2f-bbc8-26b794ba9bdf => generated 958 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1512] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/networks?id=aab26a83-9694-4a16-9681-5474505e27b4 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1513] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/quotas/0259047b5c7e471e894430b1e960aec2 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1514] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/ports?tenant_id=0259047b5c7e471e894430b1e960aec2&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1515] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?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: 798/1516] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:53:44 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:45.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-9044da1c-0189-444f-99f7-284db056f919 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] TaaS: Handle Delete Port: 40030e65-fc7f-4647-bdce-d05ddd7aa48a 2026-06-10 10:53:45.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9044da1c-0189-444f-99f7-284db056f919 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Tap Mirror: Handle Delete Port: 40030e65-fc7f-4647-bdce-d05ddd7aa48a [pid: 7|app: 0|req: 799/1517] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:45 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 800/1518] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:45 2026] GET /v2.0/ports?device_id=4e6e817f-c717-4ea9-83b6-0c30c69cf3ba => 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: 801/1519] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:45 2026] GET /v2.0/security-groups?tenant_id=420c697a64144e6380f4f261fe330aef&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1520] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:53:44 2026] PUT /v2.0/routers/640555da-00fd-4f2f-bbc8-26b794ba9bdf/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1521] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:45 2026] DELETE /v2.0/security-groups/da896588-5e2c-4b1a-ad80-703214f41be4 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:45.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0961777-bdec-46d3-92e2-42b13f7692e7 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] TaaS: Handle Delete Port: 9868b211-d537-42df-b681-d420d013eb50 2026-06-10 10:53:45.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0961777-bdec-46d3-92e2-42b13f7692e7 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Tap Mirror: Handle Delete Port: 9868b211-d537-42df-b681-d420d013eb50 [pid: 7|app: 0|req: 803/1522] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:45 2026] GET /v2.0/security-groups?tenant_id=8fb4eb71567946dbaa109e4d250e5da6&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1523] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:46 2026] DELETE /v2.0/security-groups/df0ca3d8-2414-4bef-9c7f-cf8233c3e45a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:46.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0961777-bdec-46d3-92e2-42b13f7692e7 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] TaaS: Handle Delete Port: a195adc9-e8b0-41b2-993e-c6910e58acdb 2026-06-10 10:53:46.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0961777-bdec-46d3-92e2-42b13f7692e7 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] Tap Mirror: Handle Delete Port: a195adc9-e8b0-41b2-993e-c6910e58acdb [pid: 7|app: 0|req: 805/1524] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:46 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 806/1525] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:46 2026] DELETE /v2.0/security-groups/92036c21-0baf-40e6-895b-074a4f26b1d6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:46.700 8 INFO neutron.services.segments.plugin [-] Segment 7c931350-1c38-4e62-af1d-e511bee96c8d resource provider aggregate not found 2026-06-10 10:53:46.706 8 INFO neutron.services.segments.plugin [-] Segment 7c931350-1c38-4e62-af1d-e511bee96c8d resource provider aggregate not found 2026-06-10 10:53:46.722 8 INFO neutron.services.segments.plugin [-] Segment 7c931350-1c38-4e62-af1d-e511bee96c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c931350-1c38-4e62-af1d-e511bee96c8d found for delete ", "request_id": "req-5b46ae04-ff8a-486a-8e8f-b1bf53c8eeed"}]} 2026-06-10 10:53:46.734 8 INFO neutron.services.segments.plugin [-] Segment 7c931350-1c38-4e62-af1d-e511bee96c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c931350-1c38-4e62-af1d-e511bee96c8d found for delete ", "request_id": "req-ee1c3b2c-b15d-4593-8156-2f932ea54204"}]} 2026-06-10 10:53:46.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-08434d2a-2795-49b5-abdc-2b9171ad9f1e 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] TaaS: Handle Delete Port: 9d0ef085-e2a6-4c69-842c-3692d411f074 2026-06-10 10:53:46.748 8 INFO neutron.db.l3_hamode_db [None req-a0961777-bdec-46d3-92e2-42b13f7692e7 07b4624a723a4290ac1050f4632ad460 5bc3b93b59844ecca9ef13ff106a99df - - default default] HA network 6638e71c-8faa-4465-b88c-082cdc1142f0 was deleted as no HA routers are present in tenant 5bc3b93b59844ecca9ef13ff106a99df. 2026-06-10 10:53:46.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08434d2a-2795-49b5-abdc-2b9171ad9f1e 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Tap Mirror: Handle Delete Port: 9d0ef085-e2a6-4c69-842c-3692d411f074 [pid: 8|app: 0|req: 720/1526] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:45 2026] DELETE /v2.0/routers/640555da-00fd-4f2f-bbc8-26b794ba9bdf => generated 0 bytes in 973 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1527] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:46 2026] DELETE /v2.0/subnets/86aba982-5a9a-43e0-84dc-b0526137018d => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1528] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:53:46 2026] DELETE /v2.0/floatingips/73812dd5-1548-4da6-a855-df3bdfda15c7 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1529] 10.0.0.32 () {34 vars in 1083 bytes} [Wed Jun 10 10:53:47 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69&device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1530] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:46 2026] DELETE /v2.0/networks/8c025034-0324-4f6e-8663-41b2ba76ef20 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1531] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:47 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1532] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:47 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1533] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:47 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1534] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:47 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1535] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:47 2026] GET /v2.0/security-groups?tenant_id=5bc3b93b59844ecca9ef13ff106a99df&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1536] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:47 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 725/1537] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:47 2026] DELETE /v2.0/security-groups/3330b2f7-2fa5-438c-a3b4-8d5b09c46873 => 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: 813/1538] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:48 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1539] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:48 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1540] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:48 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1541] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:48 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1542] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:48 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:48.741 8 INFO neutron.services.segments.plugin [-] Segment 8a2e1524-82a7-4548-a65b-8cbad180797c resource provider aggregate not found 2026-06-10 10:53:48.753 8 INFO neutron.services.segments.plugin [-] Segment 8a2e1524-82a7-4548-a65b-8cbad180797c resource provider aggregate not found 2026-06-10 10:53:48.756 8 INFO neutron.services.segments.plugin [-] Segment 8a2e1524-82a7-4548-a65b-8cbad180797c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2e1524-82a7-4548-a65b-8cbad180797c found for delete ", "request_id": "req-e7646f0f-6d15-439a-a950-bd413a6ca268"}]} 2026-06-10 10:53:48.772 8 INFO neutron.services.segments.plugin [-] Segment 8a2e1524-82a7-4548-a65b-8cbad180797c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2e1524-82a7-4548-a65b-8cbad180797c found for delete ", "request_id": "req-fd8496ad-fe21-4ce2-8e67-e45354a73db1"}]} [pid: 8|app: 0|req: 728/1543] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:53:49 2026] GET /v2.0/networks?id=aab26a83-9694-4a16-9681-5474505e27b4 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1544] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:53:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0259047b5c7e471e894430b1e960aec2 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1545] 10.0.0.218 () {34 vars in 678 bytes} [Wed Jun 10 10:53:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1546] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:49 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1547] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:53:49 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1548] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:49 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 961 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1549] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:53:49 2026] PUT /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1550] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:49 2026] GET /v2.0/security-groups?id=531185d7-e449-4d3d-a736-83d29e91d4ee&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:50.076 8 INFO neutron_taas.services.taas.taas_plugin [req-3725ec08-2616-4220-9332-f13c6a9baa8e req-c2ae07b3-b88d-4080-968f-813d6e00a291 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] TaaS: Handle Delete Port: bad49366-834a-453d-8f7c-eb8e61666901 [pid: 7|app: 0|req: 817/1551] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:53:49 2026] POST /v2.0/ports => generated 958 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:50.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3725ec08-2616-4220-9332-f13c6a9baa8e req-c2ae07b3-b88d-4080-968f-813d6e00a291 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Tap Mirror: Handle Delete Port: bad49366-834a-453d-8f7c-eb8e61666901 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 818/1552] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:50 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&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: 819/1553] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:50 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/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: 735/1554] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:53:49 2026] DELETE /v2.0/ports/bad49366-834a-453d-8f7c-eb8e61666901 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:53:50.286 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01226902-25a1-4593-b548-523af2d32807'] response: {'server_uuid': '9421b9f9-fe39-488d-859e-d2182020e20d', 'name': 'network-vif-deleted', 'tag': 'bad49366-834a-453d-8f7c-eb8e61666901', 'status': 'completed', 'code': 200} 2026-06-10 10:53:50.525 8 INFO neutron.db.segments_db [None req-42c77bf7-ae99-4aa4-81af-40fc29a19fe8 eac6cd54f89b4d409a62a1a6bbc39f07 b397efd5a64649ab8dd285015295aa4d - - default default] Added segment 238feb7b-28a2-4cfe-9113-345470e2929c of type vxlan for network 24ff7a32-f3c3-4667-8164-be265c76ddf7 [pid: 7|app: 0|req: 820/1555] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:53:50 2026] PUT /v2.0/ports/de6a57f0-020f-4edd-8680-67f45ecf0e76 => generated 1239 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1556] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:53:50 2026] POST /v2.0/networks => generated 625 bytes in 381 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 10:53:50.658 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea2207c0-9219-4c12-b5c1-00d70f410017'] response: {'name': 'network-changed', 'server_uuid': 'fce07403-817e-4eb4-ad60-4657ecbc9a69', 'tag': 'de6a57f0-020f-4edd-8680-67f45ecf0e76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 821/1557] 10.0.0.218 () {34 vars in 764 bytes} [Wed Jun 10 10:53:50 2026] PUT /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1558] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:50 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1559] 10.0.0.218 () {34 vars in 760 bytes} [Wed Jun 10 10:53:50 2026] PUT /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1560] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:50 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1561] 10.0.0.218 () {34 vars in 782 bytes} [Wed Jun 10 10:53:50 2026] PUT /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1562] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:50 2026] POST /v2.0/subnets => generated 641 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1563] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:50 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:50.915 8 INFO neutron.db.segments_db [None req-16ecd2d9-dbaf-4f01-931c-29778ea201af eac6cd54f89b4d409a62a1a6bbc39f07 b397efd5a64649ab8dd285015295aa4d - - default default] Added segment 50c3c1b3-6239-423a-b0b8-b34315b2b4ee of type vxlan for network be4abbf3-6660-482d-87f6-f856d3e189df [pid: 7|app: 0|req: 827/1564] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:53:50 2026] PUT /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1565] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:50 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1566] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:53:50 2026] POST /v2.0/networks => generated 625 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1567] 10.0.0.218 () {32 vars in 741 bytes} [Wed Jun 10 10:53:50 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:51.042 7 INFO neutron.api.v2.resource [None req-a522047f-4e5e-4d17-918c-46ad8246ee4a 6155ca8aa6f34794adbc466543a362a4 a66f9152d8ac42e0b6d2480c79654d0c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 830/1568] 10.0.0.218 () {32 vars in 745 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1569] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1570] 10.0.0.218 () {32 vars in 744 bytes} [Wed Jun 10 10:53:51 2026] DELETE /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1571] 10.0.0.218 () {34 vars in 743 bytes} [Wed Jun 10 10:53:51 2026] PUT /v2.0/networks/be4abbf3-6660-482d-87f6-f856d3e189df => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1572] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:51.172 7 INFO neutron.api.v2.resource [None req-2f137e75-6c2f-4d7f-8f79-27e763939922 6155ca8aa6f34794adbc466543a362a4 a66f9152d8ac42e0b6d2480c79654d0c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1573] 10.0.0.218 () {32 vars in 748 bytes} [Wed Jun 10 10:53:51 2026] DELETE /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1574] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/ports?tenant_id=0259047b5c7e471e894430b1e960aec2&device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 1242 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1575] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1576] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:53:51 2026] DELETE /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1577] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/networks?tenant_id=0259047b5c7e471e894430b1e960aec2&shared=False => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1578] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:51 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1579] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1580] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1581] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:53:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1582] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:53:51 2026] DELETE /v2.0/qos/policies/f4fcdd1d-317a-4220-97ab-323ff4fc6642 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1583] 10.0.0.218 () {34 vars in 741 bytes} [Wed Jun 10 10:53:51 2026] PUT /v2.0/subnets/bab1a304-fc42-4f29-a189-3119dbfc7641 => generated 636 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:51.918 7 INFO neutron.services.segments.plugin [-] Segment 50c3c1b3-6239-423a-b0b8-b34315b2b4ee resource provider aggregate not found 2026-06-10 10:53:51.924 7 INFO neutron.services.segments.plugin [-] Segment 50c3c1b3-6239-423a-b0b8-b34315b2b4ee resource provider aggregate not found 2026-06-10 10:53:51.937 7 INFO neutron.services.segments.plugin [-] Segment 50c3c1b3-6239-423a-b0b8-b34315b2b4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c3c1b3-6239-423a-b0b8-b34315b2b4ee found for delete ", "request_id": "req-e56bfe61-1d8d-478f-86e8-df740108fb12"}]} 2026-06-10 10:53:51.939 7 INFO neutron.services.segments.plugin [-] Segment 50c3c1b3-6239-423a-b0b8-b34315b2b4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c3c1b3-6239-423a-b0b8-b34315b2b4ee found for delete ", "request_id": "req-04f742dc-a351-4919-95d4-ac9e476234c2"}]} [pid: 8|app: 0|req: 743/1584] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => 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: 842/1585] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:51 2026] DELETE /v2.0/networks/be4abbf3-6660-482d-87f6-f856d3e189df => generated 0 bytes in 547 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:53:52.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5631f93-fe28-486a-a79e-76744fb8aeb7 eac6cd54f89b4d409a62a1a6bbc39f07 b397efd5a64649ab8dd285015295aa4d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 744/1586] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:52 2026] DELETE /v2.0/networks/be4abbf3-6660-482d-87f6-f856d3e189df => 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: 843/1587] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1588] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/subnets?network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1 => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1589] 10.0.0.218 () {32 vars in 653 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1590] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/networks => generated 1309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1591] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/subnets => generated 1280 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1592] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/networks/24ff7a32-f3c3-4667-8164-be265c76ddf7 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1593] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/subnets/a761a3e2-1b52-4489-9747-eb3dd15dd679 => generated 641 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1594] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/ports?tenant_id=0259047b5c7e471e894430b1e960aec2&device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:53:52.470 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f19c9b8-cbf8-4e65-bf62-915dc6269ee6 eac6cd54f89b4d409a62a1a6bbc39f07 b397efd5a64649ab8dd285015295aa4d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1595] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:52 2026] DELETE /v2.0/subnets/bab1a304-fc42-4f29-a189-3119dbfc7641 => 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: 749/1596] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 848/1597] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=de6a57f0-020f-4edd-8680-67f45ecf0e76 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:53:52.501 8 INFO neutron.pecan_wsgi.hooks.translation [None req-411c5e54-7f8b-4e80-8f22-72472951d714 eac6cd54f89b4d409a62a1a6bbc39f07 b397efd5a64649ab8dd285015295aa4d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1598] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:52 2026] DELETE /v2.0/networks/be4abbf3-6660-482d-87f6-f856d3e189df => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1599] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1600] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/subnets?id=6dc9e376-b797-48ff-ab48-3da2c9649130 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1601] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/ports?network_id=aab26a83-9694-4a16-9681-5474505e27b4&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1602] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1603] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:53:52 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?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: 850/1604] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:52 2026] DELETE /v2.0/subnets/a761a3e2-1b52-4489-9747-eb3dd15dd679 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:53:52.951 8 INFO neutron.services.segments.plugin [-] Segment 238feb7b-28a2-4cfe-9113-345470e2929c resource provider aggregate not found 2026-06-10 10:53:52.957 8 INFO neutron.services.segments.plugin [-] Segment 238feb7b-28a2-4cfe-9113-345470e2929c resource provider aggregate not found 2026-06-10 10:53:52.971 8 INFO neutron.services.segments.plugin [-] Segment 238feb7b-28a2-4cfe-9113-345470e2929c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 238feb7b-28a2-4cfe-9113-345470e2929c found for delete ", "request_id": "req-39a69ce3-dc98-4794-a5f5-163cc7bb134f"}]} 2026-06-10 10:53:52.979 8 INFO neutron.services.segments.plugin [-] Segment 238feb7b-28a2-4cfe-9113-345470e2929c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 238feb7b-28a2-4cfe-9113-345470e2929c found for delete ", "request_id": "req-f4fcc31f-5d57-4b70-8c2b-61fd778fee8d"}]} [pid: 8|app: 0|req: 755/1607] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:52 2026] DELETE /v2.0/networks/24ff7a32-f3c3-4667-8164-be265c76ddf7 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1608] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:53 2026] GET /v2.0/ports?device_id=9421b9f9-fe39-488d-859e-d2182020e20d => 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: 853/1609] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:53 2026] GET /v2.0/security-groups?tenant_id=34ddfce0d84a4604a358fb641aa9d340&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1610] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:53 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1611] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:53 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&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: 757/1612] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:53 2026] DELETE /v2.0/security-groups/cdee5386-9e6b-4e29-96b5-84d8ee1c58c8 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1613] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:53 2026] GET /v2.0/security-groups?tenant_id=b397efd5a64649ab8dd285015295aa4d&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1614] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:53 2026] GET /v2.0/security-groups?tenant_id=a66f9152d8ac42e0b6d2480c79654d0c&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1615] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:53 2026] DELETE /v2.0/security-groups/fc1c98cc-afc2-454d-a048-b7b132b7ed6f => 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: 759/1616] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:54 2026] DELETE /v2.0/security-groups/adef3a6a-7b75-4a95-873d-966d53aa5e7b => 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: 858/1617] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:54 2026] DELETE /v2.0/security-groups/531185d7-e449-4d3d-a736-83d29e91d4ee => 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: 859/1618] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:54 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1619] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:54 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:54.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-6caf87ed-2312-4ce2-8f5e-a56e2a23f7a9 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] TaaS: Handle Delete Port: dd803210-1e35-4a04-95a0-5f8c65d2550a 2026-06-10 10:53:54.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6caf87ed-2312-4ce2-8f5e-a56e2a23f7a9 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Tap Mirror: Handle Delete Port: dd803210-1e35-4a04-95a0-5f8c65d2550a [pid: 8|app: 0|req: 760/1620] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:53:54 2026] PUT /v2.0/routers/6b632d07-4c02-4d9b-b436-84c3edf61b42/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1621] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:55 2026] DELETE /v2.0/subnets/8d417507-0641-4e75-a373-9244909d495b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:53:55.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6aaa0f9-d268-4fd5-ab3f-b6fa9f6e30e6 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] TaaS: Handle Delete Port: 3dec35c5-f19d-4f08-803f-1535742df0e1 2026-06-10 10:53:55.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6aaa0f9-d268-4fd5-ab3f-b6fa9f6e30e6 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Tap Mirror: Handle Delete Port: 3dec35c5-f19d-4f08-803f-1535742df0e1 [pid: 7|app: 0|req: 862/1622] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:55 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 863/1623] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:55 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&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 10:53:56.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6aaa0f9-d268-4fd5-ab3f-b6fa9f6e30e6 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] TaaS: Handle Delete Port: fc4ceea3-0082-473b-bc99-e7fcf8fb6f2c 2026-06-10 10:53:56.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6aaa0f9-d268-4fd5-ab3f-b6fa9f6e30e6 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Tap Mirror: Handle Delete Port: fc4ceea3-0082-473b-bc99-e7fcf8fb6f2c 2026-06-10 10:53:56.270 7 INFO neutron.db.segments_db [None req-12e0f693-4c49-4e42-a8c5-51182f092a3e 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment a6b38e9e-db8a-4750-941b-979865c05d23 of type vxlan for network 8bb70ae5-bc23-4384-9428-63c35ec88536 [pid: 7|app: 0|req: 864/1624] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:53:56 2026] POST /v2.0/networks => generated 614 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:56.434 7 INFO neutron.db.segments_db [None req-65523e0e-93d6-46fd-ba76-9780c9b37158 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment b13ee732-5331-45c3-bebb-01f57181a1af of type vxlan for network 71a68bce-cadc-42d9-b8f0-81ae27835609 [pid: 7|app: 0|req: 865/1625] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:53:56 2026] POST /v2.0/networks => generated 614 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:53:56.629 8 INFO neutron.services.segments.plugin [-] Segment 538e6f3a-bad5-4d8d-9980-789cb688b6f4 resource provider aggregate not found 2026-06-10 10:53:56.633 8 INFO neutron.services.segments.plugin [-] Segment 538e6f3a-bad5-4d8d-9980-789cb688b6f4 resource provider aggregate not found 2026-06-10 10:53:56.652 8 INFO neutron.services.segments.plugin [-] Segment 538e6f3a-bad5-4d8d-9980-789cb688b6f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 538e6f3a-bad5-4d8d-9980-789cb688b6f4 found for delete ", "request_id": "req-22c64693-8e28-4dbf-9d24-1e1dddc43eac"}]} 2026-06-10 10:53:56.652 8 INFO neutron.services.segments.plugin [-] Segment 538e6f3a-bad5-4d8d-9980-789cb688b6f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 538e6f3a-bad5-4d8d-9980-789cb688b6f4 found for delete ", "request_id": "req-fdfc8816-4744-47bf-b761-c918b3b2b738"}]} 2026-06-10 10:53:56.664 8 INFO neutron.db.l3_hamode_db [None req-c6aaa0f9-d268-4fd5-ab3f-b6fa9f6e30e6 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] HA network 679ca97c-7afb-4d32-a207-9bad51091f0f was deleted as no HA routers are present in tenant c76195b627bf405b9dd61803a377615b. [pid: 8|app: 0|req: 761/1626] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:53:55 2026] DELETE /v2.0/routers/6b632d07-4c02-4d9b-b436-84c3edf61b42 => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:53:56.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e80f109-d9e7-440a-b8ef-1216e2de4eab 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] TaaS: Handle Delete Port: 28aa3371-040a-4091-989f-3e4eb90b1be2 2026-06-10 10:53:56.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e80f109-d9e7-440a-b8ef-1216e2de4eab 1cf0edd526c14808a00fe189e99037ae c76195b627bf405b9dd61803a377615b - - default default] Tap Mirror: Handle Delete Port: 28aa3371-040a-4091-989f-3e4eb90b1be2 [pid: 7|app: 0|req: 866/1627] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:56 2026] POST /v2.0/subnets => generated 646 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 8|app: 0|req: 762/1628] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:53:56 2026] DELETE /v2.0/networks/c19bf3a6-7181-4cfd-9e16-7d7a145ea1b4 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1629] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:56 2026] POST /v2.0/subnets => generated 655 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1630] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:57 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:57.198 7 INFO neutron.db.segments_db [None req-ed92eae3-a716-4203-af8f-23a1e66b8a26 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment c02e17ee-c126-44c8-8cd6-7694df898b39 of type vxlan for network 1b26ef4b-7db6-41d6-894d-d4bf94849d8d [pid: 8|app: 0|req: 764/1631] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:57 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:57.491 7 INFO neutron.db.l3_hamode_db [None req-ed92eae3-a716-4203-af8f-23a1e66b8a26 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:53:57.610 7 INFO neutron.db.l3_hamode_db [None req-ed92eae3-a716-4203-af8f-23a1e66b8a26 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 765/1632] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:57 2026] GET /v2.0/security-groups?tenant_id=c76195b627bf405b9dd61803a377615b&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1633] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:57 2026] DELETE /v2.0/security-groups/d4efe2fa-8d2e-4c1a-9f4f-b910460d0bf1 => 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: 767/1634] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:53:58 2026] GET /v2.0/security-groups?tenant_id=115197e3093745529e4f6d2986e40589&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1635] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:53:57 2026] POST /v2.0/routers => generated 510 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1636] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:53:58 2026] DELETE /v2.0/security-groups/98aa16d8-d47f-4374-affc-94313a411942 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1637] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:58 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1638] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:53:58 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1639] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:53:58 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:58.683 8 INFO neutron.services.segments.plugin [-] Segment bd576669-cbb9-4e95-9d81-3ccd7ed6ef1c resource provider aggregate not found 2026-06-10 10:53:58.691 8 INFO neutron.services.segments.plugin [-] Segment bd576669-cbb9-4e95-9d81-3ccd7ed6ef1c resource provider aggregate not found 2026-06-10 10:53:58.699 8 INFO neutron.services.segments.plugin [-] Segment bd576669-cbb9-4e95-9d81-3ccd7ed6ef1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd576669-cbb9-4e95-9d81-3ccd7ed6ef1c found for delete ", "request_id": "req-9ba0aa1e-3009-4511-a09d-e88d3363b559"}]} 2026-06-10 10:53:58.717 8 INFO neutron.services.segments.plugin [-] Segment bd576669-cbb9-4e95-9d81-3ccd7ed6ef1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd576669-cbb9-4e95-9d81-3ccd7ed6ef1c found for delete ", "request_id": "req-be01cb43-57da-4f10-b9df-64b523e88f54"}]} 2026-06-10 10:53:59.079 8 INFO neutron.db.l3_db [None req-3076060c-f997-42fa-abbd-9795b5f4ed21 b787fce952d046f28d2a8e91121f034a 0259047b5c7e471e894430b1e960aec2 - - default default] Floating IP 4d83d656-ce2a-4ec7-8d66-1979b28012f9 associated. External IP: 10.96.250.208, port: de6a57f0-020f-4edd-8680-67f45ecf0e76. [pid: 8|app: 0|req: 772/1640] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:53:58 2026] PUT /v2.0/floatingips/4d83d656-ce2a-4ec7-8d66-1979b28012f9 => generated 856 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:53:59.469 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-553808fb-be10-4b16-b19a-18255c76a200'] response: {'name': 'network-changed', 'server_uuid': 'fce07403-817e-4eb4-ad60-4657ecbc9a69', 'tag': 'de6a57f0-020f-4edd-8680-67f45ecf0e76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 869/1641] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:53:58 2026] PUT /v2.0/routers/6bf58592-bd09-4800-b79a-1563178e3c75/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1642] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:53:59 2026] GET /v2.0/ports/b61dadc1-fc73-4dd3-a2d7-873e1ee353eb => generated 959 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1643] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:53:59 2026] GET /v2.0/ports?tenant_id=0259047b5c7e471e894430b1e960aec2&device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 775/1644] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:54:00 2026] GET /v2.0/networks?id=aab26a83-9694-4a16-9681-5474505e27b4 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1645] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:54:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=de6a57f0-020f-4edd-8680-67f45ecf0e76 => 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: 777/1646] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:54:00 2026] GET /v2.0/subnets?id=6dc9e376-b797-48ff-ab48-3da2c9649130 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1647] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:00 2026] GET /v2.0/ports?network_id=aab26a83-9694-4a16-9681-5474505e27b4&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: 779/1648] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:54:00 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?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: 780/1649] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:54:00 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?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: 870/1650] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:53:59 2026] PUT /v2.0/routers/6bf58592-bd09-4800-b79a-1563178e3c75/add_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1651] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:54:00 2026] GET /v2.0/ports/0eddef7a-3bc7-4999-8fa4-b09e758061d7 => generated 967 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:01.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a8f844b-4fb8-46b9-8002-5b36d09ddfaf 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 0eddef7a-3bc7-4999-8fa4-b09e758061d7 2026-06-10 10:54:01.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a8f844b-4fb8-46b9-8002-5b36d09ddfaf 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 0eddef7a-3bc7-4999-8fa4-b09e758061d7 [pid: 7|app: 0|req: 871/1652] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:00 2026] PUT /v2.0/routers/6bf58592-bd09-4800-b79a-1563178e3c75/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:01.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb37a414-3859-45cd-b798-076c0e6bdd28 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: b61dadc1-fc73-4dd3-a2d7-873e1ee353eb 2026-06-10 10:54:01.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb37a414-3859-45cd-b798-076c0e6bdd28 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: b61dadc1-fc73-4dd3-a2d7-873e1ee353eb [pid: 8|app: 0|req: 782/1653] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:01 2026] PUT /v2.0/routers/6bf58592-bd09-4800-b79a-1563178e3c75/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1654] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:02 2026] GET /v2.0/ports?device_id=6bf58592-bd09-4800-b79a-1563178e3c75 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:02.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7abdc41-2e03-4bc0-a8ce-66a028ede552 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: c04706d0-c885-452a-9b21-f8ab048bd19b 2026-06-10 10:54:02.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7abdc41-2e03-4bc0-a8ce-66a028ede552 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: c04706d0-c885-452a-9b21-f8ab048bd19b 2026-06-10 10:54:02.843 8 INFO neutron.services.segments.plugin [-] Segment c02e17ee-c126-44c8-8cd6-7694df898b39 resource provider aggregate not found 2026-06-10 10:54:02.853 8 INFO neutron.services.segments.plugin [-] Segment c02e17ee-c126-44c8-8cd6-7694df898b39 resource provider aggregate not found 2026-06-10 10:54:02.865 8 INFO neutron.services.segments.plugin [-] Segment c02e17ee-c126-44c8-8cd6-7694df898b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02e17ee-c126-44c8-8cd6-7694df898b39 found for delete ", "request_id": "req-781476e6-1cf9-4a65-a865-bbc6407a3944"}]} 2026-06-10 10:54:02.868 8 INFO neutron.services.segments.plugin [-] Segment c02e17ee-c126-44c8-8cd6-7694df898b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02e17ee-c126-44c8-8cd6-7694df898b39 found for delete ", "request_id": "req-e27793a1-58e8-43e4-868c-ad26169e16c4"}]} 2026-06-10 10:54:02.874 8 INFO neutron.db.l3_hamode_db [None req-e7abdc41-2e03-4bc0-a8ce-66a028ede552 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] HA network 1b26ef4b-7db6-41d6-894d-d4bf94849d8d was deleted as no HA routers are present in tenant e877619b41dc4c0cb044154a238b652d. [pid: 8|app: 0|req: 783/1655] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:02 2026] DELETE /v2.0/routers/6bf58592-bd09-4800-b79a-1563178e3c75 => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1656] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:02 2026] DELETE /v2.0/subnets/48e4c7ab-d7c0-4c22-baa6-8245311c708f => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1657] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:03 2026] DELETE /v2.0/subnets/dd71e479-c347-439c-ae64-fe5b1baf196b => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:03.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8d98542-c83e-443d-9adf-45a1ebac0018 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 832ebf05-72c4-4852-a57a-58894162343d 2026-06-10 10:54:03.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8d98542-c83e-443d-9adf-45a1ebac0018 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 832ebf05-72c4-4852-a57a-58894162343d 2026-06-10 10:54:03.987 7 INFO neutron.services.segments.plugin [-] Segment b13ee732-5331-45c3-bebb-01f57181a1af resource provider aggregate not found 2026-06-10 10:54:03.987 7 INFO neutron.services.segments.plugin [-] Segment b13ee732-5331-45c3-bebb-01f57181a1af resource provider aggregate not found 2026-06-10 10:54:04.009 7 INFO neutron.services.segments.plugin [-] Segment b13ee732-5331-45c3-bebb-01f57181a1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b13ee732-5331-45c3-bebb-01f57181a1af found for delete ", "request_id": "req-7aea6549-1ba5-4006-9966-97e433906f63"}]} 2026-06-10 10:54:04.010 7 INFO neutron.services.segments.plugin [-] Segment b13ee732-5331-45c3-bebb-01f57181a1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b13ee732-5331-45c3-bebb-01f57181a1af found for delete ", "request_id": "req-279477ce-1505-4d4e-b4a6-23d1dc52608c"}]} [pid: 7|app: 0|req: 874/1658] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:03 2026] DELETE /v2.0/networks/71a68bce-cadc-42d9-b8f0-81ae27835609 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:04.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fef7525-9b49-446f-a48d-5241e2749d98 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 090c6e8e-5093-461c-9856-62bdfb09ebc3 2026-06-10 10:54:04.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fef7525-9b49-446f-a48d-5241e2749d98 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 090c6e8e-5093-461c-9856-62bdfb09ebc3 [pid: 8|app: 0|req: 785/1659] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:04 2026] DELETE /v2.0/networks/8bb70ae5-bc23-4384-9428-63c35ec88536 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:04.471 7 INFO neutron.db.segments_db [None req-52dc9b59-5603-4eb9-bff5-d769e0eb0f6f 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment 06b39d32-ce65-4b1a-b44b-319cdaf32873 of type vxlan for network 7850b6bc-7e6f-4723-beda-3a2daf59c501 [pid: 7|app: 0|req: 875/1660] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:04 2026] POST /v2.0/networks => generated 614 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:04.889 8 INFO neutron.services.segments.plugin [-] Segment a6b38e9e-db8a-4750-941b-979865c05d23 resource provider aggregate not found 2026-06-10 10:54:04.892 8 INFO neutron.services.segments.plugin [-] Segment a6b38e9e-db8a-4750-941b-979865c05d23 resource provider aggregate not found 2026-06-10 10:54:04.908 8 INFO neutron.services.segments.plugin [-] Segment a6b38e9e-db8a-4750-941b-979865c05d23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6b38e9e-db8a-4750-941b-979865c05d23 found for delete ", "request_id": "req-5a1f3577-76ae-4e1f-82de-9ba19ed7d648"}]} 2026-06-10 10:54:04.914 8 INFO neutron.services.segments.plugin [-] Segment a6b38e9e-db8a-4750-941b-979865c05d23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6b38e9e-db8a-4750-941b-979865c05d23 found for delete ", "request_id": "req-d3482984-e037-4199-b522-16933269bc3b"}]} [pid: 8|app: 0|req: 786/1661] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:04 2026] POST /v2.0/subnets => generated 646 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:05.361 7 INFO neutron.db.segments_db [None req-1070c35a-6405-4f0c-915f-474187646f1c 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment 2c17e7bf-69ef-4741-ae4a-308cd018201f of type vxlan for network 86aacbf4-c82b-49f3-912f-b1933740b40b 2026-06-10 10:54:05.731 7 INFO neutron.db.l3_hamode_db [None req-1070c35a-6405-4f0c-915f-474187646f1c 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:05.855 7 INFO neutron.db.l3_hamode_db [None req-1070c35a-6405-4f0c-915f-474187646f1c 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 876/1662] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:05 2026] POST /v2.0/routers => generated 510 bytes in 1462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1663] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:54:06 2026] POST /v2.0/ports => generated 963 bytes in 590 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 10:54:08.643 8 INFO neutron.db.segments_db [None req-64e4a273-0109-4232-ad5c-4f823502be4f fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Added segment 75fc807a-2c20-417f-821b-a94a9848ceb0 of type vxlan for network c4dd5c53-4ad9-460b-a376-cb840d9f80ff [pid: 7|app: 0|req: 877/1666] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:07 2026] PUT /v2.0/routers/24c717a6-8fde-4a25-90d1-331b00a4b5d5/add_router_interface => generated 309 bytes in 1292 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: 878/1667] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:54:08 2026] GET /v2.0/ports/97e062b3-5f2f-4153-8a5c-351fcc5a2d3c => generated 1037 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1668] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:08 2026] POST /v2.0/networks => generated 621 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:09.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-dff2dc3d-7a46-4cd3-81cf-b788298a6160 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 97e062b3-5f2f-4153-8a5c-351fcc5a2d3c 2026-06-10 10:54:09.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dff2dc3d-7a46-4cd3-81cf-b788298a6160 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 97e062b3-5f2f-4153-8a5c-351fcc5a2d3c [pid: 8|app: 0|req: 791/1669] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:08 2026] POST /v2.0/subnets => generated 658 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1670] 10.0.0.218 () {32 vars in 722 bytes} [Wed Jun 10 10:54:09 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1671] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:08 2026] PUT /v2.0/routers/24c717a6-8fde-4a25-90d1-331b00a4b5d5/remove_router_interface => generated 309 bytes in 765 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 10:54:09.625 7 INFO neutron.api.v2.resource [None req-2bc0c46c-4b54-4725-b824-ee2409431b8f 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1672] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:09 2026] PUT /v2.0/routers/24c717a6-8fde-4a25-90d1-331b00a4b5d5/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1673] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:09 2026] GET /v2.0/ports?device_id=24c717a6-8fde-4a25-90d1-331b00a4b5d5 => 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: 793/1674] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:09 2026] POST /v2.0/subnets => generated 730 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:09.758 8 INFO neutron.db.segments_db [None req-07feb3b8-5de8-4440-b06d-1f31491ea7e2 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Added segment 6ed3c4a0-4c9c-490e-9c53-7a1cd6f36c4a of type vxlan for network 8d840480-9b02-4b55-a5f1-edf2c2f45148 2026-06-10 10:54:09.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f07ddda-33b5-42e5-8d97-1d14ca956738 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 418fb6ed-b7b9-4e28-a1cd-c548eb459346 2026-06-10 10:54:09.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f07ddda-33b5-42e5-8d97-1d14ca956738 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 418fb6ed-b7b9-4e28-a1cd-c548eb459346 [pid: 8|app: 0|req: 794/1675] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:09 2026] POST /v2.0/networks => generated 618 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:10.351 7 INFO neutron.services.segments.plugin [-] Segment 2c17e7bf-69ef-4741-ae4a-308cd018201f resource provider aggregate not found 2026-06-10 10:54:10.359 7 INFO neutron.services.segments.plugin [-] Segment 2c17e7bf-69ef-4741-ae4a-308cd018201f resource provider aggregate not found 2026-06-10 10:54:10.375 7 INFO neutron.services.segments.plugin [-] Segment 2c17e7bf-69ef-4741-ae4a-308cd018201f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c17e7bf-69ef-4741-ae4a-308cd018201f found for delete ", "request_id": "req-ccadfc15-a111-4ed8-a05d-932f94e7352b"}]} 2026-06-10 10:54:10.379 7 INFO neutron.services.segments.plugin [-] Segment 2c17e7bf-69ef-4741-ae4a-308cd018201f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c17e7bf-69ef-4741-ae4a-308cd018201f found for delete ", "request_id": "req-8307e825-4085-4ebc-882a-9c70bc8b74d4"}]} 2026-06-10 10:54:10.440 7 INFO neutron.db.l3_hamode_db [None req-3f07ddda-33b5-42e5-8d97-1d14ca956738 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] HA network 86aacbf4-c82b-49f3-912f-b1933740b40b was deleted as no HA routers are present in tenant e877619b41dc4c0cb044154a238b652d. [pid: 7|app: 0|req: 882/1676] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:09 2026] DELETE /v2.0/routers/24c717a6-8fde-4a25-90d1-331b00a4b5d5 => generated 0 bytes in 794 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1677] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:10 2026] POST /v2.0/subnets => generated 656 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1678] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:54:10 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 1244 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1679] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:10 2026] DELETE /v2.0/subnets/22125512-0176-4bf3-a4d1-aff5276a7f46 => 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: 797/1680] 10.0.0.71 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:10 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:10.792 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f79f588-a2c0-477f-b8f1-7a0f2cb71f11 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 94e3d39e-7105-4e3f-8ce2-8b418085edc0 2026-06-10 10:54:10.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f79f588-a2c0-477f-b8f1-7a0f2cb71f11 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 94e3d39e-7105-4e3f-8ce2-8b418085edc0 2026-06-10 10:54:10.975 8 INFO neutron.services.segments.plugin [-] Segment 06b39d32-ce65-4b1a-b44b-319cdaf32873 resource provider aggregate not found 2026-06-10 10:54:10.976 8 INFO neutron.services.segments.plugin [-] Segment 06b39d32-ce65-4b1a-b44b-319cdaf32873 resource provider aggregate not found 2026-06-10 10:54:10.993 8 INFO neutron.services.segments.plugin [-] Segment 06b39d32-ce65-4b1a-b44b-319cdaf32873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b39d32-ce65-4b1a-b44b-319cdaf32873 found for delete ", "request_id": "req-8056734c-1ece-4574-bbb5-1556e055c6cc"}]} 2026-06-10 10:54:10.995 8 INFO neutron.services.segments.plugin [-] Segment 06b39d32-ce65-4b1a-b44b-319cdaf32873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b39d32-ce65-4b1a-b44b-319cdaf32873 found for delete ", "request_id": "req-86d11908-1d9a-460f-b7a0-18afd39950e7"}]} [pid: 7|app: 0|req: 884/1681] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:10 2026] POST /v2.0/subnets => generated 726 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1682] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:10 2026] DELETE /v2.0/networks/7850b6bc-7e6f-4723-beda-3a2daf59c501 => generated 0 bytes in 421 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:11.153 7 INFO neutron.db.segments_db [None req-fe015e99-fc7b-4b65-a451-be3b787183bf fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Added segment 392056ba-6bbf-4ddb-8309-16d8f0014b76 of type vxlan for network 6b565bce-25b1-4f25-a1ac-2cd45c98c84b 2026-06-10 10:54:11.326 8 INFO neutron.db.segments_db [None req-7b48dfaa-d087-4bb9-8716-8fd618556d31 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment 028dc1af-a1e4-4545-9107-47e0b02a409f of type vxlan for network 38a6ba4b-5f13-4d92-990b-2a71d91c07ea [pid: 7|app: 0|req: 885/1683] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:11 2026] POST /v2.0/networks => generated 618 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1684] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:11 2026] POST /v2.0/networks => generated 613 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1685] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:11 2026] POST /v2.0/subnets => generated 655 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1686] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:11 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:11.740 8 INFO neutron.db.segments_db [None req-0fb6bfa3-4ebb-4fad-a092-2397cd580124 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment 768742b6-be6f-4cfd-b726-593e2d3c59f9 of type vxlan for network a84eb646-9b9a-4b4b-9896-842d1b42f09c [pid: 7|app: 0|req: 887/1687] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:11 2026] POST /v2.0/subnets => generated 730 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:11.921 7 INFO neutron.db.segments_db [None req-ac1596ac-3c3e-4a81-a41f-5a9a1a4935dd fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Added segment 963d62e7-140a-43ab-b12b-19b93c4b1782 of type vxlan for network c643ccc3-1f14-46b5-9fdf-8a5025837745 2026-06-10 10:54:12.012 8 INFO neutron.db.l3_hamode_db [None req-0fb6bfa3-4ebb-4fad-a092-2397cd580124 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:12.129 8 INFO neutron.db.l3_hamode_db [None req-0fb6bfa3-4ebb-4fad-a092-2397cd580124 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:12.159 7 INFO neutron.db.l3_hamode_db [None req-ac1596ac-3c3e-4a81-a41f-5a9a1a4935dd fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 801/1688] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:11 2026] POST /v2.0/routers => generated 510 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:13.010 7 INFO neutron.db.l3_hamode_db [None req-ac1596ac-3c3e-4a81-a41f-5a9a1a4935dd fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 888/1689] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:11 2026] POST /v2.0/routers => generated 684 bytes in 1950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1690] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:12 2026] PUT /v2.0/routers/c60f8705-eeb9-4590-bfab-e253086497b5/add_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1691] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:54:13 2026] GET /v2.0/ports/b18d6351-66da-4034-8b3f-62791c56a960 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:14.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd937570-5225-40e9-8bb4-54095d20e194 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: b18d6351-66da-4034-8b3f-62791c56a960 2026-06-10 10:54:14.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd937570-5225-40e9-8bb4-54095d20e194 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: b18d6351-66da-4034-8b3f-62791c56a960 [pid: 8|app: 0|req: 804/1692] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:13 2026] PUT /v2.0/routers/c60f8705-eeb9-4590-bfab-e253086497b5/remove_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1693] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:15 2026] GET /v2.0/ports?device_id=c60f8705-eeb9-4590-bfab-e253086497b5 => 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: 889/1694] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:13 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/add_router_interface => generated 309 bytes in 1323 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:15.281 8 INFO neutron_taas.services.taas.taas_plugin [None req-761baa87-e700-461c-8d3d-d686b60c2707 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 94c2e889-58d3-4abb-8768-f2666490565f 2026-06-10 10:54:15.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-761baa87-e700-461c-8d3d-d686b60c2707 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 94c2e889-58d3-4abb-8768-f2666490565f 2026-06-10 10:54:15.737 8 INFO neutron.services.segments.plugin [-] Segment 768742b6-be6f-4cfd-b726-593e2d3c59f9 resource provider aggregate not found 2026-06-10 10:54:15.743 8 INFO neutron.services.segments.plugin [-] Segment 768742b6-be6f-4cfd-b726-593e2d3c59f9 resource provider aggregate not found 2026-06-10 10:54:15.760 8 INFO neutron.services.segments.plugin [-] Segment 768742b6-be6f-4cfd-b726-593e2d3c59f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 768742b6-be6f-4cfd-b726-593e2d3c59f9 found for delete ", "request_id": "req-c87272e9-b67d-4645-b363-d35fdcc2594e"}]} 2026-06-10 10:54:15.760 8 INFO neutron.db.l3_hamode_db [None req-761baa87-e700-461c-8d3d-d686b60c2707 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] HA network a84eb646-9b9a-4b4b-9896-842d1b42f09c was deleted as no HA routers are present in tenant e877619b41dc4c0cb044154a238b652d. [pid: 8|app: 0|req: 806/1695] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:15 2026] DELETE /v2.0/routers/c60f8705-eeb9-4590-bfab-e253086497b5 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:54:15.787 8 INFO neutron.services.segments.plugin [-] Segment 768742b6-be6f-4cfd-b726-593e2d3c59f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 768742b6-be6f-4cfd-b726-593e2d3c59f9 found for delete ", "request_id": "req-00b84a6b-2b65-4685-a21b-390e55b49de6"}]} [pid: 8|app: 0|req: 807/1696] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:15 2026] DELETE /v2.0/subnets/b92f41ea-de0e-431f-8640-780ce4785076 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1697] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:15 2026] DELETE /v2.0/networks/38a6ba4b-5f13-4d92-990b-2a71d91c07ea => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:16.120 8 INFO neutron.db.segments_db [None req-bc14f1ff-90c4-4683-ba2e-cfaa44693712 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Added segment c669b78c-9e0a-4118-b5de-30cda6839927 of type vxlan for network a6a65cce-b279-4624-88cf-3efbe434007a 2026-06-10 10:54:16.380 8 INFO neutron.db.l3_hamode_db [None req-bc14f1ff-90c4-4683-ba2e-cfaa44693712 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 890/1698] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:15 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/add_router_interface => generated 309 bytes in 1509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:17.239 8 INFO neutron.db.l3_hamode_db [None req-bc14f1ff-90c4-4683-ba2e-cfaa44693712 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:17.800 8 INFO neutron.services.segments.plugin [-] Segment 028dc1af-a1e4-4545-9107-47e0b02a409f resource provider aggregate not found 2026-06-10 10:54:17.813 8 INFO neutron.services.segments.plugin [-] Segment 028dc1af-a1e4-4545-9107-47e0b02a409f resource provider aggregate not found 2026-06-10 10:54:17.821 8 INFO neutron.services.segments.plugin [-] Segment 028dc1af-a1e4-4545-9107-47e0b02a409f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028dc1af-a1e4-4545-9107-47e0b02a409f found for delete ", "request_id": "req-c31f9c11-1f0b-4f0f-91b1-36bf3fa4e0c9"}]} 2026-06-10 10:54:17.830 8 INFO neutron.services.segments.plugin [-] Segment 028dc1af-a1e4-4545-9107-47e0b02a409f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028dc1af-a1e4-4545-9107-47e0b02a409f found for delete ", "request_id": "req-c44ec244-75dc-455b-8ca5-3ef366a4339d"}]} [pid: 7|app: 0|req: 891/1699] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:16 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/add_router_interface => generated 309 bytes in 1899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1700] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:16 2026] POST /v2.0/routers => generated 692 bytes in 2657 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1701] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:54:18 2026] GET /v2.0/routers/cfc9014c-f84a-4adc-8f73-03d68ef46d95 => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1702] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:54:18 2026] POST /v2.0/security-groups => generated 1627 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1703] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:54:18 2026] GET /v2.0/routers => generated 701 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1704] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:18 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: 894/1705] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1706] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1707] 10.0.0.218 () {34 vars in 741 bytes} [Wed Jun 10 10:54:18 2026] PUT /v2.0/routers/cfc9014c-f84a-4adc-8f73-03d68ef46d95 => generated 705 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1708] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1709] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:54:19 2026] GET /v2.0/routers/cfc9014c-f84a-4adc-8f73-03d68ef46d95 => generated 705 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1710] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:19 2026] GET /v2.0/ports?device_id=cfc9014c-f84a-4adc-8f73-03d68ef46d95 => 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: 897/1711] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1712] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:19.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-b40d58c0-b581-4ac9-9046-a38d2934fd93 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: f301e1e2-69ee-4d22-9c73-bf9485397a47 2026-06-10 10:54:19.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b40d58c0-b581-4ac9-9046-a38d2934fd93 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: f301e1e2-69ee-4d22-9c73-bf9485397a47 [pid: 7|app: 0|req: 899/1713] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 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: 900/1714] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:19.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-b40d58c0-b581-4ac9-9046-a38d2934fd93 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] TaaS: Handle Delete Port: 5e701c71-efe1-41a1-8109-f79c67c45a8e 2026-06-10 10:54:19.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b40d58c0-b581-4ac9-9046-a38d2934fd93 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] Tap Mirror: Handle Delete Port: 5e701c71-efe1-41a1-8109-f79c67c45a8e [pid: 7|app: 0|req: 901/1715] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1716] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1717] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:54:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:20.360 8 INFO neutron.services.segments.plugin [-] Segment c669b78c-9e0a-4118-b5de-30cda6839927 resource provider aggregate not found 2026-06-10 10:54:20.363 8 INFO neutron.services.segments.plugin [-] Segment c669b78c-9e0a-4118-b5de-30cda6839927 resource provider aggregate not found 2026-06-10 10:54:20.379 8 INFO neutron.services.segments.plugin [-] Segment c669b78c-9e0a-4118-b5de-30cda6839927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c669b78c-9e0a-4118-b5de-30cda6839927 found for delete ", "request_id": "req-e4585fe6-1aa9-44a2-8d00-ccb2508115c7"}]} 2026-06-10 10:54:20.380 8 INFO neutron.db.l3_hamode_db [None req-b40d58c0-b581-4ac9-9046-a38d2934fd93 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] HA network a6a65cce-b279-4624-88cf-3efbe434007a was deleted as no HA routers are present in tenant e877619b41dc4c0cb044154a238b652d. [pid: 8|app: 0|req: 815/1718] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:19 2026] DELETE /v2.0/routers/cfc9014c-f84a-4adc-8f73-03d68ef46d95 => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:54:20.387 8 INFO neutron.services.segments.plugin [-] Segment c669b78c-9e0a-4118-b5de-30cda6839927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c669b78c-9e0a-4118-b5de-30cda6839927 found for delete ", "request_id": "req-7fdcda95-afae-48c2-85f9-760fc2e6a42b"}]} [pid: 7|app: 0|req: 904/1719] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/ports?device_id=cfc9014c-f84a-4adc-8f73-03d68ef46d95 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:20.442 8 INFO neutron.api.v2.resource [None req-3e254967-2313-47dc-94e4-d6284a9569d4 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 816/1720] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/routers/cfc9014c-f84a-4adc-8f73-03d68ef46d95 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1721] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/ports?device_id=c60f8705-eeb9-4590-bfab-e253086497b5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:20.502 8 INFO neutron.api.v2.resource [None req-cd2373c9-c0e2-49f1-a68d-18ed54b3703f 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1722] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/routers/c60f8705-eeb9-4590-bfab-e253086497b5 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:54:20.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-205000bb-2581-4c1a-a085-5612460056f0 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 906/1723] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/subnets/b92f41ea-de0e-431f-8640-780ce4785076 => 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: 818/1724] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/ports?device_id=24c717a6-8fde-4a25-90d1-331b00a4b5d5 => 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: 907/1725] 10.0.0.32 () {34 vars in 1093 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-238799325&fields=id&tenant_id=a56fc8d44db440ce9fc8359c0d73e04b => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:20.591 8 INFO neutron.api.v2.resource [None req-cafe7965-2507-4f68-817a-0a7622bb0884 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 819/1726] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/routers/24c717a6-8fde-4a25-90d1-331b00a4b5d5 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:54:20.610 8 INFO neutron.pecan_wsgi.hooks.translation [None req-841bc269-c626-42d6-b992-8295a4ee43cc 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 820/1727] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/subnets/22125512-0176-4bf3-a4d1-aff5276a7f46 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1728] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/ports?device_id=6bf58592-bd09-4800-b79a-1563178e3c75 => 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: 908/1729] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1730] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/quotas/a56fc8d44db440ce9fc8359c0d73e04b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:20.660 8 INFO neutron.api.v2.resource [None req-2c6545b3-e465-4343-b41e-8f130986ce79 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 822/1731] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/routers/6bf58592-bd09-4800-b79a-1563178e3c75 => 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: 823/1732] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:20.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98c4410b-eb50-44c0-81f4-03870a1048a7 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 824/1733] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/subnets/48e4c7ab-d7c0-4c22-baa6-8245311c708f => 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: 825/1734] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:20.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39f02977-1cfb-43c3-a41f-ace417ccb288 9940408ecb4b4e66bb6da30bac6d014b e877619b41dc4c0cb044154a238b652d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 826/1735] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:20 2026] DELETE /v2.0/subnets/dd71e479-c347-439c-ae64-fe5b1baf196b => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1736] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&fields=id => generated 241 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1737] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 911/1738] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1739] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1740] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:20 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1741] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:21 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => 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: 913/1742] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:21 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 914/1743] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:21 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&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: 830/1744] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:54:21 2026] GET /v2.0/security-groups?tenant_id=e877619b41dc4c0cb044154a238b652d&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: 915/1745] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:54:21 2026] DELETE /v2.0/security-groups/2bdc4df6-d49a-4d0c-9ac7-324be83535ce => 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: 831/1746] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:22 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 916/1747] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:22 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1750] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:54:22 2026] GET /v2.0/ports?tenant_id=0259047b5c7e471e894430b1e960aec2&device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1751] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:54:22 2026] GET /v2.0/networks?id=aab26a83-9694-4a16-9681-5474505e27b4 => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1752] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=de6a57f0-020f-4edd-8680-67f45ecf0e76 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1753] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:54:22 2026] GET /v2.0/subnets?id=6dc9e376-b797-48ff-ab48-3da2c9649130 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1754] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:23 2026] GET /v2.0/ports?network_id=aab26a83-9694-4a16-9681-5474505e27b4&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1755] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:54:23 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1756] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:54:23 2026] GET /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:23.656 7 INFO neutron.db.segments_db [None req-a76b66a7-5557-4c51-907d-1c78f2125752 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment 339e54f1-6046-46be-9a59-ee792e40ffc5 of type vxlan for network b493059a-015c-4211-808c-9c75d8711bfe [pid: 8|app: 0|req: 836/1757] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:23 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1758] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:23 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1759] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:23 2026] POST /v2.0/networks => generated 610 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:23.787 8 INFO neutron.db.segments_db [None req-108e9165-4a35-4fc9-9894-b854eabea423 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment 91d91eba-9d75-4772-8e07-8a0ad1b0bbfb of type vxlan for network 9be5cb6b-c766-491c-a22f-aba0df6e0e4e [pid: 8|app: 0|req: 838/1760] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:23 2026] POST /v2.0/networks => generated 611 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1761] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:23 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1762] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:24 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:24.404 7 INFO neutron.db.segments_db [None req-8a0b4ab7-3fc3-4b25-8a6c-f4427bf3f0e8 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment 4be303d6-a27a-45e3-a0a2-fe88d56f73a8 of type vxlan for network be5d4ae7-2e85-4ffd-be72-dfdd76f8154d 2026-06-10 10:54:24.688 7 INFO neutron.db.l3_hamode_db [None req-8a0b4ab7-3fc3-4b25-8a6c-f4427bf3f0e8 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:24.801 7 INFO neutron.db.l3_hamode_db [None req-8a0b4ab7-3fc3-4b25-8a6c-f4427bf3f0e8 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 840/1763] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:24 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1764] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:24 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&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: 924/1765] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:24 2026] POST /v2.0/routers => generated 505 bytes in 1034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1766] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:54:25 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 704 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1767] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:54:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a56fc8d44db440ce9fc8359c0d73e04b => generated 178 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1768] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:54:25 2026] POST /v2.0/ports => generated 1179 bytes in 464 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: 845/1769] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:25 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1770] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:54:26 2026] PUT /v2.0/ports/7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => generated 1460 bytes in 581 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: 847/1771] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:26 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1772] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:26 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1194 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:54:26.702 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0870b1eb-9f54-45eb-9f8b-81e67a63bccc'] response: {'name': 'network-changed', 'server_uuid': '27d3e65e-2e84-4c5e-8912-8e446e173cb6', 'tag': '7dfe985a-33b7-4f37-ac1c-752c9c9720a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 849/1773] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:26 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1774] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:25 2026] PUT /v2.0/routers/90fc664c-f8bf-4755-9ebb-dbde5fbd5351/add_router_interface => generated 309 bytes in 1411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1775] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:54:26 2026] GET /v2.0/ports/2665b1e2-ab56-48ca-9a27-b0c69977929c => generated 955 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1776] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:54:27 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1777] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:54:27 2026] GET /v2.0/networks?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&shared=False => generated 2374 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1778] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:54:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1779] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:27 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1780] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:27 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&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: 926/1781] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:26 2026] PUT /v2.0/routers/90fc664c-f8bf-4755-9ebb-dbde5fbd5351/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1782] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/ports/f72bea85-b94f-46ea-a0e6-1d78f936be59 => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:28.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-753431ed-5eae-498d-ac48-6534816bb387 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: f72bea85-b94f-46ea-a0e6-1d78f936be59 2026-06-10 10:54:28.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-753431ed-5eae-498d-ac48-6534816bb387 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: f72bea85-b94f-46ea-a0e6-1d78f936be59 [pid: 8|app: 0|req: 857/1783] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1784] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.188&port_id=7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => 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: 859/1785] 199.204.45.25 () {34 vars in 1101 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aee&port_id=7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => 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: 860/1786] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/subnets?id=6f784862-cc1e-4eff-93bc-cf53f13e2d57&id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 1411 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1787] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1788] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1789] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 864/1790] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1791] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:28 2026] PUT /v2.0/routers/90fc664c-f8bf-4755-9ebb-dbde5fbd5351/remove_router_interface => generated 309 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1792] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1793] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:28 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&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 10:54:29.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a26f6c7-b8aa-4008-87e6-eacdd182b477 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: 2665b1e2-ab56-48ca-9a27-b0c69977929c 2026-06-10 10:54:29.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a26f6c7-b8aa-4008-87e6-eacdd182b477 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: 2665b1e2-ab56-48ca-9a27-b0c69977929c [pid: 8|app: 0|req: 865/1794] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:28 2026] PUT /v2.0/routers/90fc664c-f8bf-4755-9ebb-dbde5fbd5351/remove_router_interface => generated 309 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1795] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:29 2026] GET /v2.0/ports?device_id=90fc664c-f8bf-4755-9ebb-dbde5fbd5351 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:29.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-0371b732-8467-4175-aaf8-2061cc4215c3 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: 57b68901-afbd-4212-9f00-66ac0e7453b1 2026-06-10 10:54:29.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0371b732-8467-4175-aaf8-2061cc4215c3 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: 57b68901-afbd-4212-9f00-66ac0e7453b1 [pid: 7|app: 0|req: 931/1796] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:30 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1797] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:30 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:30.235 8 INFO neutron.services.segments.plugin [-] Segment 4be303d6-a27a-45e3-a0a2-fe88d56f73a8 resource provider aggregate not found 2026-06-10 10:54:30.244 8 INFO neutron.services.segments.plugin [-] Segment 4be303d6-a27a-45e3-a0a2-fe88d56f73a8 resource provider aggregate not found 2026-06-10 10:54:30.268 8 INFO neutron.services.segments.plugin [-] Segment 4be303d6-a27a-45e3-a0a2-fe88d56f73a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4be303d6-a27a-45e3-a0a2-fe88d56f73a8 found for delete ", "request_id": "req-ea8d771b-094a-4d51-bd5a-371ef7058235"}]} 2026-06-10 10:54:30.269 8 INFO neutron.services.segments.plugin [-] Segment 4be303d6-a27a-45e3-a0a2-fe88d56f73a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4be303d6-a27a-45e3-a0a2-fe88d56f73a8 found for delete ", "request_id": "req-d2c74178-4dbf-4018-bf53-4b1a20f093ed"}]} 2026-06-10 10:54:30.275 8 INFO neutron.db.l3_hamode_db [None req-0371b732-8467-4175-aaf8-2061cc4215c3 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] HA network be5d4ae7-2e85-4ffd-be72-dfdd76f8154d was deleted as no HA routers are present in tenant 7718068161e040ff85ffd162e117f6c6. [pid: 8|app: 0|req: 866/1798] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:29 2026] DELETE /v2.0/routers/90fc664c-f8bf-4755-9ebb-dbde5fbd5351 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1799] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:30 2026] DELETE /v2.0/subnets/004fb2c1-dd42-41d5-931a-88ed79bf1781 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1800] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:30 2026] DELETE /v2.0/subnets/5bff3be9-21f0-40db-9263-298ea9569391 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:30.713 7 INFO neutron.services.segments.plugin [-] Segment 91d91eba-9d75-4772-8e07-8a0ad1b0bbfb resource provider aggregate not found 2026-06-10 10:54:30.719 7 INFO neutron.services.segments.plugin [-] Segment 91d91eba-9d75-4772-8e07-8a0ad1b0bbfb resource provider aggregate not found [pid: 7|app: 0|req: 934/1801] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:30 2026] DELETE /v2.0/networks/9be5cb6b-c766-491c-a22f-aba0df6e0e4e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:30.738 7 INFO neutron.services.segments.plugin [-] Segment 91d91eba-9d75-4772-8e07-8a0ad1b0bbfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91d91eba-9d75-4772-8e07-8a0ad1b0bbfb found for delete ", "request_id": "req-da27c112-40b5-41f6-bf07-65f10c64d57d"}]} 2026-06-10 10:54:30.740 7 INFO neutron.services.segments.plugin [-] Segment 91d91eba-9d75-4772-8e07-8a0ad1b0bbfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91d91eba-9d75-4772-8e07-8a0ad1b0bbfb found for delete ", "request_id": "req-2c46f42f-aca9-439f-83ad-2fd56c24048f"}]} [pid: 8|app: 0|req: 868/1802] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:30 2026] DELETE /v2.0/networks/b493059a-015c-4211-808c-9c75d8711bfe => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:30.945 7 INFO neutron.db.segments_db [None req-9f683857-34c7-47e7-8968-784eb24db4ec 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment a4ff621b-5770-4d6b-8144-675505bbe29d of type vxlan for network 2e9b4228-f783-4405-885b-045a7acaf7be [pid: 7|app: 0|req: 935/1803] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:30 2026] POST /v2.0/networks => generated 611 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1804] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:31 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1805] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:31 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1806] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:31 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:31.318 8 INFO neutron.db.segments_db [None req-4bfa9b2e-99aa-42d5-8784-cc8816278cbd 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment 60076baa-e14b-4fab-8ac6-b09c9fe36d85 of type vxlan for network 76f58bc1-2eb8-4028-9c54-d7371d8c4bfc 2026-06-10 10:54:31.576 8 INFO neutron.db.l3_hamode_db [None req-4bfa9b2e-99aa-42d5-8784-cc8816278cbd 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:31.689 8 INFO neutron.db.l3_hamode_db [None req-4bfa9b2e-99aa-42d5-8784-cc8816278cbd 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 938/1807] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:31 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1194 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1808] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:31 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1809] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:31 2026] POST /v2.0/routers => generated 506 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:32.290 8 INFO neutron.services.segments.plugin [-] Segment 339e54f1-6046-46be-9a59-ee792e40ffc5 resource provider aggregate not found 2026-06-10 10:54:32.295 8 INFO neutron.services.segments.plugin [-] Segment 339e54f1-6046-46be-9a59-ee792e40ffc5 resource provider aggregate not found 2026-06-10 10:54:32.312 8 INFO neutron.services.segments.plugin [-] Segment 339e54f1-6046-46be-9a59-ee792e40ffc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 339e54f1-6046-46be-9a59-ee792e40ffc5 found for delete ", "request_id": "req-9eaa27ca-61f3-472a-a5f8-708bddefd5cf"}]} 2026-06-10 10:54:32.313 8 INFO neutron.services.segments.plugin [-] Segment 339e54f1-6046-46be-9a59-ee792e40ffc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 339e54f1-6046-46be-9a59-ee792e40ffc5 found for delete ", "request_id": "req-9885a32a-c887-424a-ba16-a74c518f9e1c"}]} [pid: 7|app: 0|req: 940/1810] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:54:32 2026] POST /v2.0/ports => generated 948 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1811] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:32 2026] PUT /v2.0/routers/31907b35-7272-4d87-bd04-b1915be5d5f2/add_router_interface => generated 309 bytes in 1116 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: 941/1812] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:54:33 2026] GET /v2.0/ports/85d5732a-501d-462f-9265-58f043e5bab8 => generated 1022 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 10:54:34.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c725a1d-3d52-41ed-924c-54a45f298b00 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: 85d5732a-501d-462f-9265-58f043e5bab8 2026-06-10 10:54:34.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c725a1d-3d52-41ed-924c-54a45f298b00 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: 85d5732a-501d-462f-9265-58f043e5bab8 [pid: 8|app: 0|req: 872/1813] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:33 2026] PUT /v2.0/routers/31907b35-7272-4d87-bd04-b1915be5d5f2/remove_router_interface => generated 309 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:34.756 7 INFO neutron.api.v2.resource [None req-72e76de2-8372-454c-a52f-02ecaf92804c 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/1814] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:34 2026] PUT /v2.0/routers/31907b35-7272-4d87-bd04-b1915be5d5f2/remove_router_interface => generated 197 bytes in 111 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: 873/1815] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:34 2026] GET /v2.0/ports?device_id=31907b35-7272-4d87-bd04-b1915be5d5f2 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:35.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdb20724-c1cb-494c-84c2-c96829511814 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: a9e53988-4613-4ee2-bfb2-a07c1c9b43b9 2026-06-10 10:54:35.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdb20724-c1cb-494c-84c2-c96829511814 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: a9e53988-4613-4ee2-bfb2-a07c1c9b43b9 2026-06-10 10:54:35.748 7 INFO neutron.services.segments.plugin [-] Segment 60076baa-e14b-4fab-8ac6-b09c9fe36d85 resource provider aggregate not found 2026-06-10 10:54:35.756 7 INFO neutron.services.segments.plugin [-] Segment 60076baa-e14b-4fab-8ac6-b09c9fe36d85 resource provider aggregate not found 2026-06-10 10:54:35.773 7 INFO neutron.services.segments.plugin [-] Segment 60076baa-e14b-4fab-8ac6-b09c9fe36d85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60076baa-e14b-4fab-8ac6-b09c9fe36d85 found for delete ", "request_id": "req-02073bbd-321f-4821-9570-6e449e075893"}]} 2026-06-10 10:54:35.785 7 INFO neutron.services.segments.plugin [-] Segment 60076baa-e14b-4fab-8ac6-b09c9fe36d85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60076baa-e14b-4fab-8ac6-b09c9fe36d85 found for delete ", "request_id": "req-10e10580-c736-497b-a893-fabe0be8f394"}]} 2026-06-10 10:54:35.792 7 INFO neutron.db.l3_hamode_db [None req-bdb20724-c1cb-494c-84c2-c96829511814 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] HA network 76f58bc1-2eb8-4028-9c54-d7371d8c4bfc was deleted as no HA routers are present in tenant 7718068161e040ff85ffd162e117f6c6. [pid: 7|app: 0|req: 943/1816] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:34 2026] DELETE /v2.0/routers/31907b35-7272-4d87-bd04-b1915be5d5f2 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1817] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:35 2026] DELETE /v2.0/subnets/f293b014-b67c-4aa8-8fd9-ec59e6bfa216 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1818] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:35 2026] DELETE /v2.0/networks/2e9b4228-f783-4405-885b-045a7acaf7be => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:36.165 8 INFO neutron.db.segments_db [None req-c4bd04d1-8f1d-4b48-b902-a4b09e47a7a7 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment b089b64a-5ae4-4849-88ce-a8350749c8d8 of type vxlan for network 58bb22da-dbfc-4eaa-94a7-b54778b43a5e [pid: 8|app: 0|req: 875/1819] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:54:36 2026] POST /v2.0/networks => generated 608 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1820] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:36 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:36.629 8 INFO neutron.db.segments_db [None req-a905e68e-c3ea-4b3c-9eb4-ae3054d19881 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment 16e23fb0-f480-4873-b910-ab30db10eca5 of type vxlan for network 47583a68-c649-4718-a4b6-0286b8cc463a 2026-06-10 10:54:36.842 8 INFO neutron.db.l3_hamode_db [None req-a905e68e-c3ea-4b3c-9eb4-ae3054d19881 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:36.958 8 INFO neutron.db.l3_hamode_db [None req-a905e68e-c3ea-4b3c-9eb4-ae3054d19881 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 946/1821] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:37 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1196 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1822] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:37 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1823] 10.0.0.218 () {32 vars in 818 bytes} [Wed Jun 10 10:54:37 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&mac_address=fa%3A16%3A3e%3Ace%3A95%3A67 => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1824] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:36 2026] POST /v2.0/routers => generated 507 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:37.795 7 INFO neutron.services.segments.plugin [-] Segment a4ff621b-5770-4d6b-8144-675505bbe29d resource provider aggregate not found 2026-06-10 10:54:37.807 7 INFO neutron.services.segments.plugin [-] Segment a4ff621b-5770-4d6b-8144-675505bbe29d resource provider aggregate not found 2026-06-10 10:54:37.813 7 INFO neutron.services.segments.plugin [-] Segment a4ff621b-5770-4d6b-8144-675505bbe29d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ff621b-5770-4d6b-8144-675505bbe29d found for delete ", "request_id": "req-0c6b8ef2-4fca-40de-87af-07fe1cb24fbd"}]} 2026-06-10 10:54:37.824 7 INFO neutron.services.segments.plugin [-] Segment a4ff621b-5770-4d6b-8144-675505bbe29d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ff621b-5770-4d6b-8144-675505bbe29d found for delete ", "request_id": "req-946ce532-d7f1-43b4-b107-25551a1dcb9f"}]} 2026-06-10 10:54:37.955 7 INFO neutron.db.l3_db [None req-b198d03a-670f-4282-8503-034f620fb404 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Floating IP ba42d7e6-f792-4912-bbef-0770434010a9 associated. External IP: 10.96.250.203, port: 7dfe985a-33b7-4f37-ac1c-752c9c9720a6. [pid: 7|app: 0|req: 949/1825] 10.0.0.218 () {34 vars in 677 bytes} [Wed Jun 10 10:54:37 2026] POST /v2.0/floatingips => generated 855 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:38.268 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30c08508-f32f-4fd0-bc17-40b6b8c2a587'] response: {'name': 'network-changed', 'server_uuid': '27d3e65e-2e84-4c5e-8912-8e446e173cb6', 'tag': '7dfe985a-33b7-4f37-ac1c-752c9c9720a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 952/1828] 10.0.0.32 () {34 vars in 1093 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-238799325&fields=id&tenant_id=a56fc8d44db440ce9fc8359c0d73e04b => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1829] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 704 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1830] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/quotas/a56fc8d44db440ce9fc8359c0d73e04b => 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: 955/1831] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&fields=id => generated 333 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1832] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 957/1833] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1465 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1834] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:54:37 2026] PUT /v2.0/routers/80c0e14c-aa3b-43b4-8918-85960a3dcc37/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1835] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1836] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1837] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/ports/d334801b-655b-4135-9eef-71a0633bb608 => generated 955 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1838] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.188&port_id=7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1839] 199.204.45.25 () {34 vars in 1101 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aee&port_id=7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => 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: 962/1840] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:54:38 2026] GET /v2.0/subnets?id=6f784862-cc1e-4eff-93bc-cf53f13e2d57&id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1841] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:39 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => 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: 964/1842] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:39 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&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: 965/1843] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:39 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1844] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:54:39 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 967/1845] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:54:39 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:39.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-e00f7a32-0c1f-4c62-8dc5-2f351cb3319d 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: d334801b-655b-4135-9eef-71a0633bb608 2026-06-10 10:54:39.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e00f7a32-0c1f-4c62-8dc5-2f351cb3319d 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: d334801b-655b-4135-9eef-71a0633bb608 [pid: 8|app: 0|req: 879/1846] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:54:38 2026] PUT /v2.0/routers/80c0e14c-aa3b-43b4-8918-85960a3dcc37/remove_router_interface => generated 309 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1847] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:39 2026] GET /v2.0/ports?device_id=80c0e14c-aa3b-43b4-8918-85960a3dcc37 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:39.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-0398f046-c3b7-495b-b5c4-0e88464284cf 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: 3278b759-ecf1-4115-8aba-2f08bbea72ba 2026-06-10 10:54:39.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0398f046-c3b7-495b-b5c4-0e88464284cf 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: 3278b759-ecf1-4115-8aba-2f08bbea72ba 2026-06-10 10:54:40.152 8 INFO neutron.services.segments.plugin [-] Segment 16e23fb0-f480-4873-b910-ab30db10eca5 resource provider aggregate not found 2026-06-10 10:54:40.159 8 INFO neutron.services.segments.plugin [-] Segment 16e23fb0-f480-4873-b910-ab30db10eca5 resource provider aggregate not found 2026-06-10 10:54:40.176 8 INFO neutron.services.segments.plugin [-] Segment 16e23fb0-f480-4873-b910-ab30db10eca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e23fb0-f480-4873-b910-ab30db10eca5 found for delete ", "request_id": "req-62b511fe-f231-43df-9ce3-fe52b250ead9"}]} 2026-06-10 10:54:40.178 8 INFO neutron.services.segments.plugin [-] Segment 16e23fb0-f480-4873-b910-ab30db10eca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e23fb0-f480-4873-b910-ab30db10eca5 found for delete ", "request_id": "req-77f1eb98-2589-4bb6-87d7-10cb9677b175"}]} 2026-06-10 10:54:40.183 8 INFO neutron.db.l3_hamode_db [None req-0398f046-c3b7-495b-b5c4-0e88464284cf 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] HA network 47583a68-c649-4718-a4b6-0286b8cc463a was deleted as no HA routers are present in tenant 7718068161e040ff85ffd162e117f6c6. [pid: 8|app: 0|req: 880/1848] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:39 2026] DELETE /v2.0/routers/80c0e14c-aa3b-43b4-8918-85960a3dcc37 => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1849] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:40 2026] DELETE /v2.0/subnets/919c89ad-8010-47dc-8869-b5ec80ddeb37 => 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: 881/1850] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:54:40 2026] DELETE /v2.0/networks/58bb22da-dbfc-4eaa-94a7-b54778b43a5e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:54:40.522 7 INFO neutron.db.segments_db [None req-d40dab09-b119-4661-9778-60aed99f9114 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Added segment 79c3c894-f86d-4723-9cca-8c95b773ec80 of type vxlan for network ae27542e-abe2-470d-862b-0cbf637de90e 2026-06-10 10:54:40.766 7 INFO neutron.db.l3_hamode_db [None req-d40dab09-b119-4661-9778-60aed99f9114 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:54:41.560 7 INFO neutron.db.l3_hamode_db [None req-d40dab09-b119-4661-9778-60aed99f9114 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 882/1851] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:54:42 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => 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: 883/1852] 10.0.0.71 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:42 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:42.198 8 INFO neutron.services.segments.plugin [-] Segment b089b64a-5ae4-4849-88ce-a8350749c8d8 resource provider aggregate not found 2026-06-10 10:54:42.202 8 INFO neutron.services.segments.plugin [-] Segment b089b64a-5ae4-4849-88ce-a8350749c8d8 resource provider aggregate not found 2026-06-10 10:54:42.216 8 INFO neutron.services.segments.plugin [-] Segment b089b64a-5ae4-4849-88ce-a8350749c8d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b089b64a-5ae4-4849-88ce-a8350749c8d8 found for delete ", "request_id": "req-a4a701ca-5ec9-46b9-8ca2-e869699bddf5"}]} 2026-06-10 10:54:42.225 8 INFO neutron.services.segments.plugin [-] Segment b089b64a-5ae4-4849-88ce-a8350749c8d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b089b64a-5ae4-4849-88ce-a8350749c8d8 found for delete ", "request_id": "req-2ed4d8fb-8562-423d-814d-0652f3693463"}]} [pid: 7|app: 0|req: 970/1853] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:40 2026] POST /v2.0/routers => generated 687 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1854] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:54:42 2026] GET /v2.0/routers/29d4e11e-b7b6-4e56-ae09-cef9a7dcd818 => generated 693 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1855] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:54:42 2026] GET /v2.0/routers => generated 696 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1856] 10.0.0.218 () {34 vars in 741 bytes} [Wed Jun 10 10:54:42 2026] PUT /v2.0/routers/29d4e11e-b7b6-4e56-ae09-cef9a7dcd818 => generated 700 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1857] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:54:43 2026] GET /v2.0/routers/29d4e11e-b7b6-4e56-ae09-cef9a7dcd818 => generated 700 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1858] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:43 2026] GET /v2.0/ports?device_id=29d4e11e-b7b6-4e56-ae09-cef9a7dcd818 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1859] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:54:43 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1860] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:54:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a56fc8d44db440ce9fc8359c0d73e04b => generated 178 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:43.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-6eedaa19-e01c-49da-898e-845b874a30b5 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: 82067c33-3b47-4b05-85ed-2a6bb926ec38 2026-06-10 10:54:43.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6eedaa19-e01c-49da-898e-845b874a30b5 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: 82067c33-3b47-4b05-85ed-2a6bb926ec38 2026-06-10 10:54:43.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-6eedaa19-e01c-49da-898e-845b874a30b5 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] TaaS: Handle Delete Port: 4095e21a-1bea-4c59-8316-561084b553d6 2026-06-10 10:54:43.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6eedaa19-e01c-49da-898e-845b874a30b5 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] Tap Mirror: Handle Delete Port: 4095e21a-1bea-4c59-8316-561084b553d6 [pid: 8|app: 0|req: 889/1861] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:54:43 2026] POST /v2.0/ports => generated 1187 bytes in 440 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: 890/1862] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:54:43 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1465 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:54:44.045 7 INFO neutron.services.segments.plugin [-] Segment 79c3c894-f86d-4723-9cca-8c95b773ec80 resource provider aggregate not found 2026-06-10 10:54:44.048 7 INFO neutron.services.segments.plugin [-] Segment 79c3c894-f86d-4723-9cca-8c95b773ec80 resource provider aggregate not found 2026-06-10 10:54:44.061 7 INFO neutron.services.segments.plugin [-] Segment 79c3c894-f86d-4723-9cca-8c95b773ec80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79c3c894-f86d-4723-9cca-8c95b773ec80 found for delete ", "request_id": "req-5cbfb092-4be1-4c68-9a69-dca65a89f1aa"}]} 2026-06-10 10:54:44.066 7 INFO neutron.services.segments.plugin [-] Segment 79c3c894-f86d-4723-9cca-8c95b773ec80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79c3c894-f86d-4723-9cca-8c95b773ec80 found for delete ", "request_id": "req-175d0b19-4f0b-4af2-a301-d603983fc138"}]} 2026-06-10 10:54:44.112 7 INFO neutron.db.l3_hamode_db [None req-6eedaa19-e01c-49da-898e-845b874a30b5 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] HA network ae27542e-abe2-470d-862b-0cbf637de90e was deleted as no HA routers are present in tenant 7718068161e040ff85ffd162e117f6c6. [pid: 7|app: 0|req: 973/1863] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:43 2026] DELETE /v2.0/routers/29d4e11e-b7b6-4e56-ae09-cef9a7dcd818 => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1864] 10.0.0.71 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1865] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1202 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1866] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/ports?device_id=29d4e11e-b7b6-4e56-ae09-cef9a7dcd818 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1867] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:54:43 2026] PUT /v2.0/ports/f84f0291-17a5-41df-849d-d6d1759f558e => generated 1468 bytes in 437 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: 977/1868] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:44.282 8 INFO neutron.api.v2.resource [None req-65fe09ad-965d-4f20-b0f5-f303bbf63006 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1869] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/routers/29d4e11e-b7b6-4e56-ae09-cef9a7dcd818 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:54:44.299 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54cd2721-0b11-4d4a-b354-1ddc574f490c'] response: {'name': 'network-changed', 'server_uuid': '094e3468-5b9c-4d1e-b089-88f160dd36aa', 'tag': 'f84f0291-17a5-41df-849d-d6d1759f558e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 978/1870] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/ports?device_id=80c0e14c-aa3b-43b4-8918-85960a3dcc37 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:44.330 8 INFO neutron.api.v2.resource [None req-98d471b6-27d7-4bc3-b87d-90eb34d47dac 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1871] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/routers/80c0e14c-aa3b-43b4-8918-85960a3dcc37 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:54:44.351 7 INFO neutron.pecan_wsgi.hooks.translation [None req-366eab9a-8202-48af-9011-aa36236dcd33 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/1872] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/subnets/919c89ad-8010-47dc-8869-b5ec80ddeb37 => 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: 894/1873] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/ports?device_id=31907b35-7272-4d87-bd04-b1915be5d5f2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:44.410 7 INFO neutron.api.v2.resource [None req-d3488538-cdce-46de-83ba-2fa882640756 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 980/1874] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/routers/31907b35-7272-4d87-bd04-b1915be5d5f2 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:54:44.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b08cb5d3-90d3-49bb-afe6-86e481b256c6 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 895/1875] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/subnets/f293b014-b67c-4aa8-8fd9-ec59e6bfa216 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1876] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/ports?device_id=90fc664c-f8bf-4755-9ebb-dbde5fbd5351 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:44.489 8 INFO neutron.api.v2.resource [None req-8e19dd01-92a1-4ddf-90d0-602946c724c5 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 896/1877] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/routers/90fc664c-f8bf-4755-9ebb-dbde5fbd5351 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:54:44.511 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa22d074-890f-4de7-8688-e91dd886e8a6 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 982/1878] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/subnets/004fb2c1-dd42-41d5-931a-88ed79bf1781 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:54:44.534 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3ebda58-0aa1-41bb-a6bd-b3e76901e58c 431adeb7bfde4e09935d13fe26b6216b 7718068161e040ff85ffd162e117f6c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 897/1879] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:54:44 2026] DELETE /v2.0/subnets/5bff3be9-21f0-40db-9263-298ea9569391 => 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: 983/1880] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1881] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/networks?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&shared=False => generated 2374 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1882] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:54:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1883] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:54:45 2026] GET /v2.0/security-groups?tenant_id=7718068161e040ff85ffd162e117f6c6&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1884] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:54:45 2026] DELETE /v2.0/security-groups/9dd74203-94d7-4a56-ae9f-9e980194b9ed => 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: 900/1885] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:54:45 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1886] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.218&port_id=f84f0291-17a5-41df-849d-d6d1759f558e => 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: 901/1887] 199.204.45.25 () {34 vars in 1105 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c7&port_id=f84f0291-17a5-41df-849d-d6d1759f558e => 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: 987/1888] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/subnets?id=8dc30ff1-4bdd-48e8-adf4-14ad4b766c20&id=6d306fbe-3543-414d-96c7-8438423a0065 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1889] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1890] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1891] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 989/1892] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1893] 10.0.0.218 () {32 vars in 623 bytes} [Wed Jun 10 10:54:46 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1894] 10.0.0.218 () {32 vars in 633 bytes} [Wed Jun 10 10:54:46 2026] GET /v2.0/ => generated 632 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1895] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:54:47 2026] GET /v2.0/security-groups?tenant_id=3c30ecfe50574ea4992eb347eb5b700e&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1896] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:54:47 2026] DELETE /v2.0/security-groups/1bf67ef9-8d82-49bf-b3f6-ae855fe5d414 => 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: 906/1897] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:49 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1202 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1898] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:49 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1901] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:52 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1902] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:53 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1903] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:53 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1904] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:53 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1905] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:54 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1906] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:54 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1907] 10.0.0.218 () {32 vars in 818 bytes} [Wed Jun 10 10:54:54 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&mac_address=fa%3A16%3A3e%3A68%3Aaf%3A33 => generated 1204 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1908] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:54 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1909] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:54 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:55.588 7 INFO neutron.db.l3_db [None req-ef3fcc65-f385-4c22-8376-54c157bb4598 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Floating IP 3dce6f5a-0f9f-480c-a868-e9b6bafbe198 associated. External IP: 10.96.250.220, port: f84f0291-17a5-41df-849d-d6d1759f558e. [pid: 7|app: 0|req: 998/1910] 10.0.0.218 () {34 vars in 677 bytes} [Wed Jun 10 10:54:54 2026] POST /v2.0/floatingips => generated 855 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:55.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab830961-be5b-4d74-88e4-63cc3fc3ef94'] response: {'name': 'network-changed', 'server_uuid': '094e3468-5b9c-4d1e-b089-88f160dd36aa', 'tag': 'f84f0291-17a5-41df-849d-d6d1759f558e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 913/1911] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:54:55 2026] GET /v2.0/security-groups?tenant_id=2032df079ded45768cbb557ed98288d2&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1912] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1913] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/security-groups?id=098d53d2-7c88-489b-bd4d-46a562451d8c&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1914] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:54:55 2026] DELETE /v2.0/security-groups/c5ad5e75-2bb9-49ce-98de-e39476dcb128 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1915] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:54:56.328 7 INFO neutron_taas.services.taas.taas_plugin [req-15be8c30-1abd-44ea-b72b-4f330078a2d2 req-1190f085-e745-438d-beff-11410cad7a48 b787fce952d046f28d2a8e91121f034a 0259047b5c7e471e894430b1e960aec2 - - default default] TaaS: Handle Delete Port: de6a57f0-020f-4edd-8680-67f45ecf0e76 2026-06-10 10:54:56.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-15be8c30-1abd-44ea-b72b-4f330078a2d2 req-1190f085-e745-438d-beff-11410cad7a48 b787fce952d046f28d2a8e91121f034a 0259047b5c7e471e894430b1e960aec2 - - default default] Tap Mirror: Handle Delete Port: de6a57f0-020f-4edd-8680-67f45ecf0e76 2026-06-10 10:54:56.473 7 INFO neutron.db.l3_db [req-15be8c30-1abd-44ea-b72b-4f330078a2d2 req-1190f085-e745-438d-beff-11410cad7a48 b787fce952d046f28d2a8e91121f034a 0259047b5c7e471e894430b1e960aec2 - - default default] Floating IP 4d83d656-ce2a-4ec7-8d66-1979b28012f9 disassociated. External IP: 10.96.250.208, port: de6a57f0-020f-4edd-8680-67f45ecf0e76. [pid: 8|app: 0|req: 917/1916] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1473 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1917] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1918] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.218&port_id=f84f0291-17a5-41df-849d-d6d1759f558e => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1919] 199.204.45.25 () {34 vars in 1105 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c7&port_id=f84f0291-17a5-41df-849d-d6d1759f558e => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1920] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/subnets?id=8dc30ff1-4bdd-48e8-adf4-14ad4b766c20&id=6d306fbe-3543-414d-96c7-8438423a0065 => 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: 922/1921] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&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: 923/1922] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1923] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 1000/1924] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:54:56 2026] DELETE /v2.0/ports/de6a57f0-020f-4edd-8680-67f45ecf0e76 => generated 0 bytes in 743 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1925] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:54:56 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 1001/1926] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:57 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:58.006 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8aafc21-4450-4533-b0ed-56c89fecafa4'] response: {'server_uuid': 'fce07403-817e-4eb4-ad60-4657ecbc9a69', 'name': 'network-vif-deleted', 'tag': 'de6a57f0-020f-4edd-8680-67f45ecf0e76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1002/1927] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:58 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:58.352 8 INFO neutron.db.segments_db [None req-44d47ac0-1950-401c-9ad5-ebdac5023c0e d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 48123edb-d39c-4ce8-a70b-91745c264897 of type vxlan for network 7eaf05ce-abfa-49f5-b706-acb1adb839fc [pid: 8|app: 0|req: 926/1928] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:54:57 2026] POST /v2.0/networks => generated 722 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1929] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:58 2026] POST /v2.0/subnets => generated 688 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:54:58.733 8 INFO neutron.db.segments_db [None req-e459428b-b5b5-4d69-b4e7-39777319082f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 2bd5b5e7-44a4-4786-8ea2-01f2d2cccd3f of type vxlan for network b296d833-9a0a-49dd-89de-ec19d67c6288 2026-06-10 10:54:58.998 8 INFO neutron.db.l3_hamode_db [None req-e459428b-b5b5-4d69-b4e7-39777319082f d5602b6e3023465084488167e7b459f6 22b470404f5b4c2bbde720aec7c7779c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1004/1930] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:54:59 2026] GET /v2.0/ports?device_id=fce07403-817e-4eb4-ad60-4657ecbc9a69 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:54:59.964 8 INFO neutron.db.l3_hamode_db [None req-e459428b-b5b5-4d69-b4e7-39777319082f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1005/1931] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:00 2026] DELETE /v2.0/security-groups/098d53d2-7c88-489b-bd4d-46a562451d8c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:55:00.717 7 INFO neutron.api.v2.resource [None req-caa679d6-fc62-4d95-a33d-28ef796d6bdc b787fce952d046f28d2a8e91121f034a 0259047b5c7e471e894430b1e960aec2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/1932] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:55:00 2026] GET /v2.0/security-groups/098d53d2-7c88-489b-bd4d-46a562451d8c => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:55:00.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1252ac1-ca3a-436b-aa10-0e1c712a2ea8 b787fce952d046f28d2a8e91121f034a 0259047b5c7e471e894430b1e960aec2 - - default default] TaaS: Handle Delete Port: 2f8d9c2e-a108-46d3-8144-3e7512443de9 2026-06-10 10:55:00.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1252ac1-ca3a-436b-aa10-0e1c712a2ea8 b787fce952d046f28d2a8e91121f034a 0259047b5c7e471e894430b1e960aec2 - - default default] Tap Mirror: Handle Delete Port: 2f8d9c2e-a108-46d3-8144-3e7512443de9 [pid: 7|app: 0|req: 1007/1933] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:55:00 2026] DELETE /v2.0/floatingips/4d83d656-ce2a-4ec7-8d66-1979b28012f9 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1934] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:54:58 2026] POST /v2.0/routers => generated 728 bytes in 2395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:55:01.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-c043112e-3cfe-427f-915a-82dbcf085903 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 33182cfd-df42-428a-b2f9-b1d098f07f7d 2026-06-10 10:55:01.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c043112e-3cfe-427f-915a-82dbcf085903 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 33182cfd-df42-428a-b2f9-b1d098f07f7d [pid: 7|app: 0|req: 1008/1935] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:55:01 2026] PUT /v2.0/routers/3326bdf0-0dfd-4b70-b44f-1f3f9c278f3c/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:02.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-6861ea29-9019-43fe-8773-58d1a972e1fa d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 3c8625cf-61be-46d3-94d3-3deba50a9404 2026-06-10 10:55:02.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6861ea29-9019-43fe-8773-58d1a972e1fa d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 3c8625cf-61be-46d3-94d3-3deba50a9404 2026-06-10 10:55:02.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-6861ea29-9019-43fe-8773-58d1a972e1fa d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: b46946f1-d062-4def-9a79-5b45b205725f 2026-06-10 10:55:02.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6861ea29-9019-43fe-8773-58d1a972e1fa d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: b46946f1-d062-4def-9a79-5b45b205725f [pid: 8|app: 0|req: 928/1936] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:55:01 2026] PUT /v2.0/routers/2b1e9fd9-7fa5-4985-938d-90999ea94426/add_router_interface => generated 309 bytes in 1463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:02.865 7 INFO neutron.services.segments.plugin [-] Segment 87c6fc6e-1a2d-40b4-a75f-bf836c13add9 resource provider aggregate not found 2026-06-10 10:55:02.866 7 INFO neutron.services.segments.plugin [-] Segment 87c6fc6e-1a2d-40b4-a75f-bf836c13add9 resource provider aggregate not found 2026-06-10 10:55:02.889 7 INFO neutron.services.segments.plugin [-] Segment 87c6fc6e-1a2d-40b4-a75f-bf836c13add9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87c6fc6e-1a2d-40b4-a75f-bf836c13add9 found for delete ", "request_id": "req-4da58e9c-ef30-4825-95e4-354002fe7050"}]} 2026-06-10 10:55:02.893 7 INFO neutron.services.segments.plugin [-] Segment 87c6fc6e-1a2d-40b4-a75f-bf836c13add9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87c6fc6e-1a2d-40b4-a75f-bf836c13add9 found for delete ", "request_id": "req-59e25765-5a4a-4ccd-a4a9-99b112c23278"}]} 2026-06-10 10:55:02.895 7 INFO neutron.db.l3_hamode_db [None req-6861ea29-9019-43fe-8773-58d1a972e1fa d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network a4877987-9e00-48d9-a30f-244216175f17 was deleted as no HA routers are present in tenant 0259047b5c7e471e894430b1e960aec2. [pid: 7|app: 0|req: 1009/1937] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:02 2026] DELETE /v2.0/routers/3326bdf0-0dfd-4b70-b44f-1f3f9c278f3c => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1938] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:02 2026] DELETE /v2.0/subnets/6dc9e376-b797-48ff-ab48-3da2c9649130 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:03.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d48d56c-f254-44db-aba2-3f9d9f547742 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: a0064f25-ad65-404d-8568-760c30ff1a06 2026-06-10 10:55:03.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d48d56c-f254-44db-aba2-3f9d9f547742 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: a0064f25-ad65-404d-8568-760c30ff1a06 [pid: 7|app: 0|req: 1010/1939] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:03 2026] DELETE /v2.0/networks/aab26a83-9694-4a16-9681-5474505e27b4 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1940] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:03 2026] GET /v2.0/security-groups?tenant_id=0259047b5c7e471e894430b1e960aec2&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1941] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:03 2026] DELETE /v2.0/security-groups/ac2fddfd-6165-4d6d-b3a0-ad4f19310192 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:55:04.918 7 INFO neutron.services.segments.plugin [-] Segment c74a5aad-d71f-4fe7-b90e-96df68e1c51e resource provider aggregate not found 2026-06-10 10:55:04.922 7 INFO neutron.services.segments.plugin [-] Segment c74a5aad-d71f-4fe7-b90e-96df68e1c51e resource provider aggregate not found 2026-06-10 10:55:04.939 7 INFO neutron.services.segments.plugin [-] Segment c74a5aad-d71f-4fe7-b90e-96df68e1c51e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c74a5aad-d71f-4fe7-b90e-96df68e1c51e found for delete ", "request_id": "req-62ae6695-6aba-422b-8f0d-663a5da40f76"}]} 2026-06-10 10:55:04.943 7 INFO neutron.services.segments.plugin [-] Segment c74a5aad-d71f-4fe7-b90e-96df68e1c51e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c74a5aad-d71f-4fe7-b90e-96df68e1c51e found for delete ", "request_id": "req-2b335079-3f91-485a-9589-5d0643f49335"}]} [pid: 8|app: 0|req: 931/1942] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:55:04 2026] GET /v2.0/networks?id=7eaf05ce-abfa-49f5-b706-acb1adb839fc => generated 673 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1943] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:55:04 2026] GET /v2.0/quotas/22b470404f5b4c2bbde720aec7c7779c => 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: 932/1944] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:55:04 2026] GET /v2.0/ports?tenant_id=22b470404f5b4c2bbde720aec7c7779c&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1945] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:55:05 2026] GET /v2.0/networks/7eaf05ce-abfa-49f5-b706-acb1adb839fc?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1946] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:55:05 2026] GET /v2.0/networks/7eaf05ce-abfa-49f5-b706-acb1adb839fc?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: 1014/1947] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:55:05 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1473 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1948] 10.0.0.71 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:05 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1949] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:05 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:05.969 8 INFO neutron.db.segments_db [None req-d497a654-73f1-4cb2-acd3-6dd5003d2972 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment a7581273-7a53-46d0-8620-9d1204fe7eab of type vxlan for network f1378c1b-c753-40d6-b2f6-d4246044ad0a [pid: 8|app: 0|req: 935/1950] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:55:05 2026] POST /v2.0/networks => generated 727 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1951] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:55:06 2026] POST /v2.0/subnets => generated 693 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:55:06.337 8 INFO neutron.db.segments_db [None req-eb09c39e-f438-4d14-a165-b3a7b5abd615 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 7e11b88a-de58-41a7-a05e-eb17ea9916a7 of type vxlan for network bf3ed9fe-6ab5-4e57-b6ad-5a27e8377347 [pid: 7|app: 0|req: 1017/1952] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:06 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:06.667 8 INFO neutron.db.l3_hamode_db [None req-eb09c39e-f438-4d14-a165-b3a7b5abd615 d5602b6e3023465084488167e7b459f6 710040a1cfee4aceb1962e401a35851b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:55:07.578 8 INFO neutron.db.l3_hamode_db [None req-eb09c39e-f438-4d14-a165-b3a7b5abd615 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1018/1953] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:07 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 936/1956] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:55:06 2026] POST /v2.0/routers => generated 733 bytes in 2385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1957] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:08 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1958] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:55:09 2026] GET /v2.0/networks?id=7eaf05ce-abfa-49f5-b706-acb1adb839fc => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1959] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:55:08 2026] PUT /v2.0/routers/2e51769f-adb3-43c6-9a0c-7a76713966f9/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1960] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:09 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 1023/1961] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:55:09 2026] POST /v2.0/ports => generated 954 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1962] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:55:10 2026] PUT /v2.0/ports/4a18bd0e-2169-40bf-8f3f-03850a3f1c55 => generated 1235 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:55:10.622 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b01df20-aec8-4e37-b6c7-6ae2981f9b29'] response: {'name': 'network-changed', 'server_uuid': 'ab249071-d4f9-4381-a52f-36ba59960885', 'tag': '4a18bd0e-2169-40bf-8f3f-03850a3f1c55', '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: 1024/1963] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:55:10 2026] GET /v2.0/networks?id=f1378c1b-c753-40d6-b2f6-d4246044ad0a => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 940/1964] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:55:10 2026] GET /v2.0/quotas/710040a1cfee4aceb1962e401a35851b => 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: 1025/1965] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:55:10 2026] GET /v2.0/ports?tenant_id=710040a1cfee4aceb1962e401a35851b&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1966] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:55:10 2026] GET /v2.0/networks/f1378c1b-c753-40d6-b2f6-d4246044ad0a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1967] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:10 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1968] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:11 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&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: 1027/1969] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:55:11 2026] GET /v2.0/networks/f1378c1b-c753-40d6-b2f6-d4246044ad0a?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: 943/1970] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:55:11 2026] GET /v2.0/ports?tenant_id=22b470404f5b4c2bbde720aec7c7779c&device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1971] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:55:11 2026] GET /v2.0/networks?tenant_id=22b470404f5b4c2bbde720aec7c7779c&shared=False => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1972] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:55:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1973] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:11 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 945/1974] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1975] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1976] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/ports?tenant_id=22b470404f5b4c2bbde720aec7c7779c&device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1977] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4a18bd0e-2169-40bf-8f3f-03850a3f1c55 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1978] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 1032/1979] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/subnets?id=1d7f035a-374b-4c68-b76e-b2374d02f216 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1980] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/ports?network_id=7eaf05ce-abfa-49f5-b706-acb1adb839fc&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: 1033/1981] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/networks/7eaf05ce-abfa-49f5-b706-acb1adb839fc?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1982] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:55:12 2026] GET /v2.0/networks/7eaf05ce-abfa-49f5-b706-acb1adb839fc?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: 1034/1983] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:13 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1984] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:13 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1985] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:13 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 951/1986] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:14 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 952/1987] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:14 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 1036/1988] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:14 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1989] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:55:15 2026] GET /v2.0/networks?id=f1378c1b-c753-40d6-b2f6-d4246044ad0a => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1990] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:15 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 955/1991] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:15 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1992] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:15 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1993] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:55:15 2026] POST /v2.0/ports => generated 958 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1994] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:55:15 2026] PUT /v2.0/ports/47d44600-5055-46b1-aa98-b81e2316f450 => generated 1239 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:55:16.445 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea741dcd-869e-42cf-ad07-49d167e010ff'] response: {'name': 'network-changed', 'server_uuid': '73c120bf-32b3-4e36-96e3-b5323fe330d4', 'tag': '47d44600-5055-46b1-aa98-b81e2316f450', '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: 1038/1995] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:16 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 958/1996] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:16 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1997] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:16 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1998] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:55:16 2026] GET /v2.0/ports?tenant_id=710040a1cfee4aceb1962e401a35851b&device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1999] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:16 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2000] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:55:17 2026] GET /v2.0/networks?tenant_id=710040a1cfee4aceb1962e401a35851b&shared=False => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2001] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:55:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2002] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:17 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2003] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2004] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 962/2005] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2006] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/ports?tenant_id=710040a1cfee4aceb1962e401a35851b&device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2007] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=47d44600-5055-46b1-aa98-b81e2316f450 => 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: 1045/2008] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2009] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/subnets?id=df928569-78e7-4a58-a487-e8c1b64b4f1d => generated 696 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2010] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/ports?network_id=f1378c1b-c753-40d6-b2f6-d4246044ad0a&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: 8|app: 0|req: 965/2011] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/networks/f1378c1b-c753-40d6-b2f6-d4246044ad0a?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: 1047/2012] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:55:18 2026] GET /v2.0/networks/f1378c1b-c753-40d6-b2f6-d4246044ad0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2013] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:19 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2014] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:19 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2015] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:19 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2016] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:19 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2017] 10.0.0.216 () {30 vars in 690 bytes} [Wed Jun 10 10:55:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2018] 10.0.0.216 () {30 vars in 692 bytes} [Wed Jun 10 10:55:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2019] 10.0.0.216 () {30 vars in 668 bytes} [Wed Jun 10 10:55:19 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: 1051/2020] 10.0.0.216 () {30 vars in 704 bytes} [Wed Jun 10 10:55:19 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: 970/2021] 10.0.0.216 () {28 vars in 439 bytes} [Wed Jun 10 10:55:20 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: 1052/2022] 10.0.0.216 () {30 vars in 728 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 658 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2023] 10.0.0.216 () {30 vars in 690 bytes} [Wed Jun 10 10:55:20 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: 1053/2024] 10.0.0.216 () {30 vars in 692 bytes} [Wed Jun 10 10:55:20 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: 972/2025] 10.0.0.216 () {30 vars in 668 bytes} [Wed Jun 10 10:55:20 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: 1054/2026] 10.0.0.216 () {30 vars in 704 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2027] 10.0.0.216 () {30 vars in 728 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2028] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2029] 10.0.0.216 () {30 vars in 690 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2030] 10.0.0.216 () {30 vars in 692 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2031] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2032] 10.0.0.216 () {30 vars in 668 bytes} [Wed Jun 10 10:55:20 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: 975/2033] 10.0.0.216 () {30 vars in 704 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2034] 10.0.0.216 () {30 vars in 730 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 800 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2035] 10.0.0.216 () {30 vars in 682 bytes} [Wed Jun 10 10:55:20 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: 977/2036] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2037] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:20 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&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: 1060/2038] 10.0.0.216 () {34 vars in 704 bytes} [Wed Jun 10 10:55:20 2026] POST /v2.0/ports => generated 1124 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2039] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:21 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 975 bytes in 34 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: 1061/2040] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:21 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2041] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:21 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 1062/2042] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:21 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2043] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:22 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 1063/2044] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:22 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2047] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:23 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 1065/2048] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:23 2026] GET /v2.0/security-groups?id=6a115203-eb37-4345-940b-223937b47a3c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2049] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:55:23 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:23.329 7 INFO neutron_taas.services.taas.taas_plugin [req-a5a8cb8c-1c4c-4244-a650-70cd99acb2b5 req-f4987955-9b3b-4b8c-8375-dbc9871dec7c 3dc830d086e944e891d693cd2fabc8d0 22b470404f5b4c2bbde720aec7c7779c - - default default] TaaS: Handle Delete Port: 4a18bd0e-2169-40bf-8f3f-03850a3f1c55 2026-06-10 10:55:23.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a5a8cb8c-1c4c-4244-a650-70cd99acb2b5 req-f4987955-9b3b-4b8c-8375-dbc9871dec7c 3dc830d086e944e891d693cd2fabc8d0 22b470404f5b4c2bbde720aec7c7779c - - default default] Tap Mirror: Handle Delete Port: 4a18bd0e-2169-40bf-8f3f-03850a3f1c55 [pid: 7|app: 0|req: 1066/2050] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:55:23 2026] DELETE /v2.0/ports/4a18bd0e-2169-40bf-8f3f-03850a3f1c55 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:23.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9de77f4d-92c0-4f01-a16d-7ba5e885c79f'] response: {'server_uuid': 'ab249071-d4f9-4381-a52f-36ba59960885', 'name': 'network-vif-deleted', 'tag': '4a18bd0e-2169-40bf-8f3f-03850a3f1c55', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 985/2051] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:23 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 1067/2052] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:23 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&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: 986/2053] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:55:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2054] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:55: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: 8|app: 0|req: 987/2055] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2056] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:55:24 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: 988/2057] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2058] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 989/2059] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2060] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:55:24 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: 1071/2061] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2062] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:55:24 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: 1072/2063] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2064] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:55:24 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 10:55:24.451 7 INFO neutron.api.v2.resource [None req-56eaddbf-53c0-496f-9418-b2fffabe4c99 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1073/2065] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/security-groups/lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2066] 199.204.45.25 () {30 vars in 784 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/security-groups?name=lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2067] 199.204.45.25 () {34 vars in 735 bytes} [Wed Jun 10 10:55:24 2026] POST /v2.0/security-groups => generated 1636 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2068] 199.204.45.25 () {30 vars in 814 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/security-group-rules?security_group_id=93bb963c-f3c8-4571-ba60-a47cc50f8fc0 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2069] 199.204.45.25 () {34 vars in 788 bytes} [Wed Jun 10 10:55:24 2026] PUT /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2070] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:55:24 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: 1076/2071] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:55:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2072] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:55:24 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: 1077/2073] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:55:25 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: 997/2074] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:55:25 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1078/2075] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:25 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 998/2076] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:25 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 1079/2077] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:25 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2078] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:26 2026] GET /v2.0/ports?device_id=ab249071-d4f9-4381-a52f-36ba59960885 => 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: 1080/2079] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:26 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2080] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:55:26 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2081] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:26 2026] GET /v2.0/security-groups?id=2fa00593-6e4e-443c-b147-a52f89ff6250&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:26.839 8 INFO neutron_taas.services.taas.taas_plugin [req-f7064e6c-8b51-43fe-bacb-e30f240c953f req-c3e4526f-a821-418e-9f23-b9f02f2246e4 258283202267457ea614de982245925c 710040a1cfee4aceb1962e401a35851b - - default default] TaaS: Handle Delete Port: 47d44600-5055-46b1-aa98-b81e2316f450 2026-06-10 10:55:26.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f7064e6c-8b51-43fe-bacb-e30f240c953f req-c3e4526f-a821-418e-9f23-b9f02f2246e4 258283202267457ea614de982245925c 710040a1cfee4aceb1962e401a35851b - - default default] Tap Mirror: Handle Delete Port: 47d44600-5055-46b1-aa98-b81e2316f450 [pid: 8|app: 0|req: 1001/2082] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:55:26 2026] DELETE /v2.0/ports/47d44600-5055-46b1-aa98-b81e2316f450 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:27.048 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed8debbb-5ddd-4fc9-8aee-885d11f5f54e'] response: {'server_uuid': '73c120bf-32b3-4e36-96e3-b5323fe330d4', 'name': 'network-vif-deleted', 'tag': '47d44600-5055-46b1-aa98-b81e2316f450', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1082/2083] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:27 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => 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: 1083/2084] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:28 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:29.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-04a47fdb-daf7-4a8e-ae58-9f49d2b3529a d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 68963d43-7691-4a7b-8745-b0a58a94655a 2026-06-10 10:55:29.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04a47fdb-daf7-4a8e-ae58-9f49d2b3529a d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 68963d43-7691-4a7b-8745-b0a58a94655a [pid: 8|app: 0|req: 1002/2085] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:55:28 2026] PUT /v2.0/routers/2b1e9fd9-7fa5-4985-938d-90999ea94426/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:29.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f54467b-ce3a-4fd4-b7af-e2bcea14f3d1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: b1a19eb2-6d8b-4250-8c48-ad13b1ac5af7 2026-06-10 10:55:29.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f54467b-ce3a-4fd4-b7af-e2bcea14f3d1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: b1a19eb2-6d8b-4250-8c48-ad13b1ac5af7 2026-06-10 10:55:30.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f54467b-ce3a-4fd4-b7af-e2bcea14f3d1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 0062f291-054d-4264-9cb9-3fd496c9b658 [pid: 8|app: 0|req: 1003/2086] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:30 2026] GET /v2.0/ports?device_id=73c120bf-32b3-4e36-96e3-b5323fe330d4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:30.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f54467b-ce3a-4fd4-b7af-e2bcea14f3d1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 0062f291-054d-4264-9cb9-3fd496c9b658 2026-06-10 10:55:30.337 7 INFO neutron.services.segments.plugin [-] Segment 2bd5b5e7-44a4-4786-8ea2-01f2d2cccd3f resource provider aggregate not found 2026-06-10 10:55:30.342 7 INFO neutron.services.segments.plugin [-] Segment 2bd5b5e7-44a4-4786-8ea2-01f2d2cccd3f resource provider aggregate not found 2026-06-10 10:55:30.357 7 INFO neutron.services.segments.plugin [-] Segment 2bd5b5e7-44a4-4786-8ea2-01f2d2cccd3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd5b5e7-44a4-4786-8ea2-01f2d2cccd3f found for delete ", "request_id": "req-41f0610a-3949-4bd9-b174-5350d78d4b37"}]} 2026-06-10 10:55:30.361 7 INFO neutron.services.segments.plugin [-] Segment 2bd5b5e7-44a4-4786-8ea2-01f2d2cccd3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd5b5e7-44a4-4786-8ea2-01f2d2cccd3f found for delete ", "request_id": "req-be8c54ce-4495-4f73-92b5-d7e603e62e45"}]} 2026-06-10 10:55:30.370 7 INFO neutron.db.l3_hamode_db [None req-3f54467b-ce3a-4fd4-b7af-e2bcea14f3d1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network b296d833-9a0a-49dd-89de-ec19d67c6288 was deleted as no HA routers are present in tenant 22b470404f5b4c2bbde720aec7c7779c. [pid: 7|app: 0|req: 1084/2087] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:29 2026] DELETE /v2.0/routers/2b1e9fd9-7fa5-4985-938d-90999ea94426 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2088] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:30 2026] DELETE /v2.0/subnets/1d7f035a-374b-4c68-b76e-b2374d02f216 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:30.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-91864a25-d9a8-46f8-975f-249f37b7c7b2 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: c07f5fde-8874-4400-8cc8-07f7c95944cf 2026-06-10 10:55:30.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91864a25-d9a8-46f8-975f-249f37b7c7b2 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: c07f5fde-8874-4400-8cc8-07f7c95944cf [pid: 7|app: 0|req: 1085/2089] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:30 2026] DELETE /v2.0/networks/7eaf05ce-abfa-49f5-b706-acb1adb839fc => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2090] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:30 2026] GET /v2.0/security-groups?tenant_id=22b470404f5b4c2bbde720aec7c7779c&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2091] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:30 2026] DELETE /v2.0/security-groups/6a115203-eb37-4345-940b-223937b47a3c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:55:31.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0377b10-e690-445f-a592-1db6b479caf6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 4722dc26-8810-4dfc-aa2b-5029fdb9c4d9 2026-06-10 10:55:31.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0377b10-e690-445f-a592-1db6b479caf6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 4722dc26-8810-4dfc-aa2b-5029fdb9c4d9 [pid: 8|app: 0|req: 1006/2092] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:55:31 2026] PUT /v2.0/routers/2e51769f-adb3-43c6-9a0c-7a76713966f9/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:32.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-086f24ba-b87c-4dd3-a8d6-f6228995adb5 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: d31f1597-4ca3-4faa-b920-d94474360d9d 2026-06-10 10:55:32.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-086f24ba-b87c-4dd3-a8d6-f6228995adb5 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: d31f1597-4ca3-4faa-b920-d94474360d9d 2026-06-10 10:55:32.388 7 INFO neutron.services.segments.plugin [-] Segment 48123edb-d39c-4ce8-a70b-91745c264897 resource provider aggregate not found 2026-06-10 10:55:32.394 7 INFO neutron.services.segments.plugin [-] Segment 48123edb-d39c-4ce8-a70b-91745c264897 resource provider aggregate not found 2026-06-10 10:55:32.418 7 INFO neutron.services.segments.plugin [-] Segment 48123edb-d39c-4ce8-a70b-91745c264897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48123edb-d39c-4ce8-a70b-91745c264897 found for delete ", "request_id": "req-1c3c2c59-2a7c-402b-b10a-3a17de48576a"}]} 2026-06-10 10:55:32.419 7 INFO neutron.services.segments.plugin [-] Segment 48123edb-d39c-4ce8-a70b-91745c264897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48123edb-d39c-4ce8-a70b-91745c264897 found for delete ", "request_id": "req-386b3da4-b80b-4362-ba3a-1eb0947537b0"}]} [pid: 8|app: 0|req: 1007/2093] 10.0.0.32 () {34 vars in 1015 bytes} [Wed Jun 10 10:55:32 2026] GET /v2.0/security-groups?id=5397c10b-e602-4915-8b57-572ff7581065&fields=id => 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: 1008/2094] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:55:32 2026] GET /v2.0/networks?id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:32.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-086f24ba-b87c-4dd3-a8d6-f6228995adb5 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 90a7ae4b-d46d-4c11-aa77-5a342e869aa9 2026-06-10 10:55:32.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-086f24ba-b87c-4dd3-a8d6-f6228995adb5 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 90a7ae4b-d46d-4c11-aa77-5a342e869aa9 [pid: 8|app: 0|req: 1009/2095] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:55:32 2026] GET /v2.0/quotas/0027925368524929992f4f8430b57ea1 => 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: 1010/2096] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:55:32 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2097] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:55:32 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1012/2098] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:55:32 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:32.915 7 INFO neutron.db.l3_hamode_db [None req-086f24ba-b87c-4dd3-a8d6-f6228995adb5 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network bf3ed9fe-6ab5-4e57-b6ad-5a27e8377347 was deleted as no HA routers are present in tenant 710040a1cfee4aceb1962e401a35851b. [pid: 7|app: 0|req: 1087/2099] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:32 2026] DELETE /v2.0/routers/2e51769f-adb3-43c6-9a0c-7a76713966f9 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2100] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:32 2026] DELETE /v2.0/subnets/df928569-78e7-4a58-a487-e8c1b64b4f1d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:33.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-b035dead-3a0a-4c79-a3e9-da1289f94551 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: a27568f0-38ec-42bd-80e0-b3d6a86ed564 2026-06-10 10:55:33.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b035dead-3a0a-4c79-a3e9-da1289f94551 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: a27568f0-38ec-42bd-80e0-b3d6a86ed564 [pid: 8|app: 0|req: 1014/2101] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:33 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => 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: 1088/2102] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:33 2026] DELETE /v2.0/networks/f1378c1b-c753-40d6-b2f6-d4246044ad0a => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2103] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:33 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => 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: 1089/2104] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:33 2026] GET /v2.0/security-groups?tenant_id=710040a1cfee4aceb1962e401a35851b&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2105] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:33 2026] DELETE /v2.0/security-groups/2fa00593-6e4e-443c-b147-a52f89ff6250 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:55:34.440 7 INFO neutron.services.segments.plugin [-] Segment 7e11b88a-de58-41a7-a05e-eb17ea9916a7 resource provider aggregate not found 2026-06-10 10:55:34.447 7 INFO neutron.services.segments.plugin [-] Segment 7e11b88a-de58-41a7-a05e-eb17ea9916a7 resource provider aggregate not found 2026-06-10 10:55:34.460 7 INFO neutron.services.segments.plugin [-] Segment 7e11b88a-de58-41a7-a05e-eb17ea9916a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e11b88a-de58-41a7-a05e-eb17ea9916a7 found for delete ", "request_id": "req-2d7d921e-9934-40e9-b072-b54f0e1e28cc"}]} 2026-06-10 10:55:34.467 7 INFO neutron.services.segments.plugin [-] Segment 7e11b88a-de58-41a7-a05e-eb17ea9916a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e11b88a-de58-41a7-a05e-eb17ea9916a7 found for delete ", "request_id": "req-f8c0637d-b863-4ba8-be05-38608fbe3b3b"}]} 2026-06-10 10:55:34.484 7 INFO neutron.services.segments.plugin [-] Segment a7581273-7a53-46d0-8620-9d1204fe7eab resource provider aggregate not found 2026-06-10 10:55:34.485 7 INFO neutron.services.segments.plugin [-] Segment a7581273-7a53-46d0-8620-9d1204fe7eab resource provider aggregate not found 2026-06-10 10:55:34.507 7 INFO neutron.services.segments.plugin [-] Segment a7581273-7a53-46d0-8620-9d1204fe7eab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7581273-7a53-46d0-8620-9d1204fe7eab found for delete ", "request_id": "req-497f6087-3d62-48b9-a9cd-6f151e26d0eb"}]} 2026-06-10 10:55:34.509 7 INFO neutron.services.segments.plugin [-] Segment a7581273-7a53-46d0-8620-9d1204fe7eab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7581273-7a53-46d0-8620-9d1204fe7eab found for delete ", "request_id": "req-fbb2aaf0-8e9b-4c03-a7e4-c75912c91e84"}]} [pid: 7|app: 0|req: 1090/2106] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:36 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2107] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:36 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => 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: 1091/2108] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:55:37 2026] GET /v2.0/networks?id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2109] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:55:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0027925368524929992f4f8430b57ea1 => generated 343 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2110] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:55:37 2026] POST /v2.0/ports => generated 1078 bytes in 308 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: 1093/2111] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:37 2026] GET /v2.0/security-groups?tenant_id=d419d1b120594c519b0e2e6745872a31&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2114] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:55:37 2026] PUT /v2.0/ports/8c9083c8-87fa-4496-9ff8-e11acda6bf7d => generated 1239 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:55:38.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a708300-ee95-439c-923d-54733b71624c'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': '8c9083c8-87fa-4496-9ff8-e11acda6bf7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1096/2115] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:38 2026] DELETE /v2.0/security-groups/90ebdf7f-c412-4c32-ad0f-2094a5a2ec5f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1020/2116] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:38 2026] GET /v2.0/security-groups?tenant_id=3cf4e206e5f94da09eb1a8aede799df0&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: 1097/2117] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:38 2026] DELETE /v2.0/security-groups/bd8d6813-f23f-4541-9fb7-fa1355779224 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2118] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:55:38 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => 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: 1098/2119] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:55:38 2026] GET /v2.0/networks?tenant_id=0027925368524929992f4f8430b57ea1&shared=False => generated 735 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2120] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:55:38 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: 7|app: 0|req: 1099/2121] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:39 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2122] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:39 2026] GET /v2.0/security-groups?id=5397c10b-e602-4915-8b57-572ff7581065&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2123] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:39 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2124] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:55:39 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2125] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:55:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.82&port_id=8c9083c8-87fa-4496-9ff8-e11acda6bf7d => 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: 1025/2126] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:55:40 2026] GET /v2.0/subnets?id=c3c5fa87-9c56-460c-ad45-e1667c81a41f => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2127] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:55:40 2026] GET /v2.0/ports?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2128] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:55:40 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1103/2129] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:55:40 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1027/2130] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:42 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2131] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:42 2026] GET /v2.0/security-groups?id=5397c10b-e602-4915-8b57-572ff7581065&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2132] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:42 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2133] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:43 2026] GET /v2.0/security-groups?tenant_id=90bc185c66024957a029255859fb3d93&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2134] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:43 2026] DELETE /v2.0/security-groups/dab02c8f-be6c-4682-92e3-9c72d4214d56 => 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: 1106/2135] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:44 2026] GET /v2.0/security-groups?tenant_id=125ada0297794e34974e611ea3680bb3&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2136] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:44 2026] DELETE /v2.0/security-groups/f8ab2b1f-4105-4c06-b6fd-fe0a77977d24 => 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: 1108/2137] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:55:44 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2138] 199.204.45.25 () {34 vars in 1043 bytes} [Wed Jun 10 10:55:44 2026] GET /v2.0/security-groups?id=5397c10b-e602-4915-8b57-572ff7581065&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: 1030/2139] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:44 2026] GET /v2.0/security-groups?tenant_id=8405022165a24f949f8f5abb74fdb4e4&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2140] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:44 2026] DELETE /v2.0/security-groups/0a8d4fab-2df6-4aac-9425-d18af8e0386b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2141] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:45 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2142] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:45 2026] GET /v2.0/security-groups?id=5397c10b-e602-4915-8b57-572ff7581065&fields=id&fields=name => generated 96 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2143] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:45 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:55:46.408 7 INFO neutron.db.segments_db [None req-dbd1ca5a-d3e1-4331-8d46-f5b0ae0bd30f be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Added segment 80249de0-631f-4f9b-ac74-1376f65cec01 of type vxlan for network c78f8fb8-e2ca-4413-9622-806ab857b1cc 2026-06-10 10:55:46.483 7 INFO neutron.db.segments_db [None req-dbd1ca5a-d3e1-4331-8d46-f5b0ae0bd30f be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Added segment d995bc59-effb-4820-9594-1e40d73383f0 of type vxlan for network 609a3dc0-3a2a-4fad-bfc0-c78cf8dbf733 [pid: 7|app: 0|req: 1112/2144] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:46 2026] POST /v2.0/networks => generated 1206 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2145] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:55:46 2026] GET /v2.0/networks => generated 1843 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:55:46.822 7 INFO neutron.services.segments.plugin [-] Segment 80249de0-631f-4f9b-ac74-1376f65cec01 resource provider aggregate not found 2026-06-10 10:55:46.826 7 INFO neutron.services.segments.plugin [-] Segment 80249de0-631f-4f9b-ac74-1376f65cec01 resource provider aggregate not found [pid: 7|app: 0|req: 1113/2146] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:46 2026] DELETE /v2.0/networks/c78f8fb8-e2ca-4413-9622-806ab857b1cc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:46.849 7 INFO neutron.services.segments.plugin [-] Segment 80249de0-631f-4f9b-ac74-1376f65cec01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80249de0-631f-4f9b-ac74-1376f65cec01 found for delete ", "request_id": "req-d8738693-bf78-4d7f-a900-77c5b6621dfa"}]} 2026-06-10 10:55:46.868 7 INFO neutron.services.segments.plugin [-] Segment 80249de0-631f-4f9b-ac74-1376f65cec01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80249de0-631f-4f9b-ac74-1376f65cec01 found for delete ", "request_id": "req-534e160c-93fb-44de-8ca3-376829b2386c"}]} 2026-06-10 10:55:46.972 8 INFO neutron.services.segments.plugin [-] Segment d995bc59-effb-4820-9594-1e40d73383f0 resource provider aggregate not found 2026-06-10 10:55:46.973 8 INFO neutron.services.segments.plugin [-] Segment d995bc59-effb-4820-9594-1e40d73383f0 resource provider aggregate not found 2026-06-10 10:55:47.009 8 INFO neutron.services.segments.plugin [-] Segment d995bc59-effb-4820-9594-1e40d73383f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d995bc59-effb-4820-9594-1e40d73383f0 found for delete ", "request_id": "req-e451e3c6-94a1-4dd9-81be-0a8f4299669c"}]} 2026-06-10 10:55:47.018 8 INFO neutron.services.segments.plugin [-] Segment d995bc59-effb-4820-9594-1e40d73383f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d995bc59-effb-4820-9594-1e40d73383f0 found for delete ", "request_id": "req-aeb64905-10b6-46f5-96eb-800df4a13e16"}]} [pid: 8|app: 0|req: 1034/2147] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:46 2026] DELETE /v2.0/networks/609a3dc0-3a2a-4fad-bfc0-c78cf8dbf733 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2148] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:55:47 2026] GET /v2.0/networks => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:47.137 8 INFO neutron.db.segments_db [None req-993fcaaf-f14f-4e5c-bac8-26cf19391a8a be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Added segment e5942fe8-57bd-42e4-a2a5-6316d3c1fd0e of type vxlan for network a1553027-bea6-4f55-a45f-a6d255f7d377 [pid: 8|app: 0|req: 1035/2149] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:47 2026] POST /v2.0/networks => generated 635 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:55:47.303 7 INFO neutron.db.segments_db [None req-5a197a94-8a57-47f9-8c42-1cfdfc7846b2 be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Added segment 47bcfdac-7276-4dd6-a7e8-9cc16bdcd8bc of type vxlan for network 811ceaac-96cd-4535-8097-32a92b81a9af [pid: 7|app: 0|req: 1115/2150] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:47 2026] POST /v2.0/networks => generated 634 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2151] 10.0.0.151 () {32 vars in 802 bytes} [Wed Jun 10 10:55:47 2026] GET /v2.0/extensions => generated 21537 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2152] 10.0.0.151 () {30 vars in 724 bytes} [Wed Jun 10 10:55:47 2026] GET /v2.0/quotas/6bb41d8b636c42aca55c0d94d467ae77/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2153] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:55:47 2026] POST /v2.0/ports => generated 1506 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2154] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:55:48 2026] GET /v2.0/ports => generated 1506 bytes in 108 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 10:55:48.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dc0f268-08d2-4cca-b4e7-99177be273ed be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] TaaS: Handle Delete Port: c59c8d19-f1f3-459b-aff4-6a85c62cfd84 2026-06-10 10:55:48.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dc0f268-08d2-4cca-b4e7-99177be273ed be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Tap Mirror: Handle Delete Port: c59c8d19-f1f3-459b-aff4-6a85c62cfd84 [pid: 8|app: 0|req: 1037/2155] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:55:48 2026] DELETE /v2.0/ports/c59c8d19-f1f3-459b-aff4-6a85c62cfd84 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:48.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ddc231e-4180-4547-a55a-bd3871950c1e be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] TaaS: Handle Delete Port: ec71b29f-6a82-459a-b991-4b8d2151672e 2026-06-10 10:55:48.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ddc231e-4180-4547-a55a-bd3871950c1e be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Tap Mirror: Handle Delete Port: ec71b29f-6a82-459a-b991-4b8d2151672e [pid: 7|app: 0|req: 1119/2156] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:55:48 2026] DELETE /v2.0/ports/ec71b29f-6a82-459a-b991-4b8d2151672e => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2157] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:55:48 2026] GET /v2.0/ports => 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: 1038/2158] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:48 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2159] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:55:48 2026] GET /v2.0/security-groups?id=5397c10b-e602-4915-8b57-572ff7581065&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:48.648 7 INFO neutron.db.segments_db [None req-535f5aae-a79f-4050-844c-4a652fbec58e be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Added segment 69757e99-7bc8-4b61-ad61-4bfbc125f75a of type vxlan for network 9b222100-21c7-4958-9060-2e32fb651b94 [pid: 8|app: 0|req: 1040/2160] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:55:48 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => 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: 1121/2161] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:48 2026] POST /v2.0/networks => generated 635 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:55:48.819 8 INFO neutron.db.segments_db [None req-aceede76-0188-45d4-bccc-77051459e12b be884a7bb952444981bfdb89dfdb9404 a89a6583b8254c6aac3b416df9c68229 - - default default] Added segment 22bd4802-c17b-4d3c-a8f0-b5306ac6e66b of type vxlan for network 06752431-0d9e-40f1-8ed4-55ae14c321d8 [pid: 8|app: 0|req: 1041/2162] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:48 2026] POST /v2.0/networks => generated 635 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2163] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:55:49 2026] POST /v2.0/subnets => generated 1324 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2164] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:55:49 2026] GET /v2.0/subnets => generated 1960 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2165] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:49 2026] DELETE /v2.0/subnets/24f12bfa-7c25-48bd-bfe4-1085f9c270c6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2166] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:50 2026] DELETE /v2.0/subnets/0402d29a-dee1-42c1-8865-d9a4b8f4cc90 => 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: 1124/2167] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:55:50 2026] GET /v2.0/subnets => generated 649 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:50.485 8 INFO neutron.services.segments.plugin [-] Segment 22bd4802-c17b-4d3c-a8f0-b5306ac6e66b resource provider aggregate not found 2026-06-10 10:55:50.526 8 INFO neutron.services.segments.plugin [-] Segment 22bd4802-c17b-4d3c-a8f0-b5306ac6e66b resource provider aggregate not found 2026-06-10 10:55:50.532 8 INFO neutron.services.segments.plugin [-] Segment 22bd4802-c17b-4d3c-a8f0-b5306ac6e66b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bd4802-c17b-4d3c-a8f0-b5306ac6e66b found for delete ", "request_id": "req-5a904f85-0854-4c7b-bea9-24c3b226fd3c"}]} [pid: 8|app: 0|req: 1044/2168] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:50 2026] DELETE /v2.0/networks/06752431-0d9e-40f1-8ed4-55ae14c321d8 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:50.546 8 INFO neutron.services.segments.plugin [-] Segment 22bd4802-c17b-4d3c-a8f0-b5306ac6e66b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bd4802-c17b-4d3c-a8f0-b5306ac6e66b found for delete ", "request_id": "req-ce110cde-7977-425d-b72e-a4101f7cf051"}]} 2026-06-10 10:55:50.666 7 INFO neutron.services.segments.plugin [-] Segment 69757e99-7bc8-4b61-ad61-4bfbc125f75a resource provider aggregate not found 2026-06-10 10:55:50.680 7 INFO neutron.services.segments.plugin [-] Segment 69757e99-7bc8-4b61-ad61-4bfbc125f75a resource provider aggregate not found 2026-06-10 10:55:50.685 7 INFO neutron.services.segments.plugin [-] Segment 69757e99-7bc8-4b61-ad61-4bfbc125f75a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69757e99-7bc8-4b61-ad61-4bfbc125f75a found for delete ", "request_id": "req-60433db8-186a-4877-b600-39437dc6d06d"}]} 2026-06-10 10:55:50.702 7 INFO neutron.services.segments.plugin [-] Segment 69757e99-7bc8-4b61-ad61-4bfbc125f75a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69757e99-7bc8-4b61-ad61-4bfbc125f75a found for delete ", "request_id": "req-7d5f689a-23b2-4da6-811c-b921027a2eaf"}]} [pid: 7|app: 0|req: 1125/2169] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:50 2026] DELETE /v2.0/networks/9b222100-21c7-4958-9060-2e32fb651b94 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2170] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:50 2026] DELETE /v2.0/networks/811ceaac-96cd-4535-8097-32a92b81a9af => 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: 1126/2171] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:50 2026] DELETE /v2.0/networks/a1553027-bea6-4f55-a45f-a6d255f7d377 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2172] 10.0.0.151 () {32 vars in 802 bytes} [Wed Jun 10 10:55:51 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2173] 10.0.0.151 () {30 vars in 724 bytes} [Wed Jun 10 10:55:51 2026] GET /v2.0/quotas/6bb41d8b636c42aca55c0d94d467ae77/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2174] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:51 2026] GET /v2.0/security-groups?tenant_id=a89a6583b8254c6aac3b416df9c68229&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: 1128/2175] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:51 2026] DELETE /v2.0/security-groups/44da6b67-401c-497e-9f15-badaa090c65f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:55:52.558 8 INFO neutron.services.segments.plugin [-] Segment 47bcfdac-7276-4dd6-a7e8-9cc16bdcd8bc resource provider aggregate not found 2026-06-10 10:55:52.566 8 INFO neutron.services.segments.plugin [-] Segment 47bcfdac-7276-4dd6-a7e8-9cc16bdcd8bc resource provider aggregate not found 2026-06-10 10:55:52.574 8 INFO neutron.services.segments.plugin [-] Segment 47bcfdac-7276-4dd6-a7e8-9cc16bdcd8bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47bcfdac-7276-4dd6-a7e8-9cc16bdcd8bc found for delete ", "request_id": "req-75c1b4bc-7cb0-4617-a4bd-83686072fd5d"}]} 2026-06-10 10:55:52.582 8 INFO neutron.services.segments.plugin [-] Segment 47bcfdac-7276-4dd6-a7e8-9cc16bdcd8bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47bcfdac-7276-4dd6-a7e8-9cc16bdcd8bc found for delete ", "request_id": "req-0761ba27-89e7-4855-a1d1-920a116c2433"}]} 2026-06-10 10:55:52.710 7 INFO neutron.services.segments.plugin [-] Segment e5942fe8-57bd-42e4-a2a5-6316d3c1fd0e resource provider aggregate not found 2026-06-10 10:55:52.726 7 INFO neutron.services.segments.plugin [-] Segment e5942fe8-57bd-42e4-a2a5-6316d3c1fd0e resource provider aggregate not found 2026-06-10 10:55:52.727 7 INFO neutron.services.segments.plugin [-] Segment e5942fe8-57bd-42e4-a2a5-6316d3c1fd0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5942fe8-57bd-42e4-a2a5-6316d3c1fd0e found for delete ", "request_id": "req-773181c1-c4aa-41c3-b6fa-3ae5f62ad990"}]} 2026-06-10 10:55:52.746 7 INFO neutron.services.segments.plugin [-] Segment e5942fe8-57bd-42e4-a2a5-6316d3c1fd0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5942fe8-57bd-42e4-a2a5-6316d3c1fd0e found for delete ", "request_id": "req-5d59ebc3-5717-436d-a545-d221020ebade"}]} 2026-06-10 10:55:53.873 7 INFO neutron.db.segments_db [None req-73d3fafe-584a-49a2-82d1-bf80bd52afbf cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Added segment c25cb369-1bfe-4bc2-89a8-2e0e01f21db0 of type vxlan for network 5fc4a54b-a858-4db4-a9e3-5e63a6f27fc3 2026-06-10 10:55:53.926 7 INFO neutron.db.segments_db [None req-73d3fafe-584a-49a2-82d1-bf80bd52afbf cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Added segment e014e30a-31a6-4fdd-9d93-c66cffe2d52d of type vxlan for network 751d28fe-fa73-420e-ba76-741bc97b4c8b [pid: 7|app: 0|req: 1130/2178] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:53 2026] POST /v2.0/networks => generated 1207 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2179] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:55:54 2026] GET /v2.0/networks => generated 1844 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2180] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:54 2026] DELETE /v2.0/networks/5fc4a54b-a858-4db4-a9e3-5e63a6f27fc3 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2181] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:54 2026] DELETE /v2.0/networks/751d28fe-fa73-420e-ba76-741bc97b4c8b => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2182] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 10:55:54 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 10:55:54.541 8 INFO neutron.db.segments_db [None req-7ef85ff9-93d4-40bb-8ad0-f5b46189c85a cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Added segment 6e97e46d-9f6f-41a4-8566-f3911da7d769 of type vxlan for network 625aabb3-1d32-46e3-baad-223f1a3453c4 2026-06-10 10:55:54.603 8 INFO neutron.services.segments.plugin [-] Segment e014e30a-31a6-4fdd-9d93-c66cffe2d52d resource provider aggregate not found 2026-06-10 10:55:54.609 8 INFO neutron.services.segments.plugin [-] Segment e014e30a-31a6-4fdd-9d93-c66cffe2d52d resource provider aggregate not found 2026-06-10 10:55:54.628 8 INFO neutron.services.segments.plugin [-] Segment e014e30a-31a6-4fdd-9d93-c66cffe2d52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e014e30a-31a6-4fdd-9d93-c66cffe2d52d found for delete ", "request_id": "req-7cf69a37-1d0a-40d3-8aec-07d5a3276380"}]} 2026-06-10 10:55:54.631 8 INFO neutron.services.segments.plugin [-] Segment e014e30a-31a6-4fdd-9d93-c66cffe2d52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e014e30a-31a6-4fdd-9d93-c66cffe2d52d found for delete ", "request_id": "req-fd195cd8-7ccd-4864-b15e-63712013631e"}]} [pid: 8|app: 0|req: 1051/2183] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:54 2026] POST /v2.0/networks => generated 630 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:55:54.711 8 INFO neutron.db.segments_db [None req-86844920-6916-4bfc-8e4d-297648f3f95b cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Added segment d268d12c-b7f7-4645-8089-784f833ec6bd of type vxlan for network 9933b444-3415-46ba-b57c-127297db3511 2026-06-10 10:55:54.763 7 INFO neutron.services.segments.plugin [-] Segment c25cb369-1bfe-4bc2-89a8-2e0e01f21db0 resource provider aggregate not found 2026-06-10 10:55:54.774 7 INFO neutron.services.segments.plugin [-] Segment c25cb369-1bfe-4bc2-89a8-2e0e01f21db0 resource provider aggregate not found 2026-06-10 10:55:54.779 7 INFO neutron.services.segments.plugin [-] Segment c25cb369-1bfe-4bc2-89a8-2e0e01f21db0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c25cb369-1bfe-4bc2-89a8-2e0e01f21db0 found for delete ", "request_id": "req-8647d81e-0f3f-4cca-ab3b-1ee497d542a7"}]} 2026-06-10 10:55:54.793 7 INFO neutron.services.segments.plugin [-] Segment c25cb369-1bfe-4bc2-89a8-2e0e01f21db0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c25cb369-1bfe-4bc2-89a8-2e0e01f21db0 found for delete ", "request_id": "req-ec1dd738-657f-4cb9-9ab9-a222b25405e4"}]} [pid: 8|app: 0|req: 1052/2184] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:54 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2185] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:54 2026] GET /v2.0/security-groups?tenant_id=6bb41d8b636c42aca55c0d94d467ae77&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2186] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:54 2026] DELETE /v2.0/security-groups/bfd09b89-4c51-411e-a1a7-0f9e39a6fa77 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2187] 10.0.0.218 () {34 vars in 665 bytes} [Wed Jun 10 10:55:54 2026] POST /v2.0/ports => generated 1506 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2188] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:55:55 2026] GET /v2.0/ports => generated 1506 bytes in 105 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 10:55:55.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-b603becb-226d-407b-8d17-b34780c24340 cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] TaaS: Handle Delete Port: 81b3aeb6-3a11-4728-850e-233c33b2553f 2026-06-10 10:55:55.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b603becb-226d-407b-8d17-b34780c24340 cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Tap Mirror: Handle Delete Port: 81b3aeb6-3a11-4728-850e-233c33b2553f [pid: 8|app: 0|req: 1054/2189] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:55:55 2026] DELETE /v2.0/ports/81b3aeb6-3a11-4728-850e-233c33b2553f => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:55.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-a72723ef-749c-48ac-a91e-5f81fb8b3d2e cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] TaaS: Handle Delete Port: fff20e53-87c2-490c-8a31-edfdef037a9b 2026-06-10 10:55:55.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a72723ef-749c-48ac-a91e-5f81fb8b3d2e cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Tap Mirror: Handle Delete Port: fff20e53-87c2-490c-8a31-edfdef037a9b [pid: 7|app: 0|req: 1136/2190] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:55:55 2026] DELETE /v2.0/ports/fff20e53-87c2-490c-8a31-edfdef037a9b => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2191] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 10:55:55 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:55:56.016 7 INFO neutron.db.segments_db [None req-c5e5ddac-13a0-4983-bdd0-9b010bfef8db cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Added segment 1a54e86f-2680-4872-9bf8-04663653da19 of type vxlan for network 9a912347-938b-4e16-8972-cc941219d859 [pid: 7|app: 0|req: 1137/2192] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:55 2026] POST /v2.0/networks => generated 631 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:55:56.215 8 INFO neutron.db.segments_db [None req-93ce512f-7476-4ee3-9fc6-e92b790436ae cbecdbddd6f34317a06fd87b9be7a4a3 4e3bee30041e472a849692fa2ffde7f5 - - default default] Added segment 501aaa1a-5cce-4fdf-ab29-0ad245e5a9ac of type vxlan for network 39c2ae37-ad2e-44f8-b2f4-1172f270affd [pid: 8|app: 0|req: 1056/2193] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:55:56 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2194] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:55:56 2026] POST /v2.0/subnets => generated 1274 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2195] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:55:56 2026] GET /v2.0/subnets => generated 1910 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2196] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:56 2026] DELETE /v2.0/subnets/d3c257b5-9af8-4aeb-9fd1-7be2e8b55374 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2197] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:55:57 2026] DELETE /v2.0/subnets/d9896807-17b0-4966-a1bc-278a139c3b53 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2198] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 10:55:57 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:55:57.426 8 INFO neutron.services.segments.plugin [-] Segment 501aaa1a-5cce-4fdf-ab29-0ad245e5a9ac resource provider aggregate not found 2026-06-10 10:55:57.429 8 INFO neutron.services.segments.plugin [-] Segment 501aaa1a-5cce-4fdf-ab29-0ad245e5a9ac resource provider aggregate not found 2026-06-10 10:55:57.459 8 INFO neutron.services.segments.plugin [-] Segment 501aaa1a-5cce-4fdf-ab29-0ad245e5a9ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501aaa1a-5cce-4fdf-ab29-0ad245e5a9ac found for delete ", "request_id": "req-b811a75c-a711-411b-b6ab-abe88e94c848"}]} 2026-06-10 10:55:57.466 8 INFO neutron.services.segments.plugin [-] Segment 501aaa1a-5cce-4fdf-ab29-0ad245e5a9ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501aaa1a-5cce-4fdf-ab29-0ad245e5a9ac found for delete ", "request_id": "req-dcacc7a9-7343-4213-a831-d939bb7e33a7"}]} [pid: 8|app: 0|req: 1059/2199] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:57 2026] DELETE /v2.0/networks/39c2ae37-ad2e-44f8-b2f4-1172f270affd => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:55:57.613 7 INFO neutron.services.segments.plugin [-] Segment 1a54e86f-2680-4872-9bf8-04663653da19 resource provider aggregate not found 2026-06-10 10:55:57.615 7 INFO neutron.services.segments.plugin [-] Segment 1a54e86f-2680-4872-9bf8-04663653da19 resource provider aggregate not found 2026-06-10 10:55:57.632 7 INFO neutron.services.segments.plugin [-] Segment 1a54e86f-2680-4872-9bf8-04663653da19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a54e86f-2680-4872-9bf8-04663653da19 found for delete ", "request_id": "req-b4efbbb8-82f8-49a7-bd27-dca160cce7d9"}]} 2026-06-10 10:55:57.644 7 INFO neutron.services.segments.plugin [-] Segment 1a54e86f-2680-4872-9bf8-04663653da19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a54e86f-2680-4872-9bf8-04663653da19 found for delete ", "request_id": "req-c4b38a8e-dea5-4d07-bdd4-b8ebeeb0f3b2"}]} [pid: 7|app: 0|req: 1141/2200] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:57 2026] DELETE /v2.0/networks/9a912347-938b-4e16-8972-cc941219d859 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2201] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:57 2026] DELETE /v2.0/networks/9933b444-3415-46ba-b57c-127297db3511 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2202] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:55:57 2026] DELETE /v2.0/networks/625aabb3-1d32-46e3-baad-223f1a3453c4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2203] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:55:58 2026] GET /v2.0/security-groups?tenant_id=4e3bee30041e472a849692fa2ffde7f5&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2204] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:55:58 2026] DELETE /v2.0/security-groups/9e431ffa-1989-4369-bf72-db32a0a52740 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:55:59.494 8 INFO neutron.services.segments.plugin [-] Segment d268d12c-b7f7-4645-8089-784f833ec6bd resource provider aggregate not found 2026-06-10 10:55:59.496 8 INFO neutron.services.segments.plugin [-] Segment d268d12c-b7f7-4645-8089-784f833ec6bd resource provider aggregate not found 2026-06-10 10:55:59.522 8 INFO neutron.services.segments.plugin [-] Segment d268d12c-b7f7-4645-8089-784f833ec6bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d268d12c-b7f7-4645-8089-784f833ec6bd found for delete ", "request_id": "req-c3ec5692-17c7-4d52-aa5a-19214ef18848"}]} 2026-06-10 10:55:59.525 8 INFO neutron.services.segments.plugin [-] Segment d268d12c-b7f7-4645-8089-784f833ec6bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d268d12c-b7f7-4645-8089-784f833ec6bd found for delete ", "request_id": "req-05b3bd1f-28b0-4b87-8f89-90ac2f7820b4"}]} [pid: 8|app: 0|req: 1062/2205] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:55:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-10 10:55:59.654 7 INFO neutron.services.segments.plugin [-] Segment 6e97e46d-9f6f-41a4-8566-f3911da7d769 resource provider aggregate not found 2026-06-10 10:55:59.666 7 INFO neutron.services.segments.plugin [-] Segment 6e97e46d-9f6f-41a4-8566-f3911da7d769 resource provider aggregate not found 2026-06-10 10:55:59.675 7 INFO neutron.services.segments.plugin [-] Segment 6e97e46d-9f6f-41a4-8566-f3911da7d769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e97e46d-9f6f-41a4-8566-f3911da7d769 found for delete ", "request_id": "req-b951d3b8-a8af-4b53-a77f-2d2db7efbdab"}]} 2026-06-10 10:55:59.687 7 INFO neutron.services.segments.plugin [-] Segment 6e97e46d-9f6f-41a4-8566-f3911da7d769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e97e46d-9f6f-41a4-8566-f3911da7d769 found for delete ", "request_id": "req-4d51efaa-f5b3-44c3-a1e7-5e9166f416db"}]} [pid: 7|app: 0|req: 1144/2206] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:55:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2207] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:55:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2208] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:55:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2209] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:55:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2210] 10.0.0.218 () {34 vars in 767 bytes} [Wed Jun 10 10:56:00 2026] PUT /v2.0/security-groups/f2c665d5-9864-4408-8137-74d48362cbae/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2211] 10.0.0.218 () {34 vars in 767 bytes} [Wed Jun 10 10:56:00 2026] PUT /v2.0/security-groups/c15a606b-125b-4120-a225-498bb2e493b1/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: 1147/2212] 10.0.0.218 () {34 vars in 767 bytes} [Wed Jun 10 10:56:00 2026] PUT /v2.0/security-groups/ab92587f-9804-48f1-b73d-6583e581dc8b/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: 1066/2213] 10.0.0.218 () {34 vars in 767 bytes} [Wed Jun 10 10:56:00 2026] PUT /v2.0/security-groups/f9e88f2c-1934-4bf0-8368-2b1eb6f1255c/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2214] 10.0.0.218 () {32 vars in 680 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2215] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2216] 10.0.0.218 () {32 vars in 690 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2217] 10.0.0.218 () {32 vars in 702 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2218] 10.0.0.218 () {32 vars in 688 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2219] 10.0.0.218 () {32 vars in 702 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2220] 10.0.0.218 () {32 vars in 698 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2221] 10.0.0.218 () {32 vars in 710 bytes} [Wed Jun 10 10:56:00 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2222] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:00 2026] DELETE /v2.0/security-groups/f2c665d5-9864-4408-8137-74d48362cbae => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2223] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:00 2026] DELETE /v2.0/security-groups/c15a606b-125b-4120-a225-498bb2e493b1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2224] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:00 2026] DELETE /v2.0/security-groups/ab92587f-9804-48f1-b73d-6583e581dc8b => 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: 1072/2225] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:00 2026] DELETE /v2.0/security-groups/f9e88f2c-1934-4bf0-8368-2b1eb6f1255c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2226] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:01 2026] DELETE /v2.0/security-groups/4b7a81c5-a4e9-44fc-b24a-53bf2378edff => 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: 1073/2227] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:02 2026] GET /v2.0/security-groups?tenant_id=a6cd71ed9340472c8b82c43496c5efc7&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2228] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:02 2026] DELETE /v2.0/security-groups/91c4ace4-17b6-47b8-86d3-533ca888b8ba => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2229] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:02 2026] GET /v2.0/security-groups?tenant_id=ddf2207b41b941d2857c459a112ed010&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2230] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:02 2026] DELETE /v2.0/security-groups/c8b3460d-b0ad-415e-b24b-92b8ad9bcb78 => 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: 1075/2231] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:02 2026] GET /v2.0/security-groups?tenant_id=8f3107bce5c34f769fa5de207c2756e3&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: 1157/2232] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:02 2026] DELETE /v2.0/security-groups/8547520e-c466-4987-996e-b4f8033f11c7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2233] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:03 2026] GET /v2.0/security-groups?tenant_id=8f75cfc2ed4841a797a708021c032338&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2234] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:03 2026] DELETE /v2.0/security-groups/84c63ff0-f21b-4b94-af34-3ec2677fa589 => 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: 1077/2235] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:04 2026] GET /v2.0/security-groups?tenant_id=57ee6b6ae9454819ae516cb6194fee46&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2236] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:04 2026] DELETE /v2.0/security-groups/52b1eaf8-09d3-4481-9021-9546a456eb52 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2237] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:56:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2238] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:56:06 2026] PUT /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2239] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:06 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2240] 10.0.0.218 () {34 vars in 770 bytes} [Wed Jun 10 10:56:06 2026] PUT /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2241] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:06 2026] GET /v2.0/security-groups?tenant_id=6a03da1e12964616961696b412e62f64&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2242] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:06 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2243] 10.0.0.218 () {34 vars in 766 bytes} [Wed Jun 10 10:56:06 2026] PUT /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2244] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:06 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2245] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:06 2026] DELETE /v2.0/security-groups/ab949ef8-29a4-4cf9-94db-4c70310efda2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2246] 10.0.0.218 () {34 vars in 788 bytes} [Wed Jun 10 10:56:06 2026] PUT /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2247] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:07 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2248] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:56:07 2026] PUT /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2249] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:07 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2250] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:56:07 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:56:07.248 8 INFO neutron.api.v2.resource [None req-36121d52-619e-4a59-9b40-6e2a692831a3 e4d2ec9860bf4984b12f9f0eecfb1131 354742aa02dd444faff2e9d4e05a3980 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1083/2251] 10.0.0.218 () {32 vars in 751 bytes} [Wed Jun 10 10:56:07 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2252] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:56:07 2026] DELETE /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags/red => 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: 1084/2253] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:07 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:56:07.398 7 INFO neutron.api.v2.resource [None req-eee1a217-793a-4bb7-aeb8-b48014a9d753 e4d2ec9860bf4984b12f9f0eecfb1131 354742aa02dd444faff2e9d4e05a3980 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2254] 10.0.0.218 () {32 vars in 754 bytes} [Wed Jun 10 10:56:07 2026] DELETE /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/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: 1085/2255] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 10:56:07 2026] DELETE /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2256] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:07 2026] GET /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2257] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:56:07 2026] DELETE /v2.0/subnetpools/08f278bc-58df-47a3-bd2d-479e5cb78027 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2260] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:08 2026] GET /v2.0/security-groups?tenant_id=354742aa02dd444faff2e9d4e05a3980&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: 1173/2261] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:08 2026] DELETE /v2.0/security-groups/252a5e9a-9282-454c-9319-d6d74e50da95 => 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: 1089/2262] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:08 2026] GET /v2.0/security-groups?tenant_id=43538d8336d24ec392ee026240b0be72&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2263] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:08 2026] DELETE /v2.0/security-groups/57977073-6882-46ac-b3a7-fd17b66e4419 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:56:09.210 7 INFO neutron.db.segments_db [None req-2239868f-f53e-4ff3-a6e1-3092a74013cd d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 1dc65e2c-f9a7-48ec-9777-6495abdc6411 of type vxlan for network 09c7f78e-e51a-4e11-a6a4-5b567fa29d6b [pid: 7|app: 0|req: 1174/2264] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:56:08 2026] POST /v2.0/networks => generated 720 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2265] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:56:09 2026] POST /v2.0/subnets => generated 686 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:56:09.615 7 INFO neutron.db.segments_db [None req-e05ec133-e51b-4166-88db-5dcde7b581d1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment b24091c8-5901-426f-bc49-0cad4879230a of type vxlan for network 86b09343-5cd8-4066-b0de-1a47aea11f03 2026-06-10 10:56:09.848 7 INFO neutron.db.l3_hamode_db [None req-e05ec133-e51b-4166-88db-5dcde7b581d1 d5602b6e3023465084488167e7b459f6 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:56:10.724 7 INFO neutron.db.l3_hamode_db [None req-e05ec133-e51b-4166-88db-5dcde7b581d1 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1175/2266] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:56:09 2026] POST /v2.0/routers => generated 726 bytes in 2056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2267] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:56:11 2026] PUT /v2.0/routers/5b115ee9-dd64-4ff8-a4fb-899ef276e6a1/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:56:12.855 7 INFO neutron.db.segments_db [None req-817880d2-55b3-46ba-bc65-8f2967b984a0 4bc37ad0dff9444692e08fefb985cac6 e88813b4ebc0402eab58334634049cde - - default default] Added segment a351d8e6-7520-4d24-bd30-8f388edbecbd of type vxlan for network baacb021-99b1-4558-9a99-0e4a5c57eb4d [pid: 7|app: 0|req: 1176/2268] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:56:12 2026] POST /v2.0/networks => generated 613 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2269] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:56:12 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2270] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:56:13 2026] PUT /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2271] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:56:13 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2272] 10.0.0.218 () {34 vars in 762 bytes} [Wed Jun 10 10:56:13 2026] PUT /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2273] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:56:13 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/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: 1179/2274] 10.0.0.218 () {34 vars in 758 bytes} [Wed Jun 10 10:56:13 2026] PUT /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2275] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:56:13 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:56:14.118 8 INFO neutron.db.segments_db [None req-82a4bea4-4124-4553-895d-bc1b42f8ac2f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 295bd0d5-0fb1-4146-bd52-aae078489f1b of type vxlan for network aade5f6f-2c66-4217-9ac1-6829dbaa62e3 [pid: 7|app: 0|req: 1180/2276] 10.0.0.218 () {34 vars in 780 bytes} [Wed Jun 10 10:56:13 2026] PUT /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags/black.or.white => generated 4 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2277] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:56:14 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2278] 10.0.0.218 () {34 vars in 671 bytes} [Wed Jun 10 10:56:13 2026] POST /v2.0/networks => generated 722 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2279] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:56:14 2026] PUT /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2280] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:56:14 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2281] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:56:14 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/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 10:56:14.394 7 INFO neutron.api.v2.resource [None req-c403c7e7-148a-43bc-a898-704d3e663df2 4bc37ad0dff9444692e08fefb985cac6 e88813b4ebc0402eab58334634049cde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1185/2282] 10.0.0.218 () {32 vars in 743 bytes} [Wed Jun 10 10:56:14 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2283] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:56:14 2026] POST /v2.0/subnets => generated 688 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2284] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 10:56:14 2026] DELETE /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:56:14.476 8 INFO neutron.db.segments_db [None req-a619e4bd-bee7-4a62-a5c3-e1374f605ae7 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Added segment 04423d88-09a0-4a37-b135-46e3394d636f of type vxlan for network 3681149c-20b6-433f-81ce-65bbd2bb0370 [pid: 7|app: 0|req: 1187/2285] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:56:14 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:56:14.582 7 INFO neutron.api.v2.resource [None req-636a5ebb-383d-4b04-af30-3e4224ff7a00 4bc37ad0dff9444692e08fefb985cac6 e88813b4ebc0402eab58334634049cde - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2286] 10.0.0.218 () {32 vars in 746 bytes} [Wed Jun 10 10:56:14 2026] DELETE /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2287] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:56:14 2026] DELETE /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2288] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:56:14 2026] GET /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:56:14.750 8 INFO neutron.db.l3_hamode_db [None req-a619e4bd-bee7-4a62-a5c3-e1374f605ae7 d5602b6e3023465084488167e7b459f6 ddbc8d732f414707a02e23c31dcb08d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1191/2289] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:56:14 2026] DELETE /v2.0/subnets/44542776-2974-4c37-871b-36d1f974941e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:56:14.984 7 INFO neutron.services.segments.plugin [-] Segment a351d8e6-7520-4d24-bd30-8f388edbecbd resource provider aggregate not found 2026-06-10 10:56:14.987 7 INFO neutron.services.segments.plugin [-] Segment a351d8e6-7520-4d24-bd30-8f388edbecbd resource provider aggregate not found 2026-06-10 10:56:14.999 7 INFO neutron.services.segments.plugin [-] Segment a351d8e6-7520-4d24-bd30-8f388edbecbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a351d8e6-7520-4d24-bd30-8f388edbecbd found for delete ", "request_id": "req-6ebf51f6-fe41-43b8-9381-661bbff54261"}]} 2026-06-10 10:56:15.010 7 INFO neutron.services.segments.plugin [-] Segment a351d8e6-7520-4d24-bd30-8f388edbecbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a351d8e6-7520-4d24-bd30-8f388edbecbd found for delete ", "request_id": "req-61bea3ab-7d10-4a14-87ff-5ef3d1a453a4"}]} [pid: 7|app: 0|req: 1192/2290] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:56:14 2026] DELETE /v2.0/networks/baacb021-99b1-4558-9a99-0e4a5c57eb4d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:56:15.530 8 INFO neutron.db.l3_hamode_db [None req-a619e4bd-bee7-4a62-a5c3-e1374f605ae7 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1193/2291] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:15 2026] GET /v2.0/security-groups?tenant_id=68d15761ea544c60aea24d693bb62a63&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2292] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:15 2026] DELETE /v2.0/security-groups/9624cc6e-6ad0-4f37-b32b-29a1b657170c => 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: 1195/2293] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:16 2026] GET /v2.0/security-groups?tenant_id=e88813b4ebc0402eab58334634049cde&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2294] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:16 2026] DELETE /v2.0/security-groups/79856565-ceff-4da8-abb0-8b6c1e3a811b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2295] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:56:14 2026] POST /v2.0/routers => generated 728 bytes in 2046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2296] 10.0.0.218 () {34 vars in 783 bytes} [Wed Jun 10 10:56:16 2026] PUT /v2.0/routers/d819dfa6-3036-46eb-90bd-064470827a10/add_router_interface => generated 309 bytes in 1499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2297] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:56:18 2026] POST /v2.0/security-groups => generated 1673 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2298] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2299] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2300] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2301] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:56:19.397 7 INFO neutron.db.securitygroups_db [None req-a7cfcf2e-ce36-4183-8dd9-c163f7c2ef14 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] Project 8aa5a5e42cf449b3b3a5f2c1eee64d74 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: 1200/2302] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:56:19.526 8 INFO neutron.db.securitygroups_db [None req-6f506383-2657-4ff2-bfae-b0f17541ca04 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] Project 8aa5a5e42cf449b3b3a5f2c1eee64d74 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: 1103/2303] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2304] 10.0.0.218 () {34 vars in 685 bytes} [Wed Jun 10 10:56:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2305] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2306] 10.0.0.218 () {34 vars in 695 bytes} [Wed Jun 10 10:56:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2307] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:56:20 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: 1203/2308] 10.0.0.32 () {34 vars in 1097 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-102246796&fields=id&tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74 => 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: 1106/2309] 10.0.0.32 () {34 vars in 1097 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--289384746&fields=id&tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2310] 10.0.0.32 () {34 vars in 981 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/networks?id=09c7f78e-e51a-4e11-a6a4-5b567fa29d6b => generated 671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2311] 10.0.0.32 () {34 vars in 964 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/quotas/8aa5a5e42cf449b3b3a5f2c1eee64d74 => 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: 1205/2312] 10.0.0.32 () {34 vars in 1001 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/ports?tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2313] 10.0.0.32 () {34 vars in 1007 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/networks/09c7f78e-e51a-4e11-a6a4-5b567fa29d6b?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: 1206/2314] 10.0.0.32 () {34 vars in 1107 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/networks/09c7f78e-e51a-4e11-a6a4-5b567fa29d6b?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: 1109/2315] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:21 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => 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: 1207/2316] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:22 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => 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: 1209/2319] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:23 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => 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: 1111/2320] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:56:24 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: 1210/2321] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:56:24 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: 1112/2322] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:56:24 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: 1211/2323] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:56:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2324] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:56:24 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2325] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:56:24 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2326] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:25 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2327] 199.204.45.25 () {34 vars in 716 bytes} [Wed Jun 10 10:56:24 2026] POST /v2.0/ports => generated 1055 bytes in 807 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2328] 10.0.0.32 () {34 vars in 970 bytes} [Wed Jun 10 10:56:25 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1055 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2329] 10.0.0.32 () {34 vars in 906 bytes} [Wed Jun 10 10:56:25 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: 1116/2330] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:26 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => 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: 1215/2331] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:56:26 2026] GET /v2.0/networks?id=09c7f78e-e51a-4e11-a6a4-5b567fa29d6b => generated 671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2332] 199.204.45.25 () {34 vars in 1049 bytes} [Wed Jun 10 10:56:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74 => generated 272 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2333] 199.204.45.25 () {34 vars in 1261 bytes} [Wed Jun 10 10:56:26 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2334] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:26 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?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: 1120/2335] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:26 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?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: 1216/2336] 199.204.45.25 () {38 vars in 954 bytes} [Wed Jun 10 10:56:26 2026] POST /v2.0/ports => generated 997 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2337] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:56:26 2026] PUT /v2.0/ports/179b33c9-8a83-45fb-b2a9-3410955d217b => generated 1278 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:56:27.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c30ed7f-10cf-420f-880d-5e993065927d'] response: {'name': 'network-changed', 'server_uuid': 'd172c458-5963-4da6-b63e-b060d434d204', 'tag': '179b33c9-8a83-45fb-b2a9-3410955d217b', '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: 1217/2338] 199.204.45.25 () {34 vars in 974 bytes} [Wed Jun 10 10:56:27 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1122/2339] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:56:27 2026] GET /v2.0/networks?id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2340] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:27 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1012 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2341] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:27 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2342] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:56:27 2026] GET /v2.0/ports?tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74&device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2343] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:56:27 2026] PUT /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1245 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2344] 199.204.45.25 () {34 vars in 1017 bytes} [Wed Jun 10 10:56:27 2026] GET /v2.0/networks?tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74&shared=False => generated 767 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:56:27.621 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-061452fb-6e8a-40b2-b543-ab66130d30a0'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': '0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1219/2345] 199.204.45.25 () {34 vars in 929 bytes} [Wed Jun 10 10:56:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2346] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2347] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/networks?id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 803 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2348] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1221/2349] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2350] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&device_owner=network%3Adhcp => generated 1461 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2351] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2352] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?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: 1223/2353] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2354] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2355] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/ports?tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74&device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1281 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2356] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=179b33c9-8a83-45fb-b2a9-3410955d217b => 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: 1225/2357] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/subnets?id=85acdfc2-aefd-43b0-b5a4-3bd77ed2cd94 => generated 689 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2358] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/ports?network_id=09c7f78e-e51a-4e11-a6a4-5b567fa29d6b&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2359] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/networks/09c7f78e-e51a-4e11-a6a4-5b567fa29d6b?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: 1134/2360] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:28 2026] GET /v2.0/networks/09c7f78e-e51a-4e11-a6a4-5b567fa29d6b?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: 1227/2361] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2481 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2362] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2363] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.82&port_id=8c9083c8-87fa-4496-9ff8-e11acda6bf7d => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2364] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2365] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/subnets?id=c3c5fa87-9c56-460c-ad45-e1667c81a41f => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2366] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/ports?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2367] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2368] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1231/2369] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1139/2370] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2371] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&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: 1140/2372] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2373] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:29 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?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: 1141/2374] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:30 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2375] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:30 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2376] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:31 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2377] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:31 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2378] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:56:32 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1283 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2379] 199.204.45.25 () {34 vars in 1123 bytes} [Wed Jun 10 10:56:32 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2380] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:32 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2381] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:33 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2382] 10.0.0.32 () {34 vars in 970 bytes} [Wed Jun 10 10:56:33 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1247 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2383] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2384] 199.204.45.25 () {34 vars in 788 bytes} [Wed Jun 10 10:56:33 2026] PUT /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1270 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:56:34.221 8 INFO neutron.api.v2.resource [None req-b6f28620-d4fe-4293-9f0f-29e25deac0dc d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2385] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/security-groups/lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2386] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:56:34.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a836176-44b3-42d2-a910-27442d1d46de'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': '0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1148/2387] 199.204.45.25 () {30 vars in 784 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/security-groups?name=lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2388] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2389] 199.204.45.25 () {34 vars in 788 bytes} [Wed Jun 10 10:56:34 2026] PUT /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1308 bytes in 293 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 10:56:34.811 8 INFO neutron.db.l3_db [None req-d4780f23-b9b5-4fe3-aa80-47b9a0f45956 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] Floating IP 6cc538d1-aa57-46ff-b4fd-81061db50ad8 associated. External IP: 10.96.250.215, port: 179b33c9-8a83-45fb-b2a9-3410955d217b. [pid: 7|app: 0|req: 1241/2390] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2391] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2392] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/networks?id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2393] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:56:34 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: 1245/2394] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2395] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2396] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2397] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2398] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2399] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1251/2400] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:34 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2401] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2402] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2403] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1344 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2404] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:56:34 2026] PUT /v2.0/floatingips/6cc538d1-aa57-46ff-b4fd-81061db50ad8 => generated 856 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2405] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:56:35.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-983a0b8f-c3e8-4eda-b059-ae1dc2213504'] response: {'name': 'network-changed', 'server_uuid': 'd172c458-5963-4da6-b63e-b060d434d204', 'tag': '179b33c9-8a83-45fb-b2a9-3410955d217b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1151/2406] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2407] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => 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: 1152/2408] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1257/2409] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/ports?tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74&device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2410] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/networks?id=09c7f78e-e51a-4e11-a6a4-5b567fa29d6b => generated 767 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2411] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=179b33c9-8a83-45fb-b2a9-3410955d217b => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2412] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/subnets?id=85acdfc2-aefd-43b0-b5a4-3bd77ed2cd94 => generated 689 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2413] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/ports?network_id=09c7f78e-e51a-4e11-a6a4-5b567fa29d6b&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2414] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/networks/09c7f78e-e51a-4e11-a6a4-5b567fa29d6b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2415] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:35 2026] GET /v2.0/networks/09c7f78e-e51a-4e11-a6a4-5b567fa29d6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:56:36.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0034ac5e-86e5-4376-915d-9430c885b154'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': '0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1156/2416] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:56:36 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2417] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:56:36 2026] GET /v2.0/networks?id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 803 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2418] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:56:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1262/2419] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:56:36 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2420] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:56:37 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2421] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:56:37 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?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: 1159/2422] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:56:37 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:56:42.262 8 INFO neutron.db.l3_db [None req-ac25e2ac-2bef-4511-84e2-57726f423bf8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Floating IP 45143772-182b-4b9e-bf67-21b413a74eb3 associated. External IP: 10.96.250.206, port: cef034c9-493b-41e4-bf61-fc4d6a762c9e. [pid: 8|app: 0|req: 1161/2425] 10.0.0.218 () {34 vars in 677 bytes} [Wed Jun 10 10:56:41 2026] POST /v2.0/floatingips => generated 897 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2426] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:43 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2427] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:43 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2428] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:56:43 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1283 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2429] 10.0.0.218 () {32 vars in 858 bytes} [Wed Jun 10 10:56:43 2026] GET /v2.0/floatingips?floating_network_id=ae20ed7a-d83f-479f-b8b4-e15927ecb1b1&port_id=179b33c9-8a83-45fb-b2a9-3410955d217b => generated 861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2430] 10.0.0.71 () {34 vars in 989 bytes} [Wed Jun 10 10:56:44 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2431] 10.0.0.71 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:44 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2432] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:47 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2433] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:47 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2434] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:56:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2435] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:56:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2436] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:56:47 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: 1167/2437] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:56:47 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 10:56:47.610 7 INFO neutron.api.v2.resource [None req-4451abaa-823b-49a1-acbd-6e0ee8139c0d d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1271/2438] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:56:47 2026] GET /v2.0/security-groups/lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => 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: 1168/2439] 199.204.45.25 () {30 vars in 784 bytes} [Wed Jun 10 10:56:47 2026] GET /v2.0/security-groups?name=lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 1637 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2440] 199.204.45.25 () {30 vars in 814 bytes} [Wed Jun 10 10:56:47 2026] GET /v2.0/security-group-rules?security_group_id=93bb963c-f3c8-4571-ba60-a47cc50f8fc0 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2441] 199.204.45.25 () {34 vars in 746 bytes} [Wed Jun 10 10:56:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2442] 199.204.45.25 () {34 vars in 746 bytes} [Wed Jun 10 10:56:47 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: 8|app: 0|req: 1170/2443] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:48 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2444] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:48 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2445] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:56:49 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2446] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:49 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2447] 10.0.0.32 () {34 vars in 1119 bytes} [Wed Jun 10 10:56:49 2026] GET /v2.0/security-groups?id=604ee23d-2111-437c-82e5-94cc1bd46a41&id=b2f90fbb-11b2-4c6e-9014-55ec24c52b71&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:56:49.713 7 INFO neutron_taas.services.taas.taas_plugin [req-c2ec7fe8-5393-4127-b4d5-32f027dc8b29 req-98e849b2-86d0-4207-aaa1-5e40de0de5f5 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] TaaS: Handle Delete Port: 179b33c9-8a83-45fb-b2a9-3410955d217b 2026-06-10 10:56:49.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c2ec7fe8-5393-4127-b4d5-32f027dc8b29 req-98e849b2-86d0-4207-aaa1-5e40de0de5f5 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] Tap Mirror: Handle Delete Port: 179b33c9-8a83-45fb-b2a9-3410955d217b 2026-06-10 10:56:49.837 7 INFO neutron.db.l3_db [req-c2ec7fe8-5393-4127-b4d5-32f027dc8b29 req-98e849b2-86d0-4207-aaa1-5e40de0de5f5 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] Floating IP 6cc538d1-aa57-46ff-b4fd-81061db50ad8 disassociated. External IP: 10.96.250.215, port: 179b33c9-8a83-45fb-b2a9-3410955d217b. [pid: 7|app: 0|req: 1275/2448] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:56:49 2026] DELETE /v2.0/ports/179b33c9-8a83-45fb-b2a9-3410955d217b => generated 0 bytes in 631 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:56:50.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa4b71ca-db1d-41e7-9402-e48671594af4'] response: {'server_uuid': 'd172c458-5963-4da6-b63e-b060d434d204', 'name': 'network-vif-deleted', 'tag': '179b33c9-8a83-45fb-b2a9-3410955d217b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1174/2449] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:50 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => 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: 1276/2450] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:51 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => 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: 1176/2453] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:56:52 2026] GET /v2.0/ports?device_id=d172c458-5963-4da6-b63e-b060d434d204 => 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: 1278/2454] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:54 2026] DELETE /v2.0/security-groups/b2f90fbb-11b2-4c6e-9014-55ec24c52b71 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:56:54.215 8 INFO neutron.api.v2.resource [None req-7994b546-0c19-4af6-95d1-3bb7066ee4b1 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1177/2455] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:56:54 2026] GET /v2.0/security-groups/b2f90fbb-11b2-4c6e-9014-55ec24c52b71 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:56:54.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-6de026c0-d160-4749-be5d-65209194ed61 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] TaaS: Handle Delete Port: f55cf28e-a7d9-42eb-b378-37f124f802c5 2026-06-10 10:56:54.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6de026c0-d160-4749-be5d-65209194ed61 6b5c41d8ef754ab3bace57b298c2e5f3 8aa5a5e42cf449b3b3a5f2c1eee64d74 - - default default] Tap Mirror: Handle Delete Port: f55cf28e-a7d9-42eb-b378-37f124f802c5 [pid: 7|app: 0|req: 1279/2456] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:56:54 2026] DELETE /v2.0/floatingips/6cc538d1-aa57-46ff-b4fd-81061db50ad8 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2457] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:54 2026] DELETE /v2.0/security-groups/604ee23d-2111-437c-82e5-94cc1bd46a41 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:56:55.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-401c36d4-12b5-4605-8de8-6cff1a54782e d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 24aea7c6-171e-4d3f-b53c-5c876d289f12 2026-06-10 10:56:55.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-401c36d4-12b5-4605-8de8-6cff1a54782e d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 24aea7c6-171e-4d3f-b53c-5c876d289f12 [pid: 7|app: 0|req: 1280/2458] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:56:54 2026] PUT /v2.0/routers/5b115ee9-dd64-4ff8-a4fb-899ef276e6a1/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:56:56.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-38da6633-cb3c-4d54-a9b8-58fd5ddf399b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: d28ce4d5-bc59-48f2-b583-efb499ec096d 2026-06-10 10:56:56.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38da6633-cb3c-4d54-a9b8-58fd5ddf399b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: d28ce4d5-bc59-48f2-b583-efb499ec096d 2026-06-10 10:56:56.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-38da6633-cb3c-4d54-a9b8-58fd5ddf399b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: e7d15562-0a9f-4a75-9c80-4a109c6e4378 2026-06-10 10:56:56.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38da6633-cb3c-4d54-a9b8-58fd5ddf399b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: e7d15562-0a9f-4a75-9c80-4a109c6e4378 2026-06-10 10:56:56.692 8 INFO neutron.db.l3_hamode_db [None req-38da6633-cb3c-4d54-a9b8-58fd5ddf399b d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network 86b09343-5cd8-4066-b0de-1a47aea11f03 was deleted as no HA routers are present in tenant 8aa5a5e42cf449b3b3a5f2c1eee64d74. [pid: 8|app: 0|req: 1179/2459] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:56:55 2026] DELETE /v2.0/routers/5b115ee9-dd64-4ff8-a4fb-899ef276e6a1 => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:56:56.805 8 INFO neutron.services.segments.plugin [-] Segment b24091c8-5901-426f-bc49-0cad4879230a resource provider aggregate not found 2026-06-10 10:56:56.810 8 INFO neutron.services.segments.plugin [-] Segment b24091c8-5901-426f-bc49-0cad4879230a resource provider aggregate not found 2026-06-10 10:56:56.828 8 INFO neutron.services.segments.plugin [-] Segment b24091c8-5901-426f-bc49-0cad4879230a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b24091c8-5901-426f-bc49-0cad4879230a found for delete ", "request_id": "req-8b75862c-4042-4ad4-9565-b1f9db3453aa"}]} 2026-06-10 10:56:56.829 8 INFO neutron.services.segments.plugin [-] Segment b24091c8-5901-426f-bc49-0cad4879230a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b24091c8-5901-426f-bc49-0cad4879230a found for delete ", "request_id": "req-91ef9ee7-1056-4a5a-b452-f53fc599fefa"}]} [pid: 7|app: 0|req: 1281/2460] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:56:56 2026] DELETE /v2.0/subnets/85acdfc2-aefd-43b0-b5a4-3bd77ed2cd94 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:56:56.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2237615-5d01-4833-9e2e-87342c35e76f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 65e4ff06-36d5-473c-9db3-c8f97e6d5081 2026-06-10 10:56:56.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2237615-5d01-4833-9e2e-87342c35e76f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 65e4ff06-36d5-473c-9db3-c8f97e6d5081 [pid: 8|app: 0|req: 1180/2461] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:56:56 2026] DELETE /v2.0/networks/09c7f78e-e51a-4e11-a6a4-5b567fa29d6b => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:56:57.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-740da202-75aa-4235-ada4-a1dc3d2b5455 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 73a6d3bb-a1c3-4492-8d47-0ffc3cb7ab61 2026-06-10 10:56:57.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-740da202-75aa-4235-ada4-a1dc3d2b5455 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 73a6d3bb-a1c3-4492-8d47-0ffc3cb7ab61 [pid: 7|app: 0|req: 1282/2462] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:56:57 2026] PUT /v2.0/routers/d819dfa6-3036-46eb-90bd-064470827a10/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:56:58.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d1e76a6-ff27-4a6b-8527-cb95051b2e26 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: c73baea3-a682-4c42-80f7-dbe3000afd4e 2026-06-10 10:56:58.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1e76a6-ff27-4a6b-8527-cb95051b2e26 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: c73baea3-a682-4c42-80f7-dbe3000afd4e 2026-06-10 10:56:58.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d1e76a6-ff27-4a6b-8527-cb95051b2e26 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 0aebfcb6-3e8e-4ad0-9a52-5bc69308489a 2026-06-10 10:56:58.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1e76a6-ff27-4a6b-8527-cb95051b2e26 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 0aebfcb6-3e8e-4ad0-9a52-5bc69308489a 2026-06-10 10:56:58.854 8 INFO neutron.services.segments.plugin [-] Segment 1dc65e2c-f9a7-48ec-9777-6495abdc6411 resource provider aggregate not found 2026-06-10 10:56:58.855 8 INFO neutron.services.segments.plugin [-] Segment 1dc65e2c-f9a7-48ec-9777-6495abdc6411 resource provider aggregate not found 2026-06-10 10:56:58.870 8 INFO neutron.services.segments.plugin [-] Segment 1dc65e2c-f9a7-48ec-9777-6495abdc6411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dc65e2c-f9a7-48ec-9777-6495abdc6411 found for delete ", "request_id": "req-1a64fddb-b080-4dee-90ef-0ea21241fffd"}]} 2026-06-10 10:56:58.873 8 INFO neutron.services.segments.plugin [-] Segment 1dc65e2c-f9a7-48ec-9777-6495abdc6411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dc65e2c-f9a7-48ec-9777-6495abdc6411 found for delete ", "request_id": "req-36fbf80e-c543-43e7-a51c-49b384c2e095"}]} 2026-06-10 10:56:58.971 8 INFO neutron.db.l3_hamode_db [None req-4d1e76a6-ff27-4a6b-8527-cb95051b2e26 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] HA network 3681149c-20b6-433f-81ce-65bbd2bb0370 was deleted as no HA routers are present in tenant ddbc8d732f414707a02e23c31dcb08d8. [pid: 8|app: 0|req: 1181/2463] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:56:58 2026] DELETE /v2.0/routers/d819dfa6-3036-46eb-90bd-064470827a10 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2464] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:56:58 2026] DELETE /v2.0/subnets/1c37dfa7-165f-46dc-a52e-6ed5f35bb4e4 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:56:59.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-c64f8a80-e28b-4f03-8b24-db29405cf75d d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: a8fe1d27-76e4-4b52-b664-b5425d3dec34 2026-06-10 10:56:59.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c64f8a80-e28b-4f03-8b24-db29405cf75d d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: a8fe1d27-76e4-4b52-b664-b5425d3dec34 [pid: 8|app: 0|req: 1182/2465] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:56:59 2026] DELETE /v2.0/networks/aade5f6f-2c66-4217-9ac1-6829dbaa62e3 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2466] 10.0.0.216 () {30 vars in 690 bytes} [Wed Jun 10 10:56:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2467] 10.0.0.216 () {30 vars in 692 bytes} [Wed Jun 10 10:56:59 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: 1285/2468] 10.0.0.216 () {30 vars in 668 bytes} [Wed Jun 10 10:56:59 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: 8|app: 0|req: 1184/2469] 10.0.0.216 () {30 vars in 704 bytes} [Wed Jun 10 10:56:59 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: 1286/2470] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:56:59 2026] GET /v2.0/security-groups?tenant_id=ddbc8d732f414707a02e23c31dcb08d8&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2471] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:56:59 2026] DELETE /v2.0/security-groups/0b386b15-f7f3-4fee-980c-f091c3acb07c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2472] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:00 2026] GET /v2.0/security-groups?tenant_id=8aa5a5e42cf449b3b3a5f2c1eee64d74&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2473] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:00 2026] DELETE /v2.0/security-groups/d73f7d53-f362-4147-a1cd-9028bb23f342 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2474] 10.0.0.216 () {28 vars in 439 bytes} [Wed Jun 10 10:57:00 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2475] 10.0.0.216 () {30 vars in 728 bytes} [Wed Jun 10 10:57:00 2026] GET /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 656 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:57:00.890 8 INFO neutron.services.segments.plugin [-] Segment 04423d88-09a0-4a37-b135-46e3394d636f resource provider aggregate not found 2026-06-10 10:57:00.891 8 INFO neutron.services.segments.plugin [-] Segment 04423d88-09a0-4a37-b135-46e3394d636f resource provider aggregate not found 2026-06-10 10:57:00.906 8 INFO neutron.services.segments.plugin [-] Segment 04423d88-09a0-4a37-b135-46e3394d636f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04423d88-09a0-4a37-b135-46e3394d636f found for delete ", "request_id": "req-6b1ed896-d276-4c74-9cc6-03da497c992c"}]} 2026-06-10 10:57:00.909 8 INFO neutron.services.segments.plugin [-] Segment 04423d88-09a0-4a37-b135-46e3394d636f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04423d88-09a0-4a37-b135-46e3394d636f found for delete ", "request_id": "req-25d67de5-e9b9-4d04-b3f8-128744eb2506"}]} 2026-06-10 10:57:00.921 8 INFO neutron.services.segments.plugin [-] Segment 295bd0d5-0fb1-4146-bd52-aae078489f1b resource provider aggregate not found 2026-06-10 10:57:00.925 8 INFO neutron.services.segments.plugin [-] Segment 295bd0d5-0fb1-4146-bd52-aae078489f1b resource provider aggregate not found 2026-06-10 10:57:00.936 8 INFO neutron.services.segments.plugin [-] Segment 295bd0d5-0fb1-4146-bd52-aae078489f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295bd0d5-0fb1-4146-bd52-aae078489f1b found for delete ", "request_id": "req-f21051a1-a2c0-49cf-8d2e-c798ef177c37"}]} 2026-06-10 10:57:00.939 8 INFO neutron.services.segments.plugin [-] Segment 295bd0d5-0fb1-4146-bd52-aae078489f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295bd0d5-0fb1-4146-bd52-aae078489f1b found for delete ", "request_id": "req-a1f69e73-5f56-44c8-b8df-91aff72413e3"}]} [pid: 7|app: 0|req: 1289/2476] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:01 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: 1188/2477] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:01 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: 1290/2478] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:01 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: 1189/2479] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2480] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:01 2026] GET /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2481] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:01 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2482] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:01 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: 1191/2483] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:01 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: 1293/2484] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:01 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: 1192/2485] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:01 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: 1294/2486] 199.204.45.25 () {34 vars in 716 bytes} [Wed Jun 10 10:57:01 2026] POST /v2.0/ports => generated 1324 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2487] 10.0.0.32 () {34 vars in 970 bytes} [Wed Jun 10 10:57:02 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1324 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1295/2488] 199.204.45.25 () {34 vars in 1261 bytes} [Wed Jun 10 10:57:03 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2489] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:04 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2490] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:04 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:57:04.249 8 INFO neutron.db.segments_db [None req-2a8ccfce-ced7-4b6a-98fe-5dbbb1349e6e 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] Added segment fbf990c5-b672-4d1d-b1f6-c2842dab0f3a of type vxlan for network c55dee49-05d8-49bb-a997-22e7784a8e8a [pid: 8|app: 0|req: 1194/2491] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:03 2026] POST /v2.0/networks => generated 708 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2492] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:57:04 2026] POST /v2.0/subnets => generated 644 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:57:04.567 8 WARNING neutron.api.v2.base [None req-96217a53-12d0-4214-8e55-e5d056500027 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - 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 10:57:04.567 8 INFO neutron.api.v2.resource [None req-96217a53-12d0-4214-8e55-e5d056500027 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1195/2493] 10.0.0.218 () {34 vars in 681 bytes} [Wed Jun 10 10:57:04 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2494] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:04 2026] DELETE /v2.0/networks/c55dee49-05d8-49bb-a997-22e7784a8e8a => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:57:04.812 8 INFO neutron.db.segments_db [None req-5b42d88a-6768-4118-83fa-75763f02dd4c 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] Added segment 78be5611-444c-49d8-ad16-d9315f68dded of type vxlan for network 2e846b66-d471-49cf-b679-c6108acd759d [pid: 7|app: 0|req: 1300/2495] 199.204.45.25 () {34 vars in 974 bytes} [Wed Jun 10 10:57:04 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1324 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:04.830 7 INFO neutron.services.segments.plugin [-] Segment fbf990c5-b672-4d1d-b1f6-c2842dab0f3a resource provider aggregate not found 2026-06-10 10:57:04.842 7 INFO neutron.services.segments.plugin [-] Segment fbf990c5-b672-4d1d-b1f6-c2842dab0f3a resource provider aggregate not found 2026-06-10 10:57:04.854 7 INFO neutron.services.segments.plugin [-] Segment fbf990c5-b672-4d1d-b1f6-c2842dab0f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbf990c5-b672-4d1d-b1f6-c2842dab0f3a found for delete ", "request_id": "req-d6f798ff-7281-4b84-9fa8-75c2d504402d"}]} 2026-06-10 10:57:04.865 7 INFO neutron.services.segments.plugin [-] Segment fbf990c5-b672-4d1d-b1f6-c2842dab0f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbf990c5-b672-4d1d-b1f6-c2842dab0f3a found for delete ", "request_id": "req-ddf145e6-bca1-41e9-8102-de5249e57812"}]} [pid: 8|app: 0|req: 1196/2496] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:04 2026] POST /v2.0/networks => generated 707 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2497] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:04 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2498] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:57:04 2026] POST /v2.0/subnets => generated 647 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:57:05.081 8 WARNING neutron.api.v2.base [None req-2f5c804d-3efc-4d4d-be45-531aa62d0c8f 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - 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 10:57:05.081 8 INFO neutron.api.v2.resource [None req-2f5c804d-3efc-4d4d-be45-531aa62d0c8f 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1198/2499] 10.0.0.218 () {34 vars in 681 bytes} [Wed Jun 10 10:57:05 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-10 10:57:05.253 8 INFO neutron.services.segments.plugin [-] Segment 78be5611-444c-49d8-ad16-d9315f68dded resource provider aggregate not found 2026-06-10 10:57:05.258 8 INFO neutron.services.segments.plugin [-] Segment 78be5611-444c-49d8-ad16-d9315f68dded resource provider aggregate not found 2026-06-10 10:57:05.278 8 INFO neutron.services.segments.plugin [-] Segment 78be5611-444c-49d8-ad16-d9315f68dded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78be5611-444c-49d8-ad16-d9315f68dded found for delete ", "request_id": "req-bfabf946-4a04-43da-ab18-f7a3c45d2960"}]} 2026-06-10 10:57:05.279 8 INFO neutron.services.segments.plugin [-] Segment 78be5611-444c-49d8-ad16-d9315f68dded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78be5611-444c-49d8-ad16-d9315f68dded found for delete ", "request_id": "req-194cc54b-7a8a-498e-86fc-8faf55646fd7"}]} [pid: 8|app: 0|req: 1199/2500] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:05 2026] DELETE /v2.0/networks/2e846b66-d471-49cf-b679-c6108acd759d => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:57:05.335 8 INFO neutron.db.segments_db [None req-72aa3359-b34c-48b6-8e33-4dd3ca64d8ee 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] Added segment 4fdf3905-9a55-471c-900f-95d4aef04a5c of type vxlan for network fc6ec89b-1cb2-41c7-bb3f-e02601a7ba02 [pid: 7|app: 0|req: 1302/2501] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:57:04 2026] PUT /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1514 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:05.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50c4d157-71cf-4390-a1a6-315f1f68d1da'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': 'f2d04308-b86c-405e-9f13-bd9f7662144d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1200/2502] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:05 2026] POST /v2.0/networks => generated 708 bytes in 123 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: 1303/2503] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:57:05 2026] POST /v2.0/subnets => generated 647 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2504] 10.0.0.218 () {34 vars in 681 bytes} [Wed Jun 10 10:57:05 2026] POST /v2.0/rbac-policies => generated 324 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2505] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:05 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4086 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2506] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:05 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2507] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.92&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => 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: 1203/2508] 199.204.45.25 () {34 vars in 1103 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21e&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => 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: 1306/2509] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/subnets?id=6f784862-cc1e-4eff-93bc-cf53f13e2d57&id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2510] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2511] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2512] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1206/2513] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2514] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/networks/fc6ec89b-1cb2-41c7-bb3f-e02601a7ba02 => generated 655 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:57:06.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb6590e1-2412-43ca-812b-24698496fbd2 db0f3813d53f4d538016d8d50be7704e ca1e452da95640bc8630803786657c8d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1207/2515] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:57:06 2026] GET /v2.0/networks/fc6ec89b-1cb2-41c7-bb3f-e02601a7ba02 => generated 138 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:57:06.882 7 INFO neutron.services.segments.plugin [-] Segment 4fdf3905-9a55-471c-900f-95d4aef04a5c resource provider aggregate not found 2026-06-10 10:57:06.889 7 INFO neutron.services.segments.plugin [-] Segment 4fdf3905-9a55-471c-900f-95d4aef04a5c resource provider aggregate not found [pid: 7|app: 0|req: 1309/2516] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:06 2026] DELETE /v2.0/networks/fc6ec89b-1cb2-41c7-bb3f-e02601a7ba02 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:57:06.900 7 INFO neutron.services.segments.plugin [-] Segment 4fdf3905-9a55-471c-900f-95d4aef04a5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fdf3905-9a55-471c-900f-95d4aef04a5c found for delete ", "request_id": "req-fe3fef3f-d1ed-4020-95c1-d52ab417cddd"}]} 2026-06-10 10:57:06.911 7 INFO neutron.services.segments.plugin [-] Segment 4fdf3905-9a55-471c-900f-95d4aef04a5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fdf3905-9a55-471c-900f-95d4aef04a5c found for delete ", "request_id": "req-8c144f51-1c43-4c5d-ace4-8d7d85474ccc"}]} 2026-06-10 10:57:06.915 8 INFO neutron.pecan_wsgi.hooks.translation [None req-edf44fb4-aca9-41c6-8567-543781adfd09 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1208/2517] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:57:06 2026] DELETE /v2.0/subnets/3923fe15-f207-4502-a007-2483e24e253d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:57:06.934 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8752dea-da58-4191-bc16-093e28b06056 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1310/2518] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:57:06 2026] DELETE /v2.0/subnets/1e9a20bb-9245-4b18-937b-0ad02dd84e44 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:57:06.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0dea1b3-2d5e-4508-b492-d4aceb9d287d 23811762a0824ffea973f2f452f0a206 403b1ede9fe1461a825b15c2cefde8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1209/2519] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:57:06 2026] DELETE /v2.0/subnets/a5f60a7d-0d3a-4e12-9133-7e64f4d04c87 => 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: 1311/2520] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4086 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2521] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.82&port_id=8c9083c8-87fa-4496-9ff8-e11acda6bf7d => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2522] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/subnets?id=c3c5fa87-9c56-460c-ad45-e1667c81a41f => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2523] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/ports?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&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: 1313/2524] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1212/2525] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2526] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1213/2527] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2528] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2529] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2530] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?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: 1215/2531] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.92&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2532] 199.204.45.25 () {34 vars in 1103 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21e&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2533] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/subnets?id=6f784862-cc1e-4eff-93bc-cf53f13e2d57&id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2534] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2535] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2538] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1324/2539] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1216/2540] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:07 2026] GET /v2.0/security-groups?tenant_id=7f1026b56fc34a67bc46aa49b7c06195&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: 1325/2541] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:08 2026] DELETE /v2.0/security-groups/4265dd6f-fe05-480a-a95e-f5587eb75293 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2542] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:08 2026] GET /v2.0/security-groups?tenant_id=ca1e452da95640bc8630803786657c8d&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: 1326/2543] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:08 2026] DELETE /v2.0/security-groups/cf0139d0-7e6c-404c-9a29-0e8f1df84d0e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2544] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:08 2026] GET /v2.0/security-groups?tenant_id=403b1ede9fe1461a825b15c2cefde8ba&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: 1327/2545] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:08 2026] DELETE /v2.0/security-groups/25bf802f-ac94-4ae8-bca1-da7595bd5426 => 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: 1219/2546] 10.0.0.32 () {34 vars in 970 bytes} [Wed Jun 10 10:57:11 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1514 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2547] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:11 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2548] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2549] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/subnets/6f784862-cc1e-4eff-93bc-cf53f13e2d57 => generated 744 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2550] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:12 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: 1330/2551] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:12 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: 1222/2552] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:12 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: 1331/2553] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:12 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: 1223/2554] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2555] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => 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: 1224/2556] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1344 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2557] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2558] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2559] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2560] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:12 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2561] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:57:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2562] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:57:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2563] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:57:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2564] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:57:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2565] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:57:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2566] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:57:13 2026] PUT /v2.0/subnetpools/72cb97c0-098b-442d-829d-91e152f7338a/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2567] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:57:13 2026] PUT /v2.0/subnetpools/58232e11-2411-41bc-a110-3eed58a8ad7f/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2568] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:57:13 2026] PUT /v2.0/subnetpools/aa7bf56c-1d3e-4d90-abe3-3d90434366a2/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2569] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:57:13 2026] PUT /v2.0/subnetpools/cfb2cba8-d946-4c5a-9de8-8a1c9b16a424/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2570] 10.0.0.218 () {32 vars in 672 bytes} [Wed Jun 10 10:57:13 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: 7|app: 0|req: 1340/2571] 10.0.0.218 () {32 vars in 686 bytes} [Wed Jun 10 10:57:13 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2572] 10.0.0.218 () {32 vars in 682 bytes} [Wed Jun 10 10:57:13 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2573] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:57:13 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2574] 10.0.0.218 () {32 vars in 680 bytes} [Wed Jun 10 10:57:13 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2575] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:57:13 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2576] 10.0.0.218 () {32 vars in 690 bytes} [Wed Jun 10 10:57:13 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2577] 10.0.0.218 () {32 vars in 702 bytes} [Wed Jun 10 10:57:13 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2578] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:57:13 2026] DELETE /v2.0/subnetpools/72cb97c0-098b-442d-829d-91e152f7338a => 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: 1344/2579] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:57:13 2026] DELETE /v2.0/subnetpools/58232e11-2411-41bc-a110-3eed58a8ad7f => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2580] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:57:13 2026] DELETE /v2.0/subnetpools/aa7bf56c-1d3e-4d90-abe3-3d90434366a2 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2581] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:57:13 2026] DELETE /v2.0/subnetpools/cfb2cba8-d946-4c5a-9de8-8a1c9b16a424 => 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: 1237/2582] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:57:13 2026] DELETE /v2.0/subnetpools/c7f9d9b2-d223-468b-85be-46c16b4095f4 => 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: 1346/2583] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:14 2026] GET /v2.0/security-groups?tenant_id=ef90cffa15554eaeb3f76b945ed6fa5a&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2584] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:15 2026] DELETE /v2.0/security-groups/6e845d91-f4e3-4d21-8fb4-890ac6d196a4 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2585] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:15 2026] GET /v2.0/security-groups?tenant_id=ff6b97ae2ba74e8b92604802874578fd&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2586] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:15 2026] DELETE /v2.0/security-groups/6a272f56-6b55-4178-8e92-ec5555bb5791 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2587] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:15 2026] GET /v2.0/security-groups?tenant_id=aea00e40c0f34a4ca33908746207b878&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2588] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:15 2026] DELETE /v2.0/security-groups/73702eb3-9795-46df-b03e-13c9518bd350 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:57:20.293 7 INFO neutron.db.segments_db [None req-43be9189-aa98-472f-886c-ae591e9d36b7 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Added segment ea1df254-3c27-4781-93d3-a7cfc62191d8 of type vxlan for network f679b854-69e0-4536-8b30-aa14c8f9c9c4 [pid: 7|app: 0|req: 1349/2589] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:19 2026] POST /v2.0/networks => generated 613 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2590] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:57:20 2026] POST /v2.0/ports => generated 743 bytes in 323 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: 1242/2591] 10.0.0.216 () {30 vars in 690 bytes} [Wed Jun 10 10:57:20 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: 1350/2592] 10.0.0.218 () {34 vars in 666 bytes} [Wed Jun 10 10:57:20 2026] POST /v2.0/trunks => generated 407 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2593] 10.0.0.216 () {30 vars in 692 bytes} [Wed Jun 10 10:57:20 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: 1244/2594] 10.0.0.216 () {30 vars in 668 bytes} [Wed Jun 10 10:57:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2595] 10.0.0.216 () {30 vars in 704 bytes} [Wed Jun 10 10:57:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:57:20.992 7 INFO neutron.db.segments_db [None req-1bdc61bd-c0a9-4802-ada6-787a1f3f97f1 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Added segment 86abcdfb-80db-4315-8892-fac4f3c4fc19 of type vxlan for network ac554bd5-a971-4395-b73f-462a2cc0acd0 [pid: 7|app: 0|req: 1351/2596] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:20 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2597] 10.0.0.216 () {28 vars in 439 bytes} [Wed Jun 10 10:57:21 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: 1353/2598] 10.0.0.216 () {30 vars in 728 bytes} [Wed Jun 10 10:57:21 2026] GET /v2.0/subnets/6d306fbe-3543-414d-96c7-8438423a0065 => generated 655 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2599] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:57:21 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2600] 10.0.0.218 () {34 vars in 666 bytes} [Wed Jun 10 10:57:21 2026] POST /v2.0/trunks => generated 407 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, ' 2026-06-10 10:57:21.625 8 INFO neutron.db.segments_db [None req-784b6d9e-a6cf-4d11-b0b6-7d09bde10294 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Added segment bdd5bb11-3a0c-45ba-a3ac-fbe4fd38ae8f of type vxlan for network ffebe54b-e7e9-4c8a-b891-bfc0ebc2f7cf [pid: 8|app: 0|req: 1247/2601] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:21 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2602] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:57:21 2026] POST /v2.0/ports => generated 743 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1356/2603] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:22 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: 1357/2604] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2605] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:22 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: 1359/2606] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2607] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2608] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/subnets/6d306fbe-3543-414d-96c7-8438423a0065 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2609] 10.0.0.218 () {34 vars in 666 bytes} [Wed Jun 10 10:57:22 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2610] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4088 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:22.286 8 INFO neutron.db.segments_db [None req-aa6c217d-61f5-461e-b145-e1b21070a2b9 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Added segment 925b66b6-94a5-4b73-b446-fccadc077fd1 of type vxlan for network 64ad323b-bf4f-4ddf-a574-be6cb8e7715a [pid: 8|app: 0|req: 1249/2611] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:22 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2612] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:22 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: 1251/2613] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:22 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: 1252/2614] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2615] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2616] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:57:22 2026] POST /v2.0/ports => generated 743 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1254/2617] 199.204.45.25 () {34 vars in 716 bytes} [Wed Jun 10 10:57:22 2026] POST /v2.0/ports => generated 1332 bytes in 338 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: 1364/2618] 10.0.0.218 () {34 vars in 666 bytes} [Wed Jun 10 10:57:22 2026] POST /v2.0/trunks => generated 407 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2619] 10.0.0.32 () {34 vars in 970 bytes} [Wed Jun 10 10:57:22 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:22.891 7 INFO neutron.db.segments_db [None req-a7bb064d-8236-4abe-8899-1964f30a5572 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Added segment af2f2feb-b629-4090-93a1-e53a27ff5a9b of type vxlan for network e439c5e4-7e4d-4095-ac74-e99180a5f79d [pid: 7|app: 0|req: 1365/2622] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:57:22 2026] POST /v2.0/networks => generated 612 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2623] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:57:22 2026] POST /v2.0/ports => generated 743 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2624] 10.0.0.218 () {34 vars in 666 bytes} [Wed Jun 10 10:57:23 2026] POST /v2.0/trunks => generated 407 bytes in 124 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: 1259/2625] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:57:23 2026] PUT /v2.0/trunks/46ddb7af-18a3-4d2c-84aa-9bea36d4f0d2/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2626] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:57:23 2026] PUT /v2.0/trunks/e0853cae-3e6c-418f-8826-90d90be4fd53/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2627] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:57:23 2026] PUT /v2.0/trunks/89e3a20e-5e7e-45bf-9ce2-2442618975fa/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: 1368/2628] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 10:57:23 2026] PUT /v2.0/trunks/eb7eeb98-cd9f-47a5-99c8-54c6d688cffb/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2629] 10.0.0.218 () {32 vars in 662 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2630] 10.0.0.218 () {32 vars in 676 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks?tags=red%2Cblue => 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: 1262/2631] 10.0.0.218 () {32 vars in 672 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks?tags-any=blue => 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: 1370/2632] 10.0.0.218 () {32 vars in 684 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2633] 10.0.0.218 () {32 vars in 670 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2634] 10.0.0.218 () {32 vars in 684 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2635] 10.0.0.218 () {32 vars in 680 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2636] 10.0.0.218 () {32 vars in 692 bytes} [Wed Jun 10 10:57:23 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: 8|app: 0|req: 1265/2637] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks/46ddb7af-18a3-4d2c-84aa-9bea36d4f0d2 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2638] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/ports/81e97619-5179-4741-af07-33d36502edbb => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2639] 199.204.45.25 () {34 vars in 1261 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2640] 10.0.0.218 () {32 vars in 722 bytes} [Wed Jun 10 10:57:23 2026] DELETE /v2.0/trunks/46ddb7af-18a3-4d2c-84aa-9bea36d4f0d2 => 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: 1375/2641] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 1267/2642] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/trunks/e0853cae-3e6c-418f-8826-90d90be4fd53 => 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: 1376/2643] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2644] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:57:23 2026] GET /v2.0/ports/3478e3b5-17cd-4a89-8523-7978038ba9de => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2645] 10.0.0.218 () {32 vars in 722 bytes} [Wed Jun 10 10:57:24 2026] DELETE /v2.0/trunks/e0853cae-3e6c-418f-8826-90d90be4fd53 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2646] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/trunks/89e3a20e-5e7e-45bf-9ce2-2442618975fa => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2647] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/ports/40c78a40-8b23-4b50-b407-9c561794ae15 => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2648] 10.0.0.218 () {32 vars in 722 bytes} [Wed Jun 10 10:57:24 2026] DELETE /v2.0/trunks/89e3a20e-5e7e-45bf-9ce2-2442618975fa => 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: 1379/2649] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/trunks/eb7eeb98-cd9f-47a5-99c8-54c6d688cffb => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2650] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/ports/5dfede63-2afc-4ccb-83c7-6636667f4d9f => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2651] 10.0.0.218 () {32 vars in 722 bytes} [Wed Jun 10 10:57:24 2026] DELETE /v2.0/trunks/eb7eeb98-cd9f-47a5-99c8-54c6d688cffb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2652] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/trunks/da4a777d-ce79-4195-9344-f5af9f70075c => 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: 1273/2653] 199.204.45.25 () {34 vars in 974 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2654] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/ports/6d222d8c-2ae9-46f0-b359-788976944cfc => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2655] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:24 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2656] 10.0.0.218 () {32 vars in 722 bytes} [Wed Jun 10 10:57:24 2026] DELETE /v2.0/trunks/da4a777d-ce79-4195-9344-f5af9f70075c => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:57:24.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-efe24126-46e9-4fb0-8fc0-f0e79801a86a f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] TaaS: Handle Delete Port: 81e97619-5179-4741-af07-33d36502edbb 2026-06-10 10:57:24.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efe24126-46e9-4fb0-8fc0-f0e79801a86a f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Tap Mirror: Handle Delete Port: 81e97619-5179-4741-af07-33d36502edbb [pid: 7|app: 0|req: 1383/2657] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:57:24 2026] DELETE /v2.0/ports/81e97619-5179-4741-af07-33d36502edbb => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:57:24.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9f572c2-242b-4f37-8bd2-acd27ba36f3b f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] TaaS: Handle Delete Port: 3478e3b5-17cd-4a89-8523-7978038ba9de 2026-06-10 10:57:24.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9f572c2-242b-4f37-8bd2-acd27ba36f3b f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Tap Mirror: Handle Delete Port: 3478e3b5-17cd-4a89-8523-7978038ba9de [pid: 7|app: 0|req: 1384/2658] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:57:24 2026] DELETE /v2.0/ports/3478e3b5-17cd-4a89-8523-7978038ba9de => 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: 1275/2659] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:57:24 2026] PUT /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1522 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:25.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-e89033da-8111-4013-af72-66454f22dfe4 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] TaaS: Handle Delete Port: 40c78a40-8b23-4b50-b407-9c561794ae15 2026-06-10 10:57:25.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e89033da-8111-4013-af72-66454f22dfe4 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Tap Mirror: Handle Delete Port: 40c78a40-8b23-4b50-b407-9c561794ae15 [pid: 7|app: 0|req: 1385/2660] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:57:25 2026] DELETE /v2.0/ports/40c78a40-8b23-4b50-b407-9c561794ae15 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:57:25.233 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d92a20e-3cd4-4b1f-8338-2012539997a3'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': '6b337222-9715-43df-98c1-9f21456a5c81', '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 10:57:25.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-b75dcd60-3460-408e-8ad6-99a55098fced f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] TaaS: Handle Delete Port: 5dfede63-2afc-4ccb-83c7-6636667f4d9f 2026-06-10 10:57:25.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75dcd60-3460-408e-8ad6-99a55098fced f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Tap Mirror: Handle Delete Port: 5dfede63-2afc-4ccb-83c7-6636667f4d9f [pid: 8|app: 0|req: 1276/2661] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:57:25 2026] DELETE /v2.0/ports/5dfede63-2afc-4ccb-83c7-6636667f4d9f => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:57:25.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-5448f426-e742-41c9-8cd4-64264feb7433 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] TaaS: Handle Delete Port: 6d222d8c-2ae9-46f0-b359-788976944cfc 2026-06-10 10:57:25.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5448f426-e742-41c9-8cd4-64264feb7433 f41b3b7a117b4d6b9d7871bd5f2a4fb8 89002e33f8574e66ab566f1696cceda2 - - default default] Tap Mirror: Handle Delete Port: 6d222d8c-2ae9-46f0-b359-788976944cfc [pid: 7|app: 0|req: 1386/2662] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:57:25 2026] DELETE /v2.0/ports/6d222d8c-2ae9-46f0-b359-788976944cfc => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:57:25.755 8 INFO neutron.services.segments.plugin [-] Segment ea1df254-3c27-4781-93d3-a7cfc62191d8 resource provider aggregate not found 2026-06-10 10:57:25.760 8 INFO neutron.services.segments.plugin [-] Segment ea1df254-3c27-4781-93d3-a7cfc62191d8 resource provider aggregate not found 2026-06-10 10:57:25.774 8 INFO neutron.services.segments.plugin [-] Segment ea1df254-3c27-4781-93d3-a7cfc62191d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea1df254-3c27-4781-93d3-a7cfc62191d8 found for delete ", "request_id": "req-f7053620-6aab-4d48-a51c-54243797ef30"}]} 2026-06-10 10:57:25.775 8 INFO neutron.services.segments.plugin [-] Segment ea1df254-3c27-4781-93d3-a7cfc62191d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea1df254-3c27-4781-93d3-a7cfc62191d8 found for delete ", "request_id": "req-1a4edc10-7447-4725-90e7-b6b33238c985"}]} [pid: 8|app: 0|req: 1277/2663] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:25 2026] DELETE /v2.0/networks/f679b854-69e0-4536-8b30-aa14c8f9c9c4 => 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: 1387/2664] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:25 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 5602 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2665] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:25 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2666] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:57:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.144&port_id=6b337222-9715-43df-98c1-9f21456a5c81 => 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: 1390/2667] 199.204.45.25 () {34 vars in 1105 bytes} [Wed Jun 10 10:57:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A245&port_id=6b337222-9715-43df-98c1-9f21456a5c81 => 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: 1278/2668] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:25 2026] DELETE /v2.0/networks/ac554bd5-a971-4395-b73f-462a2cc0acd0 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2669] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:57:25 2026] GET /v2.0/subnets?id=8dc30ff1-4bdd-48e8-adf4-14ad4b766c20&id=6d306fbe-3543-414d-96c7-8438423a0065 => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2670] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:25 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2671] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:26 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&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: 1279/2672] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:25 2026] DELETE /v2.0/networks/ffebe54b-e7e9-4c8a-b891-bfc0ebc2f7cf => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2673] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:26 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 1281/2674] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:26 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:57:26.186 7 INFO neutron.services.segments.plugin [-] Segment 925b66b6-94a5-4b73-b446-fccadc077fd1 resource provider aggregate not found 2026-06-10 10:57:26.187 7 INFO neutron.services.segments.plugin [-] Segment 925b66b6-94a5-4b73-b446-fccadc077fd1 resource provider aggregate not found 2026-06-10 10:57:26.211 7 INFO neutron.services.segments.plugin [-] Segment 925b66b6-94a5-4b73-b446-fccadc077fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 925b66b6-94a5-4b73-b446-fccadc077fd1 found for delete ", "request_id": "req-a834cf85-0688-4710-b0d6-6536917a1592"}]} 2026-06-10 10:57:26.212 7 INFO neutron.services.segments.plugin [-] Segment 925b66b6-94a5-4b73-b446-fccadc077fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 925b66b6-94a5-4b73-b446-fccadc077fd1 found for delete ", "request_id": "req-6a0762a1-89a0-43b6-b86c-0bf6832b6f32"}]} [pid: 7|app: 0|req: 1394/2675] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:26 2026] DELETE /v2.0/networks/64ad323b-bf4f-4ddf-a574-be6cb8e7715a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2676] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:57:26 2026] DELETE /v2.0/networks/e439c5e4-7e4d-4095-ac74-e99180a5f79d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2677] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 5602 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2678] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.82&port_id=8c9083c8-87fa-4496-9ff8-e11acda6bf7d => 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: 1285/2679] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/subnets?id=c3c5fa87-9c56-460c-ad45-e1667c81a41f => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2680] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/ports?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&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: 1395/2681] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/security-groups?tenant_id=89002e33f8574e66ab566f1696cceda2&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2682] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1397/2683] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1287/2684] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:27 2026] DELETE /v2.0/security-groups/a68fd6fd-111c-4708-b68c-1802ffaa8c17 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2685] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1288/2686] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2687] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&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: 1400/2688] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2689] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2690] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.92&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2691] 199.204.45.25 () {34 vars in 1103 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21e&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => 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: 1289/2692] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/security-groups?tenant_id=2e3d9584e0054d829f5334d8e47218b7&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2693] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/subnets?id=6f784862-cc1e-4eff-93bc-cf53f13e2d57&id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2694] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:27.796 8 INFO neutron.services.segments.plugin [-] Segment 86abcdfb-80db-4315-8892-fac4f3c4fc19 resource provider aggregate not found [pid: 8|app: 0|req: 1290/2695] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:27 2026] DELETE /v2.0/security-groups/07196753-76e4-44b2-8c4b-8bcd78854eed => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:57:27.805 8 INFO neutron.services.segments.plugin [-] Segment 86abcdfb-80db-4315-8892-fac4f3c4fc19 resource provider aggregate not found [pid: 7|app: 0|req: 1406/2696] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:27.828 8 INFO neutron.services.segments.plugin [-] Segment 86abcdfb-80db-4315-8892-fac4f3c4fc19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86abcdfb-80db-4315-8892-fac4f3c4fc19 found for delete ", "request_id": "req-cf9b835e-11a7-4d56-9509-5489e26eec2f"}]} 2026-06-10 10:57:27.828 8 INFO neutron.services.segments.plugin [-] Segment 86abcdfb-80db-4315-8892-fac4f3c4fc19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86abcdfb-80db-4315-8892-fac4f3c4fc19 found for delete ", "request_id": "req-3f15797c-149d-4e94-a77e-7801704b4e25"}]} 2026-06-10 10:57:27.851 8 INFO neutron.services.segments.plugin [-] Segment bdd5bb11-3a0c-45ba-a3ac-fbe4fd38ae8f resource provider aggregate not found 2026-06-10 10:57:27.855 8 INFO neutron.services.segments.plugin [-] Segment bdd5bb11-3a0c-45ba-a3ac-fbe4fd38ae8f resource provider aggregate not found 2026-06-10 10:57:27.870 8 INFO neutron.services.segments.plugin [-] Segment bdd5bb11-3a0c-45ba-a3ac-fbe4fd38ae8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd5bb11-3a0c-45ba-a3ac-fbe4fd38ae8f found for delete ", "request_id": "req-42f40278-4707-4c89-9f3e-2fd5a5db7024"}]} 2026-06-10 10:57:27.877 8 INFO neutron.services.segments.plugin [-] Segment bdd5bb11-3a0c-45ba-a3ac-fbe4fd38ae8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd5bb11-3a0c-45ba-a3ac-fbe4fd38ae8f found for delete ", "request_id": "req-faec877c-f547-456a-8ca4-6a2f2b77d3ff"}]} 2026-06-10 10:57:27.891 8 INFO neutron.services.segments.plugin [-] Segment af2f2feb-b629-4090-93a1-e53a27ff5a9b resource provider aggregate not found 2026-06-10 10:57:27.900 8 INFO neutron.services.segments.plugin [-] Segment af2f2feb-b629-4090-93a1-e53a27ff5a9b resource provider aggregate not found [pid: 8|app: 0|req: 1291/2697] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:57:27.911 8 INFO neutron.services.segments.plugin [-] Segment af2f2feb-b629-4090-93a1-e53a27ff5a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af2f2feb-b629-4090-93a1-e53a27ff5a9b found for delete ", "request_id": "req-406e9347-41a7-4002-b246-348d6adc49cb"}]} 2026-06-10 10:57:27.918 8 INFO neutron.services.segments.plugin [-] Segment af2f2feb-b629-4090-93a1-e53a27ff5a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af2f2feb-b629-4090-93a1-e53a27ff5a9b found for delete ", "request_id": "req-c5a2e2f0-24ad-4b66-86ad-aed9baf5990c"}]} [pid: 7|app: 0|req: 1407/2698] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1408/2699] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.144&port_id=6b337222-9715-43df-98c1-9f21456a5c81 => 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: 1409/2700] 199.204.45.25 () {34 vars in 1105 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A245&port_id=6b337222-9715-43df-98c1-9f21456a5c81 => 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: 1410/2701] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:57:28 2026] GET /v2.0/subnets?id=8dc30ff1-4bdd-48e8-adf4-14ad4b766c20&id=6d306fbe-3543-414d-96c7-8438423a0065 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2702] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:27 2026] GET /v2.0/security-groups?tenant_id=c3ecbbd09e5a4f2bbc9791915d25276a&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: 1411/2703] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:28 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&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: 1412/2704] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:28 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&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: 1293/2705] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:28 2026] DELETE /v2.0/security-groups/31ecaa6a-9f4f-4240-a945-2886dc20f9d9 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2706] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:28 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 1294/2707] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:28 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:57:31.538 7 INFO neutron.db.segments_db [None req-a39fd599-d39f-45bc-b942-1e840df4ae82 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] Added segment 70e8d5f8-4c6c-4d12-b6d0-3e70e0c84b84 of type vxlan for network a4549bf4-2515-4d71-8811-77056b0f9fff 2026-06-10 10:57:31.805 7 INFO neutron.db.l3_hamode_db [None req-a39fd599-d39f-45bc-b942-1e840df4ae82 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-10 10:57:31.943 7 INFO neutron.db.l3_hamode_db [None req-a39fd599-d39f-45bc-b942-1e840df4ae82 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1295/2708] 10.0.0.32 () {34 vars in 970 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2709] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 796 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2710] 10.0.0.218 () {34 vars in 668 bytes} [Wed Jun 10 10:57:31 2026] POST /v2.0/routers => generated 474 bytes in 1198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2711] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/subnets/6d306fbe-3543-414d-96c7-8438423a0065 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2712] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/subnets/8dc30ff1-4bdd-48e8-adf4-14ad4b766c20 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2713] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1516 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2714] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:57:32 2026] PUT /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2715] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2716] 10.0.0.218 () {34 vars in 762 bytes} [Wed Jun 10 10:57:32 2026] PUT /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags/green => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2717] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2718] 199.204.45.25 () {34 vars in 789 bytes} [Wed Jun 10 10:57:32 2026] PUT /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1251 bytes in 314 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 10:57:33.020 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-089d947e-bbe4-4f32-a030-071ee6aa49da'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': 'f2d04308-b86c-405e-9f13-bd9f7662144d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1301/2719] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:32 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2720] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2721] 10.0.0.218 () {34 vars in 758 bytes} [Wed Jun 10 10:57:32 2026] PUT /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags/red => generated 4 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2722] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:33 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: 1421/2723] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2724] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:33 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: 1423/2725] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2726] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1303/2727] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2728] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2729] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1344 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2730] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2731] 10.0.0.218 () {34 vars in 780 bytes} [Wed Jun 10 10:57:33 2026] PUT /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags/black.or.white => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2732] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => 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: 1429/2733] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2734] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 52 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2735] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2736] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 5375 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2737] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:57:33 2026] PUT /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 37 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2738] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => 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: 1433/2739] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.92&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => 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: 1434/2740] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/subnets?id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2741] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2742] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2743] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1308/2744] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags/red => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2745] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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 10:57:33.927 8 INFO neutron.api.v2.resource [None req-ac383b51-cb83-44f8-98c4-64c657426295 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2746] 10.0.0.218 () {32 vars in 743 bytes} [Wed Jun 10 10:57:33 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2747] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 10:57:33 2026] DELETE /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags/red => 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: 1310/2748] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:57:34 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 30 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:57:34.219 7 INFO neutron.api.v2.resource [None req-6d2a6e2d-0b3a-4a0a-9480-3f1542eb769a 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1439/2749] 10.0.0.218 () {32 vars in 746 bytes} [Wed Jun 10 10:57:34 2026] DELETE /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2750] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:57:34 2026] DELETE /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2751] 10.0.0.218 () {32 vars in 731 bytes} [Wed Jun 10 10:57:34 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf/tags => generated 12 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2752] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:57:34 2026] GET /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf => generated 480 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2753] 10.0.0.218 () {34 vars in 742 bytes} [Wed Jun 10 10:57:34 2026] PUT /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf => generated 480 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2754] 10.0.0.218 () {32 vars in 736 bytes} [Wed Jun 10 10:57:35 2026] GET /v2.0/ports?device_id=9a865e6b-e4f1-42c8-bf99-ed82e6478ddf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:57:35.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-941b2a9f-a0da-4632-9fb4-7e8b37979b3b 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] TaaS: Handle Delete Port: eb6f305a-600d-4d06-bfda-a30bbc3cd463 2026-06-10 10:57:35.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-941b2a9f-a0da-4632-9fb4-7e8b37979b3b 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] Tap Mirror: Handle Delete Port: eb6f305a-600d-4d06-bfda-a30bbc3cd463 2026-06-10 10:57:35.552 7 INFO neutron.services.segments.plugin [-] Segment 70e8d5f8-4c6c-4d12-b6d0-3e70e0c84b84 resource provider aggregate not found 2026-06-10 10:57:35.561 7 INFO neutron.services.segments.plugin [-] Segment 70e8d5f8-4c6c-4d12-b6d0-3e70e0c84b84 resource provider aggregate not found 2026-06-10 10:57:35.571 7 INFO neutron.services.segments.plugin [-] Segment 70e8d5f8-4c6c-4d12-b6d0-3e70e0c84b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70e8d5f8-4c6c-4d12-b6d0-3e70e0c84b84 found for delete ", "request_id": "req-5c6c6136-720c-4c75-b602-c6583fb375e7"}]} 2026-06-10 10:57:35.575 7 INFO neutron.services.segments.plugin [-] Segment 70e8d5f8-4c6c-4d12-b6d0-3e70e0c84b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70e8d5f8-4c6c-4d12-b6d0-3e70e0c84b84 found for delete ", "request_id": "req-ab5ffc7f-120a-4d21-a29d-afff3ade94d5"}]} 2026-06-10 10:57:35.590 7 INFO neutron.db.l3_hamode_db [None req-941b2a9f-a0da-4632-9fb4-7e8b37979b3b 103b743c29cd4d14b119e5cc8f8f688b d640735d81ea4d23a1deb40ab8f3e3dd - - default default] HA network a4549bf4-2515-4d71-8811-77056b0f9fff was deleted as no HA routers are present in tenant d640735d81ea4d23a1deb40ab8f3e3dd. [pid: 7|app: 0|req: 1442/2755] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:57:35 2026] DELETE /v2.0/routers/9a865e6b-e4f1-42c8-bf99-ed82e6478ddf => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2756] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:36 2026] GET /v2.0/security-groups?tenant_id=d640735d81ea4d23a1deb40ab8f3e3dd&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2757] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:36 2026] DELETE /v2.0/security-groups/c6c6e7de-057f-4266-b440-0b76c511420e => 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: 1315/2758] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:36 2026] GET /v2.0/security-groups?tenant_id=52c3782857a347698f57b9d643c986c8&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2759] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:36 2026] DELETE /v2.0/security-groups/8006cbe7-5c44-464b-a7ed-9510f559b682 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2762] 10.0.0.218 () {34 vars in 684 bytes} [Wed Jun 10 10:57:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2763] 10.0.0.218 () {34 vars in 767 bytes} [Wed Jun 10 10:57:40 2026] PUT /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2764] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:57:40 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2765] 10.0.0.218 () {34 vars in 778 bytes} [Wed Jun 10 10:57:40 2026] PUT /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2766] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:57:40 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/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: 1448/2767] 10.0.0.218 () {34 vars in 774 bytes} [Wed Jun 10 10:57:40 2026] PUT /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/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: 1320/2768] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:57:40 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/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: 1449/2769] 10.0.0.218 () {34 vars in 796 bytes} [Wed Jun 10 10:57:41 2026] PUT /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2770] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2771] 10.0.0.218 () {34 vars in 767 bytes} [Wed Jun 10 10:57:41 2026] PUT /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2772] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2773] 10.0.0.218 () {32 vars in 755 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:57:41.300 8 INFO neutron.api.v2.resource [None req-b3a476b6-d900-412f-b1da-d7540bad953a b25a47b5e5bd49beb613f9ca1315b15c 721b9274e37d4069a56de722cd2dda51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1323/2774] 10.0.0.218 () {32 vars in 759 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2775] 10.0.0.218 () {32 vars in 758 bytes} [Wed Jun 10 10:57:41 2026] DELETE /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2776] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:57:41.460 7 INFO neutron.api.v2.resource [None req-e21b8345-e442-430d-832f-2d829f2a8072 b25a47b5e5bd49beb613f9ca1315b15c 721b9274e37d4069a56de722cd2dda51 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1453/2777] 10.0.0.218 () {32 vars in 762 bytes} [Wed Jun 10 10:57:41 2026] DELETE /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/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: 1325/2778] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:57:41 2026] DELETE /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2779] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:57:41 2026] GET /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2780] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:41 2026] DELETE /v2.0/security-groups/315112d5-0c7e-4778-9724-bf64fa97d078 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2781] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:42 2026] GET /v2.0/security-groups?tenant_id=2aaa2c476a3a424da81ac3bc7f5fb44b&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2782] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:42 2026] DELETE /v2.0/security-groups/10dc1467-9e5c-4d2e-9206-6e5d97b3916c => 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: 1456/2783] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:42 2026] GET /v2.0/security-groups?tenant_id=721b9274e37d4069a56de722cd2dda51&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2784] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:42 2026] DELETE /v2.0/security-groups/b38bf417-0843-4355-b614-ccb93ec3c858 => 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: 1457/2785] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2786] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:45 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: 1458/2787] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:45 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: 1330/2788] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:45 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: 1459/2789] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:45 2026] GET /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2790] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:45 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 5375 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2791] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:46 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: 1332/2792] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:46 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: 1461/2793] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:46 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: 1333/2794] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2795] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:46 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2796] 199.204.45.25 () {34 vars in 789 bytes} [Wed Jun 10 10:57:46 2026] PUT /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1255 bytes in 380 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 10:57:46.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfbffd21-eb64-49ce-b9a5-e61f94ea0a12'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': '6b337222-9715-43df-98c1-9f21456a5c81', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1335/2797] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:46 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 796 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2798] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:46 2026] GET /v2.0/subnets/6d306fbe-3543-414d-96c7-8438423a0065 => 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: 1337/2799] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:46 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2800] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:46 2026] GET /v2.0/security-groups?tenant_id=5258df33d79a441aa2105172c7d93928&name=default => generated 2929 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2801] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:46 2026] DELETE /v2.0/security-groups/7868bfdd-76a2-419b-a8e3-1198d01fddc6 => 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: 1338/2802] 199.204.45.25 () {34 vars in 788 bytes} [Wed Jun 10 10:57:46 2026] PUT /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1080 bytes in 334 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: 1339/2803] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 796 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2804] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/security-groups?tenant_id=48b30f614e894b5aa90dcf5487e57e8c&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2805] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4967 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2806] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4967 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2807] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2808] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:57:47 2026] DELETE /v2.0/security-groups/b6aec4ab-8d4a-44a1-9ed1-55c347af3587 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2809] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2810] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2811] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:47 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4967 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2812] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:48 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4967 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:48.709 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1509c430-70bc-4f04-b9bc-4d1f50de911c'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': '6b337222-9715-43df-98c1-9f21456a5c81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1469/2813] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4967 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2814] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2815] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2816] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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/2817] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 4967 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2818] 199.204.45.25 () {34 vars in 974 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2819] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2820] 199.204.45.25 () {34 vars in 1015 bytes} [Wed Jun 10 10:57:49 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2821] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:57:49 2026] PUT /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 917 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2822] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:50 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3859 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 10:57:50.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a655d6b-5242-4d65-870c-03e61779e5eb d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 6b337222-9715-43df-98c1-9f21456a5c81 2026-06-10 10:57:50.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a655d6b-5242-4d65-870c-03e61779e5eb d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 6b337222-9715-43df-98c1-9f21456a5c81 [pid: 7|app: 0|req: 1474/2823] 199.204.45.25 () {32 vars in 758 bytes} [Wed Jun 10 10:57:50 2026] DELETE /v2.0/ports/6b337222-9715-43df-98c1-9f21456a5c81 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2824] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57: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: 1475/2825] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:51 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: 1351/2826] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57: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: 1476/2827] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:51 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: 1352/2828] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1477/2829] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2830] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1344 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2831] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1354/2832] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2833] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2834] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2835] 199.204.45.25 () {34 vars in 1225 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/networks?id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&id=8d840480-9b02-4b55-a5f1-edf2c2f45148&id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 3095 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2836] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1481/2837] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.82&port_id=8c9083c8-87fa-4496-9ff8-e11acda6bf7d => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2838] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/subnets?id=c3c5fa87-9c56-460c-ad45-e1667c81a41f => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2839] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/ports?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&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: 8|app: 0|req: 1358/2840] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2841] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2842] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1484/2843] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2844] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&device_owner=network%3Adhcp => generated 1461 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2845] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2846] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:51 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2847] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.92&port_id=f2d04308-b86c-405e-9f13-bd9f7662144d => 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: 1362/2848] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:57:52 2026] GET /v2.0/subnets?id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2849] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:57:52 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2850] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:52 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1488/2851] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:52 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1365/2854] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:56 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: 1490/2855] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:56 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: 1366/2856] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:56 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: 1491/2857] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2858] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:56 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2859] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:57:56 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: 1368/2860] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:57:56 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: 1493/2861] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:57:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2862] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:57:56 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: 1494/2863] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:57:56 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1287 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2864] 199.204.45.25 () {34 vars in 788 bytes} [Wed Jun 10 10:57:56 2026] PUT /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1080 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:57:56.869 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e9ef840-ec85-4f7e-97c5-2e7407184e1a'] response: {'name': 'network-changed', 'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'tag': 'f2d04308-b86c-405e-9f13-bd9f7662144d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1495/2865] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:57:56 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1371/2866] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:56 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2867] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:56 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2868] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:57:57 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3688 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2869] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:57:57 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => 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: 1373/2870] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:57:57 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1498/2871] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:57:57 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2872] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:58 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3688 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2873] 199.204.45.25 () {34 vars in 974 bytes} [Wed Jun 10 10:57:58 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 1116 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2874] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:57:59 2026] GET /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2875] 199.204.45.25 () {34 vars in 1015 bytes} [Wed Jun 10 10:57:59 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2876] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:57:59 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 3688 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2877] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:57:59 2026] PUT /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => generated 917 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2878] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 10:58:00.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba24711e-a302-439c-b292-a657d5a1f1d8 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: f2d04308-b86c-405e-9f13-bd9f7662144d 2026-06-10 10:58:00.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba24711e-a302-439c-b292-a657d5a1f1d8 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: f2d04308-b86c-405e-9f13-bd9f7662144d [pid: 8|app: 0|req: 1377/2879] 199.204.45.25 () {32 vars in 758 bytes} [Wed Jun 10 10:58:00 2026] DELETE /v2.0/ports/f2d04308-b86c-405e-9f13-bd9f7662144d => 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: 1503/2880] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:58:00 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: 1378/2881] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2882] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2883] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:58:00 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: 1505/2884] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1380/2885] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => 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: 1506/2886] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1344 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2887] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2888] 199.204.45.25 () {30 vars in 742 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2889] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2890] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1383/2891] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2892] 199.204.45.25 () {34 vars in 1145 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/networks?id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 2310 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2893] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:58:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.82&port_id=8c9083c8-87fa-4496-9ff8-e11acda6bf7d => 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: 1510/2894] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/subnets?id=c3c5fa87-9c56-460c-ad45-e1667c81a41f => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2895] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/ports?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&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: 1511/2896] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1386/2897] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2898] 199.204.45.25 () {34 vars in 1055 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1387/2899] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/subnets?id=cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1513/2900] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/ports?network_id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2901] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2902] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:58:01 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?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: 1516/2905] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:58:14 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: 1390/2906] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:58:14 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: 1517/2907] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2908] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:14.850 7 INFO neutron.api.v2.resource [None req-b96311e4-cd17-4708-a611-d14095e8b055 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/2909] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/security-groups/lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => 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: 1392/2910] 199.204.45.25 () {30 vars in 784 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/security-groups?name=lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 2861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2911] 199.204.45.25 () {30 vars in 814 bytes} [Wed Jun 10 10:58:14 2026] GET /v2.0/security-group-rules?security_group_id=93bb963c-f3c8-4571-ba60-a47cc50f8fc0 => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2912] 199.204.45.25 () {32 vars in 788 bytes} [Wed Jun 10 10:58:14 2026] DELETE /v2.0/security-group-rules/26d67b60-d49b-49fd-a5d4-ba1adf2a4ee9 => 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: 1520/2913] 199.204.45.25 () {32 vars in 788 bytes} [Wed Jun 10 10:58:15 2026] DELETE /v2.0/security-group-rules/83e34286-e270-4706-ba71-b16607b4ae51 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:16.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-2224cfd7-2dda-4cb0-a10a-52318667ee33 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: 364d65e4-ca81-4581-b151-f506ea47bbbb 2026-06-10 10:58:16.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2224cfd7-2dda-4cb0-a10a-52318667ee33 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: 364d65e4-ca81-4581-b151-f506ea47bbbb 2026-06-10 10:58:16.810 8 INFO neutron.db.l3_db [None req-2224cfd7-2dda-4cb0-a10a-52318667ee33 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Floating IP 45143772-182b-4b9e-bf67-21b413a74eb3 disassociated (deleted). External IP: 10.96.250.206, port: cef034c9-493b-41e4-bf61-fc4d6a762c9e. [pid: 8|app: 0|req: 1394/2914] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:58:16 2026] DELETE /v2.0/floatingips/45143772-182b-4b9e-bf67-21b413a74eb3 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:17.068 7 INFO neutron.api.v2.resource [None req-5ad80115-cf02-46c8-b4d6-95a32faca9fa fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/2915] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:58:17 2026] GET /v2.0/floatingips/45143772-182b-4b9e-bf67-21b413a74eb3 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2916] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2917] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:58:18 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: 1396/2918] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:58:18 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: 1523/2919] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:18.253 8 INFO neutron.api.v2.resource [None req-a03a0ff4-cc7d-4e57-91a3-d81cbdc11e41 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1397/2920] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/security-groups/lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2921] 199.204.45.25 () {30 vars in 784 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/security-groups?name=lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2922] 199.204.45.25 () {30 vars in 814 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/security-group-rules?security_group_id=93bb963c-f3c8-4571-ba60-a47cc50f8fc0 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2923] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:58: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: 8|app: 0|req: 1399/2924] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:58: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: 7|app: 0|req: 1526/2925] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2926] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2927] 199.204.45.25 () {30 vars in 740 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => 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: 1401/2928] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2929] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2930] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:58:18 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2931] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:58:19 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2932] 199.204.45.25 () {34 vars in 974 bytes} [Wed Jun 10 10:58:20 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1344 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2933] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:58:20 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2934] 199.204.45.25 () {34 vars in 1015 bytes} [Wed Jun 10 10:58:20 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2935] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:58:20 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 2580 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2936] 199.204.45.25 () {38 vars in 1027 bytes} [Wed Jun 10 10:58:20 2026] PUT /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1145 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2937] 199.204.45.25 () {30 vars in 768 bytes} [Wed Jun 10 10:58:21 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1533/2938] 199.204.45.25 () {34 vars in 788 bytes} [Wed Jun 10 10:58:21 2026] PUT /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1086 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2939] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 1086 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 10:58:22.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-0caeddc4-3dc0-469f-85e3-ee627cfc2749 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 2026-06-10 10:58:22.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0caeddc4-3dc0-469f-85e3-ee627cfc2749 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 [pid: 7|app: 0|req: 1534/2940] 199.204.45.25 () {32 vars in 758 bytes} [Wed Jun 10 10:58:22 2026] DELETE /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2941] 199.204.45.25 () {30 vars in 702 bytes} [Wed Jun 10 10:58:22 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: 1535/2942] 199.204.45.25 () {30 vars in 704 bytes} [Wed Jun 10 10:58:22 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: 1408/2943] 199.204.45.25 () {30 vars in 680 bytes} [Wed Jun 10 10:58:22 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: 1536/2944] 199.204.45.25 () {30 vars in 716 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:22.594 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a368905e-958d-457f-9735-26d13b781102 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1409/2945] 199.204.45.25 () {32 vars in 758 bytes} [Wed Jun 10 10:58:22 2026] DELETE /v2.0/ports/0dfd0c6b-5cbb-42b5-a0a6-cd0d31d837a7 => 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: 1537/2946] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:58:22.656 7 INFO neutron.api.v2.resource [None req-e0b4fa02-8b5a-4435-bf47-bae03c0f57d6 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/2947] 199.204.45.25 () {30 vars in 762 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/security-groups/lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2948] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/ports?tenant_id=0027925368524929992f4f8430b57ea1&device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => 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: 1539/2949] 199.204.45.25 () {30 vars in 784 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/security-groups?name=lb-18a8b4c6-a6b2-46d3-9556-ef0d0bd007f7 => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2950] 199.204.45.25 () {34 vars in 1065 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/networks?id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&id=c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 1524 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2951] 199.204.45.25 () {30 vars in 736 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2952] 199.204.45.25 () {34 vars in 1059 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.82&port_id=8c9083c8-87fa-4496-9ff8-e11acda6bf7d => 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: 1413/2953] 199.204.45.25 () {34 vars in 983 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/subnets?id=c3c5fa87-9c56-460c-ad45-e1667c81a41f => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2954] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/ports?network_id=6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2955] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1418/2958] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:58:22 2026] GET /v2.0/networks/6cfd708f-c78a-4d07-a5fa-7d0b5fecdf6b?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: 1541/2959] 199.204.45.25 () {34 vars in 788 bytes} [Wed Jun 10 10:58:22 2026] PUT /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 1086 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2960] 199.204.45.25 () {32 vars in 778 bytes} [Wed Jun 10 10:58:22 2026] DELETE /v2.0/security-groups/93bb963c-f3c8-4571-ba60-a47cc50f8fc0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:23.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1a1ccdc-d020-44e1-b6dc-1cc626ee596f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: cef034c9-493b-41e4-bf61-fc4d6a762c9e 2026-06-10 10:58:23.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a1ccdc-d020-44e1-b6dc-1cc626ee596f d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: cef034c9-493b-41e4-bf61-fc4d6a762c9e [pid: 7|app: 0|req: 1542/2961] 199.204.45.25 () {32 vars in 758 bytes} [Wed Jun 10 10:58:23 2026] DELETE /v2.0/ports/cef034c9-493b-41e4-bf61-fc4d6a762c9e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2962] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:58:26 2026] GET /v2.0/ports?device_id=3ee73c25-9b8a-47d6-98f1-79b3168057cc => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:58:26.346 7 INFO neutron_taas.services.taas.taas_plugin [req-a54fa753-a52e-4174-914b-9cfa3ecdd78a req-b64d24c4-addc-4fe4-9b77-9407242399e8 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] TaaS: Handle Delete Port: 8c9083c8-87fa-4496-9ff8-e11acda6bf7d 2026-06-10 10:58:26.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a54fa753-a52e-4174-914b-9cfa3ecdd78a req-b64d24c4-addc-4fe4-9b77-9407242399e8 d5602b6e3023465084488167e7b459f6 0027925368524929992f4f8430b57ea1 - - default default] Tap Mirror: Handle Delete Port: 8c9083c8-87fa-4496-9ff8-e11acda6bf7d [pid: 7|app: 0|req: 1543/2963] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:58:26 2026] DELETE /v2.0/ports/8c9083c8-87fa-4496-9ff8-e11acda6bf7d => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:26.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e67f919-6401-4049-a9a6-f19221963435'] response: {'server_uuid': '3ee73c25-9b8a-47d6-98f1-79b3168057cc', 'name': 'network-vif-deleted', 'tag': '8c9083c8-87fa-4496-9ff8-e11acda6bf7d', 'status': 'completed', 'code': 200} 2026-06-10 10:58:27.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d5dbbbb-d74b-42c7-9949-0df0440c3c48 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: 6ec6fc32-eb4d-40b8-8f3e-25e05ad87118 2026-06-10 10:58:27.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d5dbbbb-d74b-42c7-9949-0df0440c3c48 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: 6ec6fc32-eb4d-40b8-8f3e-25e05ad87118 2026-06-10 10:58:27.613 8 INFO neutron.db.l3_db [None req-8d5dbbbb-d74b-42c7-9949-0df0440c3c48 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Floating IP 3dce6f5a-0f9f-480c-a868-e9b6bafbe198 disassociated (deleted). External IP: 10.96.250.220, port: f84f0291-17a5-41df-849d-d6d1759f558e. [pid: 8|app: 0|req: 1421/2964] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:58:27 2026] DELETE /v2.0/floatingips/3dce6f5a-0f9f-480c-a868-e9b6bafbe198 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:27.904 7 INFO neutron.api.v2.resource [None req-1ec546cd-e3df-478c-b95c-8649d383ea6d fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/2965] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:58:27 2026] GET /v2.0/floatingips/3dce6f5a-0f9f-480c-a868-e9b6bafbe198 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:27.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bb9c734-1be0-49e9-9109-fd26a18964f8'] response: {'name': 'network-changed', 'server_uuid': '094e3468-5b9c-4d1e-b089-88f160dd36aa', 'tag': 'f84f0291-17a5-41df-849d-d6d1759f558e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1422/2966] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2967] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2968] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2969] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/networks?id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2970] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.218&port_id=f84f0291-17a5-41df-849d-d6d1759f558e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2971] 199.204.45.25 () {34 vars in 1105 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c7&port_id=f84f0291-17a5-41df-849d-d6d1759f558e => 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: 1425/2972] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/subnets?id=8dc30ff1-4bdd-48e8-adf4-14ad4b766c20&id=6d306fbe-3543-414d-96c7-8438423a0065 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2973] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2974] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/ports?network_id=6b565bce-25b1-4f25-a1ac-2cd45c98c84b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2975] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 1427/2976] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:58:28 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b?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: 1550/2977] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:58:30 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:58:30.671 8 INFO neutron_taas.services.taas.taas_plugin [req-b71bec0a-5e5e-49b8-8d9c-fe1475b697f9 req-cfef3e55-b1bb-4daa-a331-cc07da36b4d1 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: f84f0291-17a5-41df-849d-d6d1759f558e 2026-06-10 10:58:30.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b71bec0a-5e5e-49b8-8d9c-fe1475b697f9 req-cfef3e55-b1bb-4daa-a331-cc07da36b4d1 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: f84f0291-17a5-41df-849d-d6d1759f558e [pid: 8|app: 0|req: 1428/2978] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:58:30 2026] DELETE /v2.0/ports/f84f0291-17a5-41df-849d-d6d1759f558e => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:30.880 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8067ac09-10d4-4065-924b-280773f08573'] response: {'server_uuid': '094e3468-5b9c-4d1e-b089-88f160dd36aa', 'name': 'network-vif-deleted', 'tag': 'f84f0291-17a5-41df-849d-d6d1759f558e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1551/2979] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:58:33 2026] GET /v2.0/ports?device_id=094e3468-5b9c-4d1e-b089-88f160dd36aa => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:58:38.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd332410-b857-4c1d-be67-d9e4ca9fbd05 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: e0f3f989-6c18-402b-ba14-a5775572cce1 2026-06-10 10:58:38.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd332410-b857-4c1d-be67-d9e4ca9fbd05 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: e0f3f989-6c18-402b-ba14-a5775572cce1 2026-06-10 10:58:39.144 7 INFO neutron.db.l3_db [None req-bd332410-b857-4c1d-be67-d9e4ca9fbd05 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Floating IP ba42d7e6-f792-4912-bbef-0770434010a9 disassociated (deleted). External IP: 10.96.250.203, port: 7dfe985a-33b7-4f37-ac1c-752c9c9720a6. [pid: 7|app: 0|req: 1553/2982] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:58:38 2026] DELETE /v2.0/floatingips/ba42d7e6-f792-4912-bbef-0770434010a9 => generated 0 bytes in 1103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:39.488 8 INFO neutron.api.v2.resource [None req-def84850-6652-40d0-84e2-e8f24b4a3746 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1430/2983] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 10:58:39 2026] GET /v2.0/floatingips/ba42d7e6-f792-4912-bbef-0770434010a9 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:39.505 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23545814-66c0-4a51-ba51-587d5f6e2b40'] response: {'name': 'network-changed', 'server_uuid': '27d3e65e-2e84-4c5e-8912-8e446e173cb6', 'tag': '7dfe985a-33b7-4f37-ac1c-752c9c9720a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1554/2984] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:58:39 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2985] 10.0.0.32 () {34 vars in 1039 bytes} [Wed Jun 10 10:58:39 2026] GET /v2.0/security-groups?id=bef3b5ef-3082-406e-ba2b-dce93cffa343&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2986] 199.204.45.25 () {34 vars in 1079 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/ports?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2987] 199.204.45.25 () {34 vars in 985 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/networks?id=8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2988] 199.204.45.25 () {34 vars in 1057 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.188&port_id=7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => 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: 1433/2989] 199.204.45.25 () {34 vars in 1101 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aee&port_id=7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2990] 199.204.45.25 () {34 vars in 1063 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/subnets?id=6f784862-cc1e-4eff-93bc-cf53f13e2d57&id=d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2991] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2992] 199.204.45.25 () {34 vars in 1051 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/ports?network_id=8d840480-9b02-4b55-a5f1-edf2c2f45148&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2993] 199.204.45.25 () {34 vars in 1011 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1559/2994] 199.204.45.25 () {34 vars in 1111 bytes} [Wed Jun 10 10:58:40 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148?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: 1436/2995] 199.204.45.25 () {34 vars in 993 bytes} [Wed Jun 10 10:58:42 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:58:42.235 7 INFO neutron_taas.services.taas.taas_plugin [req-b51552e5-5aa7-48b7-b1d4-a192357eea2f req-51e3953d-42f2-4124-808f-8aaf207c2751 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: 7dfe985a-33b7-4f37-ac1c-752c9c9720a6 2026-06-10 10:58:42.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b51552e5-5aa7-48b7-b1d4-a192357eea2f req-51e3953d-42f2-4124-808f-8aaf207c2751 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: 7dfe985a-33b7-4f37-ac1c-752c9c9720a6 [pid: 7|app: 0|req: 1560/2996] 199.204.45.25 () {36 vars in 996 bytes} [Wed Jun 10 10:58:42 2026] DELETE /v2.0/ports/7dfe985a-33b7-4f37-ac1c-752c9c9720a6 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:42.460 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0983917b-772b-4c0c-913a-ac3693363e29'] response: {'server_uuid': '27d3e65e-2e84-4c5e-8912-8e446e173cb6', 'name': 'network-vif-deleted', 'tag': '7dfe985a-33b7-4f37-ac1c-752c9c9720a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2997] 10.0.0.32 () {34 vars in 989 bytes} [Wed Jun 10 10:58:44 2026] GET /v2.0/ports?device_id=27d3e65e-2e84-4c5e-8912-8e446e173cb6 => 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: 1561/2998] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:49 2026] DELETE /v2.0/security-group-rules/1c33d2a9-a527-411f-83ee-b7c38639390d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.009 8 INFO neutron.api.v2.resource [None req-e8b05af5-d562-4462-8bea-c125b2d72256 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1438/2999] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/1c33d2a9-a527-411f-83ee-b7c38639390d => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3000] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/5000ccf1-7d27-49f5-b9d8-6b5ae598d448 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.090 8 INFO neutron.api.v2.resource [None req-5f48898c-38ff-4315-bacf-c0d0b29706c8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1439/3001] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/5000ccf1-7d27-49f5-b9d8-6b5ae598d448 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3002] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/61c2b293-13d5-476a-be2b-9db7f1ff0c33 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.158 8 INFO neutron.api.v2.resource [None req-c3ff9161-e5af-44f0-b1ff-78883066e419 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1440/3003] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/61c2b293-13d5-476a-be2b-9db7f1ff0c33 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3004] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/fdaa62db-077e-441f-aaf3-181ecbbdf44e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.237 8 INFO neutron.api.v2.resource [None req-d2c7a26c-a8bc-40c9-824a-25ca310276c7 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1441/3005] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/fdaa62db-077e-441f-aaf3-181ecbbdf44e => 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: 1565/3006] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/8beb6c87-441a-494c-aa63-9c8e88563d82 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.330 8 INFO neutron.api.v2.resource [None req-6fe86d1e-974c-41cd-b6d8-ec073e2d0977 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1442/3007] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/8beb6c87-441a-494c-aa63-9c8e88563d82 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3008] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/760f07e5-19a3-4bb6-98ae-72c9490ddd52 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.423 8 INFO neutron.api.v2.resource [None req-034e5f0c-8bd9-4a54-881b-19bc9e14c672 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1443/3009] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/760f07e5-19a3-4bb6-98ae-72c9490ddd52 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3010] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/1e1ccb12-4521-4f3f-8685-9da7b95a6f5a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.512 8 INFO neutron.api.v2.resource [None req-e5ab4eb1-bd17-4885-9c28-d43eae5d5191 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1444/3011] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/1e1ccb12-4521-4f3f-8685-9da7b95a6f5a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3012] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/e84aa91f-1131-47b5-8371-ac076d28051f => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.594 8 INFO neutron.api.v2.resource [None req-e5190a46-4252-4e26-8d4d-d2ce688bacd3 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1445/3013] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/e84aa91f-1131-47b5-8371-ac076d28051f => 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: 1569/3014] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/9b27b6e2-f910-4484-a552-3a9a8ae116a0 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.668 8 INFO neutron.api.v2.resource [None req-8996f36d-0bcf-422d-855d-1bde79e5bfff fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1446/3015] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/9b27b6e2-f910-4484-a552-3a9a8ae116a0 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3016] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/11484ae6-12fd-44e9-87d3-ad724cc146a5 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.744 8 INFO neutron.api.v2.resource [None req-31801a77-0b41-4772-9250-2fa59ef422f7 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1447/3017] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/11484ae6-12fd-44e9-87d3-ad724cc146a5 => 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: 1571/3018] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-group-rules/a9bf7ce8-7a48-48ea-a267-0a6c2c40074b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.830 8 INFO neutron.api.v2.resource [None req-2e89685f-9616-4908-8aaa-3be474ce9ff5 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1448/3019] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-group-rules/a9bf7ce8-7a48-48ea-a267-0a6c2c40074b => 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: 1572/3020] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:58:50 2026] DELETE /v2.0/security-groups/bef3b5ef-3082-406e-ba2b-dce93cffa343 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:50.917 8 INFO neutron.api.v2.resource [None req-cf7e1680-f14a-4d0b-909e-fabadaab38eb fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1449/3021] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 10:58:50 2026] GET /v2.0/security-groups/bef3b5ef-3082-406e-ba2b-dce93cffa343 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:51.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b6411ac-69d7-42b3-8747-156d086a28a8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: b79eafff-92ab-4666-87dd-87bc3289e6f0 2026-06-10 10:58:51.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b6411ac-69d7-42b3-8747-156d086a28a8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: b79eafff-92ab-4666-87dd-87bc3289e6f0 [pid: 7|app: 0|req: 1573/3022] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:58:50 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:52.097 8 INFO neutron.api.v2.resource [None req-6b53df93-6646-4c75-8763-4ff1033aab86 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1450/3023] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:58:51 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:52.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-f570a0dd-e969-4bf9-ab84-d8badefce456 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: be7b1144-a85e-41db-afc7-d1bc9863f391 2026-06-10 10:58:52.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f570a0dd-e969-4bf9-ab84-d8badefce456 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: be7b1144-a85e-41db-afc7-d1bc9863f391 [pid: 7|app: 0|req: 1574/3026] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:58:52 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:53.174 8 INFO neutron.api.v2.resource [None req-e6b46423-61e6-4cf9-9d34-5d2d17aa44f9 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1453/3027] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:58:53 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:53.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-632ae41a-e8a7-46a9-af45-12af58bdd8ad fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: 1b35756a-5616-492a-ba03-5fb0ab241c79 2026-06-10 10:58:53.605 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-632ae41a-e8a7-46a9-af45-12af58bdd8ad fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: 1b35756a-5616-492a-ba03-5fb0ab241c79 [pid: 7|app: 0|req: 1575/3028] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:58:53 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/remove_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 10:58:54.343 8 INFO neutron.api.v2.resource [None req-600a8db1-8142-4b3a-96ac-4f59db9f7a03 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1454/3029] 10.0.0.218 () {34 vars in 789 bytes} [Wed Jun 10 10:58:54 2026] PUT /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9/remove_router_interface => generated 198 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:54.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-7af82fe7-c863-4917-94d7-98f29fb477e8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: 57e94973-2f57-4c12-bd34-c2a36fd7bd1f 2026-06-10 10:58:54.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7af82fe7-c863-4917-94d7-98f29fb477e8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: 57e94973-2f57-4c12-bd34-c2a36fd7bd1f 2026-06-10 10:58:54.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-7af82fe7-c863-4917-94d7-98f29fb477e8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: b4150939-516b-455b-b757-4e19369e15a0 2026-06-10 10:58:54.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7af82fe7-c863-4917-94d7-98f29fb477e8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: b4150939-516b-455b-b757-4e19369e15a0 2026-06-10 10:58:55.183 7 INFO neutron.services.segments.plugin [-] Segment 963d62e7-140a-43ab-b12b-19b93c4b1782 resource provider aggregate not found 2026-06-10 10:58:55.191 7 INFO neutron.services.segments.plugin [-] Segment 963d62e7-140a-43ab-b12b-19b93c4b1782 resource provider aggregate not found 2026-06-10 10:58:55.207 7 INFO neutron.services.segments.plugin [-] Segment 963d62e7-140a-43ab-b12b-19b93c4b1782 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963d62e7-140a-43ab-b12b-19b93c4b1782 found for delete ", "request_id": "req-c673f4bb-e854-49e9-896a-4e81404da936"}]} 2026-06-10 10:58:55.209 7 INFO neutron.services.segments.plugin [-] Segment 963d62e7-140a-43ab-b12b-19b93c4b1782 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963d62e7-140a-43ab-b12b-19b93c4b1782 found for delete ", "request_id": "req-c1ba5d7b-f963-426f-9f32-e73412d8d839"}]} 2026-06-10 10:58:55.221 7 INFO neutron.db.l3_hamode_db [None req-7af82fe7-c863-4917-94d7-98f29fb477e8 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] HA network c643ccc3-1f14-46b5-9fdf-8a5025837745 was deleted as no HA routers are present in tenant a56fc8d44db440ce9fc8359c0d73e04b. [pid: 7|app: 0|req: 1576/3030] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:58:54 2026] DELETE /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:58:55.253 8 INFO neutron.api.v2.resource [None req-bb46b40a-1092-4527-a6df-70802f81d97b fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1455/3031] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:58:55 2026] GET /v2.0/routers/7777f916-b364-4b3a-8212-ce62bd4894f9 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3032] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:58:55 2026] DELETE /v2.0/subnets/8dc30ff1-4bdd-48e8-adf4-14ad4b766c20 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:55.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a9d3ed5-f55c-4870-b829-86d962c0b75a fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1456/3033] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:58:55 2026] GET /v2.0/subnets/8dc30ff1-4bdd-48e8-adf4-14ad4b766c20 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3034] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:58:55 2026] DELETE /v2.0/subnets/6d306fbe-3543-414d-96c7-8438423a0065 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:55.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca2f7a50-d893-4183-a81b-204b10b09480 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/3035] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:58:55 2026] GET /v2.0/subnets/6d306fbe-3543-414d-96c7-8438423a0065 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:55.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d88c302-6009-4ec8-b152-07018466b8c3 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: 5806e320-f2cc-4293-8b91-4f4bac473200 2026-06-10 10:58:55.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d88c302-6009-4ec8-b152-07018466b8c3 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: 5806e320-f2cc-4293-8b91-4f4bac473200 [pid: 7|app: 0|req: 1579/3036] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:58:55 2026] DELETE /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:55.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c605cab2-79b3-40fe-a9a2-992532cea83a fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1458/3037] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:58:55 2026] GET /v2.0/networks/6b565bce-25b1-4f25-a1ac-2cd45c98c84b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3038] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:58:55 2026] DELETE /v2.0/subnets/6f784862-cc1e-4eff-93bc-cf53f13e2d57 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:56.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cddfc0d3-648b-43f5-b539-e0d2db4e87ab fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1459/3039] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:58:56 2026] GET /v2.0/subnets/6f784862-cc1e-4eff-93bc-cf53f13e2d57 => 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: 1581/3040] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:58:56 2026] DELETE /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:56.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71b52429-f77f-45d3-a925-32b1cb05575e fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/3041] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:58:56 2026] GET /v2.0/subnets/d312e3f5-018c-4249-92d9-a57f3db9e7d7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:56.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-155237e3-8ab0-4dc8-9dce-f6f339d66d3e fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: 75a0b481-ef7e-49fd-be5e-1d74845903dd 2026-06-10 10:58:56.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155237e3-8ab0-4dc8-9dce-f6f339d66d3e fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: 75a0b481-ef7e-49fd-be5e-1d74845903dd [pid: 7|app: 0|req: 1582/3042] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:58:56 2026] DELETE /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:56.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef3b25f5-dd7e-4342-9139-1c3e6d5bf0a6 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/3043] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:58:56 2026] GET /v2.0/networks/8d840480-9b02-4b55-a5f1-edf2c2f45148 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3044] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:58:56 2026] DELETE /v2.0/subnets/b2d874fa-b6a1-4e0a-b5f8-a19e8e242196 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:56.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9f6526f-4951-459d-8c32-d72b2c518db4 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1462/3045] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:58:56 2026] GET /v2.0/subnets/b2d874fa-b6a1-4e0a-b5f8-a19e8e242196 => 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: 1584/3046] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:58:56 2026] DELETE /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:57.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cda004e-86f8-4577-8204-feede5263a45 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/3047] 10.0.0.218 () {32 vars in 721 bytes} [Wed Jun 10 10:58:56 2026] GET /v2.0/subnets/cc6e052c-3f34-42a5-bc59-2dbf69c5dd15 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:57.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-8741bcf9-5577-42eb-9873-bda132937af6 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] TaaS: Handle Delete Port: a06825db-e8c8-4e23-80b9-1e670100e601 2026-06-10 10:58:57.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8741bcf9-5577-42eb-9873-bda132937af6 fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] Tap Mirror: Handle Delete Port: a06825db-e8c8-4e23-80b9-1e670100e601 2026-06-10 10:58:57.227 7 INFO neutron.services.segments.plugin [-] Segment 392056ba-6bbf-4ddb-8309-16d8f0014b76 resource provider aggregate not found 2026-06-10 10:58:57.239 7 INFO neutron.services.segments.plugin [-] Segment 392056ba-6bbf-4ddb-8309-16d8f0014b76 resource provider aggregate not found 2026-06-10 10:58:57.246 7 INFO neutron.services.segments.plugin [-] Segment 392056ba-6bbf-4ddb-8309-16d8f0014b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 392056ba-6bbf-4ddb-8309-16d8f0014b76 found for delete ", "request_id": "req-d77ae72c-8ef8-43e4-af27-00aeac6deed6"}]} 2026-06-10 10:58:57.257 7 INFO neutron.services.segments.plugin [-] Segment 392056ba-6bbf-4ddb-8309-16d8f0014b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 392056ba-6bbf-4ddb-8309-16d8f0014b76 found for delete ", "request_id": "req-6b2d032c-287b-43ba-83d9-e150a12b7666"}]} 2026-06-10 10:58:57.265 7 INFO neutron.services.segments.plugin [-] Segment 6ed3c4a0-4c9c-490e-9c53-7a1cd6f36c4a resource provider aggregate not found 2026-06-10 10:58:57.282 7 INFO neutron.services.segments.plugin [-] Segment 6ed3c4a0-4c9c-490e-9c53-7a1cd6f36c4a resource provider aggregate not found 2026-06-10 10:58:57.283 7 INFO neutron.services.segments.plugin [-] Segment 6ed3c4a0-4c9c-490e-9c53-7a1cd6f36c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed3c4a0-4c9c-490e-9c53-7a1cd6f36c4a found for delete ", "request_id": "req-ea9b7599-2a50-4d21-96ea-a852d57e06d5"}]} 2026-06-10 10:58:57.307 7 INFO neutron.services.segments.plugin [-] Segment 6ed3c4a0-4c9c-490e-9c53-7a1cd6f36c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed3c4a0-4c9c-490e-9c53-7a1cd6f36c4a found for delete ", "request_id": "req-186fe902-be9a-4eae-a8e0-d05ea5a77076"}]} [pid: 7|app: 0|req: 1585/3048] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:58:57 2026] DELETE /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:58:57.357 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa70b0b8-c857-485d-95d0-6078b868674a fd02523d58444b1f95e1db8db9c1f029 a56fc8d44db440ce9fc8359c0d73e04b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1464/3049] 10.0.0.218 () {32 vars in 723 bytes} [Wed Jun 10 10:58:57 2026] GET /v2.0/networks/c4dd5c53-4ad9-460b-a376-cb840d9f80ff => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 10:58:59.313 7 INFO neutron.services.segments.plugin [-] Segment 75fc807a-2c20-417f-821b-a94a9848ceb0 resource provider aggregate not found 2026-06-10 10:58:59.326 7 INFO neutron.services.segments.plugin [-] Segment 75fc807a-2c20-417f-821b-a94a9848ceb0 resource provider aggregate not found 2026-06-10 10:58:59.330 7 INFO neutron.services.segments.plugin [-] Segment 75fc807a-2c20-417f-821b-a94a9848ceb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75fc807a-2c20-417f-821b-a94a9848ceb0 found for delete ", "request_id": "req-51176e3c-c993-4eb7-a8e8-9fa9801a7800"}]} 2026-06-10 10:58:59.342 7 INFO neutron.services.segments.plugin [-] Segment 75fc807a-2c20-417f-821b-a94a9848ceb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75fc807a-2c20-417f-821b-a94a9848ceb0 found for delete ", "request_id": "req-5aa090f1-bf50-4bc1-93fa-b38148e3442a"}]} [pid: 7|app: 0|req: 1586/3050] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:58:59 2026] GET /v2.0/security-groups?tenant_id=c8ad446726e54ac8b508847fd9b2fbf8&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3051] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:58:59 2026] DELETE /v2.0/security-groups/a1cd8ca6-e51c-44d4-bd7a-2c860e246a20 => 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: 1587/3052] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:58:59 2026] GET /v2.0/security-groups?tenant_id=8a12dce32af14643bba455df9e3e1e23&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3053] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:58:59 2026] DELETE /v2.0/security-groups/2e2c390e-221e-4b70-9914-dc0158202989 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3054] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:00 2026] GET /v2.0/security-groups?tenant_id=e6f55f150ef6459f95e18b884d1817ea&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3055] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:00 2026] DELETE /v2.0/security-groups/04c6678c-4173-4a29-832e-8e2bd9716880 => 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: 1589/3056] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:00 2026] GET /v2.0/security-groups?tenant_id=12df84a187eb4728b9f6d4a8223e9240&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3057] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:00 2026] DELETE /v2.0/security-groups/6c7e9d3c-948e-433e-ba2a-a67b6b00527e => 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: 1590/3058] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:00 2026] GET /v2.0/security-groups?tenant_id=0ffc4b257e8246b3ac88b4490a8366e2&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3059] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:01 2026] DELETE /v2.0/security-groups/13baaffd-72e8-4cc5-92d2-7a69b608d83f => 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: 1591/3060] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:01 2026] GET /v2.0/security-groups?tenant_id=a56fc8d44db440ce9fc8359c0d73e04b&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3061] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:01 2026] DELETE /v2.0/security-groups/712908e4-f64e-4b26-a9f7-3151016e95f4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3062] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:01 2026] GET /v2.0/security-groups?tenant_id=a60d6301ac2f4160b31ebe054fa318f3&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3063] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:01 2026] DELETE /v2.0/security-groups/d74e5e7e-7aae-4d7f-aca2-132d2e86af50 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3064] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:59:05 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3065] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:59:06 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3066] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:59:06 2026] POST /v2.0/floatingips => generated 552 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3067] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:59:07 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3070] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:59:07 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3071] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:59:08 2026] PUT /v2.0/floatingips/d567c54a-10cf-4ed6-a2f3-746c36cf3c26/tags => generated 17 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3072] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:59:08 2026] PUT /v2.0/floatingips/79218b77-56e7-44b0-92d3-a3765d1088d9/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3073] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:59:08 2026] PUT /v2.0/floatingips/5bd2bd33-4a75-4cf2-a35e-ee40f140bbb5/tags => generated 34 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3074] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:59:09 2026] PUT /v2.0/floatingips/0a2ed986-b351-4935-955b-5cfe8d693c7e/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3075] 10.0.0.218 () {32 vars in 672 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3076] 10.0.0.218 () {32 vars in 686 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3077] 10.0.0.218 () {32 vars in 682 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3078] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3079] 10.0.0.218 () {32 vars in 680 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3080] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3081] 10.0.0.218 () {32 vars in 690 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3082] 10.0.0.218 () {32 vars in 702 bytes} [Wed Jun 10 10:59:09 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:59:10.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c4fcc9f-9a53-4fe6-81d2-14ddcc585ec6 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] TaaS: Handle Delete Port: ec093deb-591e-46c1-8b4a-013c3e26548f 2026-06-10 10:59:10.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c4fcc9f-9a53-4fe6-81d2-14ddcc585ec6 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] Tap Mirror: Handle Delete Port: ec093deb-591e-46c1-8b4a-013c3e26548f [pid: 8|app: 0|req: 1482/3083] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:59:10 2026] DELETE /v2.0/floatingips/d567c54a-10cf-4ed6-a2f3-746c36cf3c26 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:10.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-90795d39-24d4-4c73-ba1e-cb920e324947 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] TaaS: Handle Delete Port: 54189cd8-8b54-4b40-9348-adef7ad27e74 2026-06-10 10:59:10.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90795d39-24d4-4c73-ba1e-cb920e324947 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] Tap Mirror: Handle Delete Port: 54189cd8-8b54-4b40-9348-adef7ad27e74 [pid: 7|app: 0|req: 1602/3084] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:59:10 2026] DELETE /v2.0/floatingips/79218b77-56e7-44b0-92d3-a3765d1088d9 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:10.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-80b47416-a842-40de-9ea5-bfa608c8423e 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] TaaS: Handle Delete Port: f2eb87d3-58ca-4097-abb5-4de8c8a0fc35 2026-06-10 10:59:10.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80b47416-a842-40de-9ea5-bfa608c8423e 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] Tap Mirror: Handle Delete Port: f2eb87d3-58ca-4097-abb5-4de8c8a0fc35 [pid: 8|app: 0|req: 1483/3085] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:59:10 2026] DELETE /v2.0/floatingips/5bd2bd33-4a75-4cf2-a35e-ee40f140bbb5 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:11.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-760adbb5-061b-4c8b-986b-8e68eaa613b0 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] TaaS: Handle Delete Port: 32ca705f-5e8e-4036-b8e0-4844329738e3 2026-06-10 10:59:11.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-760adbb5-061b-4c8b-986b-8e68eaa613b0 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] Tap Mirror: Handle Delete Port: 32ca705f-5e8e-4036-b8e0-4844329738e3 [pid: 7|app: 0|req: 1603/3086] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:59:10 2026] DELETE /v2.0/floatingips/0a2ed986-b351-4935-955b-5cfe8d693c7e => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:11.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-af4ab8e1-92b8-4f71-93ad-96af6e67b079 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] TaaS: Handle Delete Port: ddf5a035-b920-48db-b7ad-7b43b6a3e073 2026-06-10 10:59:11.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af4ab8e1-92b8-4f71-93ad-96af6e67b079 162ec37305c743a492ae7ed6c8e83147 b646bff617b04a2eb3e0a26464aa112e - - default default] Tap Mirror: Handle Delete Port: ddf5a035-b920-48db-b7ad-7b43b6a3e073 [pid: 8|app: 0|req: 1484/3087] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:59:11 2026] DELETE /v2.0/floatingips/16aadd9f-d719-427b-b004-bf73d07862af => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3088] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:12 2026] GET /v2.0/security-groups?tenant_id=b646bff617b04a2eb3e0a26464aa112e&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3089] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:12 2026] DELETE /v2.0/security-groups/88d2a8e2-bfd2-4d83-8910-a8f0b93657f1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3090] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:12 2026] GET /v2.0/security-groups?tenant_id=ee32e9317db04a3889b6ff23b26ab9f9&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3091] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:12 2026] DELETE /v2.0/security-groups/2e82460b-5d0e-4bb7-8571-62794de31fca => 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: 1606/3092] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:13 2026] GET /v2.0/security-groups?tenant_id=30a41bd693e0407d94f7a6a094308c1f&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3093] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:13 2026] DELETE /v2.0/security-groups/80e426dd-6877-47f0-970f-4847faac5bd7 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:17.553 7 INFO neutron.db.segments_db [None req-dd8e291c-395f-40b0-aeb8-34479cd03c70 95b68027bf1f45e5a669e58a9fa70cc8 e030e5f515284f179b4f3c58f5ab4856 - - default default] Added segment d8f99448-0096-446d-beb4-c7711751e201 of type vxlan for network 95b9a55d-393e-4a82-9c72-39943f5b2489 [pid: 7|app: 0|req: 1607/3094] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:17 2026] POST /v2.0/networks => generated 613 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:17.710 8 INFO neutron.db.segments_db [None req-cbca9201-a16b-4a58-bc2c-292dcbb2835d 95b68027bf1f45e5a669e58a9fa70cc8 e030e5f515284f179b4f3c58f5ab4856 - - default default] Added segment 9b1aa1cf-bf53-441f-a8e1-3ddbb0dc39f1 of type vxlan for network 8c05d4e7-af15-4377-bc0a-8b682782a9cb [pid: 8|app: 0|req: 1488/3095] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:17 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:17.866 7 INFO neutron.db.segments_db [None req-2b1590a0-2959-40fc-bb71-3070b7e6798a 95b68027bf1f45e5a669e58a9fa70cc8 e030e5f515284f179b4f3c58f5ab4856 - - default default] Added segment 6f98f058-0b3f-454e-a510-5b3f1680783b of type vxlan for network e96e5473-b5c7-4e1f-a86e-b65c71c6f089 [pid: 7|app: 0|req: 1608/3096] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:17 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:18.036 8 INFO neutron.db.segments_db [None req-04517815-c64d-463d-957e-fcdf7a49772d 95b68027bf1f45e5a669e58a9fa70cc8 e030e5f515284f179b4f3c58f5ab4856 - - default default] Added segment af8d6887-cfe0-4238-a5e4-e9e184b4ecfd of type vxlan for network ca413156-e531-46f5-9b4e-6eabdb48f610 [pid: 8|app: 0|req: 1489/3097] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:17 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:18.175 7 INFO neutron.db.segments_db [None req-e378b216-328e-4a2b-9613-c42a507e3551 95b68027bf1f45e5a669e58a9fa70cc8 e030e5f515284f179b4f3c58f5ab4856 - - default default] Added segment 6192047e-31e8-49a2-bea0-a4edb75db3ac of type vxlan for network 6cd21e72-a4b5-410e-89bc-2624b79e0224 [pid: 7|app: 0|req: 1609/3098] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:18 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3099] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:18 2026] PUT /v2.0/networks/95b9a55d-393e-4a82-9c72-39943f5b2489/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3100] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:18 2026] PUT /v2.0/networks/8c05d4e7-af15-4377-bc0a-8b682782a9cb/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3101] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:18 2026] PUT /v2.0/networks/e96e5473-b5c7-4e1f-a86e-b65c71c6f089/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3102] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:18 2026] PUT /v2.0/networks/ca413156-e531-46f5-9b4e-6eabdb48f610/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: 1492/3103] 10.0.0.218 () {32 vars in 666 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3104] 10.0.0.218 () {32 vars in 680 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3105] 10.0.0.218 () {32 vars in 676 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3106] 10.0.0.218 () {32 vars in 688 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3107] 10.0.0.218 () {32 vars in 674 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3108] 10.0.0.218 () {32 vars in 688 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3109] 10.0.0.218 () {32 vars in 684 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3110] 10.0.0.218 () {32 vars in 696 bytes} [Wed Jun 10 10:59:18 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:59:19.104 8 INFO neutron.services.segments.plugin [-] Segment d8f99448-0096-446d-beb4-c7711751e201 resource provider aggregate not found 2026-06-10 10:59:19.107 8 INFO neutron.services.segments.plugin [-] Segment d8f99448-0096-446d-beb4-c7711751e201 resource provider aggregate not found 2026-06-10 10:59:19.122 8 INFO neutron.services.segments.plugin [-] Segment d8f99448-0096-446d-beb4-c7711751e201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f99448-0096-446d-beb4-c7711751e201 found for delete ", "request_id": "req-a221febc-7222-4f74-80ce-53bbfd7b619b"}]} [pid: 8|app: 0|req: 1496/3111] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:19 2026] DELETE /v2.0/networks/95b9a55d-393e-4a82-9c72-39943f5b2489 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:19.130 8 INFO neutron.services.segments.plugin [-] Segment d8f99448-0096-446d-beb4-c7711751e201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f99448-0096-446d-beb4-c7711751e201 found for delete ", "request_id": "req-efe1bfcb-56d3-45c6-813d-a4867c09989f"}]} 2026-06-10 10:59:19.240 7 INFO neutron.services.segments.plugin [-] Segment 9b1aa1cf-bf53-441f-a8e1-3ddbb0dc39f1 resource provider aggregate not found 2026-06-10 10:59:19.246 7 INFO neutron.services.segments.plugin [-] Segment 9b1aa1cf-bf53-441f-a8e1-3ddbb0dc39f1 resource provider aggregate not found 2026-06-10 10:59:19.259 7 INFO neutron.services.segments.plugin [-] Segment 9b1aa1cf-bf53-441f-a8e1-3ddbb0dc39f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1aa1cf-bf53-441f-a8e1-3ddbb0dc39f1 found for delete ", "request_id": "req-3d8d93e2-8984-451f-9c58-81e37832bd36"}]} 2026-06-10 10:59:19.265 7 INFO neutron.services.segments.plugin [-] Segment 9b1aa1cf-bf53-441f-a8e1-3ddbb0dc39f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1aa1cf-bf53-441f-a8e1-3ddbb0dc39f1 found for delete ", "request_id": "req-0a69a943-a0ee-4872-9b2b-375b87404ef0"}]} [pid: 7|app: 0|req: 1616/3112] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:19 2026] DELETE /v2.0/networks/8c05d4e7-af15-4377-bc0a-8b682782a9cb => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3113] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:19 2026] DELETE /v2.0/networks/e96e5473-b5c7-4e1f-a86e-b65c71c6f089 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3114] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:19 2026] DELETE /v2.0/networks/ca413156-e531-46f5-9b4e-6eabdb48f610 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3115] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:19 2026] DELETE /v2.0/networks/6cd21e72-a4b5-410e-89bc-2624b79e0224 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3116] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:20 2026] GET /v2.0/security-groups?tenant_id=e030e5f515284f179b4f3c58f5ab4856&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3117] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:20 2026] DELETE /v2.0/security-groups/771916d8-4b26-4a2d-b177-e5b088bbb359 => 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: 1619/3118] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:20 2026] GET /v2.0/security-groups?tenant_id=b6fd85110a30415fad6a24d7de1e9e75&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3119] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:20 2026] DELETE /v2.0/security-groups/0632ea1e-0d5b-414a-a470-13531505d56f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:21.139 8 INFO neutron.services.segments.plugin [-] Segment 6f98f058-0b3f-454e-a510-5b3f1680783b resource provider aggregate not found 2026-06-10 10:59:21.145 8 INFO neutron.services.segments.plugin [-] Segment 6f98f058-0b3f-454e-a510-5b3f1680783b resource provider aggregate not found 2026-06-10 10:59:21.149 8 INFO neutron.services.segments.plugin [-] Segment 6f98f058-0b3f-454e-a510-5b3f1680783b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f98f058-0b3f-454e-a510-5b3f1680783b found for delete ", "request_id": "req-0e499f33-5532-40b2-8b86-624ac6a3bda8"}]} 2026-06-10 10:59:21.159 8 INFO neutron.services.segments.plugin [-] Segment 6f98f058-0b3f-454e-a510-5b3f1680783b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f98f058-0b3f-454e-a510-5b3f1680783b found for delete ", "request_id": "req-7e41411f-9a6c-4962-8e87-b80add51780e"}]} 2026-06-10 10:59:21.162 8 INFO neutron.services.segments.plugin [-] Segment 6192047e-31e8-49a2-bea0-a4edb75db3ac resource provider aggregate not found 2026-06-10 10:59:21.177 8 INFO neutron.services.segments.plugin [-] Segment 6192047e-31e8-49a2-bea0-a4edb75db3ac resource provider aggregate not found 2026-06-10 10:59:21.179 8 INFO neutron.services.segments.plugin [-] Segment 6192047e-31e8-49a2-bea0-a4edb75db3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6192047e-31e8-49a2-bea0-a4edb75db3ac found for delete ", "request_id": "req-926c8739-3289-4b35-9cc4-df560ca9a1c1"}]} 2026-06-10 10:59:21.188 8 INFO neutron.services.segments.plugin [-] Segment 6192047e-31e8-49a2-bea0-a4edb75db3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6192047e-31e8-49a2-bea0-a4edb75db3ac found for delete ", "request_id": "req-3d6c6379-6f17-4c3f-8deb-ea94471f8d1d"}]} 2026-06-10 10:59:21.283 7 INFO neutron.services.segments.plugin [-] Segment af8d6887-cfe0-4238-a5e4-e9e184b4ecfd resource provider aggregate not found 2026-06-10 10:59:21.291 7 INFO neutron.services.segments.plugin [-] Segment af8d6887-cfe0-4238-a5e4-e9e184b4ecfd resource provider aggregate not found 2026-06-10 10:59:21.307 7 INFO neutron.services.segments.plugin [-] Segment af8d6887-cfe0-4238-a5e4-e9e184b4ecfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af8d6887-cfe0-4238-a5e4-e9e184b4ecfd found for delete ", "request_id": "req-9611c7ae-19d1-4f63-a002-ab132e569f42"}]} 2026-06-10 10:59:21.310 7 INFO neutron.services.segments.plugin [-] Segment af8d6887-cfe0-4238-a5e4-e9e184b4ecfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af8d6887-cfe0-4238-a5e4-e9e184b4ecfd found for delete ", "request_id": "req-d17b6116-25ca-4fb6-b2f6-8dd94ac5b012"}]} [pid: 7|app: 0|req: 1620/3120] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:21 2026] GET /v2.0/security-groups?tenant_id=9e03008917464d4792f84c4b39bb6053&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3121] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:21 2026] DELETE /v2.0/security-groups/3cf6d5e8-4c83-430c-87a1-f4c1b270ebe4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:25.798 7 INFO neutron.db.segments_db [None req-0d5064ed-9d8a-4a51-a7e0-bb43a3a7d316 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Added segment a06a97d2-7cf8-40c9-80d3-77d6c2dd15fe of type vxlan for network 0e514e4f-d958-42ab-b094-17294db2d40f [pid: 7|app: 0|req: 1622/3124] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:25 2026] POST /v2.0/networks => generated 611 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3125] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:59:25 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:26.249 7 INFO neutron.db.segments_db [None req-b4997af5-7cc8-437f-abae-c4b5bef849bf 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Added segment 9bf7e5a8-20bd-4fdc-93c3-8a784575fa23 of type vxlan for network d373c74b-f198-48d9-9924-221c47436787 [pid: 7|app: 0|req: 1623/3126] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:26 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1504/3127] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:59:26 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:26.706 7 INFO neutron.db.segments_db [None req-c9d8a7b6-7545-44ab-acfb-009f6cb7c78f 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Added segment 5cba7596-cb2e-448b-a340-e4158e34c5ad of type vxlan for network 1d3b3f29-16fa-461b-ba72-c4dbe101cce2 [pid: 7|app: 0|req: 1624/3128] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:26 2026] POST /v2.0/networks => generated 612 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1505/3129] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:59:26 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:27.180 7 INFO neutron.db.segments_db [None req-48c7b2e0-c22b-4f5d-9ea6-8e035022381d 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Added segment 18a16ab6-17ba-4d8a-a676-65c0c9b4fb1f of type vxlan for network 483f2ce4-c7c3-4db5-b612-b02588dd275e [pid: 7|app: 0|req: 1625/3130] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:27 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1506/3131] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:59:27 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:27.637 7 INFO neutron.db.segments_db [None req-1468e6db-aeeb-4eb1-b70b-10ad61acce35 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Added segment bddf7d3c-a318-4419-9bfd-681c25ef8475 of type vxlan for network c9e144e1-36a4-4f8a-821d-e2b8df859d24 [pid: 7|app: 0|req: 1626/3132] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:27 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1507/3133] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 10:59:27 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3134] 10.0.0.218 () {34 vars in 747 bytes} [Wed Jun 10 10:59:28 2026] PUT /v2.0/ports/57873245-85d3-4cc4-9d4b-1f205171e98a/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1508/3135] 10.0.0.218 () {34 vars in 747 bytes} [Wed Jun 10 10:59:28 2026] PUT /v2.0/ports/3c20fe28-5f74-4e48-bf42-cc5a886011b3/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1628/3136] 10.0.0.218 () {34 vars in 747 bytes} [Wed Jun 10 10:59:28 2026] PUT /v2.0/ports/08e9b134-1523-461a-b63c-179c0e90d74b/tags => generated 34 bytes in 70 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: 1509/3137] 10.0.0.218 () {34 vars in 747 bytes} [Wed Jun 10 10:59:28 2026] PUT /v2.0/ports/2569b321-3614-47f4-91c1-897a97dd75b6/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1629/3138] 10.0.0.218 () {32 vars in 660 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 199 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: 1510/3139] 10.0.0.218 () {32 vars in 674 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3140] 10.0.0.218 () {32 vars in 670 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3141] 10.0.0.218 () {32 vars in 682 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3142] 10.0.0.218 () {32 vars in 668 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3143] 10.0.0.218 () {32 vars in 682 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3144] 10.0.0.218 () {32 vars in 678 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3145] 10.0.0.218 () {32 vars in 690 bytes} [Wed Jun 10 10:59:28 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 10:59:29.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c5d0f33-fd01-4dc0-a292-c384927e13ac 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] TaaS: Handle Delete Port: 57873245-85d3-4cc4-9d4b-1f205171e98a 2026-06-10 10:59:29.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c5d0f33-fd01-4dc0-a292-c384927e13ac 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Tap Mirror: Handle Delete Port: 57873245-85d3-4cc4-9d4b-1f205171e98a [pid: 7|app: 0|req: 1633/3146] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:59:29 2026] DELETE /v2.0/ports/57873245-85d3-4cc4-9d4b-1f205171e98a => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:29.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6411597-5820-4e7e-a2ef-f770c3bed9fb 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] TaaS: Handle Delete Port: 3c20fe28-5f74-4e48-bf42-cc5a886011b3 2026-06-10 10:59:29.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6411597-5820-4e7e-a2ef-f770c3bed9fb 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Tap Mirror: Handle Delete Port: 3c20fe28-5f74-4e48-bf42-cc5a886011b3 [pid: 8|app: 0|req: 1514/3147] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:59:29 2026] DELETE /v2.0/ports/3c20fe28-5f74-4e48-bf42-cc5a886011b3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:29.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b2813ea-9ff9-478d-9750-ffae5c9b79f2 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] TaaS: Handle Delete Port: 08e9b134-1523-461a-b63c-179c0e90d74b 2026-06-10 10:59:29.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b2813ea-9ff9-478d-9750-ffae5c9b79f2 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Tap Mirror: Handle Delete Port: 08e9b134-1523-461a-b63c-179c0e90d74b [pid: 7|app: 0|req: 1634/3148] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:59:29 2026] DELETE /v2.0/ports/08e9b134-1523-461a-b63c-179c0e90d74b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:29.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-174ae01a-0075-4c84-a643-46ae900cb213 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] TaaS: Handle Delete Port: 2569b321-3614-47f4-91c1-897a97dd75b6 2026-06-10 10:59:29.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-174ae01a-0075-4c84-a643-46ae900cb213 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Tap Mirror: Handle Delete Port: 2569b321-3614-47f4-91c1-897a97dd75b6 [pid: 8|app: 0|req: 1515/3149] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:59:29 2026] DELETE /v2.0/ports/2569b321-3614-47f4-91c1-897a97dd75b6 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:29.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9831ea1-f8e2-429c-889a-97f7f546ac96 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] TaaS: Handle Delete Port: 7ea4a1ba-b774-4d8b-a158-7ab1e147d3b8 2026-06-10 10:59:29.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9831ea1-f8e2-429c-889a-97f7f546ac96 856e55ace403402e8967f0bce429fcad 703241b0855546f2ba350d908f3dbeaa - - default default] Tap Mirror: Handle Delete Port: 7ea4a1ba-b774-4d8b-a158-7ab1e147d3b8 [pid: 7|app: 0|req: 1635/3150] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 10:59:29 2026] DELETE /v2.0/ports/7ea4a1ba-b774-4d8b-a158-7ab1e147d3b8 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:30.051 8 INFO neutron.services.segments.plugin [-] Segment a06a97d2-7cf8-40c9-80d3-77d6c2dd15fe resource provider aggregate not found 2026-06-10 10:59:30.052 8 INFO neutron.services.segments.plugin [-] Segment a06a97d2-7cf8-40c9-80d3-77d6c2dd15fe resource provider aggregate not found 2026-06-10 10:59:30.071 8 INFO neutron.services.segments.plugin [-] Segment a06a97d2-7cf8-40c9-80d3-77d6c2dd15fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a06a97d2-7cf8-40c9-80d3-77d6c2dd15fe found for delete ", "request_id": "req-f2857129-3943-4aff-8156-2bb68a262862"}]} 2026-06-10 10:59:30.074 8 INFO neutron.services.segments.plugin [-] Segment a06a97d2-7cf8-40c9-80d3-77d6c2dd15fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a06a97d2-7cf8-40c9-80d3-77d6c2dd15fe found for delete ", "request_id": "req-e7ad42ab-8b06-424b-b872-a68a1cfd5425"}]} [pid: 8|app: 0|req: 1516/3151] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:29 2026] DELETE /v2.0/networks/0e514e4f-d958-42ab-b094-17294db2d40f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:30.202 7 INFO neutron.services.segments.plugin [-] Segment 9bf7e5a8-20bd-4fdc-93c3-8a784575fa23 resource provider aggregate not found 2026-06-10 10:59:30.212 7 INFO neutron.services.segments.plugin [-] Segment 9bf7e5a8-20bd-4fdc-93c3-8a784575fa23 resource provider aggregate not found 2026-06-10 10:59:30.222 7 INFO neutron.services.segments.plugin [-] Segment 9bf7e5a8-20bd-4fdc-93c3-8a784575fa23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bf7e5a8-20bd-4fdc-93c3-8a784575fa23 found for delete ", "request_id": "req-1c7266e4-9461-47db-8dae-46b5dd7fc6fc"}]} 2026-06-10 10:59:30.234 7 INFO neutron.services.segments.plugin [-] Segment 9bf7e5a8-20bd-4fdc-93c3-8a784575fa23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bf7e5a8-20bd-4fdc-93c3-8a784575fa23 found for delete ", "request_id": "req-54e70993-4ad2-4899-9d56-95bbb2f10b1a"}]} [pid: 7|app: 0|req: 1636/3152] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:30 2026] DELETE /v2.0/networks/d373c74b-f198-48d9-9924-221c47436787 => 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: 1517/3153] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:30 2026] DELETE /v2.0/networks/1d3b3f29-16fa-461b-ba72-c4dbe101cce2 => 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: 1637/3154] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:30 2026] DELETE /v2.0/networks/483f2ce4-c7c3-4db5-b612-b02588dd275e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3155] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:30 2026] DELETE /v2.0/networks/c9e144e1-36a4-4f8a-821d-e2b8df859d24 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3156] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:31 2026] GET /v2.0/security-groups?tenant_id=703241b0855546f2ba350d908f3dbeaa&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3157] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:31 2026] DELETE /v2.0/security-groups/05dc3a6b-ae9f-410a-b05b-8782faf1cb56 => 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: 1639/3158] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:31 2026] GET /v2.0/security-groups?tenant_id=1167d2cc983143729435591db36859aa&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3159] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:31 2026] DELETE /v2.0/security-groups/c046431c-0070-4a44-9022-e3b839042fa7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:32.093 8 INFO neutron.services.segments.plugin [-] Segment 5cba7596-cb2e-448b-a340-e4158e34c5ad resource provider aggregate not found 2026-06-10 10:59:32.096 8 INFO neutron.services.segments.plugin [-] Segment 5cba7596-cb2e-448b-a340-e4158e34c5ad resource provider aggregate not found 2026-06-10 10:59:32.108 8 INFO neutron.services.segments.plugin [-] Segment 5cba7596-cb2e-448b-a340-e4158e34c5ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cba7596-cb2e-448b-a340-e4158e34c5ad found for delete ", "request_id": "req-1a0a8c5e-b732-4fc1-8b93-11836e26a08e"}]} 2026-06-10 10:59:32.112 8 INFO neutron.services.segments.plugin [-] Segment 5cba7596-cb2e-448b-a340-e4158e34c5ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cba7596-cb2e-448b-a340-e4158e34c5ad found for delete ", "request_id": "req-02cefaa7-7253-44fc-aa22-508cf4cdcdb5"}]} 2026-06-10 10:59:32.123 8 INFO neutron.services.segments.plugin [-] Segment bddf7d3c-a318-4419-9bfd-681c25ef8475 resource provider aggregate not found 2026-06-10 10:59:32.126 8 INFO neutron.services.segments.plugin [-] Segment bddf7d3c-a318-4419-9bfd-681c25ef8475 resource provider aggregate not found 2026-06-10 10:59:32.136 8 INFO neutron.services.segments.plugin [-] Segment bddf7d3c-a318-4419-9bfd-681c25ef8475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bddf7d3c-a318-4419-9bfd-681c25ef8475 found for delete ", "request_id": "req-30da6c54-6177-43eb-8a4f-499924e87ddb"}]} 2026-06-10 10:59:32.142 8 INFO neutron.services.segments.plugin [-] Segment bddf7d3c-a318-4419-9bfd-681c25ef8475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bddf7d3c-a318-4419-9bfd-681c25ef8475 found for delete ", "request_id": "req-46b24131-6d73-48b4-9c31-f3c685ca49b1"}]} 2026-06-10 10:59:32.242 7 INFO neutron.services.segments.plugin [-] Segment 18a16ab6-17ba-4d8a-a676-65c0c9b4fb1f resource provider aggregate not found 2026-06-10 10:59:32.257 7 INFO neutron.services.segments.plugin [-] Segment 18a16ab6-17ba-4d8a-a676-65c0c9b4fb1f resource provider aggregate not found 2026-06-10 10:59:32.260 7 INFO neutron.services.segments.plugin [-] Segment 18a16ab6-17ba-4d8a-a676-65c0c9b4fb1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a16ab6-17ba-4d8a-a676-65c0c9b4fb1f found for delete ", "request_id": "req-535308f2-f94b-4b3d-9414-66c3b8e96e07"}]} 2026-06-10 10:59:32.280 7 INFO neutron.services.segments.plugin [-] Segment 18a16ab6-17ba-4d8a-a676-65c0c9b4fb1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a16ab6-17ba-4d8a-a676-65c0c9b4fb1f found for delete ", "request_id": "req-357aa6b8-20db-4857-bb02-6b8713f2b314"}]} [pid: 7|app: 0|req: 1640/3160] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:32 2026] GET /v2.0/security-groups?tenant_id=32298f691adc42069bbdab73411a4dd9&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3161] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:32 2026] DELETE /v2.0/security-groups/5b84880b-cb96-4930-b5d8-8e0dd8a687ea => 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: 1641/3162] 10.0.0.218 () {34 vars in 678 bytes} [Wed Jun 10 10:59:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3163] 10.0.0.218 () {34 vars in 678 bytes} [Wed Jun 10 10:59:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3164] 10.0.0.218 () {34 vars in 678 bytes} [Wed Jun 10 10:59:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3165] 10.0.0.218 () {34 vars in 678 bytes} [Wed Jun 10 10:59:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3166] 10.0.0.218 () {34 vars in 678 bytes} [Wed Jun 10 10:59:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3167] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:36 2026] PUT /v2.0/policies/a2c7be74-79c2-442f-bafe-5512458f2cfe/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3168] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:36 2026] PUT /v2.0/policies/d245e3d7-9f4d-4a9e-ba4d-af270fd03d03/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3169] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:36 2026] PUT /v2.0/policies/b49eaaf8-ffc4-4945-89ca-fed80de66bb4/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3170] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 10:59:36 2026] PUT /v2.0/policies/a02e95df-2d8f-41bf-93b3-432a278ff7a0/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3171] 10.0.0.218 () {32 vars in 674 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3172] 10.0.0.218 () {32 vars in 688 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3173] 10.0.0.218 () {32 vars in 684 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3174] 10.0.0.218 () {32 vars in 696 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3175] 10.0.0.218 () {32 vars in 682 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3176] 10.0.0.218 () {32 vars in 696 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3179] 10.0.0.218 () {32 vars in 692 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3180] 10.0.0.218 () {32 vars in 704 bytes} [Wed Jun 10 10:59:37 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3181] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:59:37 2026] DELETE /v2.0/qos/policies/a2c7be74-79c2-442f-bafe-5512458f2cfe => 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: 1652/3182] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:59:38 2026] DELETE /v2.0/qos/policies/d245e3d7-9f4d-4a9e-ba4d-af270fd03d03 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3183] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:59:38 2026] DELETE /v2.0/qos/policies/b49eaaf8-ffc4-4945-89ca-fed80de66bb4 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3184] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:59:38 2026] DELETE /v2.0/qos/policies/a02e95df-2d8f-41bf-93b3-432a278ff7a0 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3185] 10.0.0.218 () {32 vars in 734 bytes} [Wed Jun 10 10:59:38 2026] DELETE /v2.0/qos/policies/45b0d45b-7d35-4668-b769-c1a4cf0eb19c => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3186] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:39 2026] GET /v2.0/security-groups?tenant_id=e09c94d761de4dc7a535c501dce5a621&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3187] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:39 2026] DELETE /v2.0/security-groups/d0a13efb-ebe4-4df9-818e-04e086f260b7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3188] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:39 2026] GET /v2.0/security-groups?tenant_id=17200766518e4bcabba4bc10e7095d55&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3189] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:39 2026] DELETE /v2.0/security-groups/109fc378-293e-463a-9138-ec876ee355d3 => 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: 1656/3190] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:39 2026] GET /v2.0/security-groups?tenant_id=56c5e34495c341269c7f61f5929a292d&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3191] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:40 2026] DELETE /v2.0/security-groups/e6d74db9-f9fd-4ae4-9bf7-3c8a61b71718 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:44.561 7 INFO neutron.db.segments_db [None req-0a5d2c25-b089-4ce6-b694-38e53d36e14f 1c0c8aa53e9242189e964120b2723563 c51d62636ae840bbb7523c4d652a3a20 - - default default] Added segment 8559c147-5fa8-49eb-8420-c92141b8f554 of type vxlan for network 8ed4d5fb-7975-40af-a949-9ac8b71b06c0 [pid: 7|app: 0|req: 1657/3192] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:44 2026] POST /v2.0/networks => generated 613 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3193] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:59:44 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:45.022 7 INFO neutron.db.segments_db [None req-cb165e7d-aab1-4b4e-964f-513895cc3935 1c0c8aa53e9242189e964120b2723563 c51d62636ae840bbb7523c4d652a3a20 - - default default] Added segment 3362eae2-34b6-48dd-83c4-5ec1556f4674 of type vxlan for network 39e19439-6ffc-483c-8af2-12ab22e6ebb8 [pid: 7|app: 0|req: 1658/3194] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:44 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3195] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:59:45 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:45.401 7 INFO neutron.db.segments_db [None req-6f4acd5d-9ee7-4c3d-902b-347e6fce80e5 1c0c8aa53e9242189e964120b2723563 c51d62636ae840bbb7523c4d652a3a20 - - default default] Added segment 55c8b84b-5ab1-48af-a9b6-0b394825bc5e of type vxlan for network 8c479484-c1cc-4df3-83e2-3fd8d27915c4 [pid: 7|app: 0|req: 1659/3196] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:45 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: 8|app: 0|req: 1538/3197] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:59:45 2026] POST /v2.0/subnets => generated 629 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:45.756 7 INFO neutron.db.segments_db [None req-32a3b63f-06ac-478e-a30e-cc163e9b62e2 1c0c8aa53e9242189e964120b2723563 c51d62636ae840bbb7523c4d652a3a20 - - default default] Added segment a388a945-b78c-45c6-a596-fbdb0ba4498a of type vxlan for network 5b4e027a-8dca-452c-81a5-91700b0332db [pid: 7|app: 0|req: 1660/3198] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:45 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) [pid: 8|app: 0|req: 1539/3199] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:59:45 2026] POST /v2.0/subnets => generated 629 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 10:59:46.265 7 INFO neutron.db.segments_db [None req-44ac72ec-01b5-4a25-83e5-98df20a0dd28 1c0c8aa53e9242189e964120b2723563 c51d62636ae840bbb7523c4d652a3a20 - - default default] Added segment eedb39f6-19f4-4c81-abfb-c2c06525a022 of type vxlan for network d634e8bd-56ea-4ef1-b216-9e7fc5795cef [pid: 7|app: 0|req: 1661/3200] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 10:59:46 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3201] 10.0.0.218 () {34 vars in 669 bytes} [Wed Jun 10 10:59:46 2026] POST /v2.0/subnets => generated 629 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3202] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:59:46 2026] PUT /v2.0/subnets/df56bc14-6c50-4862-81f1-007add139fde/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3203] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:59:46 2026] PUT /v2.0/subnets/df10c25e-6628-4b19-a659-5807aa3ab7cf/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3204] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:59:46 2026] PUT /v2.0/subnets/66b976f7-c942-4c93-a169-5348fde59440/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3205] 10.0.0.218 () {34 vars in 751 bytes} [Wed Jun 10 10:59:46 2026] PUT /v2.0/subnets/72849941-c71d-4c29-9f33-88ee881aba0f/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: 1664/3206] 10.0.0.218 () {32 vars in 664 bytes} [Wed Jun 10 10:59:46 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3207] 10.0.0.218 () {32 vars in 678 bytes} [Wed Jun 10 10:59:47 2026] GET /v2.0/subnets?tags=red%2Cblue => 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: 1665/3208] 10.0.0.218 () {32 vars in 674 bytes} [Wed Jun 10 10:59:47 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3209] 10.0.0.218 () {32 vars in 686 bytes} [Wed Jun 10 10:59:47 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3210] 10.0.0.218 () {32 vars in 672 bytes} [Wed Jun 10 10:59:47 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3211] 10.0.0.218 () {32 vars in 686 bytes} [Wed Jun 10 10:59:47 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3212] 10.0.0.218 () {32 vars in 682 bytes} [Wed Jun 10 10:59:47 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3213] 10.0.0.218 () {32 vars in 694 bytes} [Wed Jun 10 10:59:47 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3214] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:59:47 2026] DELETE /v2.0/subnets/df56bc14-6c50-4862-81f1-007add139fde => 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: 1547/3215] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:59:47 2026] DELETE /v2.0/subnets/df10c25e-6628-4b19-a659-5807aa3ab7cf => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3216] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:59:47 2026] DELETE /v2.0/subnets/66b976f7-c942-4c93-a169-5348fde59440 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3217] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:59:47 2026] DELETE /v2.0/subnets/72849941-c71d-4c29-9f33-88ee881aba0f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3218] 10.0.0.218 () {32 vars in 724 bytes} [Wed Jun 10 10:59:48 2026] DELETE /v2.0/subnets/4ba972a4-96ea-4653-885a-dd8d69c06990 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:48.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1135b20-c841-4f61-98e1-f8afb0900523 1c0c8aa53e9242189e964120b2723563 c51d62636ae840bbb7523c4d652a3a20 - - default default] TaaS: Handle Delete Port: 268f1b00-0c08-4d3d-8f3b-aae52ffce4c8 2026-06-10 10:59:48.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1135b20-c841-4f61-98e1-f8afb0900523 1c0c8aa53e9242189e964120b2723563 c51d62636ae840bbb7523c4d652a3a20 - - default default] Tap Mirror: Handle Delete Port: 268f1b00-0c08-4d3d-8f3b-aae52ffce4c8 2026-06-10 10:59:48.440 8 INFO neutron.services.segments.plugin [-] Segment 8559c147-5fa8-49eb-8420-c92141b8f554 resource provider aggregate not found 2026-06-10 10:59:48.445 8 INFO neutron.services.segments.plugin [-] Segment 8559c147-5fa8-49eb-8420-c92141b8f554 resource provider aggregate not found 2026-06-10 10:59:48.462 8 INFO neutron.services.segments.plugin [-] Segment 8559c147-5fa8-49eb-8420-c92141b8f554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8559c147-5fa8-49eb-8420-c92141b8f554 found for delete ", "request_id": "req-89e1b3d5-fde6-42af-bfda-5b0aec7592f0"}]} 2026-06-10 10:59:48.468 8 INFO neutron.services.segments.plugin [-] Segment 8559c147-5fa8-49eb-8420-c92141b8f554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8559c147-5fa8-49eb-8420-c92141b8f554 found for delete ", "request_id": "req-29f2f20f-af89-4faf-8549-7a80ef4b970e"}]} [pid: 8|app: 0|req: 1549/3219] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:48 2026] DELETE /v2.0/networks/8ed4d5fb-7975-40af-a949-9ac8b71b06c0 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 10:59:48.604 7 INFO neutron.services.segments.plugin [-] Segment 3362eae2-34b6-48dd-83c4-5ec1556f4674 resource provider aggregate not found 2026-06-10 10:59:48.609 7 INFO neutron.services.segments.plugin [-] Segment 3362eae2-34b6-48dd-83c4-5ec1556f4674 resource provider aggregate not found 2026-06-10 10:59:48.626 7 INFO neutron.services.segments.plugin [-] Segment 3362eae2-34b6-48dd-83c4-5ec1556f4674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3362eae2-34b6-48dd-83c4-5ec1556f4674 found for delete ", "request_id": "req-c36a7a62-54e7-4476-8050-4da53c33f42f"}]} 2026-06-10 10:59:48.629 7 INFO neutron.services.segments.plugin [-] Segment 3362eae2-34b6-48dd-83c4-5ec1556f4674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3362eae2-34b6-48dd-83c4-5ec1556f4674 found for delete ", "request_id": "req-20a03150-6d01-40a2-bc31-e1ca585117b3"}]} [pid: 7|app: 0|req: 1671/3220] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:48 2026] DELETE /v2.0/networks/39e19439-6ffc-483c-8af2-12ab22e6ebb8 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3221] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:48 2026] DELETE /v2.0/networks/8c479484-c1cc-4df3-83e2-3fd8d27915c4 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3222] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:48 2026] DELETE /v2.0/networks/5b4e027a-8dca-452c-81a5-91700b0332db => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3223] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 10:59:48 2026] DELETE /v2.0/networks/d634e8bd-56ea-4ef1-b216-9e7fc5795cef => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3224] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:49 2026] GET /v2.0/security-groups?tenant_id=c51d62636ae840bbb7523c4d652a3a20&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3225] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:50 2026] DELETE /v2.0/security-groups/b52204de-1b7f-41d9-9bf7-336b57679eab => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3226] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:50 2026] GET /v2.0/security-groups?tenant_id=da52d3e788ca4288b5d6f68b57586b87&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: 1553/3227] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:50 2026] DELETE /v2.0/security-groups/565a9a03-16ed-4eda-970c-51c36469bd86 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:50.495 8 INFO neutron.services.segments.plugin [-] Segment 55c8b84b-5ab1-48af-a9b6-0b394825bc5e resource provider aggregate not found 2026-06-10 10:59:50.498 8 INFO neutron.services.segments.plugin [-] Segment 55c8b84b-5ab1-48af-a9b6-0b394825bc5e resource provider aggregate not found 2026-06-10 10:59:50.513 8 INFO neutron.services.segments.plugin [-] Segment 55c8b84b-5ab1-48af-a9b6-0b394825bc5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c8b84b-5ab1-48af-a9b6-0b394825bc5e found for delete ", "request_id": "req-dc874a9b-8702-4ef8-b6dd-da2d462f032a"}]} 2026-06-10 10:59:50.517 8 INFO neutron.services.segments.plugin [-] Segment 55c8b84b-5ab1-48af-a9b6-0b394825bc5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c8b84b-5ab1-48af-a9b6-0b394825bc5e found for delete ", "request_id": "req-eaf64204-922e-447f-a3f8-69736f6468b2"}]} 2026-06-10 10:59:50.531 8 INFO neutron.services.segments.plugin [-] Segment eedb39f6-19f4-4c81-abfb-c2c06525a022 resource provider aggregate not found 2026-06-10 10:59:50.535 8 INFO neutron.services.segments.plugin [-] Segment eedb39f6-19f4-4c81-abfb-c2c06525a022 resource provider aggregate not found 2026-06-10 10:59:50.546 8 INFO neutron.services.segments.plugin [-] Segment eedb39f6-19f4-4c81-abfb-c2c06525a022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eedb39f6-19f4-4c81-abfb-c2c06525a022 found for delete ", "request_id": "req-7d6da753-cde2-485e-b44f-e53637d90dee"}]} 2026-06-10 10:59:50.548 8 INFO neutron.services.segments.plugin [-] Segment eedb39f6-19f4-4c81-abfb-c2c06525a022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eedb39f6-19f4-4c81-abfb-c2c06525a022 found for delete ", "request_id": "req-7fd04e9f-a9e2-48a0-a67a-137d74a3937e"}]} 2026-06-10 10:59:50.647 7 INFO neutron.services.segments.plugin [-] Segment a388a945-b78c-45c6-a596-fbdb0ba4498a resource provider aggregate not found 2026-06-10 10:59:50.652 7 INFO neutron.services.segments.plugin [-] Segment a388a945-b78c-45c6-a596-fbdb0ba4498a resource provider aggregate not found 2026-06-10 10:59:50.673 7 INFO neutron.services.segments.plugin [-] Segment a388a945-b78c-45c6-a596-fbdb0ba4498a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a388a945-b78c-45c6-a596-fbdb0ba4498a found for delete ", "request_id": "req-54a8b43d-6bf0-4e2f-94d2-4905811061c7"}]} 2026-06-10 10:59:50.681 7 INFO neutron.services.segments.plugin [-] Segment a388a945-b78c-45c6-a596-fbdb0ba4498a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a388a945-b78c-45c6-a596-fbdb0ba4498a found for delete ", "request_id": "req-961a68cc-d535-4c99-bf85-1981e5f0603b"}]} [pid: 7|app: 0|req: 1675/3228] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:50 2026] GET /v2.0/security-groups?tenant_id=e37b4bfdd92943d59255778e70eec092&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3229] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:50 2026] DELETE /v2.0/security-groups/c67adebb-fcc2-4e0e-9d58-3ea0dfcb43ef => 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: 1677/3232] 10.0.0.218 () {34 vars in 676 bytes} [Wed Jun 10 10:59:53 2026] POST /v2.0/floatingips => generated 552 bytes in 661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3233] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:59:54 2026] PUT /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3234] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:59:54 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3235] 10.0.0.218 () {34 vars in 770 bytes} [Wed Jun 10 10:59:54 2026] PUT /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3236] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:59:54 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/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: 1558/3237] 10.0.0.218 () {34 vars in 766 bytes} [Wed Jun 10 10:59:54 2026] PUT /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3238] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:59:54 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/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: 1559/3239] 10.0.0.218 () {34 vars in 788 bytes} [Wed Jun 10 10:59:54 2026] PUT /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3240] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:59:55 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3241] 10.0.0.218 () {34 vars in 759 bytes} [Wed Jun 10 10:59:55 2026] PUT /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3242] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:59:55 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3243] 10.0.0.218 () {32 vars in 747 bytes} [Wed Jun 10 10:59:55 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 10:59:55.300 7 INFO neutron.api.v2.resource [None req-0d24afc9-2378-4cb2-a540-1f55d59b4b3d 63dcf91d50a04711b52a8c8644ef5ad7 032f0498dcd44e6fa6a31fa12056776a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3244] 10.0.0.218 () {32 vars in 751 bytes} [Wed Jun 10 10:59:55 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3245] 10.0.0.218 () {32 vars in 750 bytes} [Wed Jun 10 10:59:55 2026] DELETE /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3246] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:59:55 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:59:55.457 8 INFO neutron.api.v2.resource [None req-9630de3a-e28d-48a3-a350-0b52f5d20a9f 63dcf91d50a04711b52a8c8644ef5ad7 032f0498dcd44e6fa6a31fa12056776a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3247] 10.0.0.218 () {32 vars in 754 bytes} [Wed Jun 10 10:59:55 2026] DELETE /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3248] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 10:59:55 2026] DELETE /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3249] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 10:59:55 2026] GET /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 10:59:55.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-04ded242-096d-4672-9c15-57e57e732493 63dcf91d50a04711b52a8c8644ef5ad7 032f0498dcd44e6fa6a31fa12056776a - - default default] TaaS: Handle Delete Port: 37020570-cd20-4f40-962b-b8f9204acdfe 2026-06-10 10:59:55.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04ded242-096d-4672-9c15-57e57e732493 63dcf91d50a04711b52a8c8644ef5ad7 032f0498dcd44e6fa6a31fa12056776a - - default default] Tap Mirror: Handle Delete Port: 37020570-cd20-4f40-962b-b8f9204acdfe [pid: 7|app: 0|req: 1686/3250] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 10:59:55 2026] DELETE /v2.0/floatingips/614140bb-c59b-484c-a53a-ad63574fa114 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3251] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:56 2026] GET /v2.0/security-groups?tenant_id=2387414da9714be7b8a9f908c4a45868&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3252] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:56 2026] DELETE /v2.0/security-groups/6bfffae3-66bb-4e23-847b-a9a5143a4760 => 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: 1566/3253] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 10:59:56 2026] GET /v2.0/security-groups?tenant_id=032f0498dcd44e6fa6a31fa12056776a&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: 1688/3254] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 10:59:57 2026] DELETE /v2.0/security-groups/220ecd23-c1e2-4a81-9f05-93b0799c13b1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:00:00.581 8 INFO neutron.db.segments_db [None req-e232c8be-3704-4bb4-85b9-5ee86f2363e7 bd48bd839e5e461bb0d616b4d2c9e5a8 07e4293ed4424fe8b9ce02b024a66d33 - - default default] Added segment 06f7b7da-3aa8-4012-b9cf-823b256d2ef1 of type vxlan for network 2f2383f3-d48c-4a43-a192-7882d70375cf [pid: 8|app: 0|req: 1567/3255] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 11:00:00 2026] POST /v2.0/networks => generated 612 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3256] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 11:00:00 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3257] 10.0.0.218 () {34 vars in 747 bytes} [Wed Jun 10 11:00:01 2026] PUT /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1690/3258] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1569/3259] 10.0.0.218 () {34 vars in 758 bytes} [Wed Jun 10 11:00:01 2026] PUT /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1691/3260] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1570/3261] 10.0.0.218 () {34 vars in 754 bytes} [Wed Jun 10 11:00:01 2026] PUT /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags/red => generated 4 bytes in 77 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: 1692/3262] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 34 bytes in 83 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: 1571/3263] 10.0.0.218 () {34 vars in 776 bytes} [Wed Jun 10 11:00:01 2026] PUT /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1693/3264] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 52 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: 8|app: 0|req: 1572/3265] 10.0.0.218 () {34 vars in 747 bytes} [Wed Jun 10 11:00:01 2026] PUT /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1694/3266] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1573/3267] 10.0.0.218 () {32 vars in 735 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags/red => generated 0 bytes in 41 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 11:00:01.898 7 INFO neutron.api.v2.resource [None req-7e12917a-d90b-4d0d-b5d2-5c20602f2b1e bd48bd839e5e461bb0d616b4d2c9e5a8 07e4293ed4424fe8b9ce02b024a66d33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3268] 10.0.0.218 () {32 vars in 739 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1574/3269] 10.0.0.218 () {32 vars in 738 bytes} [Wed Jun 10 11:00:01 2026] DELETE /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags/red => generated 0 bytes in 68 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: 1696/3270] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 11:00:01 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:00:02.096 8 INFO neutron.api.v2.resource [None req-ec9c11b1-c45f-4541-9600-1e534bea01d6 bd48bd839e5e461bb0d616b4d2c9e5a8 07e4293ed4424fe8b9ce02b024a66d33 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3271] 10.0.0.218 () {32 vars in 742 bytes} [Wed Jun 10 11:00:02 2026] DELETE /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags/green => generated 99 bytes in 62 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: 1697/3272] 10.0.0.218 () {32 vars in 730 bytes} [Wed Jun 10 11:00:02 2026] DELETE /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1576/3273] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 11:00:02 2026] GET /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-10 11:00:02.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-34e9a83f-050a-4418-bf01-1504ddfac460 bd48bd839e5e461bb0d616b4d2c9e5a8 07e4293ed4424fe8b9ce02b024a66d33 - - default default] TaaS: Handle Delete Port: 669f02b3-4e31-4ab1-b896-c8d24e463bee 2026-06-10 11:00:02.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34e9a83f-050a-4418-bf01-1504ddfac460 bd48bd839e5e461bb0d616b4d2c9e5a8 07e4293ed4424fe8b9ce02b024a66d33 - - default default] Tap Mirror: Handle Delete Port: 669f02b3-4e31-4ab1-b896-c8d24e463bee [pid: 7|app: 0|req: 1698/3274] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 11:00:02 2026] DELETE /v2.0/ports/669f02b3-4e31-4ab1-b896-c8d24e463bee => generated 0 bytes in 206 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 11:00:02.576 8 INFO neutron.services.segments.plugin [-] Segment 06f7b7da-3aa8-4012-b9cf-823b256d2ef1 resource provider aggregate not found 2026-06-10 11:00:02.580 8 INFO neutron.services.segments.plugin [-] Segment 06f7b7da-3aa8-4012-b9cf-823b256d2ef1 resource provider aggregate not found 2026-06-10 11:00:02.595 8 INFO neutron.services.segments.plugin [-] Segment 06f7b7da-3aa8-4012-b9cf-823b256d2ef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f7b7da-3aa8-4012-b9cf-823b256d2ef1 found for delete ", "request_id": "req-2314b134-23bc-4c5a-a041-70e6e720893c"}]} 2026-06-10 11:00:02.602 8 INFO neutron.services.segments.plugin [-] Segment 06f7b7da-3aa8-4012-b9cf-823b256d2ef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f7b7da-3aa8-4012-b9cf-823b256d2ef1 found for delete ", "request_id": "req-01e5142b-eada-46ed-829b-5b9e772e6ddc"}]} [pid: 8|app: 0|req: 1577/3275] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 11:00:02 2026] DELETE /v2.0/networks/2f2383f3-d48c-4a43-a192-7882d70375cf => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3276] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 11:00:03 2026] GET /v2.0/security-groups?tenant_id=3526f773e2d94694a5d54d0dbc778fec&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3277] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 11:00:03 2026] DELETE /v2.0/security-groups/d9507391-20c6-4f46-b942-adbf2daa5097 => 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: 1700/3278] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 11:00:03 2026] GET /v2.0/security-groups?tenant_id=07e4293ed4424fe8b9ce02b024a66d33&name=default => generated 2929 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3279] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 11:00:03 2026] DELETE /v2.0/security-groups/ab546da2-b5fe-47c1-999b-08f33f6e612e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:00:07.638 7 INFO neutron.db.segments_db [None req-7ca1789a-bfb2-46eb-af43-0d0cb6305bdb 0a96113a89e24d6290bfc5862fe99b81 4facc4173b8b4953a64cd31750b99064 - - default default] Added segment 5b9db58b-d307-4243-a700-16945ef5eaf9 of type vxlan for network 3e38f971-66d7-4b8b-aad1-8f8d7b0ae18b [pid: 7|app: 0|req: 1701/3280] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 11:00:07 2026] POST /v2.0/networks => generated 612 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3283] 10.0.0.218 () {34 vars in 664 bytes} [Wed Jun 10 11:00:07 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3284] 10.0.0.218 () {34 vars in 666 bytes} [Wed Jun 10 11:00:08 2026] POST /v2.0/trunks => generated 407 bytes in 175 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: 1581/3285] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 11:00:08 2026] PUT /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3286] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3287] 10.0.0.218 () {34 vars in 760 bytes} [Wed Jun 10 11:00:08 2026] PUT /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3288] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3289] 10.0.0.218 () {34 vars in 756 bytes} [Wed Jun 10 11:00:08 2026] PUT /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3290] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3291] 10.0.0.218 () {34 vars in 778 bytes} [Wed Jun 10 11:00:08 2026] PUT /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3292] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3293] 10.0.0.218 () {34 vars in 749 bytes} [Wed Jun 10 11:00:08 2026] PUT /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3294] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3295] 10.0.0.218 () {32 vars in 737 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:00:08.603 7 INFO neutron.api.v2.resource [None req-be87eedd-ecfd-477d-b073-31a35aae2ea3 0a96113a89e24d6290bfc5862fe99b81 4facc4173b8b4953a64cd31750b99064 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1710/3296] 10.0.0.218 () {32 vars in 741 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3297] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 11:00:08 2026] DELETE /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3298] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:00:08.722 8 INFO neutron.api.v2.resource [None req-05c7ac86-8244-49e8-9de7-bf7d27d2125d 0a96113a89e24d6290bfc5862fe99b81 4facc4173b8b4953a64cd31750b99064 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3299] 10.0.0.218 () {32 vars in 744 bytes} [Wed Jun 10 11:00:08 2026] DELETE /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3300] 10.0.0.218 () {32 vars in 732 bytes} [Wed Jun 10 11:00:08 2026] DELETE /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3301] 10.0.0.218 () {32 vars in 729 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db/tags => 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: 1713/3302] 10.0.0.218 () {32 vars in 719 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3303] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 11:00:08 2026] GET /v2.0/ports/2b692974-d7f0-4d52-ae56-13773e271109 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3304] 10.0.0.218 () {32 vars in 722 bytes} [Wed Jun 10 11:00:08 2026] DELETE /v2.0/trunks/4e4372f1-8740-4921-b02a-bc440d7d13db => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:00:09.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f51e598-2823-49a8-82e0-0e7b024c32d3 0a96113a89e24d6290bfc5862fe99b81 4facc4173b8b4953a64cd31750b99064 - - default default] TaaS: Handle Delete Port: 2b692974-d7f0-4d52-ae56-13773e271109 2026-06-10 11:00:09.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f51e598-2823-49a8-82e0-0e7b024c32d3 0a96113a89e24d6290bfc5862fe99b81 4facc4173b8b4953a64cd31750b99064 - - default default] Tap Mirror: Handle Delete Port: 2b692974-d7f0-4d52-ae56-13773e271109 [pid: 8|app: 0|req: 1591/3305] 10.0.0.218 () {32 vars in 720 bytes} [Wed Jun 10 11:00:08 2026] DELETE /v2.0/ports/2b692974-d7f0-4d52-ae56-13773e271109 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:00:09.294 7 INFO neutron.services.segments.plugin [-] Segment 5b9db58b-d307-4243-a700-16945ef5eaf9 resource provider aggregate not found 2026-06-10 11:00:09.299 7 INFO neutron.services.segments.plugin [-] Segment 5b9db58b-d307-4243-a700-16945ef5eaf9 resource provider aggregate not found [pid: 7|app: 0|req: 1715/3306] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 11:00:09 2026] DELETE /v2.0/networks/3e38f971-66d7-4b8b-aad1-8f8d7b0ae18b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:00:09.320 7 INFO neutron.services.segments.plugin [-] Segment 5b9db58b-d307-4243-a700-16945ef5eaf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b9db58b-d307-4243-a700-16945ef5eaf9 found for delete ", "request_id": "req-1ca02f34-5fb4-4799-9484-32445c5b6deb"}]} 2026-06-10 11:00:09.321 7 INFO neutron.services.segments.plugin [-] Segment 5b9db58b-d307-4243-a700-16945ef5eaf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b9db58b-d307-4243-a700-16945ef5eaf9 found for delete ", "request_id": "req-6892ecdd-6d4f-4d9d-8a31-3da8b85c8bd2"}]} [pid: 8|app: 0|req: 1592/3307] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 11:00:09 2026] GET /v2.0/security-groups?tenant_id=ddbcba6d320740efa138dd6bd50afb53&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3308] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 11:00:10 2026] DELETE /v2.0/security-groups/ccd6c2b6-52de-4bf9-9c40-53257b2ded23 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3309] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 11:00:10 2026] GET /v2.0/security-groups?tenant_id=4facc4173b8b4953a64cd31750b99064&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3310] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 11:00:10 2026] DELETE /v2.0/security-groups/f3cb4d4c-af13-4dfa-bf32-93388275fbd5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 11:00:14.032 8 INFO neutron.db.segments_db [None req-0ec7c487-6371-45e7-b74f-b63621e979ab 642427bfab164c2eb99773ca80d88e5e d7bf149143cc4b7caf46f7d64f331722 - - default default] Added segment 7192fcc8-0b6f-4b75-941e-2e8531865f55 of type vxlan for network a77143dc-a630-43b3-875d-d1a1e7f28f2d [pid: 8|app: 0|req: 1594/3311] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 11:00:13 2026] POST /v2.0/networks => generated 612 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-10 11:00:14.167 7 INFO neutron.db.segments_db [None req-73385e6f-21e7-42d6-b447-9e9ccbaa7342 642427bfab164c2eb99773ca80d88e5e d7bf149143cc4b7caf46f7d64f331722 - - default default] Added segment 81c518fc-92e8-4f16-a62f-d6bcfcff8c08 of type vxlan for network b0fbb454-d4c5-4c80-9bc3-63e40f9a05fb [pid: 7|app: 0|req: 1718/3312] 10.0.0.218 () {34 vars in 670 bytes} [Wed Jun 10 11:00:14 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3313] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 11:00:14 2026] PUT /v2.0/networks/a77143dc-a630-43b3-875d-d1a1e7f28f2d/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3314] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 11:00:14 2026] GET /v2.0/networks/a77143dc-a630-43b3-875d-d1a1e7f28f2d/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3315] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 11:00:14 2026] PUT /v2.0/networks/b0fbb454-d4c5-4c80-9bc3-63e40f9a05fb/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3316] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 11:00:14 2026] GET /v2.0/networks/b0fbb454-d4c5-4c80-9bc3-63e40f9a05fb/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3317] 10.0.0.218 () {34 vars in 753 bytes} [Wed Jun 10 11:00:14 2026] PUT /v2.0/networks/b0fbb454-d4c5-4c80-9bc3-63e40f9a05fb/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3318] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 11:00:14 2026] GET /v2.0/networks/b0fbb454-d4c5-4c80-9bc3-63e40f9a05fb/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3319] 10.0.0.218 () {32 vars in 733 bytes} [Wed Jun 10 11:00:14 2026] GET /v2.0/networks/a77143dc-a630-43b3-875d-d1a1e7f28f2d/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 11:00:14.817 7 INFO neutron.services.segments.plugin [-] Segment 7192fcc8-0b6f-4b75-941e-2e8531865f55 resource provider aggregate not found 2026-06-10 11:00:14.824 7 INFO neutron.services.segments.plugin [-] Segment 7192fcc8-0b6f-4b75-941e-2e8531865f55 resource provider aggregate not found 2026-06-10 11:00:14.843 7 INFO neutron.services.segments.plugin [-] Segment 7192fcc8-0b6f-4b75-941e-2e8531865f55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7192fcc8-0b6f-4b75-941e-2e8531865f55 found for delete ", "request_id": "req-672fa845-e6d8-4d18-873d-e224c6d6b2c8"}]} 2026-06-10 11:00:14.845 7 INFO neutron.services.segments.plugin [-] Segment 7192fcc8-0b6f-4b75-941e-2e8531865f55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7192fcc8-0b6f-4b75-941e-2e8531865f55 found for delete ", "request_id": "req-d6796264-c1fa-4ed7-910f-b2202e8053d0"}]} [pid: 7|app: 0|req: 1722/3320] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 11:00:14 2026] DELETE /v2.0/networks/a77143dc-a630-43b3-875d-d1a1e7f28f2d => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-10 11:00:14.994 8 INFO neutron.services.segments.plugin [-] Segment 81c518fc-92e8-4f16-a62f-d6bcfcff8c08 resource provider aggregate not found 2026-06-10 11:00:14.998 8 INFO neutron.services.segments.plugin [-] Segment 81c518fc-92e8-4f16-a62f-d6bcfcff8c08 resource provider aggregate not found 2026-06-10 11:00:15.015 8 INFO neutron.services.segments.plugin [-] Segment 81c518fc-92e8-4f16-a62f-d6bcfcff8c08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81c518fc-92e8-4f16-a62f-d6bcfcff8c08 found for delete ", "request_id": "req-10cad54a-bb4b-4ad6-b24f-818e7cc557d8"}]} 2026-06-10 11:00:15.017 8 INFO neutron.services.segments.plugin [-] Segment 81c518fc-92e8-4f16-a62f-d6bcfcff8c08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81c518fc-92e8-4f16-a62f-d6bcfcff8c08 found for delete ", "request_id": "req-86c345a1-7d1a-4eac-9f5f-ff82345a0889"}]} [pid: 8|app: 0|req: 1599/3321] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 11:00:14 2026] DELETE /v2.0/networks/b0fbb454-d4c5-4c80-9bc3-63e40f9a05fb => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3322] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 11:00:15 2026] GET /v2.0/security-groups?tenant_id=d7bf149143cc4b7caf46f7d64f331722&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3323] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 11:00:15 2026] DELETE /v2.0/security-groups/196ca4c5-6a66-4d12-af17-4d4fcc9f51e2 => 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: 1724/3324] 10.0.0.218 () {32 vars in 774 bytes} [Wed Jun 10 11:00:15 2026] GET /v2.0/security-groups?tenant_id=be91195893f64e669533f2314cb5ba3e&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3325] 10.0.0.218 () {32 vars in 740 bytes} [Wed Jun 10 11:00:16 2026] DELETE /v2.0/security-groups/6614b3b2-aaaf-4975-b205-fc89ad29b557 => 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: 1725/3326] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 11:00:18 2026] GET /v2.0/networks => generated 2168 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3327] 10.0.0.218 () {32 vars in 655 bytes} [Wed Jun 10 11:00:19 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3328] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 11:00:19 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3329] 10.0.0.218 () {32 vars in 643 bytes} [Wed Jun 10 11:00:19 2026] GET /v2.0/ports => generated 4721 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3330] 10.0.0.218 () {32 vars in 647 bytes} [Wed Jun 10 11:00:20 2026] GET /v2.0/subnets => generated 1308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3331] 10.0.0.218 () {32 vars in 649 bytes} [Wed Jun 10 11:00:20 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3332] 10.0.0.218 () {32 vars in 663 bytes} [Wed Jun 10 11:00:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3333] 10.0.0.218 () {32 vars in 655 bytes} [Wed Jun 10 11:00:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)