+ 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 [Thu May 28 14:29:11 2026] *** compiled with version: 13.3.0 on 27 May 2026 05:54:01 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-744b5f585c-wd8q6 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f2333b9a668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-28 14:29:16.393 7 INFO neutron.common.config [-] Logging enabled! 2026-05-28 14:29:16.393 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev12 2026-05-28 14:29:16.452 8 INFO neutron.common.config [-] Logging enabled! 2026-05-28 14:29:16.453 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev12 2026-05-28 14:29:16.779 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 14:29:16.864 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 14:29:18.278 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 14:29:18.281 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 14:29:18.284 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 14:29:18.285 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 14:29:18.285 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 14:29:18.286 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 14:29:18.286 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 14:29:18.293 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 14:29:18.293 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 14:29:18.294 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 14:29:18.315 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 14:29:18.316 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 14:29:18.316 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 14:29:18.346 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 14:29:18.347 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 14:29:18.347 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 14:29:18.347 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 14:29:18.548 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 14:29:18.552 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 14:29:18.555 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 14:29:18.556 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 14:29:18.557 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 14:29:18.557 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 14:29:18.557 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 14:29:18.565 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 14:29:18.565 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 14:29:18.565 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 14:29:18.587 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 14:29:18.588 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 14:29:18.588 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 14:29:18.619 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 14:29:18.619 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 14:29:18.619 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 14:29:18.619 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 14:29:18.641 7 INFO neutron.plugins.ml2.managers [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 14:29:18.906 8 INFO neutron.plugins.ml2.managers [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 14:29:18.949 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 14:29:18.949 7 INFO neutron.plugins.ml2.managers [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 14:29:18.950 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 14:29:18.963 7 INFO neutron.plugins.ml2.managers [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 14:29:18.963 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 14:29:18.963 7 INFO neutron.plugins.ml2.managers [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 14:29:18.963 7 INFO neutron.plugins.ml2.extensions.port_security [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 14:29:18.963 7 INFO neutron.plugins.ml2.managers [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] Initializing extension driver 'qos' 2026-05-28 14:29:18.963 7 INFO neutron.plugins.ml2.managers [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 14:29:18.964 7 INFO neutron.plugins.ml2.managers [None req-14b702d5-e548-45b0-9ff3-8313df312d08 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 14:29:18.978 7 INFO neutron.quota [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded quota_driver: . 2026-05-28 14:29:18.978 7 INFO neutron.plugins.ml2.plugin [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 14:29:18.978 7 INFO neutron.plugins.ml2.managers [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 14:29:18.978 7 INFO neutron.plugins.ml2.managers [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 14:29:18.978 7 INFO neutron.plugins.ml2.managers [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 14:29:18.979 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: qos 2026-05-28 14:29:18.992 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: router 2026-05-28 14:29:19.031 7 INFO neutron.services.service_base [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 14:29:19.031 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: segments 2026-05-28 14:29:19.128 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: trunk 2026-05-28 14:29:19.143 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: vpnaas 2026-05-28 14:29:19.180 7 WARNING stevedore.named [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 14:29:19.242 7 INFO neutron_vpnaas.services.vpn.plugin [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 14:29:19.243 7 INFO neutron.common.utils [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 14:29:19.243 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: taas 2026-05-28 14:29:19.261 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 14:29:19.261 8 INFO neutron.plugins.ml2.managers [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 14:29:19.261 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 14:29:19.265 7 WARNING stevedore.named [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 14:29:19.275 8 INFO neutron.plugins.ml2.managers [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 14:29:19.276 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 14:29:19.276 8 INFO neutron.plugins.ml2.managers [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 14:29:19.276 8 INFO neutron.plugins.ml2.extensions.port_security [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 14:29:19.276 8 INFO neutron.plugins.ml2.managers [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] Initializing extension driver 'qos' 2026-05-28 14:29:19.276 8 INFO neutron.plugins.ml2.managers [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 14:29:19.277 8 INFO neutron.plugins.ml2.managers [None req-bfb18387-ec5a-41aa-9ca0-71501259be34 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 14:29:19.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 14:29:19.284 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: tapmirror 2026-05-28 14:29:19.292 8 INFO neutron.quota [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded quota_driver: . 2026-05-28 14:29:19.292 8 INFO neutron.plugins.ml2.plugin [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 14:29:19.292 8 INFO neutron.plugins.ml2.managers [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 14:29:19.292 8 INFO neutron.plugins.ml2.managers [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 14:29:19.293 8 INFO neutron.plugins.ml2.managers [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 14:29:19.293 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: qos 2026-05-28 14:29:19.297 7 WARNING stevedore.named [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 14:29:19.306 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: router 2026-05-28 14:29:19.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 14:29:19.307 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 14:29:19.313 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: tag 2026-05-28 14:29:19.321 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: timestamp 2026-05-28 14:29:19.324 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 14:29:19.328 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: flavors 2026-05-28 14:29:19.331 7 INFO neutron.manager [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loading Plugin: revisions 2026-05-28 14:29:19.334 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Initializing extension manager. 2026-05-28 14:29:19.336 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: address-group 2026-05-28 14:29:19.337 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: address-scope 2026-05-28 14:29:19.337 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 14:29:19.339 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: agent 2026-05-28 14:29:19.339 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 14:29:19.340 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 14:29:19.341 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 14:29:19.342 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: availability_zone 2026-05-28 14:29:19.342 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 14:29:19.343 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 14:29:19.344 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 14:29:19.345 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 14:29:19.346 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: dns-integration 2026-05-28 14:29:19.346 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 14:29:19.347 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 14:29:19.347 8 INFO neutron.services.service_base [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 14:29:19.348 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: dvr 2026-05-28 14:29:19.348 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: segments 2026-05-28 14:29:19.348 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 14:29:19.349 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 14:29:19.349 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 14:29:19.350 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 14:29:19.350 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: external-net 2026-05-28 14:29:19.351 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 14:29:19.352 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: extraroute 2026-05-28 14:29:19.353 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 14:29:19.353 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 14:29:19.354 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 14:29:19.354 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 14:29:19.355 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 14:29:19.355 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: fip-port-details 2026-05-28 14:29:19.356 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: flavors 2026-05-28 14:29:19.357 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 14:29:19.358 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 14:29:19.359 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: ip_allocation 2026-05-28 14:29:19.359 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 14:29:19.360 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 14:29:19.361 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: router 2026-05-28 14:29:19.364 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 14:29:19.365 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 14:29:19.366 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 14:29:19.366 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 14:29:19.367 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: l3-ha 2026-05-28 14:29:19.367 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 14:29:19.368 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 14:29:19.368 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: l3-flavors 2026-05-28 14:29:19.369 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 14:29:19.370 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 14:29:19.372 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 14:29:19.373 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 14:29:19.375 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 14:29:19.376 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 14:29:19.376 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 14:29:19.377 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: multi-provider 2026-05-28 14:29:19.378 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: net-mtu 2026-05-28 14:29:19.379 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 14:29:19.379 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 14:29:19.380 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: network_ha 2026-05-28 14:29:19.380 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 14:29:19.382 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 14:29:19.384 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: pagination 2026-05-28 14:29:19.385 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-device-profile 2026-05-28 14:29:19.385 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 14:29:19.386 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 14:29:19.387 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 14:29:19.387 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-mac-override 2026-05-28 14:29:19.388 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 14:29:19.388 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 14:29:19.389 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 14:29:19.389 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-resource-request 2026-05-28 14:29:19.390 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 14:29:19.391 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 14:29:19.391 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: binding 2026-05-28 14:29:19.392 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: binding-extended 2026-05-28 14:29:19.393 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-security 2026-05-28 14:29:19.393 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: project-id 2026-05-28 14:29:19.394 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: provider 2026-05-28 14:29:19.394 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 14:29:19.397 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos 2026-05-28 14:29:19.398 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 14:29:19.398 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 14:29:19.399 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-default 2026-05-28 14:29:19.400 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-fip 2026-05-28 14:29:19.400 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 14:29:19.401 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 14:29:19.401 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 14:29:19.402 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 14:29:19.403 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 14:29:19.403 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-pps 2026-05-28 14:29:19.404 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 14:29:19.404 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 14:29:19.405 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 14:29:19.406 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 14:29:19.407 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 14:29:19.409 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: quotas 2026-05-28 14:29:19.410 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: quota_details 2026-05-28 14:29:19.411 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: rbac-policies 2026-05-28 14:29:19.412 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: rbac-address-group 2026-05-28 14:29:19.412 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 14:29:19.413 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 14:29:19.414 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 14:29:19.414 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: revision-if-match 2026-05-28 14:29:19.415 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 14:29:19.416 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 14:29:19.416 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 14:29:19.418 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 14:29:19.418 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 14:29:19.419 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 14:29:19.419 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 14:29:19.420 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 14:29:19.420 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 14:29:19.425 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: security-group 2026-05-28 14:29:19.426 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: segment 2026-05-28 14:29:19.426 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 14:29:19.427 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: service-type 2026-05-28 14:29:19.428 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: sorting 2026-05-28 14:29:19.428 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 14:29:19.429 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 14:29:19.430 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 14:29:19.430 7 WARNING neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 14:29:19.431 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 14:29:19.431 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: subnet-external-network 2026-05-28 14:29:19.432 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: subnet_onboard 2026-05-28 14:29:19.432 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 14:29:19.433 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 14:29:19.433 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 14:29:19.434 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 14:29:19.435 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: tag-creation 2026-05-28 14:29:19.435 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 14:29:19.439 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 14:29:19.440 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 14:29:19.441 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: trunk 2026-05-28 14:29:19.441 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: trunk-details 2026-05-28 14:29:19.442 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 14:29:19.442 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 14:29:19.443 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 14:29:19.443 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 14:29:19.445 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 14:29:19.446 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 14:29:19.447 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 14:29:19.448 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: vpnaas 2026-05-28 14:29:19.450 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: taas 2026-05-28 14:29:19.451 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: tap-mirror 2026-05-28 14:29:19.452 7 INFO neutron.api.extensions [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 14:29:19.453 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: trunk 2026-05-28 14:29:19.454 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 14:29:19.455 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 14:29:19.455 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.455 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 14:29:19.458 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 14:29:19.459 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 14:29:19.463 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 14:29:19.464 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 14:29:19.464 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 14:29:19.465 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.465 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.466 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.466 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.466 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 14:29:19.467 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.467 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.467 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 14:29:19.468 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 14:29:19.468 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: vpnaas 2026-05-28 14:29:19.468 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 14:29:19.469 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.469 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] ipsecpolicy is already registered 2026-05-28 14:29:19.469 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.469 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] ikepolicy is already registered 2026-05-28 14:29:19.473 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 14:29:19.474 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] router is already registered 2026-05-28 14:29:19.474 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 14:29:19.474 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] floatingip is already registered 2026-05-28 14:29:19.478 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 14:29:19.478 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] rbac_policy is already registered 2026-05-28 14:29:19.478 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 14:29:19.479 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] security_group is already registered 2026-05-28 14:29:19.479 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 14:29:19.479 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] security_group_rule is already registered 2026-05-28 14:29:19.480 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.480 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.480 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.481 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.481 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 14:29:19.481 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] trunk is already registered 2026-05-28 14:29:19.481 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.482 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] ikepolicy is already registered 2026-05-28 14:29:19.482 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.482 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] ipsecpolicy is already registered 2026-05-28 14:29:19.482 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 14:29:19.483 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] endpoint_group is already registered 2026-05-28 14:29:19.483 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 14:29:19.483 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] vpnservice is already registered 2026-05-28 14:29:19.483 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 14:29:19.484 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] ipsec_site_connection is already registered 2026-05-28 14:29:19.484 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.484 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] ipsecpolicy is already registered 2026-05-28 14:29:19.484 7 INFO neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.484 7 WARNING neutron.quota.resource_registry [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] ikepolicy is already registered 2026-05-28 14:29:19.505 8 WARNING stevedore.named [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 14:29:19.521 7 WARNING keystonemiddleware._common.config [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 14:29:19.528 7 WARNING oslo_config.cfg [None req-44edc0c9-3ff0-4500-ad9e-2552d6761023 - - - - - -] 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 0x7f2333b9a668 pid: 7 (default app) 2026-05-28 14:29:19.596 8 INFO neutron_vpnaas.services.vpn.plugin [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 14:29:19.596 8 INFO neutron.common.utils [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 14:29:19.597 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: taas 2026-05-28 14:29:19.622 8 WARNING stevedore.named [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 14:29:19.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 14:29:19.641 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: tapmirror 2026-05-28 14:29:19.654 8 WARNING stevedore.named [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 14:29:19.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 14:29:19.667 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 14:29:19.676 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: tag 2026-05-28 14:29:19.686 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: timestamp 2026-05-28 14:29:19.690 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 14:29:19.694 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: flavors 2026-05-28 14:29:19.700 8 INFO neutron.manager [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loading Plugin: revisions 2026-05-28 14:29:19.703 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Initializing extension manager. 2026-05-28 14:29:19.705 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: address-group 2026-05-28 14:29:19.706 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: address-scope 2026-05-28 14:29:19.707 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 14:29:19.708 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: agent 2026-05-28 14:29:19.708 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 14:29:19.710 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 14:29:19.710 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 14:29:19.711 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: availability_zone 2026-05-28 14:29:19.712 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 14:29:19.713 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 14:29:19.714 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 14:29:19.715 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 14:29:19.716 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: dns-integration 2026-05-28 14:29:19.717 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 14:29:19.718 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 14:29:19.719 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: dvr 2026-05-28 14:29:19.720 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 14:29:19.720 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 14:29:19.721 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 14:29:19.722 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 14:29:19.722 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: external-net 2026-05-28 14:29:19.723 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 14:29:19.723 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: extraroute 2026-05-28 14:29:19.724 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 14:29:19.725 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 14:29:19.725 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 14:29:19.726 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 14:29:19.727 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 14:29:19.728 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: fip-port-details 2026-05-28 14:29:19.729 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: flavors 2026-05-28 14:29:19.730 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 14:29:19.731 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 14:29:19.731 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: ip_allocation 2026-05-28 14:29:19.732 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 14:29:19.732 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 14:29:19.734 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: router 2026-05-28 14:29:19.736 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 14:29:19.736 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 14:29:19.737 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 14:29:19.738 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 14:29:19.738 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: l3-ha 2026-05-28 14:29:19.739 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 14:29:19.739 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 14:29:19.740 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: l3-flavors 2026-05-28 14:29:19.741 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 14:29:19.742 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 14:29:19.744 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 14:29:19.745 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 14:29:19.747 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 14:29:19.748 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 14:29:19.749 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 14:29:19.750 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: multi-provider 2026-05-28 14:29:19.750 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: net-mtu 2026-05-28 14:29:19.751 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 14:29:19.751 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 14:29:19.752 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: network_ha 2026-05-28 14:29:19.753 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 14:29:19.754 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 14:29:19.755 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: pagination 2026-05-28 14:29:19.755 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-device-profile 2026-05-28 14:29:19.756 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 14:29:19.756 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 14:29:19.757 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 14:29:19.757 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-mac-override 2026-05-28 14:29:19.758 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 14:29:19.759 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 14:29:19.759 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 14:29:19.760 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-resource-request 2026-05-28 14:29:19.760 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 14:29:19.761 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 14:29:19.761 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: binding 2026-05-28 14:29:19.762 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: binding-extended 2026-05-28 14:29:19.763 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-security 2026-05-28 14:29:19.764 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: project-id 2026-05-28 14:29:19.764 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: provider 2026-05-28 14:29:19.765 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 14:29:19.767 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos 2026-05-28 14:29:19.771 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 14:29:19.771 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 14:29:19.772 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-default 2026-05-28 14:29:19.773 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-fip 2026-05-28 14:29:19.773 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 14:29:19.774 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 14:29:19.774 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 14:29:19.775 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 14:29:19.776 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 14:29:19.776 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-pps 2026-05-28 14:29:19.777 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 14:29:19.777 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 14:29:19.778 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 14:29:19.779 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 14:29:19.780 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 14:29:19.782 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: quotas 2026-05-28 14:29:19.783 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: quota_details 2026-05-28 14:29:19.785 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: rbac-policies 2026-05-28 14:29:19.785 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: rbac-address-group 2026-05-28 14:29:19.786 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 14:29:19.787 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 14:29:19.787 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 14:29:19.788 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: revision-if-match 2026-05-28 14:29:19.788 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 14:29:19.789 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 14:29:19.790 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 14:29:19.792 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 14:29:19.792 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 14:29:19.793 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 14:29:19.793 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 14:29:19.794 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 14:29:19.794 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 14:29:19.800 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: security-group 2026-05-28 14:29:19.801 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: segment 2026-05-28 14:29:19.801 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 14:29:19.802 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: service-type 2026-05-28 14:29:19.803 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: sorting 2026-05-28 14:29:19.803 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 14:29:19.804 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 14:29:19.805 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 14:29:19.805 8 WARNING neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 14:29:19.806 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 14:29:19.806 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: subnet-external-network 2026-05-28 14:29:19.807 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: subnet_onboard 2026-05-28 14:29:19.808 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 14:29:19.808 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 14:29:19.809 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 14:29:19.810 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 14:29:19.811 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: tag-creation 2026-05-28 14:29:19.811 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 14:29:19.816 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 14:29:19.816 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 14:29:19.817 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: trunk 2026-05-28 14:29:19.818 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: trunk-details 2026-05-28 14:29:19.818 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 14:29:19.819 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 14:29:19.820 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 14:29:19.821 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 14:29:19.822 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 14:29:19.823 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 14:29:19.824 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 14:29:19.826 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: vpnaas 2026-05-28 14:29:19.827 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: taas 2026-05-28 14:29:19.828 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: tap-mirror 2026-05-28 14:29:19.829 8 INFO neutron.api.extensions [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 14:29:19.832 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 14:29:19.832 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 14:29:19.832 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.832 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 14:29:19.836 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 14:29:19.837 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 14:29:19.841 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 14:29:19.842 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 14:29:19.843 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 14:29:19.844 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.844 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.844 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.844 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.845 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 14:29:19.845 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.846 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.846 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 14:29:19.847 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 14:29:19.847 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 14:29:19.848 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.848 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] ipsecpolicy is already registered 2026-05-28 14:29:19.849 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.849 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] ikepolicy is already registered 2026-05-28 14:29:19.854 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 14:29:19.854 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] router is already registered 2026-05-28 14:29:19.855 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 14:29:19.855 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] floatingip is already registered 2026-05-28 14:29:19.859 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 14:29:19.860 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] rbac_policy is already registered 2026-05-28 14:29:19.860 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 14:29:19.860 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] security_group is already registered 2026-05-28 14:29:19.861 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 14:29:19.861 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] security_group_rule is already registered 2026-05-28 14:29:19.862 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.862 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.863 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 14:29:19.863 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] subnetpool is already registered 2026-05-28 14:29:19.863 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 14:29:19.864 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] trunk is already registered 2026-05-28 14:29:19.864 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.864 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] ikepolicy is already registered 2026-05-28 14:29:19.865 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.865 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] ipsecpolicy is already registered 2026-05-28 14:29:19.865 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 14:29:19.866 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] endpoint_group is already registered 2026-05-28 14:29:19.866 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 14:29:19.866 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] vpnservice is already registered 2026-05-28 14:29:19.867 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 14:29:19.867 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] ipsec_site_connection is already registered 2026-05-28 14:29:19.867 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 14:29:19.867 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] ipsecpolicy is already registered 2026-05-28 14:29:19.868 8 INFO neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 14:29:19.868 8 WARNING neutron.quota.resource_registry [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] ikepolicy is already registered 2026-05-28 14:29:19.908 8 WARNING keystonemiddleware._common.config [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 14:29:19.916 8 WARNING oslo_config.cfg [None req-8d527ab5-9c10-4b9f-a73b-7e72f18c76d9 - - - - - -] 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 0x7f2333b9a668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 14:29:24.194 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a048bcd-fd6d-4df9-a92c-e6ec38c6c9cc dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 14:29:23 2026] GET /v2.0/networks/public => generated 108 bytes in 806 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 14:29:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:29:24.976 7 WARNING neutron.services.revisions.revision_plugin [None req-78d51e8c-2295-4f79-afc1-f0e24a73bd18 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Could not find related network for resource to bump revision. 2026-05-28 14:29:24.993 7 INFO neutron.db.segments_db [None req-78d51e8c-2295-4f79-afc1-f0e24a73bd18 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 6b69c73c-1c32-4ea2-96d3-cfde695077b8 of type flat for network 77b6dfdc-7968-420b-aeae-d3d09a23c474 2026-05-28 14:29:25.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78d51e8c-2295-4f79-afc1-f0e24a73bd18 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.162 () {48 vars in 967 bytes} [Thu May 28 14:29:24 2026] POST /v2.0/networks => generated 124 bytes in 444 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:29:31.303 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3b7b90f-a018-44af-bd4d-1c13487d56de dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 14:29:30 2026] GET /v2.0/networks/public => generated 108 bytes in 389 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 14:29:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:29:31.557 8 WARNING neutron.services.revisions.revision_plugin [None req-70e9fec8-0db1-4f19-96f9-f95191209125 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Could not find related network for resource to bump revision. 2026-05-28 14:29:31.587 8 INFO neutron.db.segments_db [None req-70e9fec8-0db1-4f19-96f9-f95191209125 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment c4ee867d-cc59-4324-87e3-5241dbdfe075 of type flat for network e7c157c5-936c-4896-bc05-345bca7661a1 2026-05-28 14:29:31.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70e9fec8-0db1-4f19-96f9-f95191209125 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.162 () {48 vars in 967 bytes} [Thu May 28 14:29:31 2026] POST /v2.0/networks => generated 124 bytes in 309 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:29:37.437 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f450e4f-5346-4339-b513-c1a0b84f839b dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 14:29:37 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 14:29:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:29:37.509 8 WARNING neutron.services.revisions.revision_plugin [None req-e45dfd71-bc96-4843-8f5c-855dc46c09c5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Could not find related network for resource to bump revision. 2026-05-28 14:29:37.527 8 INFO neutron.db.segments_db [None req-e45dfd71-bc96-4843-8f5c-855dc46c09c5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment f3e13e76-af56-4536-b691-7454d9defdd8 of type flat for network 3d932524-a05e-47e4-867f-ee114532be04 2026-05-28 14:29:37.553 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e45dfd71-bc96-4843-8f5c-855dc46c09c5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.162 () {48 vars in 967 bytes} [Thu May 28 14:29:37 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-05-28 14:29:43.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f371e552-012f-4509-b87e-43cfd0233228 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 14:29:43 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 14:29:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:29:43.478 7 WARNING neutron.services.revisions.revision_plugin [None req-8da0bc43-ca3d-4feb-b6bb-d7261a8b2ddc dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Could not find related network for resource to bump revision. 2026-05-28 14:29:43.496 7 INFO neutron.db.segments_db [None req-8da0bc43-ca3d-4feb-b6bb-d7261a8b2ddc dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 8f28520c-f2ea-4795-860d-8086f3edb5b8 of type flat for network a100a3df-649f-4bb0-b771-47fe9e1a25cb 2026-05-28 14:29:43.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8da0bc43-ca3d-4feb-b6bb-d7261a8b2ddc dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.162 () {48 vars in 967 bytes} [Thu May 28 14:29:43 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:29:49.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a21aa600-0f3f-4bce-982d-0bbe4ccf2d24 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 14:29:49 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: 11/18] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 14:29:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:29:49.480 8 WARNING neutron.services.revisions.revision_plugin [None req-5c7072ce-1494-4b07-a28d-fe0537690e6f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Could not find related network for resource to bump revision. 2026-05-28 14:29:49.496 8 INFO neutron.db.segments_db [None req-5c7072ce-1494-4b07-a28d-fe0537690e6f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 81034d64-76ab-4aaa-a2c7-855aa8fa27ad of type flat for network 45d22c74-2635-423d-be7f-b4b3d50ee2ce 2026-05-28 14:29:49.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c7072ce-1494-4b07-a28d-fe0537690e6f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/19] 199.204.45.162 () {48 vars in 967 bytes} [Thu May 28 14:29:49 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:29:55.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c83a66a7-7e4f-48d0-ba9f-4c36410ab615 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 14:29:55 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: 13/22] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 14:29:55 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-05-28 14:29:56.625 8 WARNING neutron.services.revisions.revision_plugin [None req-aa2cbfde-253b-49e9-8880-354f86cd903f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Could not find related network for resource to bump revision. 2026-05-28 14:29:56.655 8 INFO neutron.db.segments_db [None req-aa2cbfde-253b-49e9-8880-354f86cd903f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 631b1ea9-3ea1-47dd-bd78-fba0003e5db8 of type flat for network 28a54990-3ee0-4371-8afd-8c1661751490 [pid: 8|app: 0|req: 10/23] 199.204.45.162 () {48 vars in 967 bytes} [Thu May 28 14:29:55 2026] POST /v2.0/networks => generated 706 bytes in 1468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:29:57.844 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db043a27-f13a-41f8-af81-9e8949948880 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 14:29:57 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 14:29:57 2026] GET /v2.0/networks?name=public => generated 709 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:29:57.924 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72a828ad-fd76-4cac-97e9-32ac783f4e94 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.162 () {44 vars in 1034 bytes} [Thu May 28 14:29:57 2026] GET /v2.0/subnets/public-subnet?network_id=28a54990-3ee0-4371-8afd-8c1661751490 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.162 () {44 vars in 1057 bytes} [Thu May 28 14:29:57 2026] GET /v2.0/subnets?name=public-subnet&network_id=28a54990-3ee0-4371-8afd-8c1661751490 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.162 () {48 vars in 965 bytes} [Thu May 28 14:29:57 2026] POST /v2.0/subnets => generated 664 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:34:50.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf72afd9-cad8-446c-bd84-810fa720db93 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/68] 199.204.45.162 () {44 vars in 937 bytes} [Thu May 28 14:34:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.162 () {44 vars in 959 bytes} [Thu May 28 14:34:50 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-05-28 14:34:50.488 8 INFO neutron.db.segments_db [None req-c691527d-0484-4ca9-802b-0f423b9227fb dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment ac2a4c66-0a1d-4908-a3c3-944f8a01c1a9 of type vxlan for network 5caf62de-5c9f-439b-adb6-cf30835785d2 [pid: 8|app: 0|req: 34/70] 199.204.45.162 () {48 vars in 966 bytes} [Thu May 28 14:34:50 2026] POST /v2.0/networks => generated 707 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:34:51.478 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ff5f314-14e1-4a2a-95c9-3d16b9084c17 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.162 () {44 vars in 937 bytes} [Thu May 28 14:34:51 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: 35/72] 199.204.45.162 () {44 vars in 959 bytes} [Thu May 28 14:34:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:34:51.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05818cd5-1554-4851-b467-0b89c6b20491 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/73] 199.204.45.162 () {44 vars in 1036 bytes} [Thu May 28 14:34:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.162 () {44 vars in 1059 bytes} [Thu May 28 14:34:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.162 () {48 vars in 965 bytes} [Thu May 28 14:34:51 2026] POST /v2.0/subnets => generated 651 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:34:52.820 8 INFO neutron.api.v2.resource [None req-ff6ec777-2239-483f-bb2e-da15c39db0fa dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/76] 199.204.45.162 () {44 vars in 971 bytes} [Thu May 28 14:34:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.162 () {44 vars in 993 bytes} [Thu May 28 14:34:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.162 () {48 vars in 980 bytes} [Thu May 28 14:34:52 2026] POST /v2.0/security-groups => generated 1616 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:54 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 1616 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:54 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:54 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:34:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:55 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 2230 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:55 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:55 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 2230 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:34:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:56 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:56 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:56 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:34:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:57 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:57 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:57 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:34:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:58 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => 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: 47/96] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:58 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:58 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:34:58 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/99] 199.204.45.162 () {44 vars in 987 bytes} [Thu May 28 14:34:59 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:34:59.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-322dfecc-277d-4d1b-8b8c-0c5b22a0f361 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 199.204.45.162 () {44 vars in 1076 bytes} [Thu May 28 14:34:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.162 () {44 vars in 1099 bytes} [Thu May 28 14:34:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:34:59 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.162 () {48 vars in 961 bytes} [Thu May 28 14:34:59 2026] POST /v2.0/ports => generated 1100 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 14:35:07.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad557b42-d2f6-418e-904d-2fcde9c6e3c8 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.204.45.162 () {44 vars in 979 bytes} [Thu May 28 14:35:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 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: 55/107] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:35:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.162 () {48 vars in 1031 bytes} [Thu May 28 14:35:07 2026] PUT /v2.0/ports/161f3f23-a039-4853-a9be-65f356b17955 => generated 1249 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.162 () {44 vars in 920 bytes} [Thu May 28 14:35:09 2026] GET /v2.0/ports => generated 3730 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 14:35:10.803 8 INFO neutron.api.v2.resource [None req-0ee1aa03-8fe7-438a-9894-831fecddb42c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/110] 199.204.45.162 () {44 vars in 959 bytes} [Thu May 28 14:35:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.162 () {44 vars in 981 bytes} [Thu May 28 14:35:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.162 () {48 vars in 980 bytes} [Thu May 28 14:35:10 2026] POST /v2.0/security-groups => generated 1610 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:35:11 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:35:11 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:35:11 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:35:11 2026] POST /v2.0/security-group-rules => generated 623 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:35:12 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:35:12 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:35:12 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:35:12 2026] POST /v2.0/security-group-rules => generated 627 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/131] 199.204.45.162 () {44 vars in 975 bytes} [Thu May 28 14:36:29 2026] GET /v2.0/quotas/ccd4ed7860fc49629a5953eee9ad6a98 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/132] 199.204.45.162 () {48 vars in 1027 bytes} [Thu May 28 14:36:29 2026] PUT /v2.0/quotas/ccd4ed7860fc49629a5953eee9ad6a98 => generated 291 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, ' 2026-05-28 14:38:49.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f57f08a-2a0e-43e4-a79a-57a428119578 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/151] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 14:38:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 77/152] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 14:38:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:38:51.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c286f41-4670-4317-821b-070c5a63d059 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/155] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 14:38:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/156] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 14:38:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:45:40.943 7 INFO neutron.api.v2.resource [None req-af477c2c-5303-47db-9f7b-8ec524ac8a2e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 107/211] 199.204.45.162 () {44 vars in 1074 bytes} [Thu May 28 14:45:40 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=125a3337d72c44a78517a021fca959ba => generated 139 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/212] 199.204.45.162 () {44 vars in 1097 bytes} [Thu May 28 14:45:40 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=125a3337d72c44a78517a021fca959ba => generated 23 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 199.204.45.162 () {48 vars in 981 bytes} [Thu May 28 14:45:41 2026] POST /v2.0/security-groups => generated 1624 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:42 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 1624 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:45:42 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:42 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:45:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:43 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:45:43 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:43 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:45:43 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:44 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 2846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:45:44 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:44 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:45:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:46 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 14:45:46 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 14:45:46 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 199.204.45.162 () {48 vars in 991 bytes} [Thu May 28 14:45:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/250] 199.204.45.162 () {30 vars in 740 bytes} [Thu May 28 14:48:06 2026] GET /v2.0/networks?tenant_id=125a3337d72c44a78517a021fca959ba&shared=False => generated 15 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:48:06.782 8 INFO neutron.db.segments_db [None req-1ca01e39-6a04-41ed-8e6c-4a56f170708e 2da7cdb4bbd84be8a58acc35a472745e 125a3337d72c44a78517a021fca959ba - - cf56e3154bfe4f97b85010dc8e4099e3 cf56e3154bfe4f97b85010dc8e4099e3] Added segment decf9a43-2ed1-4d97-82dc-eead079c7151 of type vxlan for network cce3bfff-2658-4389-bf8c-f91a0e93925b [pid: 8|app: 0|req: 124/251] 199.204.45.162 () {34 vars in 682 bytes} [Thu May 28 14:48:06 2026] POST /v2.0/networks => generated 718 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/252] 199.204.45.162 () {30 vars in 722 bytes} [Thu May 28 14:48:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/253] 199.204.45.162 () {30 vars in 633 bytes} [Thu May 28 14:48:06 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.204.45.162 () {34 vars in 677 bytes} [Thu May 28 14:48:06 2026] POST /v2.0/ports => generated 999 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/255] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 14:48:07 2026] GET /v2.0/networks/cce3bfff-2658-4389-bf8c-f91a0e93925b => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/256] 199.204.45.162 () {30 vars in 722 bytes} [Thu May 28 14:48:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/257] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 14:48:09 2026] GET /v2.0/networks/cce3bfff-2658-4389-bf8c-f91a0e93925b => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/262] 199.204.45.162 () {44 vars in 975 bytes} [Thu May 28 14:48:35 2026] GET /v2.0/quotas/125a3337d72c44a78517a021fca959ba => 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: 130/263] 199.204.45.162 () {48 vars in 1027 bytes} [Thu May 28 14:48:36 2026] PUT /v2.0/quotas/125a3337d72c44a78517a021fca959ba => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:00:33.425 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fabd0a85-25e5-4e45-a968-fcffc5d4e8d0 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/358] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 15:00:33 2026] GET /v2.0/networks/public => generated 108 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/359] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 15:00:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:00:34.749 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bce6420d-6f04-4a90-b3fd-b629a67344ec dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/362] 199.204.45.162 () {44 vars in 927 bytes} [Thu May 28 15:00:34 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/363] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 15:00:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:00:34.827 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1fad07b-99b5-4124-8838-a5b150658040 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/364] 199.204.45.162 () {44 vars in 1034 bytes} [Thu May 28 15:00:34 2026] GET /v2.0/subnets/public-subnet?network_id=28a54990-3ee0-4371-8afd-8c1661751490 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/365] 199.204.45.162 () {44 vars in 1057 bytes} [Thu May 28 15:00:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=28a54990-3ee0-4371-8afd-8c1661751490 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:01:02.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c005fc25-7d2f-466b-a43c-ddbac995abed dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/368] 199.204.45.162 () {44 vars in 937 bytes} [Thu May 28 15:01:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.204.45.162 () {44 vars in 959 bytes} [Thu May 28 15:01:02 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:01:03.674 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49ceee33-910a-49a9-8cf5-18e80df01890 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/370] 199.204.45.162 () {44 vars in 937 bytes} [Thu May 28 15:01:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.162 () {44 vars in 959 bytes} [Thu May 28 15:01:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:01:03.760 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f321f36-d3c3-4605-b1b8-9eb765284593 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/372] 199.204.45.162 () {44 vars in 1036 bytes} [Thu May 28 15:01:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.162 () {44 vars in 1059 bytes} [Thu May 28 15:01:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:01:05.136 7 INFO neutron.api.v2.resource [None req-6edf5ef7-1ee0-44d2-9683-fd4a59ff487a dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/376] 199.204.45.162 () {44 vars in 971 bytes} [Thu May 28 15:01:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.162 () {44 vars in 993 bytes} [Thu May 28 15:01:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:06 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:06 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:01:06 2026] GET /v2.0/security-group-rules/03a557f0-6d11-4ee3-91ed-d795508a8ebc => 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: 189/381] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:07 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:07 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:01:07 2026] GET /v2.0/security-group-rules/6f185666-a062-46fa-bb1f-24f1f4540681 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:08 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:08 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:01:08 2026] GET /v2.0/security-group-rules/294e9e0a-d290-473d-8d02-0580778a6928 => 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: 192/387] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:09 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:09 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => 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: 193/389] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:01:09 2026] GET /v2.0/security-group-rules/0eaa6908-624c-4e47-a78b-7bfe4ebe15bb => 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: 197/390] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:10 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => 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: 194/391] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:10 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => 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: 198/392] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:01:10 2026] GET /v2.0/security-group-rules/7970e99b-6a97-4a90-bc8b-f777fb21d59e => 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: 195/393] 199.204.45.162 () {44 vars in 987 bytes} [Thu May 28 15:01:11 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:01:11.805 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8429cff-a196-4735-89b3-2cae85763b45 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/394] 199.204.45.162 () {44 vars in 1076 bytes} [Thu May 28 15:01:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.162 () {44 vars in 1099 bytes} [Thu May 28 15:01:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 1254 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:11 2026] GET /v2.0/security-groups/1eb5c96f-e5aa-4bdd-ab06-6b14e356b1d2 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:01:19.968 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d3d32f0-9bc0-4898-bf2a-87a0c1c4d369 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/399] 199.204.45.162 () {44 vars in 979 bytes} [Thu May 28 15:01:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.162 () {44 vars in 920 bytes} [Thu May 28 15:01:21 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:01:22.850 8 INFO neutron.api.v2.resource [None req-c389a9f6-77ec-42ec-9c4f-6fde451e4492 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/402] 199.204.45.162 () {44 vars in 959 bytes} [Thu May 28 15:01:22 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.204.45.162 () {44 vars in 981 bytes} [Thu May 28 15:01:22 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/404] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:23 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 2886 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:23 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:01:23 2026] GET /v2.0/security-group-rules/c9786beb-0e8d-4849-a0f5-68f8ec81160e => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:24 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:01:24 2026] GET /v2.0/security-groups/350e39d7-11eb-4307-9040-14906785a1f7 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:01:24 2026] GET /v2.0/security-group-rules/971fea10-f13c-4a43-a4aa-4f04632f4aaf => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.162 () {44 vars in 975 bytes} [Thu May 28 15:01:37 2026] GET /v2.0/quotas/ccd4ed7860fc49629a5953eee9ad6a98 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:02:33.511 8 INFO neutron.api.v2.resource [None req-bf681c68-9dfc-458f-92e2-a8d7b2d9a8ef dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/419] 199.204.45.162 () {44 vars in 1074 bytes} [Thu May 28 15:02:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=125a3337d72c44a78517a021fca959ba => generated 139 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/420] 199.204.45.162 () {44 vars in 1097 bytes} [Thu May 28 15:02:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=125a3337d72c44a78517a021fca959ba => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/421] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 15:02:34 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/422] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:02:34 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:02:34 2026] GET /v2.0/security-group-rules/485d3cd3-fac0-43bb-bdd1-2cfa9db877c5 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 15:02:35 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => 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: 215/427] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:02:35 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => 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: 213/428] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:02:35 2026] GET /v2.0/security-group-rules/0118bb38-5a75-4efa-ba41-1d0045b5ac30 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 15:02:36 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:02:36 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => 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: 217/431] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:02:36 2026] GET /v2.0/security-group-rules/8816cc1b-21f1-4a90-b31c-ab9ab78ed902 => 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: 215/432] 199.204.45.162 () {44 vars in 1088 bytes} [Thu May 28 15:02:37 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9?project_id=125a3337d72c44a78517a021fca959ba => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.162 () {44 vars in 1001 bytes} [Thu May 28 15:02:37 2026] GET /v2.0/security-groups/7302747f-a995-4191-a1b8-192a215cc6c9 => 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: 216/434] 199.204.45.162 () {44 vars in 1011 bytes} [Thu May 28 15:02:37 2026] GET /v2.0/security-group-rules/038b1050-3829-4da0-a4f6-f72a104cab1c => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 199.204.45.162 () {44 vars in 975 bytes} [Thu May 28 15:02:45 2026] GET /v2.0/quotas/125a3337d72c44a78517a021fca959ba => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 199.204.45.162 () {44 vars in 949 bytes} [Thu May 28 15:03:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/451] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:04:27 2026] GET /v2.0/networks => generated 2168 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 10.0.0.93 () {32 vars in 654 bytes} [Thu May 28 15:04:28 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:04:29 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/454] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:04:29 2026] GET /v2.0/ports => generated 4725 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/455] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:04:29 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/456] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:04:29 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:04:29 2026] GET /v2.0/security-groups => generated 17401 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/458] 10.0.0.93 () {32 vars in 654 bytes} [Thu May 28 15:04:29 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:04:40.498 7 INFO neutron.db.segments_db [None req-e5ad2820-b0e3-4a89-a5e3-dcd0cf9a3956 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment b54290a1-7586-4545-aa54-f8efcce2bc51 of type vxlan for network 4845c29b-9075-4c63-b987-060afa71e41d 2026-05-28 15:04:40.519 8 INFO neutron.db.segments_db [None req-219eeafe-ad72-44dd-8083-e15532693495 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment cd1e1881-df2d-4537-8534-0c9e93db753a of type vxlan for network 5627f8ab-6ce6-4733-9226-6d923c8d1d88 [pid: 7|app: 0|req: 233/461] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:04:40 2026] POST /v2.0/networks => generated 752 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:04:40 2026] POST /v2.0/networks => generated 747 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:40 2026] POST /v2.0/subnets => generated 699 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:04:40.796 7 INFO neutron.db.segments_db [None req-8a0f985e-297d-4bd9-b5c3-d3b7ed7a544f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 6d546206-d98f-4e3b-afd9-50549a159b18 of type vxlan for network 4ed4efba-1d9c-42db-b671-da7661dd8269 [pid: 8|app: 0|req: 230/464] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:40 2026] POST /v2.0/subnets => generated 694 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:04:40.902 8 INFO neutron.db.segments_db [None req-8cc4d1c0-23e5-4cee-9944-649c622f555d dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 1e01d75e-de66-45e6-a20b-aef469bd8655 of type vxlan for network 261a4916-d0c4-44ea-a83d-2fd9e1fcca4f 2026-05-28 15:04:41.024 7 INFO neutron.db.l3_hamode_db [None req-8a0f985e-297d-4bd9-b5c3-d3b7ed7a544f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 1943bbbdb53a401290929726dec3176f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:04:41.161 8 INFO neutron.db.l3_hamode_db [None req-8cc4d1c0-23e5-4cee-9944-649c622f555d dd2ad6b46e6c4fa9b2eda0dee26bc8d4 8644cf131204405d8f1131271e194345 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:04:42.065 7 INFO neutron.db.l3_hamode_db [None req-8a0f985e-297d-4bd9-b5c3-d3b7ed7a544f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:04:42.187 8 INFO neutron.db.l3_hamode_db [None req-8cc4d1c0-23e5-4cee-9944-649c622f555d dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/465] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:40 2026] POST /v2.0/routers => generated 739 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:40 2026] POST /v2.0/routers => generated 734 bytes in 2362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/467] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:43 2026] GET /v2.0/security-groups?tenant_id=934a58e9d7944f32bcf164f077deda56&name=default => generated 2921 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:04:43 2026] PUT /v2.0/routers/181c31c8-a8ad-4c0f-bcfa-34dc9a94966d/add_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:44 2026] DELETE /v2.0/security-groups/2b1919ca-ca69-47c8-bf27-9e79bf4a4504 => 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: 237/470] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:04:43 2026] PUT /v2.0/routers/84fc1e6e-08b7-4fee-b9dd-d302e4951bfc/add_router_interface => generated 309 bytes in 1209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/471] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:44 2026] GET /v2.0/security-groups?tenant_id=83947edf12ca4aea804e12e1a304aa81&name=default => generated 2921 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/472] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:44 2026] DELETE /v2.0/security-groups/27639d8d-2a32-496a-baa6-67a43fafb3cc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/473] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:04:44 2026] POST /v2.0/security-groups => generated 1659 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:04:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/475] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:45 2026] GET /v2.0/security-groups?tenant_id=f21373cf6b2947d4ae51900e8e63a134&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:04:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:45 2026] DELETE /v2.0/security-groups/5ff62162-d695-4dfb-802e-a82ce84c2700 => 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: 238/478] 10.0.0.53 () {38 vars in 970 bytes} [Thu May 28 15:04:45 2026] POST /v2.0/security-groups => generated 1683 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:04:45 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/480] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:46 2026] GET /v2.0/security-groups/e8bd1539-8f0c-4260-aa88-9cc1e17c4384 => generated 1683 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/481] 10.0.0.53 () {34 vars in 1099 bytes} [Thu May 28 15:04:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1996446074&fields=id&tenant_id=1943bbbdb53a401290929726dec3176f => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:04:46.443 7 INFO neutron.db.segments_db [None req-8fae8e00-400c-4645-879a-4a4063e63679 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 32391a5f-b9b6-4347-a985-08558f7f903f of type vxlan for network 10169667-92d3-486b-b8dd-9a926814d6aa [pid: 8|app: 0|req: 241/482] 10.0.0.53 () {38 vars in 980 bytes} [Thu May 28 15:04:46 2026] POST /v2.0/security-group-rules => generated 614 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/483] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:04:46 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:04:46 2026] POST /v2.0/networks => generated 744 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:04:46 2026] GET /v2.0/quotas/1943bbbdb53a401290929726dec3176f => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/486] 10.0.0.53 () {38 vars in 970 bytes} [Thu May 28 15:04:46 2026] POST /v2.0/security-groups => generated 1684 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/487] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:04:46 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/488] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:46 2026] POST /v2.0/subnets => generated 692 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/489] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:46 2026] GET /v2.0/security-groups/d551a462-fdac-4873-968b-38070cd2809b => generated 1684 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:04:46.771 7 INFO neutron.db.segments_db [None req-d151d100-40ba-4bdf-a526-959924fa6772 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 0d3df1ca-6d09-4ac5-8aab-cff264a5ea1c of type vxlan for network b7d21be8-184e-4502-8cb5-e2625d6f7185 [pid: 8|app: 0|req: 246/490] 10.0.0.53 () {38 vars in 980 bytes} [Thu May 28 15:04:46 2026] POST /v2.0/security-group-rules => generated 614 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/491] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:46 2026] GET /v2.0/security-groups/d551a462-fdac-4873-968b-38070cd2809b => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:04:47.006 7 INFO neutron.db.l3_hamode_db [None req-d151d100-40ba-4bdf-a526-959924fa6772 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 71a7eca376904f6781fcd19dd143a004 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/492] 10.0.0.53 () {38 vars in 980 bytes} [Thu May 28 15:04:46 2026] POST /v2.0/security-group-rules => generated 619 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/security-groups/d551a462-fdac-4873-968b-38070cd2809b => generated 2939 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/494] 10.0.0.53 () {34 vars in 1000 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/security-group-rules/723cfdd1-4cd0-4cb5-b3c6-7a51287c6e5f => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/495] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/security-groups/d551a462-fdac-4873-968b-38070cd2809b => generated 2939 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/496] 10.0.0.53 () {36 vars in 1022 bytes} [Thu May 28 15:04:47 2026] DELETE /v2.0/security-group-rules/723cfdd1-4cd0-4cb5-b3c6-7a51287c6e5f => 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: 253/497] 10.0.0.53 () {34 vars in 906 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/498] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/security-groups/d551a462-fdac-4873-968b-38070cd2809b => generated 2309 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/499] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/500] 10.0.0.53 () {36 vars in 1012 bytes} [Thu May 28 15:04:47 2026] DELETE /v2.0/security-groups/d551a462-fdac-4873-968b-38070cd2809b => 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: 257/501] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/502] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:47 2026] GET /v2.0/security-groups/e8bd1539-8f0c-4260-aa88-9cc1e17c4384 => generated 2308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/503] 10.0.0.53 () {36 vars in 1012 bytes} [Thu May 28 15:04:47 2026] DELETE /v2.0/security-groups/e8bd1539-8f0c-4260-aa88-9cc1e17c4384 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:04:47.689 7 INFO neutron.db.l3_hamode_db [None req-d151d100-40ba-4bdf-a526-959924fa6772 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:04:48.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-47586466-da28-4856-8c76-65d357f7158d dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 862f5100-98b5-4b79-b128-16d014266427 2026-05-28 15:04:48.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47586466-da28-4856-8c76-65d357f7158d dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 862f5100-98b5-4b79-b128-16d014266427 [pid: 7|app: 0|req: 245/504] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:46 2026] POST /v2.0/routers => generated 732 bytes in 2066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/505] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:48 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/506] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:04:47 2026] PUT /v2.0/routers/84fc1e6e-08b7-4fee-b9dd-d302e4951bfc/remove_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:04:49.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-43e6b2fc-e3a8-4450-82a8-85a14d771e2c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: e6570699-9d2e-4f49-bda7-09a646046f37 2026-05-28 15:04:49.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43e6b2fc-e3a8-4450-82a8-85a14d771e2c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: e6570699-9d2e-4f49-bda7-09a646046f37 2026-05-28 15:04:49.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-43e6b2fc-e3a8-4450-82a8-85a14d771e2c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 73debd22-aaea-4562-9a88-0041d126530a 2026-05-28 15:04:49.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43e6b2fc-e3a8-4450-82a8-85a14d771e2c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 73debd22-aaea-4562-9a88-0041d126530a 2026-05-28 15:04:49.416 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-43e6b2fc-e3a8-4450-82a8-85a14d771e2c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-28 15:04:49.757 8 INFO neutron.db.l3_hamode_db [None req-43e6b2fc-e3a8-4450-82a8-85a14d771e2c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network 261a4916-d0c4-44ea-a83d-2fd9e1fcca4f was deleted as no HA routers are present in tenant 8644cf131204405d8f1131271e194345. [pid: 8|app: 0|req: 261/507] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:04:48 2026] DELETE /v2.0/routers/84fc1e6e-08b7-4fee-b9dd-d302e4951bfc => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/510] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:04:48 2026] PUT /v2.0/routers/001edfd8-fa3b-4a84-8003-e4afb2c6ca0a/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/511] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:04:49 2026] DELETE /v2.0/subnets/c11f32ba-6667-49ba-b8e8-4f76a076c897 => 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: 265/512] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:49 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:04:50.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-2247435b-5210-439f-87ec-2f6032ba1ce8 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: e8636d49-1ec1-448d-8905-9094b6695c3f 2026-05-28 15:04:50.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2247435b-5210-439f-87ec-2f6032ba1ce8 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: e8636d49-1ec1-448d-8905-9094b6695c3f 2026-05-28 15:04:50.327 8 INFO neutron.services.segments.plugin [-] Segment 1e01d75e-de66-45e6-a20b-aef469bd8655 resource provider aggregate not found 2026-05-28 15:04:50.351 8 INFO neutron.services.segments.plugin [-] Segment 1e01d75e-de66-45e6-a20b-aef469bd8655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e01d75e-de66-45e6-a20b-aef469bd8655 found for delete ", "request_id": "req-2528f10b-c5c7-4931-bc58-0e95f41351c0"}]} 2026-05-28 15:04:50.368 8 INFO neutron.services.segments.plugin [-] Segment 1e01d75e-de66-45e6-a20b-aef469bd8655 resource provider aggregate not found [pid: 7|app: 0|req: 248/513] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:04:49 2026] DELETE /v2.0/networks/5627f8ab-6ce6-4733-9226-6d923c8d1d88 => generated 0 bytes in 429 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:04:50.388 8 INFO neutron.services.segments.plugin [-] Segment 1e01d75e-de66-45e6-a20b-aef469bd8655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e01d75e-de66-45e6-a20b-aef469bd8655 found for delete ", "request_id": "req-e5d7ee04-40ca-44d4-8523-bf3a962946a4"}]} [pid: 8|app: 0|req: 266/514] 10.0.0.53 () {38 vars in 970 bytes} [Thu May 28 15:04:50 2026] POST /v2.0/security-groups => generated 1681 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/515] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:50 2026] GET /v2.0/security-groups?tenant_id=8644cf131204405d8f1131271e194345&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/516] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:50 2026] GET /v2.0/security-groups?tenant_id=859e0d10c0de4b44b20c40afe4635366&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/517] 10.0.0.53 () {38 vars in 970 bytes} [Thu May 28 15:04:50 2026] POST /v2.0/security-groups => generated 1681 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/518] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:50 2026] DELETE /v2.0/security-groups/3d25e6cf-d5fb-419d-890f-56e23faec392 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:04:50.849 7 INFO neutron.services.segments.plugin [-] Segment cd1e1881-df2d-4537-8534-0c9e93db753a resource provider aggregate not found 2026-05-28 15:04:50.871 7 INFO neutron.services.segments.plugin [-] Segment cd1e1881-df2d-4537-8534-0c9e93db753a resource provider aggregate not found 2026-05-28 15:04:50.874 7 INFO neutron.services.segments.plugin [-] Segment cd1e1881-df2d-4537-8534-0c9e93db753a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd1e1881-df2d-4537-8534-0c9e93db753a found for delete ", "request_id": "req-34e7ccf4-86ff-4eaf-863e-e0f793774706"}]} [pid: 8|app: 0|req: 269/519] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:50 2026] DELETE /v2.0/security-groups/a647a9b7-e383-46c9-a53e-1eff471b2ac4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:04:50.890 7 INFO neutron.services.segments.plugin [-] Segment cd1e1881-df2d-4537-8534-0c9e93db753a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd1e1881-df2d-4537-8534-0c9e93db753a found for delete ", "request_id": "req-b6d93cf8-07da-4b18-8e53-196c8b1fdb41"}]} [pid: 7|app: 0|req: 251/520] 10.0.0.53 () {38 vars in 970 bytes} [Thu May 28 15:04:50 2026] POST /v2.0/security-groups => generated 1682 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/521] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:04:50 2026] GET /v2.0/security-groups?tenant_id=71a7eca376904f6781fcd19dd143a004 => generated 7909 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/522] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/4a0961d7-d026-4d36-a9cb-33eed282a0c9 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/523] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/4a0961d7-d026-4d36-a9cb-33eed282a0c9 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/524] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/525] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/af3335c1-46db-4a5b-8457-36b72dbb8a3e => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/526] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups?tenant_id=ac405c9ba0804cf7ac74065401365224&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: 274/527] 10.0.0.53 () {36 vars in 1012 bytes} [Thu May 28 15:04:51 2026] DELETE /v2.0/security-groups/af3335c1-46db-4a5b-8457-36b72dbb8a3e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:04:51.317 8 INFO neutron.api.v2.resource [req-aaf4b37a-f276-4353-8fc3-f4ab4eddd2d6 req-d6aec95d-8477-4725-9ae3-f60e8f36ab87 b4dca242a8004ca7bb9405e225095061 71a7eca376904f6781fcd19dd143a004 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/528] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/af3335c1-46db-4a5b-8457-36b72dbb8a3e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/529] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:51 2026] DELETE /v2.0/security-groups/630afd7d-efa3-437e-9dd2-bc6c1958459c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/530] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/d53d9e01-af63-4446-8a7c-da9d9ce01c82 => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/531] 10.0.0.53 () {36 vars in 1012 bytes} [Thu May 28 15:04:51 2026] DELETE /v2.0/security-groups/d53d9e01-af63-4446-8a7c-da9d9ce01c82 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:04:51.507 8 INFO neutron.api.v2.resource [req-2fef4437-239c-4bd4-90c2-03bfdc0a2531 req-8ad66c16-16e4-488a-b0e1-1c133e5f20ec b4dca242a8004ca7bb9405e225095061 71a7eca376904f6781fcd19dd143a004 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 277/532] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/d53d9e01-af63-4446-8a7c-da9d9ce01c82 => 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: 256/533] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/97edc7b8-6830-449f-984f-fc081e9f2b3a => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/534] 10.0.0.53 () {36 vars in 1012 bytes} [Thu May 28 15:04:51 2026] DELETE /v2.0/security-groups/97edc7b8-6830-449f-984f-fc081e9f2b3a => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:04:51.682 7 INFO neutron.api.v2.resource [req-b5d0294b-6445-470b-9b3b-02e952b094c1 req-502b5c33-458c-4543-81b5-421e9f795b86 b4dca242a8004ca7bb9405e225095061 71a7eca376904f6781fcd19dd143a004 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/535] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/97edc7b8-6830-449f-984f-fc081e9f2b3a => 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: 279/536] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups?tenant_id=71a7eca376904f6781fcd19dd143a004 => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/537] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/4a0961d7-d026-4d36-a9cb-33eed282a0c9 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/538] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/4a0961d7-d026-4d36-a9cb-33eed282a0c9 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:04:51.840 7 INFO neutron.api.v2.resource [req-d23a8919-aca1-4641-bc25-b751bed14a66 req-876d3993-24da-4d36-a754-eef4e37cd48d b4dca242a8004ca7bb9405e225095061 71a7eca376904f6781fcd19dd143a004 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/539] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/97edc7b8-6830-449f-984f-fc081e9f2b3a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:04:51.877 8 INFO neutron.api.v2.resource [req-7fb8e074-2adc-4a6e-b7cf-6d79bb29b2f8 req-150acc90-eb63-4cec-a574-8d852b44b95f b4dca242a8004ca7bb9405e225095061 71a7eca376904f6781fcd19dd143a004 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 281/540] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/d53d9e01-af63-4446-8a7c-da9d9ce01c82 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:04:51.911 7 INFO neutron.api.v2.resource [req-072cff3f-9431-4314-bbdf-720281c09c42 req-0e9e0ca9-9565-4e35-947b-0bcd7f901fdf b4dca242a8004ca7bb9405e225095061 71a7eca376904f6781fcd19dd143a004 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 260/541] 10.0.0.53 () {34 vars in 990 bytes} [Thu May 28 15:04:51 2026] GET /v2.0/security-groups/af3335c1-46db-4a5b-8457-36b72dbb8a3e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:04:52.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-748f08bb-7f5d-4c0c-a3eb-c29dddb9104f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 6fbaa782-e143-44c6-8c8c-9253ededb621 2026-05-28 15:04:52.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-748f08bb-7f5d-4c0c-a3eb-c29dddb9104f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 6fbaa782-e143-44c6-8c8c-9253ededb621 [pid: 7|app: 0|req: 261/542] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:52 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 262/543] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:04:52 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 684 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/544] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:04:51 2026] PUT /v2.0/routers/001edfd8-fa3b-4a84-8003-e4afb2c6ca0a/remove_router_interface => generated 309 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:04:52.845 7 INFO neutron.db.segments_db [None req-91a9a9e0-b81d-424a-852e-ec6cada25804 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment f64f7697-72ef-49b3-a2f7-3550bd3d77d7 of type vxlan for network 96ee7be9-a5f4-484b-9672-ed906455873b 2026-05-28 15:04:52.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-36aaad5b-406c-4b45-9120-a27d5f0b3211 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 8d5ce207-f0a1-4813-8b0d-cdb83fcf43b7 2026-05-28 15:04:52.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36aaad5b-406c-4b45-9120-a27d5f0b3211 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 8d5ce207-f0a1-4813-8b0d-cdb83fcf43b7 [pid: 7|app: 0|req: 263/545] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:04:52 2026] POST /v2.0/networks => generated 748 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/546] 199.204.45.162 () {34 vars in 911 bytes} [Thu May 28 15:04:52 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: 265/547] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:52 2026] POST /v2.0/subnets => generated 695 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:04:53.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-36aaad5b-406c-4b45-9120-a27d5f0b3211 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: c8185170-ee07-44c6-997c-c4fd80d91c57 2026-05-28 15:04:53.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36aaad5b-406c-4b45-9120-a27d5f0b3211 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: c8185170-ee07-44c6-997c-c4fd80d91c57 [pid: 7|app: 0|req: 266/548] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:04:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1943bbbdb53a401290929726dec3176f => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:04:53.224 7 INFO neutron.db.segments_db [None req-f48d40ec-05eb-4845-8c69-273ab4004b3e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment ac478a92-9f8a-47a3-84e1-150c102cd10b of type vxlan for network d5bb16e2-60c9-47f7-b71c-72c7c902ef7f 2026-05-28 15:04:53.400 8 INFO neutron.services.segments.plugin [-] Segment 0d3df1ca-6d09-4ac5-8aab-cff264a5ea1c resource provider aggregate not found 2026-05-28 15:04:53.406 8 INFO neutron.services.segments.plugin [-] Segment 0d3df1ca-6d09-4ac5-8aab-cff264a5ea1c resource provider aggregate not found 2026-05-28 15:04:53.420 8 INFO neutron.db.l3_hamode_db [None req-36aaad5b-406c-4b45-9120-a27d5f0b3211 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network b7d21be8-184e-4502-8cb5-e2625d6f7185 was deleted as no HA routers are present in tenant 71a7eca376904f6781fcd19dd143a004. 2026-05-28 15:04:53.421 8 INFO neutron.services.segments.plugin [-] Segment 0d3df1ca-6d09-4ac5-8aab-cff264a5ea1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d3df1ca-6d09-4ac5-8aab-cff264a5ea1c found for delete ", "request_id": "req-edaff865-9e90-41a8-b3b6-a2afa276f321"}]} 2026-05-28 15:04:53.424 8 INFO neutron.services.segments.plugin [-] Segment 0d3df1ca-6d09-4ac5-8aab-cff264a5ea1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d3df1ca-6d09-4ac5-8aab-cff264a5ea1c found for delete ", "request_id": "req-24cea5a0-eb42-43d4-9595-812b5d7091dd"}]} [pid: 8|app: 0|req: 283/549] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:04:52 2026] DELETE /v2.0/routers/001edfd8-fa3b-4a84-8003-e4afb2c6ca0a => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:04:53.453 7 INFO neutron.db.l3_hamode_db [None req-f48d40ec-05eb-4845-8c69-273ab4004b3e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 284/550] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:04:53 2026] POST /v2.0/ports => generated 954 bytes in 363 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: 285/551] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:53 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/552] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:04:53 2026] DELETE /v2.0/subnets/105726a7-139c-42ae-9def-25682820e289 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/553] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:04:53 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 288/554] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:04:53 2026] DELETE /v2.0/networks/10169667-92d3-486b-b8dd-9a926814d6aa => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:04:54.168 7 INFO neutron.db.l3_hamode_db [None req-f48d40ec-05eb-4845-8c69-273ab4004b3e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 289/555] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:04:54 2026] PUT /v2.0/ports/33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 1235 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 290/556] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:54 2026] GET /v2.0/security-groups?tenant_id=71a7eca376904f6781fcd19dd143a004&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/557] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:54 2026] DELETE /v2.0/security-groups/4a0961d7-d026-4d36-a9cb-33eed282a0c9 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/558] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/559] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/560] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:53 2026] POST /v2.0/routers => generated 735 bytes in 2051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:04:55.299 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4c355eb-5c01-4c96-b8f4-50f4003e577c'] response: {'name': 'network-changed', 'server_uuid': 'f941a1a3-6aed-4522-9ccf-1bb006ebf766', 'tag': '33996aa5-2a34-4246-a0d9-8d85ff5df18d', 'status': 'completed', 'code': 200} 2026-05-28 15:04:55.446 8 INFO neutron.services.segments.plugin [-] Segment 32391a5f-b9b6-4347-a985-08558f7f903f resource provider aggregate not found 2026-05-28 15:04:55.452 8 INFO neutron.services.segments.plugin [-] Segment 32391a5f-b9b6-4347-a985-08558f7f903f resource provider aggregate not found 2026-05-28 15:04:55.463 8 INFO neutron.services.segments.plugin [-] Segment 32391a5f-b9b6-4347-a985-08558f7f903f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32391a5f-b9b6-4347-a985-08558f7f903f found for delete ", "request_id": "req-a49bf83d-9c91-4c7e-ac5b-23cd19c493dd"}]} 2026-05-28 15:04:55.478 8 INFO neutron.services.segments.plugin [-] Segment 32391a5f-b9b6-4347-a985-08558f7f903f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32391a5f-b9b6-4347-a985-08558f7f903f found for delete ", "request_id": "req-a2d139f4-f63f-419e-a672-31d06c734dd6"}]} [pid: 7|app: 0|req: 268/561] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1238 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/562] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => 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: 270/563] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/subnets?id=9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/564] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/ports?network_id=4845c29b-9075-4c63-b987-060afa71e41d&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/565] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 273/566] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:04:55 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 274/567] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:56 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/568] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:04:56 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 294/569] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:04:55 2026] PUT /v2.0/routers/24caa316-0455-4ef0-9592-9e2051fb3a2d/add_router_interface => generated 309 bytes in 1184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/570] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/571] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 780 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/572] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => 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: 296/573] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/subnets?id=9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 702 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/574] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/ports?network_id=4845c29b-9075-4c63-b987-060afa71e41d&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/575] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 297/576] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 280/577] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/578] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:04:57 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/579] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:04:57 2026] POST /v2.0/security-groups => generated 1657 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/580] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:04:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:04:57.875 7 INFO neutron.db.segments_db [None req-e413848e-d82d-4270-b8b5-0d23d8427754 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 22c7510f-aa94-4525-8a5b-474d08263588 of type vxlan for network 01b96e2e-57a8-419d-996d-b13a58ce622a [pid: 7|app: 0|req: 281/581] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:04:57 2026] POST /v2.0/networks => generated 743 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/582] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:04:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/583] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:57 2026] POST /v2.0/subnets => generated 690 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:04:58.134 7 INFO neutron.db.segments_db [None req-767fa605-dd4b-4809-85c5-98f49ad49de5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment b78b7dbb-a548-4011-ba1a-edd388b303c4 of type vxlan for network d5483ea3-386e-46e7-bd3b-fee5ff3c1798 2026-05-28 15:04:58.322 7 INFO neutron.db.l3_hamode_db [None req-767fa605-dd4b-4809-85c5-98f49ad49de5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 c712f9761ff1439a9562d6d34230862f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 302/584] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:04:57 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/585] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:58 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/586] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:04:58 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:04:58.999 7 INFO neutron.db.l3_hamode_db [None req-767fa605-dd4b-4809-85c5-98f49ad49de5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 305/587] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:58 2026] GET /v2.0/security-groups?tenant_id=bd40e7c5ee504a78b04a9eaa0c20d87d&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/588] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:59 2026] DELETE /v2.0/security-groups/82bd966b-9f9f-485b-821e-82d6f17b1e68 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/589] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:04:59 2026] GET /v2.0/security-groups?tenant_id=972bb09cc1db4e778dfe8d14bf6927c2&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/590] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:04:59 2026] DELETE /v2.0/security-groups/2b165f91-234c-4c9f-86c9-ab8f72139b6b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/591] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:04:58 2026] POST /v2.0/routers => generated 730 bytes in 1671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/592] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:04:59 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/593] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:04:59 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 284/594] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:04:59 2026] PUT /v2.0/routers/3f06e129-5fc3-4e93-b561-c6675314b5ec/add_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/595] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:00 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 285/596] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:00 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/597] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:05:01 2026] POST /v2.0/security-groups => generated 1660 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/598] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:05:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/599] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:05:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/600] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:02 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/601] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:02 2026] GET /v2.0/security-groups?tenant_id=279a4992cb6f4e8ea34815438fc71d93&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/602] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:02 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/603] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:02 2026] DELETE /v2.0/security-groups/a2487e42-c6ab-4c25-92c9-f807e497e680 => 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: 287/604] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:05:01 2026] POST /v2.0/floatingips => generated 552 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/605] 10.0.0.53 () {34 vars in 1099 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1547291694&fields=id&tenant_id=c712f9761ff1439a9562d6d34230862f => 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: 288/606] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/networks?id=01b96e2e-57a8-419d-996d-b13a58ce622a => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/607] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/quotas/c712f9761ff1439a9562d6d34230862f => generated 292 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/608] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/ports?tenant_id=c712f9761ff1439a9562d6d34230862f&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/609] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/networks/01b96e2e-57a8-419d-996d-b13a58ce622a?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: 290/610] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/networks/01b96e2e-57a8-419d-996d-b13a58ce622a?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: 8|app: 0|req: 321/611] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 322/612] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 291/613] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:03 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/614] 10.0.0.53 () {34 vars in 1097 bytes} [Thu May 28 15:05:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--379614712&fields=id&tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/615] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:05:04 2026] GET /v2.0/networks?id=96ee7be9-a5f4-484b-9672-ed906455873b => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/616] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:05:04 2026] GET /v2.0/quotas/5dfd7f1c9a4b4f40a4aeb4c00c747ce9 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/619] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:05:04 2026] GET /v2.0/ports?tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/620] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:04 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 330/621] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:04 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 331/622] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:04 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:05.001 7 INFO neutron.db.segments_db [None req-fb9580c4-d120-4f74-9c53-00fad635e106 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Added segment c6b27814-a53b-43b4-b10c-dccd93f13780 of type vxlan for network 20b46625-e6b6-4a8f-b780-9e98a4afa5d6 [pid: 7|app: 0|req: 292/623] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:05:04 2026] POST /v2.0/networks => generated 650 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/624] 10.0.0.53 () {34 vars in 906 bytes} [Thu May 28 15:05:05 2026] GET /v2.0/extensions => generated 21537 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/625] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:05:05 2026] GET /v2.0/networks/96ee7be9-a5f4-484b-9672-ed906455873b?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/626] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:05:05 2026] GET /v2.0/networks/96ee7be9-a5f4-484b-9672-ed906455873b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/627] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:05 2026] POST /v2.0/subnets => generated 627 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:05.602 8 INFO neutron.db.segments_db [None req-bf25f35b-9aec-49bb-a296-a7885724fa87 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Added segment ee3be701-06dc-4297-89f5-853fa6fec368 of type vxlan for network 8f9b9a98-f178-406b-b736-7b51fb9666da [pid: 7|app: 0|req: 294/628] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:05 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:05.904 8 INFO neutron.db.l3_hamode_db [None req-bf25f35b-9aec-49bb-a296-a7885724fa87 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 295/629] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:05 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/630] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:05 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 297/631] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:06 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/632] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:06 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:07.324 7 INFO neutron.db.l3_db [None req-31000d5b-dc1b-45e7-85c8-81fc846eb20d 6f33a6fb8db24d8cbeae8f925427009b 1943bbbdb53a401290929726dec3176f - - default default] Floating IP dbb6f05f-9ddd-4283-a6e3-2b75ecb2e4ef associated. External IP: 10.96.250.203, port: 33996aa5-2a34-4246-a0d9-8d85ff5df18d. 2026-05-28 15:05:07.333 8 INFO neutron.db.l3_hamode_db [None req-bf25f35b-9aec-49bb-a296-a7885724fa87 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 299/633] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:06 2026] PUT /v2.0/floatingips/dbb6f05f-9ddd-4283-a6e3-2b75ecb2e4ef => generated 855 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/634] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:07 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => 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: 301/635] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:07 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 302/636] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:07 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/637] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:07 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 335/638] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:05 2026] POST /v2.0/routers => generated 694 bytes in 2620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:08.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1be7607d-8bb8-47d6-818f-ba877ec3c239'] response: {'name': 'network-changed', 'server_uuid': 'f941a1a3-6aed-4522-9ccf-1bb006ebf766', 'tag': '33996aa5-2a34-4246-a0d9-8d85ff5df18d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 336/639] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:08 2026] GET /v2.0/networks?id=01b96e2e-57a8-419d-996d-b13a58ce622a => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/640] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:05:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c712f9761ff1439a9562d6d34230862f => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/641] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:05:08 2026] POST /v2.0/ports => generated 954 bytes in 312 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: 339/642] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:05:08 2026] PUT /v2.0/ports/2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3 => generated 1235 bytes in 482 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: 340/643] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1240 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/644] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:09.250 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-770f6077-63be-4e50-8918-9ffa9bd2b566'] response: {'name': 'network-changed', 'server_uuid': 'c0b45ba2-d246-4ad6-b35f-c86ab76a806a', 'tag': '2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 342/645] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/646] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/647] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&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: 345/648] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/649] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/subnets?id=9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/650] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/ports?network_id=4845c29b-9075-4c63-b987-060afa71e41d&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/651] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/652] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 304/653] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:05:08 2026] PUT /v2.0/routers/56fb085d-dbf7-4a7f-911d-1d89b64b65b8/add_router_interface => generated 309 bytes in 1474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/654] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/ports?tenant_id=c712f9761ff1439a9562d6d34230862f&device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/655] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/networks?tenant_id=c712f9761ff1439a9562d6d34230862f&shared=False => generated 771 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/656] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:05:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/657] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:05:09 2026] POST /v2.0/ports => generated 955 bytes in 494 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: 351/658] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:10 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => 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: 352/659] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:10 2026] GET /v2.0/networks?id=96ee7be9-a5f4-484b-9672-ed906455873b => generated 680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/660] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:10 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 354/661] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:05:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9 => generated 180 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/662] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:10 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/663] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:05:10 2026] POST /v2.0/ports => generated 954 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 356/664] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:05:10 2026] POST /v2.0/ports => generated 954 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:05:11.279 7 INFO neutron.db.l3_db [None req-b8ad4be5-f45d-42f5-9170-a68ac7e7f065 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Floating IP 4a17f69e-088f-44cc-8841-01cb0f246323 associated. External IP: 10.96.250.216, port: bb277be6-af99-4f94-8838-9b10a2148325. [pid: 8|app: 0|req: 357/665] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:05:10 2026] PUT /v2.0/ports/5da53167-696b-4fc3-ab3f-b1f29d554f7a => generated 1235 bytes in 435 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: 358/666] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/ports?tenant_id=c712f9761ff1439a9562d6d34230862f&device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:05:11.410 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-183aade4-d73b-48e9-a547-33c151df385f'] response: {'name': 'network-changed', 'server_uuid': 'a0251097-867b-4aed-a4e4-2913ff46c990', 'tag': '5da53167-696b-4fc3-ab3f-b1f29d554f7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 359/667] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/668] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3 => 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: 361/669] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&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: 8|app: 0|req: 362/670] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/subnets?id=aa55f5de-26cb-4ec6-8702-50b430f6ff4d => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/671] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/ports?network_id=01b96e2e-57a8-419d-996d-b13a58ce622a&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: 364/672] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/networks/01b96e2e-57a8-419d-996d-b13a58ce622a?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: 309/673] 10.0.0.93 () {34 vars in 676 bytes} [Thu May 28 15:05:10 2026] POST /v2.0/floatingips => generated 841 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/674] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/networks/01b96e2e-57a8-419d-996d-b13a58ce622a?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: 310/675] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/676] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:11.793 8 INFO neutron.db.l3_db [None req-5c56e1af-6fea-4763-a631-a61204a9ffea 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Floating IP 4a17f69e-088f-44cc-8841-01cb0f246323 disassociated. External IP: 10.96.250.216, port: bb277be6-af99-4f94-8838-9b10a2148325. [pid: 7|app: 0|req: 312/677] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/ports?tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9&device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/678] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:05:11 2026] GET /v2.0/networks?tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9&shared=False => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/679] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:05:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/680] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:11 2026] PUT /v2.0/floatingips/4a17f69e-088f-44cc-8841-01cb0f246323 => generated 552 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:12.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-f57f5670-06ae-4b96-b781-cae9756b09c5 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] TaaS: Handle Delete Port: fd64fd5c-134b-47cf-aeda-947d6cf0f029 2026-05-28 15:05:12.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f57f5670-06ae-4b96-b781-cae9756b09c5 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Tap Mirror: Handle Delete Port: fd64fd5c-134b-47cf-aeda-947d6cf0f029 [pid: 7|app: 0|req: 315/681] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:12 2026] DELETE /v2.0/floatingips/4a17f69e-088f-44cc-8841-01cb0f246323 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/682] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:12 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/683] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:12 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&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: 318/684] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:12 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 319/685] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:12 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/686] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/ports?tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9&device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => 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: 321/687] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5da53167-696b-4fc3-ab3f-b1f29d554f7a => 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: 322/688] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/subnets?id=c7cb35ef-99db-45d3-ac97-e3b2212f9929 => generated 698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/689] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/ports?network_id=96ee7be9-a5f4-484b-9672-ed906455873b&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: 324/690] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/networks/96ee7be9-a5f4-484b-9672-ed906455873b?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: 325/691] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/networks/96ee7be9-a5f4-484b-9672-ed906455873b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:13.458 8 INFO neutron.db.l3_db [None req-935da205-9c4d-4083-9d97-5dba56a5d8cc 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Floating IP 0627f41d-90cd-4451-8500-1ce91fd51458 associated. External IP: 10.96.250.210, port: b4ecb9b7-97d8-4960-b945-f7a91839d6d8. [pid: 7|app: 0|req: 326/692] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/693] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/694] 10.0.0.93 () {34 vars in 676 bytes} [Thu May 28 15:05:12 2026] POST /v2.0/floatingips => generated 842 bytes in 1344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/695] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/floatingips/0627f41d-90cd-4451-8500-1ce91fd51458 => generated 842 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/696] 10.0.0.93 () {32 vars in 654 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/floatingips => generated 845 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/697] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:13 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/698] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:14 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&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-05-28 15:05:14.379 8 INFO neutron.db.l3_db [None req-49061766-35da-4ba7-8448-446d1168ff55 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Floating IP 0627f41d-90cd-4451-8500-1ce91fd51458 associated. External IP: 10.96.250.210, port: b4ecb9b7-97d8-4960-b945-f7a91839d6d8. [pid: 7|app: 0|req: 331/699] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:14 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/700] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:14 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&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: 369/701] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:14 2026] PUT /v2.0/floatingips/0627f41d-90cd-4451-8500-1ce91fd51458 => generated 841 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:15.202 7 INFO neutron.db.l3_db [None req-cfbca2f7-9f82-4b02-9748-e681ca7b656a 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Floating IP 0627f41d-90cd-4451-8500-1ce91fd51458 disassociated. External IP: 10.96.250.210, port: bb277be6-af99-4f94-8838-9b10a2148325. [pid: 8|app: 0|req: 370/702] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:15 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/703] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:15 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&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: 333/704] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:15 2026] PUT /v2.0/floatingips/0627f41d-90cd-4451-8500-1ce91fd51458 => generated 552 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:15.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-086cfe7f-33aa-4ed0-a489-43756da524a6 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] TaaS: Handle Delete Port: c278d21a-3b18-4da9-b944-e75a0e6872cc 2026-05-28 15:05:15.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-086cfe7f-33aa-4ed0-a489-43756da524a6 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Tap Mirror: Handle Delete Port: c278d21a-3b18-4da9-b944-e75a0e6872cc [pid: 8|app: 0|req: 372/705] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:15 2026] DELETE /v2.0/floatingips/0627f41d-90cd-4451-8500-1ce91fd51458 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:05:15.804 7 INFO neutron.api.v2.resource [None req-88862b95-232d-4e9f-a25e-337e5938bcd1 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 334/706] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:15 2026] DELETE /v2.0/floatingips/0627f41d-90cd-4451-8500-1ce91fd51458 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/707] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:15 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:16.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-da74a0fe-177f-4ba3-affd-43df917044b7 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] TaaS: Handle Delete Port: bb277be6-af99-4f94-8838-9b10a2148325 2026-05-28 15:05:16.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da74a0fe-177f-4ba3-affd-43df917044b7 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Tap Mirror: Handle Delete Port: bb277be6-af99-4f94-8838-9b10a2148325 [pid: 7|app: 0|req: 336/708] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:16 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&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: 373/709] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:05:15 2026] DELETE /v2.0/ports/bb277be6-af99-4f94-8838-9b10a2148325 => generated 0 bytes in 470 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/710] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:05:16 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1240 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:05:16.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a2bc45c-4d62-47d7-a63a-274e30b883ee 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] TaaS: Handle Delete Port: b4ecb9b7-97d8-4960-b945-f7a91839d6d8 2026-05-28 15:05:16.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a2bc45c-4d62-47d7-a63a-274e30b883ee 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Tap Mirror: Handle Delete Port: b4ecb9b7-97d8-4960-b945-f7a91839d6d8 [pid: 7|app: 0|req: 338/711] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:16 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/712] 10.0.0.166 () {34 vars in 1040 bytes} [Thu May 28 15:05:16 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/713] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:16 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/714] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:05:16 2026] DELETE /v2.0/ports/b4ecb9b7-97d8-4960-b945-f7a91839d6d8 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/715] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:05:16 2026] GET /v2.0/ports?device_id=56fb085d-dbf7-4a7f-911d-1d89b64b65b8 => generated 958 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:17.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a5cdfd1-a924-4bea-83f6-72e82f453750 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] TaaS: Handle Delete Port: a55d88bb-59b6-4db6-a320-2cdb99963bb0 2026-05-28 15:05:17.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a5cdfd1-a924-4bea-83f6-72e82f453750 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Tap Mirror: Handle Delete Port: a55d88bb-59b6-4db6-a320-2cdb99963bb0 [pid: 7|app: 0|req: 342/716] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:17 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/717] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:17 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&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/718] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:17 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/719] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:05:16 2026] PUT /v2.0/routers/56fb085d-dbf7-4a7f-911d-1d89b64b65b8/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/720] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:17 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&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: 346/721] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:17 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:17.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-8012ec85-191c-478d-bd3a-9947c647b620 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] TaaS: Handle Delete Port: cb69a54e-3183-44a8-bf46-3771341fa1a6 2026-05-28 15:05:17.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8012ec85-191c-478d-bd3a-9947c647b620 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Tap Mirror: Handle Delete Port: cb69a54e-3183-44a8-bf46-3771341fa1a6 2026-05-28 15:05:18.242 7 INFO neutron.db.l3_db [None req-cffb5905-43cc-4571-aa85-3f59056dc044 ea42d05089914ed389c87da2d903d96b c712f9761ff1439a9562d6d34230862f - - default default] Floating IP f7381b84-ff53-4295-9bd9-0d1eb40f7725 associated. External IP: 10.96.250.214, port: 2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3. 2026-05-28 15:05:18.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-8012ec85-191c-478d-bd3a-9947c647b620 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] TaaS: Handle Delete Port: b0bd1c5e-7752-4762-92c8-edd21a4c2c92 2026-05-28 15:05:18.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8012ec85-191c-478d-bd3a-9947c647b620 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] Tap Mirror: Handle Delete Port: b0bd1c5e-7752-4762-92c8-edd21a4c2c92 [pid: 7|app: 0|req: 347/722] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:17 2026] PUT /v2.0/floatingips/f7381b84-ff53-4295-9bd9-0d1eb40f7725 => generated 855 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:18.590 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7090c6a-1011-41e6-b1c2-0a12b967f015'] response: {'name': 'network-changed', 'server_uuid': 'c0b45ba2-d246-4ad6-b35f-c86ab76a806a', 'tag': '2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 348/723] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:18 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/724] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:18 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/725] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:18 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/726] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:18 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/727] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 353/728] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/ports?tenant_id=c712f9761ff1439a9562d6d34230862f&device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/729] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/730] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/networks?id=01b96e2e-57a8-419d-996d-b13a58ce622a => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/731] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/732] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/subnets?id=aa55f5de-26cb-4ec6-8702-50b430f6ff4d => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/733] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/ports?network_id=01b96e2e-57a8-419d-996d-b13a58ce622a&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:05:19.342 8 INFO neutron.services.segments.plugin [-] Segment ee3be701-06dc-4297-89f5-853fa6fec368 resource provider aggregate not found 2026-05-28 15:05:19.351 8 INFO neutron.services.segments.plugin [-] Segment ee3be701-06dc-4297-89f5-853fa6fec368 resource provider aggregate not found 2026-05-28 15:05:19.362 8 INFO neutron.services.segments.plugin [-] Segment ee3be701-06dc-4297-89f5-853fa6fec368 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3be701-06dc-4297-89f5-853fa6fec368 found for delete ", "request_id": "req-d232acc8-802e-4587-97b8-4626a7fb4dab"}]} 2026-05-28 15:05:19.376 8 INFO neutron.services.segments.plugin [-] Segment ee3be701-06dc-4297-89f5-853fa6fec368 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3be701-06dc-4297-89f5-853fa6fec368 found for delete ", "request_id": "req-c9a1898f-b759-4111-8777-8b9bd277602c"}]} [pid: 7|app: 0|req: 359/734] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/networks/01b96e2e-57a8-419d-996d-b13a58ce622a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:19.384 8 INFO neutron.db.l3_hamode_db [None req-8012ec85-191c-478d-bd3a-9947c647b620 7625c3d6b39942f9917be531afd429eb f9977cb01f4f4622a63387d63b2e4817 - - default default] HA network 8f9b9a98-f178-406b-b736-7b51fb9666da was deleted as no HA routers are present in tenant f9977cb01f4f4622a63387d63b2e4817. [pid: 8|app: 0|req: 376/735] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:17 2026] DELETE /v2.0/routers/56fb085d-dbf7-4a7f-911d-1d89b64b65b8 => generated 0 bytes in 1667 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/736] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/networks/01b96e2e-57a8-419d-996d-b13a58ce622a?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: 377/737] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:19 2026] DELETE /v2.0/subnets/535db8ba-8190-4139-a101-14efb3c15ad1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:19.698 7 INFO neutron.services.segments.plugin [-] Segment c6b27814-a53b-43b4-b10c-dccd93f13780 resource provider aggregate not found 2026-05-28 15:05:19.704 7 INFO neutron.services.segments.plugin [-] Segment c6b27814-a53b-43b4-b10c-dccd93f13780 resource provider aggregate not found 2026-05-28 15:05:19.724 7 INFO neutron.services.segments.plugin [-] Segment c6b27814-a53b-43b4-b10c-dccd93f13780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6b27814-a53b-43b4-b10c-dccd93f13780 found for delete ", "request_id": "req-37beb03a-fd15-431c-a9cb-e87904a6b325"}]} [pid: 7|app: 0|req: 361/740] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:19 2026] DELETE /v2.0/networks/20b46625-e6b6-4a8f-b780-9e98a4afa5d6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:19.731 7 INFO neutron.services.segments.plugin [-] Segment c6b27814-a53b-43b4-b10c-dccd93f13780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6b27814-a53b-43b4-b10c-dccd93f13780 found for delete ", "request_id": "req-088eab11-da92-4316-b9b5-3e06887d8e95"}]} [pid: 8|app: 0|req: 380/741] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/742] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:19 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/743] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:20 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/744] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:20 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&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: 363/745] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:20 2026] GET /v2.0/security-groups?tenant_id=f9977cb01f4f4622a63387d63b2e4817&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/746] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:20 2026] DELETE /v2.0/security-groups/053c3ff0-2fc7-41da-8572-53960cd82e3d => 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: 364/747] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:20 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/748] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:21 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/749] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:21 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 385/750] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:21 2026] GET /v2.0/security-groups?id=e70cad3c-625d-4c37-a4fc-c1374627f777&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: 366/751] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:05:21 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:21.865 8 INFO neutron_taas.services.taas.taas_plugin [req-18a6fb13-c30e-43ad-8c05-cac9e9f42556 req-cae68e95-a551-4832-b7e1-1a261f878c63 ea42d05089914ed389c87da2d903d96b c712f9761ff1439a9562d6d34230862f - - default default] TaaS: Handle Delete Port: 2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3 2026-05-28 15:05:21.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-18a6fb13-c30e-43ad-8c05-cac9e9f42556 req-cae68e95-a551-4832-b7e1-1a261f878c63 ea42d05089914ed389c87da2d903d96b c712f9761ff1439a9562d6d34230862f - - default default] Tap Mirror: Handle Delete Port: 2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3 2026-05-28 15:05:22.110 8 INFO neutron.db.l3_db [req-18a6fb13-c30e-43ad-8c05-cac9e9f42556 req-cae68e95-a551-4832-b7e1-1a261f878c63 ea42d05089914ed389c87da2d903d96b c712f9761ff1439a9562d6d34230862f - - default default] Floating IP f7381b84-ff53-4295-9bd9-0d1eb40f7725 disassociated. External IP: 10.96.250.214, port: 2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3. [pid: 7|app: 0|req: 367/752] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:22 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/753] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:22 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/754] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:22 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/755] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:05:21 2026] DELETE /v2.0/ports/2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3 => generated 0 bytes in 799 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:22.573 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fd580e2-1a49-4838-b4e6-4731fb12b595'] response: {'server_uuid': 'c0b45ba2-d246-4ad6-b35f-c86ab76a806a', 'name': 'network-vif-deleted', 'tag': '2d0f5ab9-1e35-42c9-bc89-1e8516eabaf3', 'status': 'completed', 'code': 200} 2026-05-28 15:05:22.717 7 INFO neutron.db.segments_db [None req-62a58a22-0766-4feb-99d2-51aa03839da4 0b0ecd90f19c47e984e3569363095466 f1ecc4861b5742fb8c8ba54374eb51a8 - - default default] Added segment 78ac6306-dee9-4058-bb93-21574675a321 of type vxlan for network ce101505-6ba6-4e6a-b499-a1a6ffda0ffa [pid: 7|app: 0|req: 370/756] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:05:22 2026] POST /v2.0/networks => generated 648 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/757] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:22 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:22.944 8 INFO neutron.db.l3_db [None req-23e9c959-3d36-4378-bf00-c9d0a2140a5f 65ad05307d8a4b26b5a281d6fdd97c5d 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] Floating IP 7340ce54-9f52-4aba-9d7c-7ea9ae46a099 associated. External IP: 10.96.250.204, port: 5da53167-696b-4fc3-ab3f-b1f29d554f7a. [pid: 8|app: 0|req: 387/758] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:22 2026] PUT /v2.0/floatingips/7340ce54-9f52-4aba-9d7c-7ea9ae46a099 => generated 855 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/759] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:23 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/760] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:23 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&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: 388/761] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:23 2026] POST /v2.0/subnets => generated 673 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:23.785 7 INFO neutron.db.segments_db [None req-76bd90bb-a9f6-40c9-9531-3d940a907903 0b0ecd90f19c47e984e3569363095466 f1ecc4861b5742fb8c8ba54374eb51a8 - - default default] Added segment a1c605be-a719-4bd0-8e0e-ecbb5979e819 of type vxlan for network c66e30b1-c30c-4441-8345-1f210fbfd933 [pid: 8|app: 0|req: 389/762] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:23 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/763] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:23 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/764] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:05:23 2026] POST /v2.0/networks => generated 647 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/765] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:23 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 391/766] 10.0.0.93 () {34 vars in 742 bytes} [Thu May 28 15:05:23 2026] PUT /v2.0/networks/c66e30b1-c30c-4441-8345-1f210fbfd933 => generated 592 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/767] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:24 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/768] 10.0.0.93 () {34 vars in 740 bytes} [Thu May 28 15:05:24 2026] PUT /v2.0/subnets/3f2f3718-2a62-4f92-b030-ac41e727fd72 => generated 656 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:24.614 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eacc0dba-466b-4fab-aa72-4aa0d7cebd4e'] response: {'name': 'network-changed', 'server_uuid': 'a0251097-867b-4aed-a4e4-2913ff46c990', 'tag': '5da53167-696b-4fc3-ab3f-b1f29d554f7a', 'status': 'completed', 'code': 200} 2026-05-28 15:05:24.737 7 INFO neutron.services.segments.plugin [-] Segment a1c605be-a719-4bd0-8e0e-ecbb5979e819 resource provider aggregate not found 2026-05-28 15:05:24.745 7 INFO neutron.services.segments.plugin [-] Segment a1c605be-a719-4bd0-8e0e-ecbb5979e819 resource provider aggregate not found [pid: 7|app: 0|req: 377/769] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:24 2026] DELETE /v2.0/networks/c66e30b1-c30c-4441-8345-1f210fbfd933 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:24.770 7 INFO neutron.services.segments.plugin [-] Segment a1c605be-a719-4bd0-8e0e-ecbb5979e819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1c605be-a719-4bd0-8e0e-ecbb5979e819 found for delete ", "request_id": "req-0b7a542b-70f0-4324-a039-8e5737d7a7a1"}]} 2026-05-28 15:05:24.770 7 INFO neutron.services.segments.plugin [-] Segment a1c605be-a719-4bd0-8e0e-ecbb5979e819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1c605be-a719-4bd0-8e0e-ecbb5979e819 found for delete ", "request_id": "req-b9392ee3-fc19-4559-b827-dd81f27d7a47"}]} 2026-05-28 15:05:24.793 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed59086d-8903-46a7-b5f1-84e86329ad03 0b0ecd90f19c47e984e3569363095466 f1ecc4861b5742fb8c8ba54374eb51a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 393/770] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:24 2026] DELETE /v2.0/networks/c66e30b1-c30c-4441-8345-1f210fbfd933 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/771] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:05:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/772] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:05:24 2026] GET /v2.0/subnets?network_id=28a54990-3ee0-4371-8afd-8c1661751490 => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/773] 10.0.0.93 () {32 vars in 652 bytes} [Thu May 28 15:05:24 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/774] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:24 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => 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: 395/775] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:24 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&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: 381/776] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:05:24 2026] GET /v2.0/networks => generated 1313 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/777] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/778] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/ports?device_id=c0b45ba2-d246-4ad6-b35f-c86ab76a806a => 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: 397/779] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/networks/ce101505-6ba6-4e6a-b499-a1a6ffda0ffa => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/780] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/subnets/f077e432-9889-4ed8-9371-3ada8d6f32a9 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/781] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/ports?tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9&device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:05:25.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dca839e9-4e33-4ec9-8724-75c5111228ec 0b0ecd90f19c47e984e3569363095466 f1ecc4861b5742fb8c8ba54374eb51a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 384/782] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:25 2026] DELETE /v2.0/subnets/3f2f3718-2a62-4f92-b030-ac41e727fd72 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:05:25.181 7 INFO neutron.pecan_wsgi.hooks.translation [None req-125e0a3e-cc3a-40ee-8c05-88fa595e7980 0b0ecd90f19c47e984e3569363095466 f1ecc4861b5742fb8c8ba54374eb51a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 385/783] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:25 2026] DELETE /v2.0/networks/c66e30b1-c30c-4441-8345-1f210fbfd933 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/784] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/networks?id=96ee7be9-a5f4-484b-9672-ed906455873b => generated 776 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/785] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5da53167-696b-4fc3-ab3f-b1f29d554f7a => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/786] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/subnets?id=c7cb35ef-99db-45d3-ac97-e3b2212f9929 => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/787] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/ports?network_id=96ee7be9-a5f4-484b-9672-ed906455873b&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: 386/788] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:25 2026] DELETE /v2.0/subnets/f077e432-9889-4ed8-9371-3ada8d6f32a9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/789] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/networks/96ee7be9-a5f4-484b-9672-ed906455873b?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: 404/790] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:25 2026] GET /v2.0/networks/96ee7be9-a5f4-484b-9672-ed906455873b?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: 387/791] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:25 2026] DELETE /v2.0/networks/ce101505-6ba6-4e6a-b499-a1a6ffda0ffa => generated 0 bytes in 826 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/792] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:26 2026] DELETE /v2.0/security-groups/e70cad3c-625d-4c37-a4fc-c1374627f777 => 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: 406/793] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:05:26 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:26.276 8 INFO neutron.api.v2.resource [None req-ff61cffb-c4c4-4408-a53b-00c9511227ff ea42d05089914ed389c87da2d903d96b c712f9761ff1439a9562d6d34230862f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 407/794] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:05:26 2026] GET /v2.0/security-groups/e70cad3c-625d-4c37-a4fc-c1374627f777 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/795] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:26 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:26.377 8 INFO neutron_taas.services.taas.taas_plugin [req-6a57cbaf-a177-48b5-a59b-5cb50f8d6c8b req-ff9ba4f2-fcd3-4440-a42f-b20d9f4cae32 65ad05307d8a4b26b5a281d6fdd97c5d 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] TaaS: Handle Delete Port: 5da53167-696b-4fc3-ab3f-b1f29d554f7a 2026-05-28 15:05:26.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a57cbaf-a177-48b5-a59b-5cb50f8d6c8b req-ff9ba4f2-fcd3-4440-a42f-b20d9f4cae32 65ad05307d8a4b26b5a281d6fdd97c5d 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] Tap Mirror: Handle Delete Port: 5da53167-696b-4fc3-ab3f-b1f29d554f7a 2026-05-28 15:05:26.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-80c111b5-f58a-443d-b2ea-53a6a0e54642 ea42d05089914ed389c87da2d903d96b c712f9761ff1439a9562d6d34230862f - - default default] TaaS: Handle Delete Port: efd4ed74-9d0c-4fea-b794-29a87bc664a4 2026-05-28 15:05:26.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80c111b5-f58a-443d-b2ea-53a6a0e54642 ea42d05089914ed389c87da2d903d96b c712f9761ff1439a9562d6d34230862f - - default default] Tap Mirror: Handle Delete Port: efd4ed74-9d0c-4fea-b794-29a87bc664a4 2026-05-28 15:05:26.517 8 INFO neutron.db.l3_db [req-6a57cbaf-a177-48b5-a59b-5cb50f8d6c8b req-ff9ba4f2-fcd3-4440-a42f-b20d9f4cae32 65ad05307d8a4b26b5a281d6fdd97c5d 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] Floating IP 7340ce54-9f52-4aba-9d7c-7ea9ae46a099 disassociated. External IP: 10.96.250.204, port: 5da53167-696b-4fc3-ab3f-b1f29d554f7a. [pid: 7|app: 0|req: 389/796] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:26 2026] DELETE /v2.0/floatingips/f7381b84-ff53-4295-9bd9-0d1eb40f7725 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/797] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:26 2026] GET /v2.0/security-groups?id=54311f82-2657-4bd9-acf3-872d06c45239&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:26.796 7 INFO neutron.services.segments.plugin [-] Segment 78ac6306-dee9-4058-bb93-21574675a321 resource provider aggregate not found 2026-05-28 15:05:26.799 7 INFO neutron.services.segments.plugin [-] Segment 78ac6306-dee9-4058-bb93-21574675a321 resource provider aggregate not found 2026-05-28 15:05:26.815 7 INFO neutron.services.segments.plugin [-] Segment 78ac6306-dee9-4058-bb93-21574675a321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78ac6306-dee9-4058-bb93-21574675a321 found for delete ", "request_id": "req-0229933f-52d1-4c44-b624-c1b02a6ded2d"}]} 2026-05-28 15:05:26.819 7 INFO neutron.services.segments.plugin [-] Segment 78ac6306-dee9-4058-bb93-21574675a321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78ac6306-dee9-4058-bb93-21574675a321 found for delete ", "request_id": "req-5d365949-12c2-4840-a3e1-fd0102ddf5e8"}]} [pid: 8|app: 0|req: 408/798] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:05:26 2026] DELETE /v2.0/ports/5da53167-696b-4fc3-ab3f-b1f29d554f7a => generated 0 bytes in 614 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:26.928 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8db7f241-bfed-48e5-90fe-d5545e549ad7'] response: {'server_uuid': 'a0251097-867b-4aed-a4e4-2913ff46c990', 'name': 'network-vif-deleted', 'tag': '5da53167-696b-4fc3-ab3f-b1f29d554f7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 409/799] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:26 2026] GET /v2.0/security-groups?tenant_id=f1ecc4861b5742fb8c8ba54374eb51a8&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/800] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:27 2026] DELETE /v2.0/security-groups/9068b363-cc2d-4dfc-88ec-9283caabae7d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:05:27.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-139d626e-d9b1-47de-91dd-ee9cb9f8f6a5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 30dd7f82-7682-4f9d-8dc3-bfdaf4867086 2026-05-28 15:05:27.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-139d626e-d9b1-47de-91dd-ee9cb9f8f6a5 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 30dd7f82-7682-4f9d-8dc3-bfdaf4867086 [pid: 7|app: 0|req: 391/801] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:05:26 2026] PUT /v2.0/routers/3f06e129-5fc3-4e93-b561-c6675314b5ec/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/802] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:27 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:27.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-de96003b-8612-498c-9923-8c9ea7448807 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 8b75f6bb-f039-4208-8504-78d8a2cecaf5 2026-05-28 15:05:27.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de96003b-8612-498c-9923-8c9ea7448807 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 8b75f6bb-f039-4208-8504-78d8a2cecaf5 2026-05-28 15:05:28.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-de96003b-8612-498c-9923-8c9ea7448807 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: df3599bd-b712-405d-b2bb-6fe12b441be4 2026-05-28 15:05:28.098 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de96003b-8612-498c-9923-8c9ea7448807 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: df3599bd-b712-405d-b2bb-6fe12b441be4 2026-05-28 15:05:28.439 8 INFO neutron.services.segments.plugin [-] Segment b78b7dbb-a548-4011-ba1a-edd388b303c4 resource provider aggregate not found 2026-05-28 15:05:28.445 8 INFO neutron.services.segments.plugin [-] Segment b78b7dbb-a548-4011-ba1a-edd388b303c4 resource provider aggregate not found 2026-05-28 15:05:28.462 8 INFO neutron.services.segments.plugin [-] Segment b78b7dbb-a548-4011-ba1a-edd388b303c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b78b7dbb-a548-4011-ba1a-edd388b303c4 found for delete ", "request_id": "req-02148cdf-5a3a-4467-a685-db49490ec9a6"}]} 2026-05-28 15:05:28.463 8 INFO neutron.services.segments.plugin [-] Segment b78b7dbb-a548-4011-ba1a-edd388b303c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b78b7dbb-a548-4011-ba1a-edd388b303c4 found for delete ", "request_id": "req-13ca511a-9eba-4c88-9e55-86a3a7b86f3a"}]} 2026-05-28 15:05:28.466 8 INFO neutron.db.l3_hamode_db [None req-de96003b-8612-498c-9923-8c9ea7448807 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network d5483ea3-386e-46e7-bd3b-fee5ff3c1798 was deleted as no HA routers are present in tenant c712f9761ff1439a9562d6d34230862f. [pid: 8|app: 0|req: 411/803] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:27 2026] DELETE /v2.0/routers/3f06e129-5fc3-4e93-b561-c6675314b5ec => generated 0 bytes in 824 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/804] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:28 2026] DELETE /v2.0/subnets/aa55f5de-26cb-4ec6-8702-50b430f6ff4d => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:28.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-2206b73d-6694-416b-b058-01bc213e6dab dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 615f020b-bdd3-4929-9f23-8de31ead3b08 2026-05-28 15:05:28.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2206b73d-6694-416b-b058-01bc213e6dab dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 615f020b-bdd3-4929-9f23-8de31ead3b08 [pid: 8|app: 0|req: 412/805] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:28 2026] DELETE /v2.0/networks/01b96e2e-57a8-419d-996d-b13a58ce622a => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/806] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:28 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:29.127 7 INFO neutron.db.segments_db [None req-5b86d62c-302e-4452-8591-a292f3507ff9 f89e1b96dc0e42aea7128fcbcef9b60c 6856d194d0734ca69c62023e67d26698 - - default default] Added segment 75e0fd05-4fa8-4438-afa2-065dd408002c of type vxlan for network 2dc273b6-20f6-421d-9faa-4b1701f83fab [pid: 8|app: 0|req: 414/807] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:29 2026] GET /v2.0/security-groups?tenant_id=c712f9761ff1439a9562d6d34230862f&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/808] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:05:28 2026] POST /v2.0/networks => generated 644 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/809] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:29 2026] DELETE /v2.0/security-groups/3f1cae8b-3932-48c6-abb8-391ca408b18e => 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: 395/810] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:29 2026] POST /v2.0/subnets => generated 641 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:29.598 8 INFO neutron.db.segments_db [None req-c2ac83bc-0d01-406c-9d58-361ce4de41f0 f89e1b96dc0e42aea7128fcbcef9b60c 6856d194d0734ca69c62023e67d26698 - - default default] Added segment b292c86f-d4c2-4ab0-afdc-bfafd8d0daf3 of type vxlan for network 1f33057a-a3e9-4b0a-8c35-8cfa48777b4e [pid: 8|app: 0|req: 416/811] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:05:29 2026] POST /v2.0/networks => generated 643 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/812] 10.0.0.93 () {34 vars in 742 bytes} [Thu May 28 15:05:29 2026] PUT /v2.0/networks/1f33057a-a3e9-4b0a-8c35-8cfa48777b4e => generated 592 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/813] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/ports?device_id=a0251097-867b-4aed-a4e4-2913ff46c990 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/814] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:29 2026] POST /v2.0/subnets => generated 626 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/815] 10.0.0.93 () {34 vars in 740 bytes} [Thu May 28 15:05:30 2026] PUT /v2.0/subnets/f0c4b9fa-f784-44f5-9bf7-d98cb5fe1ead => generated 636 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/816] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:30 2026] DELETE /v2.0/networks/1f33057a-a3e9-4b0a-8c35-8cfa48777b4e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:30.490 8 INFO neutron.services.segments.plugin [-] Segment 22c7510f-aa94-4525-8a5b-474d08263588 resource provider aggregate not found 2026-05-28 15:05:30.499 8 INFO neutron.services.segments.plugin [-] Segment 22c7510f-aa94-4525-8a5b-474d08263588 resource provider aggregate not found 2026-05-28 15:05:30.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b2e7dad-1624-4e49-b9b5-f93e7064eabe f89e1b96dc0e42aea7128fcbcef9b60c 6856d194d0734ca69c62023e67d26698 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 399/817] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:30 2026] DELETE /v2.0/networks/1f33057a-a3e9-4b0a-8c35-8cfa48777b4e => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:05:30.520 8 INFO neutron.services.segments.plugin [-] Segment 22c7510f-aa94-4525-8a5b-474d08263588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c7510f-aa94-4525-8a5b-474d08263588 found for delete ", "request_id": "req-db4e7aed-af20-4f41-a852-02364b370fe8"}]} 2026-05-28 15:05:30.527 8 INFO neutron.services.segments.plugin [-] Segment 22c7510f-aa94-4525-8a5b-474d08263588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c7510f-aa94-4525-8a5b-474d08263588 found for delete ", "request_id": "req-62f5627c-fb87-4e75-a0ce-9ba0a2f4708c"}]} 2026-05-28 15:05:30.555 8 INFO neutron.services.segments.plugin [-] Segment b292c86f-d4c2-4ab0-afdc-bfafd8d0daf3 resource provider aggregate not found 2026-05-28 15:05:30.559 8 INFO neutron.services.segments.plugin [-] Segment b292c86f-d4c2-4ab0-afdc-bfafd8d0daf3 resource provider aggregate not found 2026-05-28 15:05:30.575 8 INFO neutron.services.segments.plugin [-] Segment b292c86f-d4c2-4ab0-afdc-bfafd8d0daf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b292c86f-d4c2-4ab0-afdc-bfafd8d0daf3 found for delete ", "request_id": "req-29ffa9fa-78bb-4f03-a703-2a5f7d6f7e6e"}]} 2026-05-28 15:05:30.578 8 INFO neutron.services.segments.plugin [-] Segment b292c86f-d4c2-4ab0-afdc-bfafd8d0daf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b292c86f-d4c2-4ab0-afdc-bfafd8d0daf3 found for delete ", "request_id": "req-f7747e21-0bb2-4e1d-b7f7-8b0ccfab878f"}]} [pid: 8|app: 0|req: 419/818] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/819] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/subnets?network_id=28a54990-3ee0-4371-8afd-8c1661751490 => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/820] 10.0.0.93 () {32 vars in 652 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/821] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/networks => generated 1309 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/822] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/823] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/networks/2dc273b6-20f6-421d-9faa-4b1701f83fab => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/824] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:05:30 2026] GET /v2.0/subnets/ff738b50-311b-49ae-bb99-e06721bad755 => generated 641 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:30.898 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d4862eb-faa5-4e31-a32b-33e764e723a7 f89e1b96dc0e42aea7128fcbcef9b60c 6856d194d0734ca69c62023e67d26698 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 403/825] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:30 2026] DELETE /v2.0/subnets/f0c4b9fa-f784-44f5-9bf7-d98cb5fe1ead => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:05:30.938 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e794f68e-9bf7-4681-903f-33928d763a49 f89e1b96dc0e42aea7128fcbcef9b60c 6856d194d0734ca69c62023e67d26698 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 423/826] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:30 2026] DELETE /v2.0/networks/1f33057a-a3e9-4b0a-8c35-8cfa48777b4e => generated 138 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/827] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:30 2026] DELETE /v2.0/subnets/ff738b50-311b-49ae-bb99-e06721bad755 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:31.203 7 INFO neutron.services.segments.plugin [-] Segment 75e0fd05-4fa8-4438-afa2-065dd408002c resource provider aggregate not found 2026-05-28 15:05:31.209 7 INFO neutron.services.segments.plugin [-] Segment 75e0fd05-4fa8-4438-afa2-065dd408002c resource provider aggregate not found 2026-05-28 15:05:31.226 7 INFO neutron.services.segments.plugin [-] Segment 75e0fd05-4fa8-4438-afa2-065dd408002c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e0fd05-4fa8-4438-afa2-065dd408002c found for delete ", "request_id": "req-6bf74311-7554-4b17-8f94-adc3c6675ca9"}]} 2026-05-28 15:05:31.227 7 INFO neutron.services.segments.plugin [-] Segment 75e0fd05-4fa8-4438-afa2-065dd408002c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e0fd05-4fa8-4438-afa2-065dd408002c found for delete ", "request_id": "req-35752d22-ffe7-4b93-acf1-d2f2677c38de"}]} [pid: 7|app: 0|req: 405/828] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:31 2026] DELETE /v2.0/networks/2dc273b6-20f6-421d-9faa-4b1701f83fab => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:31.322 8 INFO neutron.db.segments_db [None req-ee9bf522-bec7-441d-b779-8a88cd0fc187 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 4232e6ce-427e-43aa-a663-1bad6ea806bd of type vxlan for network c5b50cb5-b882-4f21-b246-35a8c90946cd [pid: 7|app: 0|req: 406/829] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:31 2026] DELETE /v2.0/security-groups/54311f82-2657-4bd9-acf3-872d06c45239 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:05:31.355 7 INFO neutron.api.v2.resource [None req-8eb61134-1139-4df4-830f-e7491efc925a 65ad05307d8a4b26b5a281d6fdd97c5d 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/830] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:05:31 2026] GET /v2.0/security-groups/54311f82-2657-4bd9-acf3-872d06c45239 => 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: 424/831] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:05:31 2026] POST /v2.0/networks => generated 746 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:31.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-e504c49d-6f98-4c5c-9e4f-086d58ccfbce 65ad05307d8a4b26b5a281d6fdd97c5d 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] TaaS: Handle Delete Port: 20a0d02f-e6df-4471-8e8b-fc02de865552 2026-05-28 15:05:31.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e504c49d-6f98-4c5c-9e4f-086d58ccfbce 65ad05307d8a4b26b5a281d6fdd97c5d 5dfd7f1c9a4b4f40a4aeb4c00c747ce9 - - default default] Tap Mirror: Handle Delete Port: 20a0d02f-e6df-4471-8e8b-fc02de865552 [pid: 8|app: 0|req: 425/832] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:31 2026] POST /v2.0/subnets => generated 693 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/833] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:31 2026] DELETE /v2.0/floatingips/7340ce54-9f52-4aba-9d7c-7ea9ae46a099 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:05:31.657 8 INFO neutron.db.segments_db [None req-e2209234-75ab-4c94-9ce7-9df84356c657 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment fefa45bc-c1cb-4bd6-b945-4a7fd154a153 of type vxlan for network 4d5650bb-1aeb-48bf-a37a-4ae405e86df0 2026-05-28 15:05:31.910 8 INFO neutron.db.l3_hamode_db [None req-e2209234-75ab-4c94-9ce7-9df84356c657 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 0596ff27e5514446b29a557d0f31bbd5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:05:32.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c28e42e-0bf5-47ef-9b86-ac45e80f6075 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 5c8c1b30-a533-4062-958f-e30e2fe3c01d 2026-05-28 15:05:32.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c28e42e-0bf5-47ef-9b86-ac45e80f6075 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 5c8c1b30-a533-4062-958f-e30e2fe3c01d [pid: 7|app: 0|req: 409/834] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:05:31 2026] PUT /v2.0/routers/24caa316-0455-4ef0-9592-9e2051fb3a2d/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:32.568 8 INFO neutron.db.l3_hamode_db [None req-e2209234-75ab-4c94-9ce7-9df84356c657 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 410/835] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:32 2026] GET /v2.0/security-groups?tenant_id=6856d194d0734ca69c62023e67d26698&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:05:32.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-599c1db3-b151-413c-931d-36b56185a236 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 32af98cc-1f44-4def-9cb4-0d1cf19ffa9d 2026-05-28 15:05:32.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-599c1db3-b151-413c-931d-36b56185a236 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 32af98cc-1f44-4def-9cb4-0d1cf19ffa9d 2026-05-28 15:05:33.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-599c1db3-b151-413c-931d-36b56185a236 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: d8e3722b-9fdb-45e7-a9af-8af95621a6a4 2026-05-28 15:05:33.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-599c1db3-b151-413c-931d-36b56185a236 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: d8e3722b-9fdb-45e7-a9af-8af95621a6a4 2026-05-28 15:05:33.156 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-599c1db3-b151-413c-931d-36b56185a236 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-28 15:05:33.475 7 INFO neutron.services.segments.plugin [-] Segment ac478a92-9f8a-47a3-84e1-150c102cd10b resource provider aggregate not found 2026-05-28 15:05:33.483 7 INFO neutron.services.segments.plugin [-] Segment ac478a92-9f8a-47a3-84e1-150c102cd10b resource provider aggregate not found [pid: 8|app: 0|req: 426/836] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:31 2026] POST /v2.0/routers => generated 733 bytes in 1882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:33.497 7 INFO neutron.services.segments.plugin [-] Segment ac478a92-9f8a-47a3-84e1-150c102cd10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac478a92-9f8a-47a3-84e1-150c102cd10b found for delete ", "request_id": "req-f8ccc1f4-86fe-4967-bb59-182d58de5669"}]} 2026-05-28 15:05:33.503 7 INFO neutron.services.segments.plugin [-] Segment ac478a92-9f8a-47a3-84e1-150c102cd10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac478a92-9f8a-47a3-84e1-150c102cd10b found for delete ", "request_id": "req-f78e6112-8d65-4bff-b96c-692c673b0d73"}]} 2026-05-28 15:05:33.507 7 INFO neutron.db.l3_hamode_db [None req-599c1db3-b151-413c-931d-36b56185a236 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network d5bb16e2-60c9-47f7-b71c-72c7c902ef7f was deleted as no HA routers are present in tenant 5dfd7f1c9a4b4f40a4aeb4c00c747ce9. [pid: 7|app: 0|req: 411/837] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:32 2026] DELETE /v2.0/routers/24caa316-0455-4ef0-9592-9e2051fb3a2d => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/838] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:33 2026] DELETE /v2.0/security-groups/5256b6b6-a202-4797-b8df-7950462fc611 => 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: 428/839] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:33 2026] DELETE /v2.0/subnets/c7cb35ef-99db-45d3-ac97-e3b2212f9929 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:33.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cc64ee2-8df7-4c10-8909-c30d094de254 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 857dbe94-72ad-43e8-bf1c-3a5549eba497 2026-05-28 15:05:33.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cc64ee2-8df7-4c10-8909-c30d094de254 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 857dbe94-72ad-43e8-bf1c-3a5549eba497 2026-05-28 15:05:34.009 8 INFO neutron.services.segments.plugin [-] Segment f64f7697-72ef-49b3-a2f7-3550bd3d77d7 resource provider aggregate not found 2026-05-28 15:05:34.013 8 INFO neutron.services.segments.plugin [-] Segment f64f7697-72ef-49b3-a2f7-3550bd3d77d7 resource provider aggregate not found 2026-05-28 15:05:34.029 8 INFO neutron.services.segments.plugin [-] Segment f64f7697-72ef-49b3-a2f7-3550bd3d77d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64f7697-72ef-49b3-a2f7-3550bd3d77d7 found for delete ", "request_id": "req-6f46e2b2-0c3d-4c84-82d6-16629e31eb0d"}]} 2026-05-28 15:05:34.030 8 INFO neutron.services.segments.plugin [-] Segment f64f7697-72ef-49b3-a2f7-3550bd3d77d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64f7697-72ef-49b3-a2f7-3550bd3d77d7 found for delete ", "request_id": "req-0dc2fbfe-4829-4f25-a24b-92d6e3593ddf"}]} [pid: 8|app: 0|req: 429/840] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:33 2026] DELETE /v2.0/networks/96ee7be9-a5f4-484b-9672-ed906455873b => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/841] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:34 2026] GET /v2.0/security-groups?tenant_id=5dfd7f1c9a4b4f40a4aeb4c00c747ce9&name=default => 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: 431/842] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:34 2026] DELETE /v2.0/security-groups/f93f6c53-144c-49f8-8f2b-6828ebf3a5ad => 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: 412/843] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:05:33 2026] PUT /v2.0/routers/5abc1a4f-f473-4b6a-b03d-6ead7d471eec/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/846] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:05:35 2026] GET /v2.0/networks?id=c5b50cb5-b882-4f21-b246-35a8c90946cd => generated 678 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/847] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:05:35 2026] GET /v2.0/quotas/0596ff27e5514446b29a557d0f31bbd5 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/848] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:05:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/849] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:05:35 2026] GET /v2.0/ports?tenant_id=0596ff27e5514446b29a557d0f31bbd5&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/850] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:05:35 2026] GET /v2.0/security-groups => generated 4529 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/851] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:05:35 2026] GET /v2.0/networks/c5b50cb5-b882-4f21-b246-35a8c90946cd?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/852] 10.0.0.93 () {34 vars in 757 bytes} [Thu May 28 15:05:35 2026] PUT /v2.0/security-groups/e5f24f84-7625-40b2-bc8f-c92cf1ff4598 => generated 1664 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/853] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:05:35 2026] GET /v2.0/security-groups/e5f24f84-7625-40b2-bc8f-c92cf1ff4598 => generated 1664 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/854] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:05:35 2026] GET /v2.0/networks/c5b50cb5-b882-4f21-b246-35a8c90946cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/855] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:35 2026] DELETE /v2.0/security-groups/e5f24f84-7625-40b2-bc8f-c92cf1ff4598 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/856] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:05:36.086 8 INFO neutron.api.v2.resource [None req-07f89ff8-fb8a-4430-8413-2b9e23df7413 998d4268d7da4207b2a51cd9ced733ae 92eba2596483444cb679a9dce31915cc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/857] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:36 2026] DELETE /v2.0/security-groups/e5f24f84-7625-40b2-bc8f-c92cf1ff4598 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/858] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 439/859] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:05:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/860] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:05:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/861] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/862] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/security-group-rules/8420751f-5518-42d7-b89f-37a4718403c7 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:36.458 7 INFO neutron.db.segments_db [None req-9c8decba-3044-43d2-833a-1f1cf777cece dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 727aee92-d272-4e94-a737-1610c7ca2074 of type vxlan for network 901ab180-ccd7-4f1c-b1d9-1f84895c9669 [pid: 8|app: 0|req: 443/863] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/864] 10.0.0.53 () {34 vars in 970 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/ports/33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 968 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/865] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:05:36 2026] POST /v2.0/networks => generated 738 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/866] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:05:36 2026] DELETE /v2.0/security-group-rules/8420751f-5518-42d7-b89f-37a4718403c7 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/867] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/868] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:36 2026] POST /v2.0/subnets => generated 685 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/869] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:05:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/870] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/security-group-rules/d7a63ab6-64c1-4610-ae94-399ccf9f15ad => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:36.832 7 INFO neutron.db.segments_db [None req-acf32c77-ba00-4129-9fea-41fe3f9b0bdc dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 9606ff87-68da-41eb-b0e3-7227dcbf29b1 of type vxlan for network 1e25fe9f-695d-4ab0-9217-1bbcfab6f3fd [pid: 8|app: 0|req: 449/871] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:05:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/872] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:05:36 2026] DELETE /v2.0/security-group-rules/d7a63ab6-64c1-4610-ae94-399ccf9f15ad => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/873] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:05:36 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) 2026-05-28 15:05:37.076 7 INFO neutron.db.l3_hamode_db [None req-acf32c77-ba00-4129-9fea-41fe3f9b0bdc dd2ad6b46e6c4fa9b2eda0dee26bc8d4 8625e0812c1e4da38b1c6217b6217454 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 452/874] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:05:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/875] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:05:37 2026] GET /v2.0/security-group-rules/5717ddc3-cb54-4ee1-8f80-4cb87c1d62df => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/876] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:05:37 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/877] 199.204.45.162 () {34 vars in 1000 bytes} [Thu May 28 15:05:37 2026] GET /v2.0/subnets?network_id=4845c29b-9075-4c63-b987-060afa71e41d => generated 684 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/878] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:37 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 457/879] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:05:37 2026] DELETE /v2.0/security-group-rules/5717ddc3-cb54-4ee1-8f80-4cb87c1d62df => 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: 458/880] 199.204.45.162 () {34 vars in 1146 bytes} [Thu May 28 15:05:37 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766&device_owner=compute%3Anova&network_id=4845c29b-9075-4c63-b987-060afa71e41d => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/881] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:05:37 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) 2026-05-28 15:05:37.874 7 INFO neutron.db.l3_hamode_db [None req-acf32c77-ba00-4129-9fea-41fe3f9b0bdc dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 460/882] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:05:37 2026] PUT /v2.0/ports/33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 1149 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:05:38.095 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61bacccf-7bb8-4bc1-bd48-c17ca812c20b'] response: {'name': 'network-changed', 'server_uuid': 'f941a1a3-6aed-4522-9ccf-1bb006ebf766', 'tag': '33996aa5-2a34-4246-a0d9-8d85ff5df18d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/883] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:38 2026] DELETE /v2.0/security-groups/cb2649c7-6082-434f-b2d9-e505ad86c72d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/884] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/885] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:05:38 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: 464/886] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 465/887] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1421 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/888] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/889] 199.204.45.162 () {34 vars in 1060 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => 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: 468/890] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/891] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/security-groups?tenant_id=92eba2596483444cb679a9dce31915cc&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/892] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/subnets?id=9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/893] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:36 2026] POST /v2.0/routers => generated 725 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/894] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/ports?network_id=4845c29b-9075-4c63-b987-060afa71e41d&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: 471/895] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:38 2026] DELETE /v2.0/security-groups/70eb8d8d-0b3f-4adb-bda6-051501bb3cba => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/896] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:38 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 473/897] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:39 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 474/898] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:39 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 475/899] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:39 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1152 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/900] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:39 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 477/901] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/902] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:05:38 2026] PUT /v2.0/routers/5be27713-745d-4d2d-9f46-5fa0eb22c937/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/903] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/904] 199.204.45.162 () {34 vars in 1060 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => 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: 479/905] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 860 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/906] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/subnets?id=9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/907] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/ports?network_id=4845c29b-9075-4c63-b987-060afa71e41d&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: 7|app: 0|req: 428/908] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/networks?id=c5b50cb5-b882-4f21-b246-35a8c90946cd => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/909] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/910] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 483/911] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:40 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 429/912] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:05:40 2026] POST /v2.0/ports => generated 958 bytes in 402 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: 484/913] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:05:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/914] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:05:40 2026] POST /v2.0/subnetpools => generated 548 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/915] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:05:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/916] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:05:40 2026] PUT /v2.0/ports/08c2b8d1-f4b1-4b74-b90c-33cc8a4c3039 => generated 1239 bytes in 522 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: 431/917] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:05:41 2026] GET /v2.0/subnetpools/77333fe2-2cab-49af-a873-2583775680c4 => generated 548 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:41.384 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-61da087b-9e96-4786-9b05-7b018d599390'] response: {'name': 'network-changed', 'server_uuid': '4e8531eb-4efe-4402-be96-7a54b38a3f52', 'tag': '08c2b8d1-f4b1-4b74-b90c-33cc8a4c3039', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 487/918] 199.204.45.162 () {34 vars in 1120 bytes} [Thu May 28 15:05:41 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/919] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:41 2026] PUT /v2.0/subnetpools/77333fe2-2cab-49af-a873-2583775680c4 => generated 501 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/920] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:05:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/921] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:41 2026] DELETE /v2.0/subnetpools/77333fe2-2cab-49af-a873-2583775680c4 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/922] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:05:41 2026] PUT /v2.0/ports/33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 968 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:05:41.849 8 INFO neutron.api.v2.resource [None req-4d0046ad-2da8-4ce3-8b4e-fcb79b524952 1d7af8cb31214f5183b1902be89a6516 7caa0695ca7144da8ac40f3e665d3004 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/923] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:05:41 2026] GET /v2.0/subnetpools/77333fe2-2cab-49af-a873-2583775680c4 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/924] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:41 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:41.947 8 INFO neutron.api.v2.resource [None req-94a0edca-d2e9-48c1-a19d-6b6e8c6425d3 1d7af8cb31214f5183b1902be89a6516 7caa0695ca7144da8ac40f3e665d3004 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/925] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:41 2026] DELETE /v2.0/subnetpools/77333fe2-2cab-49af-a873-2583775680c4 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/926] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:41 2026] GET /v2.0/ports?tenant_id=0596ff27e5514446b29a557d0f31bbd5&device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 1242 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/927] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:41 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&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: 495/928] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks?tenant_id=0596ff27e5514446b29a557d0f31bbd5&shared=False => generated 774 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:42.063 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5c1a103-1a89-4a2c-ab2d-fb9d311cbd9b'] response: {'name': 'network-changed', 'server_uuid': 'f941a1a3-6aed-4522-9ccf-1bb006ebf766', 'tag': '33996aa5-2a34-4246-a0d9-8d85ff5df18d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 496/929] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/930] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:05:41 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/931] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/932] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/933] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => 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: 436/934] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/subnets?id=9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/935] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/ports?network_id=4845c29b-9075-4c63-b987-060afa71e41d&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: 437/936] 10.0.0.53 () {34 vars in 1099 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1649278861&fields=id&tenant_id=8625e0812c1e4da38b1c6217b6217454 => generated 69 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/937] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/938] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks?id=901ab180-ccd7-4f1c-b1d9-1f84895c9669 => generated 670 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/939] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 441/940] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/quotas/8625e0812c1e4da38b1c6217b6217454 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/941] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/ports?tenant_id=8625e0812c1e4da38b1c6217b6217454&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/942] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/security-groups?tenant_id=7caa0695ca7144da8ac40f3e665d3004&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/943] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks/901ab180-ccd7-4f1c-b1d9-1f84895c9669?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/944] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:05:42 2026] GET /v2.0/networks/901ab180-ccd7-4f1c-b1d9-1f84895c9669?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: 501/945] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:42 2026] DELETE /v2.0/security-groups/5c9a879b-680c-473c-aedb-2cb874e072da => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/946] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => 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: 445/947] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/948] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/ports?tenant_id=0596ff27e5514446b29a557d0f31bbd5&device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/949] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&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: 504/950] 199.204.45.162 () {34 vars in 1060 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=08c2b8d1-f4b1-4b74-b90c-33cc8a4c3039 => 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: 447/951] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/subnets?id=9ef7940f-4445-4920-87aa-dab7fc934651 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/952] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/ports?network_id=c5b50cb5-b882-4f21-b246-35a8c90946cd&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: 448/953] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/networks/c5b50cb5-b882-4f21-b246-35a8c90946cd?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: 506/954] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 449/955] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/networks/c5b50cb5-b882-4f21-b246-35a8c90946cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/956] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/957] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/ports?tenant_id=1943bbbdb53a401290929726dec3176f&device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/958] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/networks?id=4845c29b-9075-4c63-b987-060afa71e41d => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/959] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/960] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/subnets?id=9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/961] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:43 2026] GET /v2.0/ports?network_id=4845c29b-9075-4c63-b987-060afa71e41d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/962] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/963] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d?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: 511/964] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => 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: 454/965] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/966] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/967] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/968] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 456/969] 10.0.0.93 () {32 vars in 622 bytes} [Thu May 28 15:05:44 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/970] 10.0.0.93 () {32 vars in 632 bytes} [Thu May 28 15:05:44 2026] GET /v2.0/ => generated 632 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/971] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:45 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => 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: 515/972] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:45 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/973] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:45 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/974] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:45 2026] GET /v2.0/security-groups?tenant_id=fcf479ef550d4a37bc3bfc2328be2e36&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/975] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:45 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/976] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:45 2026] GET /v2.0/security-groups?id=217208a8-c68b-4952-8908-cf02c4728fa1&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: 459/977] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:45 2026] DELETE /v2.0/security-groups/71f3319b-c0e2-4e86-b0e9-d759da45bc80 => 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: 519/978] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:05:45 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:45.955 7 INFO neutron_taas.services.taas.taas_plugin [req-a0cf8880-0c68-4315-9c06-a20aedc48569 req-cbff8dfd-4f27-4d7f-9bc1-407213acd7ea 6f33a6fb8db24d8cbeae8f925427009b 1943bbbdb53a401290929726dec3176f - - default default] TaaS: Handle Delete Port: 33996aa5-2a34-4246-a0d9-8d85ff5df18d 2026-05-28 15:05:45.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a0cf8880-0c68-4315-9c06-a20aedc48569 req-cbff8dfd-4f27-4d7f-9bc1-407213acd7ea 6f33a6fb8db24d8cbeae8f925427009b 1943bbbdb53a401290929726dec3176f - - default default] Tap Mirror: Handle Delete Port: 33996aa5-2a34-4246-a0d9-8d85ff5df18d 2026-05-28 15:05:46.165 7 INFO neutron.db.l3_db [req-a0cf8880-0c68-4315-9c06-a20aedc48569 req-cbff8dfd-4f27-4d7f-9bc1-407213acd7ea 6f33a6fb8db24d8cbeae8f925427009b 1943bbbdb53a401290929726dec3176f - - default default] Floating IP dbb6f05f-9ddd-4283-a6e3-2b75ecb2e4ef disassociated. External IP: 10.96.250.203, port: 33996aa5-2a34-4246-a0d9-8d85ff5df18d. [pid: 8|app: 0|req: 520/979] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:46 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => 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: 460/980] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:05:45 2026] DELETE /v2.0/ports/33996aa5-2a34-4246-a0d9-8d85ff5df18d => generated 0 bytes in 717 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:46.624 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f9731c4-10d5-413b-a40a-ce6b1c55b9b3'] response: {'server_uuid': 'f941a1a3-6aed-4522-9ccf-1bb006ebf766', 'name': 'network-vif-deleted', 'tag': '33996aa5-2a34-4246-a0d9-8d85ff5df18d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 521/981] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:46 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 461/982] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:46 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&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: 522/983] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:46 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 462/984] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:47 2026] GET /v2.0/networks?id=901ab180-ccd7-4f1c-b1d9-1f84895c9669 => generated 670 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/985] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:47 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => 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: 523/986] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:05:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8625e0812c1e4da38b1c6217b6217454 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/987] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:47 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/988] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:05:47 2026] POST /v2.0/ports => generated 954 bytes in 330 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/989] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:47 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/990] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:47 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 465/991] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:05:47 2026] PUT /v2.0/ports/7a81abad-203a-4122-ae8a-4f37904867e1 => generated 1235 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/992] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:48 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:48.685 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-437e5338-0c6c-4443-abe5-2471b818fdc1'] response: {'name': 'network-changed', 'server_uuid': '36562df6-1afb-470b-a1ee-73b8136429d8', 'tag': '7a81abad-203a-4122-ae8a-4f37904867e1', '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: 466/993] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:48 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&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: 528/994] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:48 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/995] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&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: 529/996] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/ports?device_id=f941a1a3-6aed-4522-9ccf-1bb006ebf766 => 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: 468/997] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/ports?tenant_id=8625e0812c1e4da38b1c6217b6217454&device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/998] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/networks?tenant_id=8625e0812c1e4da38b1c6217b6217454&shared=False => generated 766 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/999] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:05:49 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: 531/1000] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1001] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&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: 472/1004] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1005] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&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: 533/1006] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:49 2026] GET /v2.0/security-groups?tenant_id=cc32e65c94864a909f37663748746d04&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1007] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:50 2026] DELETE /v2.0/security-groups/a1a584ed-463d-47cc-a81c-a54e49d7673f => 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: 534/1008] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:50 2026] DELETE /v2.0/security-groups/217208a8-c68b-4952-8908-cf02c4728fa1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:05:50.314 7 INFO neutron.api.v2.resource [None req-33c122db-e826-43e8-80dd-dfed5ca3b9a6 6f33a6fb8db24d8cbeae8f925427009b 1943bbbdb53a401290929726dec3176f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/1009] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/security-groups/217208a8-c68b-4952-8908-cf02c4728fa1 => 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: 476/1010] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/ports?tenant_id=8625e0812c1e4da38b1c6217b6217454&device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:05:50.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-acb3f196-552b-4db6-8848-6acc4a273375 6f33a6fb8db24d8cbeae8f925427009b 1943bbbdb53a401290929726dec3176f - - default default] TaaS: Handle Delete Port: 49f339be-282b-4201-b1a3-dedb803ce245 [pid: 7|app: 0|req: 477/1011] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7a81abad-203a-4122-ae8a-4f37904867e1 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:50.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acb3f196-552b-4db6-8848-6acc4a273375 6f33a6fb8db24d8cbeae8f925427009b 1943bbbdb53a401290929726dec3176f - - default default] Tap Mirror: Handle Delete Port: 49f339be-282b-4201-b1a3-dedb803ce245 [pid: 7|app: 0|req: 478/1012] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/subnets?id=a0d72a55-7e9a-47d5-8b3a-795784abcad9 => generated 688 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1013] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/ports?network_id=901ab180-ccd7-4f1c-b1d9-1f84895c9669&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1014] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:05:50 2026] DELETE /v2.0/floatingips/dbb6f05f-9ddd-4283-a6e3-2b75ecb2e4ef => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1015] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/networks/901ab180-ccd7-4f1c-b1d9-1f84895c9669?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1016] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/networks/901ab180-ccd7-4f1c-b1d9-1f84895c9669?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: 481/1017] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1018] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&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-05-28 15:05:50.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-d693341c-f143-42c1-a88f-ecc12c9c9422 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: d5ee35d4-920d-4001-948d-5d463f73c816 2026-05-28 15:05:50.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d693341c-f143-42c1-a88f-ecc12c9c9422 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: d5ee35d4-920d-4001-948d-5d463f73c816 [pid: 7|app: 0|req: 483/1019] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:50 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1020] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:51 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1021] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:05:50 2026] PUT /v2.0/routers/181c31c8-a8ad-4c0f-bcfa-34dc9a94966d/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1022] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:51 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1023] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:51 2026] GET /v2.0/security-groups?id=720c9819-96f8-49e0-aed2-1718c744f9a0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1024] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:05:51 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:51.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2013b08-f83c-4504-8c2e-82b649933fb9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 507a39ee-8c08-4a59-a4f8-71f7a7763e22 2026-05-28 15:05:51.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2013b08-f83c-4504-8c2e-82b649933fb9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 507a39ee-8c08-4a59-a4f8-71f7a7763e22 2026-05-28 15:05:52.144 8 INFO neutron.db.segments_db [None req-7e307972-5286-48ae-b5de-a81fd8b44207 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment d2c5d0eb-e8a5-4314-b88c-3406dd529461 of type vxlan for network 5213d4ba-c5eb-4a41-a5af-911aa220b8ed 2026-05-28 15:05:52.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2013b08-f83c-4504-8c2e-82b649933fb9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: ecd76c84-91e9-4e9c-b736-7d5532b72e43 2026-05-28 15:05:52.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2013b08-f83c-4504-8c2e-82b649933fb9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: ecd76c84-91e9-4e9c-b736-7d5532b72e43 [pid: 8|app: 0|req: 541/1025] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:05:51 2026] POST /v2.0/networks => generated 741 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:52.343 8 INFO neutron_taas.services.taas.taas_plugin [req-ab63dc3a-2656-4b37-bb8b-c4d781d63eb2 req-448777f8-f888-405d-b0be-a55881200196 dcb96e70aa9a418b9e0cf72346a462ce 0596ff27e5514446b29a557d0f31bbd5 - - default default] TaaS: Handle Delete Port: 08c2b8d1-f4b1-4b74-b90c-33cc8a4c3039 2026-05-28 15:05:52.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab63dc3a-2656-4b37-bb8b-c4d781d63eb2 req-448777f8-f888-405d-b0be-a55881200196 dcb96e70aa9a418b9e0cf72346a462ce 0596ff27e5514446b29a557d0f31bbd5 - - default default] Tap Mirror: Handle Delete Port: 08c2b8d1-f4b1-4b74-b90c-33cc8a4c3039 [pid: 8|app: 0|req: 542/1026] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:05:52 2026] DELETE /v2.0/ports/08c2b8d1-f4b1-4b74-b90c-33cc8a4c3039 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1027] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:52 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:52.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c52c59cd-85ab-4e05-b44e-ed2a131f520f'] response: {'server_uuid': '4e8531eb-4efe-4402-be96-7a54b38a3f52', 'name': 'network-vif-deleted', 'tag': '08c2b8d1-f4b1-4b74-b90c-33cc8a4c3039', 'status': 'completed', 'code': 200} 2026-05-28 15:05:52.545 7 INFO neutron.services.segments.plugin [-] Segment 6d546206-d98f-4e3b-afd9-50549a159b18 resource provider aggregate not found 2026-05-28 15:05:52.553 7 INFO neutron.services.segments.plugin [-] Segment 6d546206-d98f-4e3b-afd9-50549a159b18 resource provider aggregate not found 2026-05-28 15:05:52.570 7 INFO neutron.services.segments.plugin [-] Segment 6d546206-d98f-4e3b-afd9-50549a159b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d546206-d98f-4e3b-afd9-50549a159b18 found for delete ", "request_id": "req-f824516a-3d18-48d7-8432-35a5d681f250"}]} 2026-05-28 15:05:52.586 7 INFO neutron.services.segments.plugin [-] Segment 6d546206-d98f-4e3b-afd9-50549a159b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d546206-d98f-4e3b-afd9-50549a159b18 found for delete ", "request_id": "req-ff0b97b3-0fbc-4579-adfa-1060f0ef444e"}]} 2026-05-28 15:05:52.596 7 INFO neutron.db.l3_hamode_db [None req-f2013b08-f83c-4504-8c2e-82b649933fb9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network 4ed4efba-1d9c-42db-b671-da7661dd8269 was deleted as no HA routers are present in tenant 1943bbbdb53a401290929726dec3176f. [pid: 7|app: 0|req: 485/1028] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:51 2026] DELETE /v2.0/routers/181c31c8-a8ad-4c0f-bcfa-34dc9a94966d => generated 0 bytes in 1211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1029] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:52 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&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: 544/1030] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:52 2026] POST /v2.0/subnets => generated 688 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:52.756 8 INFO neutron.db.segments_db [None req-6d321e6d-8432-4426-b33f-09fb08e057d9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment bc3ee386-0239-48fe-a039-d5115a0a6558 of type vxlan for network 29246490-6be5-44ce-848d-6957c42d7bdd [pid: 7|app: 0|req: 487/1031] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:52 2026] DELETE /v2.0/subnets/9da1a608-e5d1-4feb-aa5a-7f0c6b0e05cc => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:05:52.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd10b38e-8b8a-4146-950f-58d23add4845 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 00ad7df9-7e79-4daa-9d8e-a77cdda33670 2026-05-28 15:05:52.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd10b38e-8b8a-4146-950f-58d23add4845 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 00ad7df9-7e79-4daa-9d8e-a77cdda33670 2026-05-28 15:05:52.958 8 INFO neutron.db.l3_hamode_db [None req-6d321e6d-8432-4426-b33f-09fb08e057d9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 bd62d2459ab5460c8ea4f009901b74bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 488/1032] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:52 2026] DELETE /v2.0/networks/4845c29b-9075-4c63-b987-060afa71e41d => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1033] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:53 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 490/1034] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:05:53 2026] GET /v2.0/security-groups?tenant_id=1943bbbdb53a401290929726dec3176f&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1035] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:05:53 2026] DELETE /v2.0/security-groups/447b7d1b-f7b8-4752-abfc-5857019b1abb => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:05:53.689 8 INFO neutron.db.l3_hamode_db [None req-6d321e6d-8432-4426-b33f-09fb08e057d9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 492/1036] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:53 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1037] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:53 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1038] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:54 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:54.611 7 INFO neutron.services.segments.plugin [-] Segment b54290a1-7586-4545-aa54-f8efcce2bc51 resource provider aggregate not found 2026-05-28 15:05:54.618 7 INFO neutron.services.segments.plugin [-] Segment b54290a1-7586-4545-aa54-f8efcce2bc51 resource provider aggregate not found 2026-05-28 15:05:54.633 7 INFO neutron.services.segments.plugin [-] Segment b54290a1-7586-4545-aa54-f8efcce2bc51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b54290a1-7586-4545-aa54-f8efcce2bc51 found for delete ", "request_id": "req-f2fca0c2-6347-46b4-9ffd-e0c29ceb1899"}]} 2026-05-28 15:05:54.636 7 INFO neutron.services.segments.plugin [-] Segment b54290a1-7586-4545-aa54-f8efcce2bc51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b54290a1-7586-4545-aa54-f8efcce2bc51 found for delete ", "request_id": "req-ca93f0fb-0b5d-4d79-85ea-c427ebddd43a"}]} [pid: 7|app: 0|req: 495/1039] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:54 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1040] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:54 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&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: 545/1041] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:52 2026] POST /v2.0/routers => generated 728 bytes in 2435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:55.635 8 INFO neutron.db.segments_db [None req-b0c2268a-5d53-4751-983f-d51a2ad8055e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 9f4e65d5-13c6-4f4e-8f36-c59b404abc41 of type vxlan for network a489ba7c-a0ec-4512-accd-02e4f6dc01c5 [pid: 8|app: 0|req: 546/1042] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:05:55 2026] POST /v2.0/networks => generated 744 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1043] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:55 2026] GET /v2.0/ports?device_id=4e8531eb-4efe-4402-be96-7a54b38a3f52 => 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: 548/1044] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:55 2026] POST /v2.0/subnets => generated 691 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:05:56.020 8 INFO neutron.db.segments_db [None req-452e61ea-14d7-4296-9182-f5f0c394fbe1 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 11b1170e-66bc-4b1d-b1bb-b0a62945eff8 of type vxlan for network f9308a3d-68f3-44dd-a567-011bc1e4a9a3 2026-05-28 15:05:56.296 8 INFO neutron.db.l3_hamode_db [None req-452e61ea-14d7-4296-9182-f5f0c394fbe1 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 24390d045a674221b4e54f9559daa68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 497/1045] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:05:55 2026] PUT /v2.0/routers/8f755fec-92e3-4339-b7ee-f8779b359b00/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1046] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:56 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1047] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:56 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1048] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:56 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:56.993 7 INFO neutron.db.l3_db [None req-59bf298f-cff9-4e50-a365-680a2c665901 3799c3fdb46e43bc945253623a33aab4 8625e0812c1e4da38b1c6217b6217454 - - default default] Floating IP f08e386a-7d00-43fd-ae9c-454f1444193e associated. External IP: 10.96.250.213, port: 7a81abad-203a-4122-ae8a-4f37904867e1. 2026-05-28 15:05:57.132 8 INFO neutron.db.l3_hamode_db [None req-452e61ea-14d7-4296-9182-f5f0c394fbe1 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 501/1049] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:05:56 2026] PUT /v2.0/floatingips/f08e386a-7d00-43fd-ae9c-454f1444193e => generated 855 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:57.417 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0cf9d87-e670-425c-b4ec-46dbdad4ad4f'] response: {'name': 'network-changed', 'server_uuid': '36562df6-1afb-470b-a1ee-73b8136429d8', 'tag': '7a81abad-203a-4122-ae8a-4f37904867e1', 'status': 'completed', 'code': 200} 2026-05-28 15:05:57.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ec13da4-0425-4442-84c2-afbcd6a65725 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 4a59d71c-e215-4a32-b745-8cec82b37017 2026-05-28 15:05:57.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ec13da4-0425-4442-84c2-afbcd6a65725 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 4a59d71c-e215-4a32-b745-8cec82b37017 [pid: 8|app: 0|req: 549/1050] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:05:55 2026] POST /v2.0/routers => generated 731 bytes in 2039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1051] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:58 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1052] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:05:58 2026] GET /v2.0/ports?tenant_id=8625e0812c1e4da38b1c6217b6217454&device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1053] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:05:57 2026] PUT /v2.0/routers/5abc1a4f-f473-4b6a-b03d-6ead7d471eec/remove_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1054] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:58 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1055] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:05:58 2026] GET /v2.0/networks?id=901ab180-ccd7-4f1c-b1d9-1f84895c9669 => generated 766 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:58.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6bb4fe0-dd75-4805-9090-ad0d9b38e546 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 7973b06c-23e9-4a21-9ad5-0c31ba095f34 2026-05-28 15:05:58.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6bb4fe0-dd75-4805-9090-ad0d9b38e546 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 7973b06c-23e9-4a21-9ad5-0c31ba095f34 2026-05-28 15:05:58.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6bb4fe0-dd75-4805-9090-ad0d9b38e546 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 57d588f6-6343-4d89-ac45-acd640eedf40 2026-05-28 15:05:58.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6bb4fe0-dd75-4805-9090-ad0d9b38e546 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 57d588f6-6343-4d89-ac45-acd640eedf40 [pid: 8|app: 0|req: 552/1056] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:05:58 2026] PUT /v2.0/routers/ef886f22-e82c-4707-86b6-64612216515c/add_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1057] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7a81abad-203a-4122-ae8a-4f37904867e1 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:59.366 7 INFO neutron.services.segments.plugin [-] Segment fefa45bc-c1cb-4bd6-b945-4a7fd154a153 resource provider aggregate not found 2026-05-28 15:05:59.373 7 INFO neutron.services.segments.plugin [-] Segment fefa45bc-c1cb-4bd6-b945-4a7fd154a153 resource provider aggregate not found 2026-05-28 15:05:59.397 7 INFO neutron.services.segments.plugin [-] Segment fefa45bc-c1cb-4bd6-b945-4a7fd154a153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fefa45bc-c1cb-4bd6-b945-4a7fd154a153 found for delete ", "request_id": "req-cecba6b2-5d28-4bb0-a813-79d6d97ec845"}]} [pid: 8|app: 0|req: 554/1058] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:05:59.400 7 INFO neutron.services.segments.plugin [-] Segment fefa45bc-c1cb-4bd6-b945-4a7fd154a153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fefa45bc-c1cb-4bd6-b945-4a7fd154a153 found for delete ", "request_id": "req-4586f1de-6476-487d-b21f-b005bb2bcc8e"}]} 2026-05-28 15:05:59.411 7 INFO neutron.db.l3_hamode_db [None req-f6bb4fe0-dd75-4805-9090-ad0d9b38e546 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network 4d5650bb-1aeb-48bf-a37a-4ae405e86df0 was deleted as no HA routers are present in tenant 0596ff27e5514446b29a557d0f31bbd5. [pid: 7|app: 0|req: 505/1059] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:58 2026] DELETE /v2.0/routers/5abc1a4f-f473-4b6a-b03d-6ead7d471eec => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1060] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/subnets?id=a0d72a55-7e9a-47d5-8b3a-795784abcad9 => generated 688 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1061] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/networks?id=5213d4ba-c5eb-4a41-a5af-911aa220b8ed => generated 673 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1062] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1063] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/ports?network_id=901ab180-ccd7-4f1c-b1d9-1f84895c9669&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1064] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/quotas/bd62d2459ab5460c8ea4f009901b74bd => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1065] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/networks/901ab180-ccd7-4f1c-b1d9-1f84895c9669?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: 556/1066] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:05:59 2026] DELETE /v2.0/subnets/9ef7940f-4445-4920-87aa-dab7fc934651 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1067] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/ports?tenant_id=bd62d2459ab5460c8ea4f009901b74bd&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1068] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/networks/901ab180-ccd7-4f1c-b1d9-1f84895c9669?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1069] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/networks/5213d4ba-c5eb-4a41-a5af-911aa220b8ed?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:05:59.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4fedb72-975d-4041-be00-664c308ffb55 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 4d7c3bff-64a0-4bb7-ad22-83043e1cba75 2026-05-28 15:05:59.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4fedb72-975d-4041-be00-664c308ffb55 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 4d7c3bff-64a0-4bb7-ad22-83043e1cba75 [pid: 8|app: 0|req: 559/1070] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/networks/5213d4ba-c5eb-4a41-a5af-911aa220b8ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1071] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:05:59 2026] DELETE /v2.0/networks/c5b50cb5-b882-4f21-b246-35a8c90946cd => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1072] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:05:59 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 513/1073] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:06:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1074] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:00 2026] GET /v2.0/security-groups?tenant_id=0596ff27e5514446b29a557d0f31bbd5&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1075] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:06:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1076] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:00 2026] DELETE /v2.0/security-groups/720c9819-96f8-49e0-aed2-1718c744f9a0 => 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: 515/1077] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:06:00 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: 7|app: 0|req: 516/1078] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:00 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1079] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:00 2026] GET /v2.0/security-groups?id=abee0a2b-6e81-47f3-9e90-8934cdba663e&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: 563/1080] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:06:00 2026] POST /v2.0/floatingips => generated 552 bytes in 682 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1081] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 564/1082] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:01.425 7 INFO neutron.services.segments.plugin [-] Segment 4232e6ce-427e-43aa-a663-1bad6ea806bd resource provider aggregate not found 2026-05-28 15:06:01.432 7 INFO neutron.services.segments.plugin [-] Segment 4232e6ce-427e-43aa-a663-1bad6ea806bd resource provider aggregate not found 2026-05-28 15:06:01.433 7 INFO neutron_taas.services.taas.taas_plugin [req-bc8ca20e-7248-436b-bf2c-d64e0282e080 req-394b84dc-b049-42c5-8bec-4ead62fa0136 3799c3fdb46e43bc945253623a33aab4 8625e0812c1e4da38b1c6217b6217454 - - default default] TaaS: Handle Delete Port: 7a81abad-203a-4122-ae8a-4f37904867e1 2026-05-28 15:06:01.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bc8ca20e-7248-436b-bf2c-d64e0282e080 req-394b84dc-b049-42c5-8bec-4ead62fa0136 3799c3fdb46e43bc945253623a33aab4 8625e0812c1e4da38b1c6217b6217454 - - default default] Tap Mirror: Handle Delete Port: 7a81abad-203a-4122-ae8a-4f37904867e1 2026-05-28 15:06:01.450 7 INFO neutron.services.segments.plugin [-] Segment 4232e6ce-427e-43aa-a663-1bad6ea806bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4232e6ce-427e-43aa-a663-1bad6ea806bd found for delete ", "request_id": "req-94c1cb9c-c77f-4282-bf0d-81fe591528bb"}]} 2026-05-28 15:06:01.454 7 INFO neutron.services.segments.plugin [-] Segment 4232e6ce-427e-43aa-a663-1bad6ea806bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4232e6ce-427e-43aa-a663-1bad6ea806bd found for delete ", "request_id": "req-f2223fdc-84e0-4031-b61e-e78411c22641"}]} [pid: 8|app: 0|req: 565/1083] 10.0.0.53 () {34 vars in 1097 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--490777332&fields=id&tenant_id=24390d045a674221b4e54f9559daa68e => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:01.587 7 INFO neutron.db.l3_db [req-bc8ca20e-7248-436b-bf2c-d64e0282e080 req-394b84dc-b049-42c5-8bec-4ead62fa0136 3799c3fdb46e43bc945253623a33aab4 8625e0812c1e4da38b1c6217b6217454 - - default default] Floating IP f08e386a-7d00-43fd-ae9c-454f1444193e disassociated. External IP: 10.96.250.213, port: 7a81abad-203a-4122-ae8a-4f37904867e1. [pid: 8|app: 0|req: 566/1084] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/networks?id=a489ba7c-a0ec-4512-accd-02e4f6dc01c5 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1085] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/quotas/24390d045a674221b4e54f9559daa68e => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1086] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/ports?tenant_id=24390d045a674221b4e54f9559daa68e&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1087] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?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: 570/1088] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1089] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:01 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1090] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:02 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1091] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:06:01 2026] DELETE /v2.0/ports/7a81abad-203a-4122-ae8a-4f37904867e1 => generated 0 bytes in 735 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:02.084 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d6bc697-8ff8-43af-9081-bd75bc2b399d'] response: {'server_uuid': '36562df6-1afb-470b-a1ee-73b8136429d8', 'name': 'network-vif-deleted', 'tag': '7a81abad-203a-4122-ae8a-4f37904867e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 573/1092] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:02 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 520/1093] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:02 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => 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: 574/1094] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:03 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 521/1095] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:03 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 575/1096] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:04 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1097] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:04 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 576/1098] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:04 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 523/1099] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:06:04 2026] GET /v2.0/networks?id=5213d4ba-c5eb-4a41-a5af-911aa220b8ed => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1102] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:06:04 2026] POST /v2.0/ports => generated 954 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 578/1103] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:04 2026] GET /v2.0/security-groups?tenant_id=f390be01c4224308baae2e01071211e9&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1104] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:05 2026] GET /v2.0/ports?device_id=36562df6-1afb-470b-a1ee-73b8136429d8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1105] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:06:04 2026] PUT /v2.0/ports/411853ac-efe6-40bf-b196-41e12ad8df39 => generated 1235 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1106] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:05 2026] DELETE /v2.0/security-groups/20ecd171-7622-4697-93d5-750ac16005ba => generated 0 bytes in 141 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: 527/1107] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:05 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:05.481 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd43951f-1e70-4f1a-9338-6fe26176203b'] response: {'name': 'network-changed', 'server_uuid': 'cb29cba1-0cc3-4825-aeeb-67adb841b4e2', 'tag': '411853ac-efe6-40bf-b196-41e12ad8df39', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 581/1108] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:05 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1109] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:05 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1110] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:05 2026] GET /v2.0/security-groups?tenant_id=a328f10ce16a4624889e79ea608add73&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1111] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:05 2026] DELETE /v2.0/security-groups/2f044061-6e5c-41cf-b2b3-92ed6f56b326 => 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: 583/1112] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:06:05 2026] GET /v2.0/ports?tenant_id=bd62d2459ab5460c8ea4f009901b74bd&device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 530/1113] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:06:06 2026] GET /v2.0/networks?tenant_id=bd62d2459ab5460c8ea4f009901b74bd&shared=False => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1114] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:06:06 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: 531/1115] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:06 2026] DELETE /v2.0/security-groups/abee0a2b-6e81-47f3-9e90-8934cdba663e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:06.478 8 INFO neutron.api.v2.resource [None req-9994f995-c408-42e4-8e33-74828235b80e 3799c3fdb46e43bc945253623a33aab4 8625e0812c1e4da38b1c6217b6217454 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 585/1116] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:06:06 2026] GET /v2.0/security-groups/abee0a2b-6e81-47f3-9e90-8934cdba663e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1117] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:06 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:06.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-d305b8be-053c-4e08-aa08-97e6b4a1dfbc 3799c3fdb46e43bc945253623a33aab4 8625e0812c1e4da38b1c6217b6217454 - - default default] TaaS: Handle Delete Port: f42318ab-3433-4195-a64b-a6134c0f0ebf 2026-05-28 15:06:06.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d305b8be-053c-4e08-aa08-97e6b4a1dfbc 3799c3fdb46e43bc945253623a33aab4 8625e0812c1e4da38b1c6217b6217454 - - default default] Tap Mirror: Handle Delete Port: f42318ab-3433-4195-a64b-a6134c0f0ebf [pid: 8|app: 0|req: 587/1118] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:06 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1119] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:06 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1120] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:06:06 2026] DELETE /v2.0/floatingips/f08e386a-7d00-43fd-ae9c-454f1444193e => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:07.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ebc5f9e-ddc0-4148-b51e-387839a3efd9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: f3920faa-f13c-4cea-8da0-d9928c191312 2026-05-28 15:06:07.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ebc5f9e-ddc0-4148-b51e-387839a3efd9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: f3920faa-f13c-4cea-8da0-d9928c191312 [pid: 7|app: 0|req: 533/1121] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/ports?tenant_id=bd62d2459ab5460c8ea4f009901b74bd&device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1122] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=411853ac-efe6-40bf-b196-41e12ad8df39 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1123] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/subnets?id=ce6bf3ee-ff43-4eb0-b5f4-0ecbdeab16bc => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1124] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/ports?network_id=5213d4ba-c5eb-4a41-a5af-911aa220b8ed&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1125] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/networks/5213d4ba-c5eb-4a41-a5af-911aa220b8ed?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1126] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/networks/5213d4ba-c5eb-4a41-a5af-911aa220b8ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1127] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 540/1128] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/networks?id=a489ba7c-a0ec-4512-accd-02e4f6dc01c5 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1129] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:06:06 2026] PUT /v2.0/routers/5be27713-745d-4d2d-9f46-5fa0eb22c937/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1130] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:06:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=24390d045a674221b4e54f9559daa68e => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:07.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-4de924a5-897b-4b40-a6ec-292d46c3b335 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 04a4da00-5dd9-4664-82a8-5e35cde0c138 2026-05-28 15:06:07.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4de924a5-897b-4b40-a6ec-292d46c3b335 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 04a4da00-5dd9-4664-82a8-5e35cde0c138 [pid: 7|app: 0|req: 542/1131] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:06:07 2026] POST /v2.0/ports => generated 954 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:06:08.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-4de924a5-897b-4b40-a6ec-292d46c3b335 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: c5bca250-7e21-4605-8d22-9543c36c2faa 2026-05-28 15:06:08.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4de924a5-897b-4b40-a6ec-292d46c3b335 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: c5bca250-7e21-4605-8d22-9543c36c2faa [pid: 7|app: 0|req: 543/1132] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:08 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:08.588 8 INFO neutron.services.segments.plugin [-] Segment 9606ff87-68da-41eb-b0e3-7227dcbf29b1 resource provider aggregate not found 2026-05-28 15:06:08.591 8 INFO neutron.services.segments.plugin [-] Segment 9606ff87-68da-41eb-b0e3-7227dcbf29b1 resource provider aggregate not found 2026-05-28 15:06:08.613 8 INFO neutron.services.segments.plugin [-] Segment 9606ff87-68da-41eb-b0e3-7227dcbf29b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9606ff87-68da-41eb-b0e3-7227dcbf29b1 found for delete ", "request_id": "req-3f5ab659-aac6-448a-a350-ee3ed4104d19"}]} 2026-05-28 15:06:08.615 8 INFO neutron.services.segments.plugin [-] Segment 9606ff87-68da-41eb-b0e3-7227dcbf29b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9606ff87-68da-41eb-b0e3-7227dcbf29b1 found for delete ", "request_id": "req-4ac3840a-b2da-4181-b922-59ad41a17b5b"}]} 2026-05-28 15:06:08.625 8 INFO neutron.db.l3_hamode_db [None req-4de924a5-897b-4b40-a6ec-292d46c3b335 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network 1e25fe9f-695d-4ab0-9217-1bbcfab6f3fd was deleted as no HA routers are present in tenant 8625e0812c1e4da38b1c6217b6217454. [pid: 8|app: 0|req: 590/1133] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:07 2026] DELETE /v2.0/routers/5be27713-745d-4d2d-9f46-5fa0eb22c937 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1134] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:08 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&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: 544/1135] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:06:08 2026] PUT /v2.0/ports/94e09705-35b9-473b-9d72-5c166444918c => generated 1235 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:06:08.793 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8b67b07-b4e6-4592-a9b1-734f7742f33b'] response: {'name': 'network-changed', 'server_uuid': '6acd64e6-cd4f-4b66-b484-96a7284b8865', 'tag': '94e09705-35b9-473b-9d72-5c166444918c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 545/1136] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:08 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1137] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:08 2026] DELETE /v2.0/subnets/a0d72a55-7e9a-47d5-8b3a-795784abcad9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1138] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:08 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:08.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-79779351-3a1d-4865-9d02-73116dc2fb3c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 7bea9fb5-c49e-49ad-92ab-e5ea4bcdeaba 2026-05-28 15:06:08.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79779351-3a1d-4865-9d02-73116dc2fb3c dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 7bea9fb5-c49e-49ad-92ab-e5ea4bcdeaba [pid: 8|app: 0|req: 593/1139] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:08 2026] DELETE /v2.0/networks/901ab180-ccd7-4f1c-b1d9-1f84895c9669 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1140] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/security-groups?tenant_id=8625e0812c1e4da38b1c6217b6217454&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1141] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/ports?tenant_id=24390d045a674221b4e54f9559daa68e&device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1142] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/networks?tenant_id=24390d045a674221b4e54f9559daa68e&shared=False => generated 772 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1143] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:09 2026] DELETE /v2.0/security-groups/8650fa42-8886-4f4c-8430-770e615ca490 => 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: 550/1144] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:06:09 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: 7|app: 0|req: 551/1145] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1146] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1147] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1148] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 595/1149] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:09 2026] GET /v2.0/security-groups?tenant_id=a7f27342385d4bdd87ed1bcbe70d9f4b&name=default => generated 2925 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1150] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:10 2026] DELETE /v2.0/security-groups/fa98afa3-73fc-4e14-aab5-c6504655b1a9 => 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: 596/1151] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/security-groups?tenant_id=97bbadbc3e6147318e700fd918e5f26c&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1152] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/ports?tenant_id=24390d045a674221b4e54f9559daa68e&device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1153] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=94e09705-35b9-473b-9d72-5c166444918c => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1154] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:10 2026] DELETE /v2.0/security-groups/4b37ebb2-1952-4e5a-9ca0-2a61014616e2 => 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: 599/1155] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/subnets?id=cd9d53af-41ee-4a4b-8b9d-81a8d7efa76d => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1156] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/ports?network_id=a489ba7c-a0ec-4512-accd-02e4f6dc01c5&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:06:10.639 8 INFO neutron.services.segments.plugin [-] Segment 727aee92-d272-4e94-a737-1610c7ca2074 resource provider aggregate not found 2026-05-28 15:06:10.646 8 INFO neutron.services.segments.plugin [-] Segment 727aee92-d272-4e94-a737-1610c7ca2074 resource provider aggregate not found 2026-05-28 15:06:10.660 8 INFO neutron.services.segments.plugin [-] Segment 727aee92-d272-4e94-a737-1610c7ca2074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727aee92-d272-4e94-a737-1610c7ca2074 found for delete ", "request_id": "req-9d56da22-ada2-4366-850c-a6b3e3666f5d"}]} 2026-05-28 15:06:10.668 8 INFO neutron.services.segments.plugin [-] Segment 727aee92-d272-4e94-a737-1610c7ca2074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727aee92-d272-4e94-a737-1610c7ca2074 found for delete ", "request_id": "req-4125abea-06c0-4315-b9b2-c76c05053861"}]} [pid: 8|app: 0|req: 600/1157] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1158] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1159] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 559/1160] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:10 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1161] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:11 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1162] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:11 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 603/1163] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:12 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 561/1164] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:12 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1165] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:12 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1166] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:12 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 605/1167] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:13 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 563/1168] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:13 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1169] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:13 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1170] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:13 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1171] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:13 2026] GET /v2.0/security-groups?tenant_id=c0401ef0d80b4dce97d59f4328247ca2&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1172] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:13 2026] DELETE /v2.0/security-groups/a88c5bdb-3eb6-420d-9ae9-5c195339c9cf => 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: 608/1173] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:14 2026] GET /v2.0/security-groups?tenant_id=ecce3140fabf47b6ad635473efe418d9&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1174] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:14 2026] DELETE /v2.0/security-groups/49faa356-0f5d-48ee-a762-32a8caf833bc => 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: 609/1175] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:14 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1176] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:14 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1177] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:14 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1178] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:14 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1179] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:14 2026] GET /v2.0/security-groups?tenant_id=13b129fba4f3435bb5a0a22c2ef94ee7&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1180] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:15 2026] DELETE /v2.0/security-groups/cc5cae46-663c-4e6c-a3ed-a721508b9c05 => 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: 569/1181] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:15 2026] GET /v2.0/security-groups?tenant_id=a46696d1a539467e9a6cf6550c27a91a&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: 613/1182] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:15 2026] DELETE /v2.0/security-groups/67aa9188-d5ac-4ef0-b04b-68c4262dc391 => 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: 570/1183] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:15 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1184] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:15 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 571/1185] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:15 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 615/1186] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:15 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&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: 572/1187] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:15 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:16.419 8 INFO neutron.db.l3_db [None req-f5bc472c-4065-4245-982b-ed0a5cdc2c45 be70b4c78f0a4742857dc7bdeae9c152 24390d045a674221b4e54f9559daa68e - - default default] Floating IP 1ad997f4-0587-4832-b9c0-0c65c6c56060 associated. External IP: 10.96.250.210, port: 94e09705-35b9-473b-9d72-5c166444918c. [pid: 8|app: 0|req: 616/1188] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:06:16 2026] PUT /v2.0/floatingips/1ad997f4-0587-4832-b9c0-0c65c6c56060 => generated 855 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:16.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57c07de6-15aa-408e-ba68-3eca5a8f655a'] response: {'name': 'network-changed', 'server_uuid': '6acd64e6-cd4f-4b66-b484-96a7284b8865', 'tag': '94e09705-35b9-473b-9d72-5c166444918c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 573/1189] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1190] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/security-groups?id=2234e89a-e7d1-4307-9616-b65662e9b46e&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1191] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:17.297 7 INFO neutron_taas.services.taas.taas_plugin [req-36e9fc5f-b7fa-4997-a04d-43b96cd7924b req-cd90573f-a176-41ef-b803-5d5f42e24ec2 21495789e9474b9c97496672ca950b58 bd62d2459ab5460c8ea4f009901b74bd - - default default] TaaS: Handle Delete Port: 411853ac-efe6-40bf-b196-41e12ad8df39 2026-05-28 15:06:17.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-36e9fc5f-b7fa-4997-a04d-43b96cd7924b req-cd90573f-a176-41ef-b803-5d5f42e24ec2 21495789e9474b9c97496672ca950b58 bd62d2459ab5460c8ea4f009901b74bd - - default default] Tap Mirror: Handle Delete Port: 411853ac-efe6-40bf-b196-41e12ad8df39 [pid: 8|app: 0|req: 618/1192] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/ports?tenant_id=24390d045a674221b4e54f9559daa68e&device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1193] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/networks?id=a489ba7c-a0ec-4512-accd-02e4f6dc01c5 => generated 772 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1194] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=94e09705-35b9-473b-9d72-5c166444918c => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1195] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:06:17 2026] DELETE /v2.0/ports/411853ac-efe6-40bf-b196-41e12ad8df39 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1196] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/subnets?id=cd9d53af-41ee-4a4b-8b9d-81a8d7efa76d => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:17.526 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9fca989-79ba-4d1b-83d6-86beb3f0fe0c'] response: {'server_uuid': 'cb29cba1-0cc3-4825-aeeb-67adb841b4e2', 'name': 'network-vif-deleted', 'tag': '411853ac-efe6-40bf-b196-41e12ad8df39', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 576/1197] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/ports?network_id=a489ba7c-a0ec-4512-accd-02e4f6dc01c5&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: 622/1198] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?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: 577/1199] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:06:17 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1200] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:18 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 578/1201] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:19 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 625/1204] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:20 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 580/1205] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:20 2026] GET /v2.0/security-groups?tenant_id=6cb3415426c54e15a3d3655cdb012d0a&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1206] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:21 2026] DELETE /v2.0/security-groups/59415f02-3330-41bb-aca6-1b10263eb25d => 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: 581/1207] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:21 2026] GET /v2.0/ports?device_id=cb29cba1-0cc3-4825-aeeb-67adb841b4e2 => 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: 627/1208] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:21 2026] GET /v2.0/security-groups?tenant_id=4c68254030d34eb392f03b7d48e8cf12&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1209] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:21 2026] DELETE /v2.0/security-groups/70877f52-3b48-4aa5-9d02-a1bbb4635b79 => 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: 628/1210] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:22 2026] GET /v2.0/security-groups?tenant_id=14bc2c9ce27a4ba79502a5df24845f68&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1211] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:22 2026] DELETE /v2.0/security-groups/33280f38-cafc-4d6c-8bbf-071182ddb3ca => 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: 629/1212] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:22 2026] GET /v2.0/security-groups?tenant_id=08e5e9902c7349d5a43c96f7b04b3199&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: 584/1213] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:22 2026] DELETE /v2.0/security-groups/fd6e9fc8-403d-4aed-8aac-ede724ad593d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:24.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e3188e2-31de-4897-99ae-273f0dc8a278 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 6b48cd88-ca0f-4d2b-9028-69a794d746c3 2026-05-28 15:06:24.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e3188e2-31de-4897-99ae-273f0dc8a278 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 6b48cd88-ca0f-4d2b-9028-69a794d746c3 [pid: 7|app: 0|req: 585/1214] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:24 2026] GET /v2.0/security-groups?tenant_id=66a10bda21a14851a2e2dcd66b998095&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1215] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:24 2026] DELETE /v2.0/security-groups/0ce3b9b2-18ce-4b7c-a8f0-b4b587e90ba1 => 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: 630/1216] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:06:23 2026] PUT /v2.0/routers/8f755fec-92e3-4339-b7ee-f8779b359b00/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:24.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-96cc7f1a-3cd9-4f3b-bbc5-be639278151b dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 45b99cff-7816-4690-bc28-ed84543058cc 2026-05-28 15:06:24.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96cc7f1a-3cd9-4f3b-bbc5-be639278151b dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 45b99cff-7816-4690-bc28-ed84543058cc 2026-05-28 15:06:24.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-96cc7f1a-3cd9-4f3b-bbc5-be639278151b dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: b9542cc4-a9fb-4cd9-9b4f-8b9ab2689c36 2026-05-28 15:06:24.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96cc7f1a-3cd9-4f3b-bbc5-be639278151b dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: b9542cc4-a9fb-4cd9-9b4f-8b9ab2689c36 2026-05-28 15:06:25.078 8 INFO neutron.db.segments_db [None req-47cffd8b-c8a8-44c5-ae55-7ce4daad63c8 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Added segment e382f944-17dd-4920-b251-6cadb4ac76e3 of type vxlan for network 3f9f6269-db67-4403-b02e-e479da94b91a 2026-05-28 15:06:25.163 8 INFO neutron.db.segments_db [None req-47cffd8b-c8a8-44c5-ae55-7ce4daad63c8 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Added segment 16d728de-4cc7-4cac-9973-5b94a974912a of type vxlan for network 3e313a87-7db3-4298-9d42-c21b51ba37ee 2026-05-28 15:06:25.311 7 INFO neutron.services.segments.plugin [-] Segment bc3ee386-0239-48fe-a039-d5115a0a6558 resource provider aggregate not found 2026-05-28 15:06:25.314 7 INFO neutron.services.segments.plugin [-] Segment bc3ee386-0239-48fe-a039-d5115a0a6558 resource provider aggregate not found 2026-05-28 15:06:25.342 7 INFO neutron.services.segments.plugin [-] Segment bc3ee386-0239-48fe-a039-d5115a0a6558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc3ee386-0239-48fe-a039-d5115a0a6558 found for delete ", "request_id": "req-305356fd-8ef9-48f9-947f-8b91afa4d6aa"}]} 2026-05-28 15:06:25.343 7 INFO neutron.services.segments.plugin [-] Segment bc3ee386-0239-48fe-a039-d5115a0a6558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc3ee386-0239-48fe-a039-d5115a0a6558 found for delete ", "request_id": "req-89562e20-b3c5-43bb-b1c2-099878addb5e"}]} 2026-05-28 15:06:25.344 7 INFO neutron.db.l3_hamode_db [None req-96cc7f1a-3cd9-4f3b-bbc5-be639278151b dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network 29246490-6be5-44ce-848d-6957c42d7bdd was deleted as no HA routers are present in tenant bd62d2459ab5460c8ea4f009901b74bd. [pid: 7|app: 0|req: 587/1217] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:24 2026] DELETE /v2.0/routers/8f755fec-92e3-4339-b7ee-f8779b359b00 => generated 0 bytes in 757 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1218] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:24 2026] POST /v2.0/networks => generated 1246 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1219] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:06:25 2026] GET /v2.0/networks => generated 1845 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1220] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:25 2026] DELETE /v2.0/subnets/ce6bf3ee-ff43-4eb0-b5f4-0ecbdeab16bc => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:25.581 8 INFO neutron.services.segments.plugin [-] Segment e382f944-17dd-4920-b251-6cadb4ac76e3 resource provider aggregate not found 2026-05-28 15:06:25.594 8 INFO neutron.services.segments.plugin [-] Segment e382f944-17dd-4920-b251-6cadb4ac76e3 resource provider aggregate not found 2026-05-28 15:06:25.600 8 INFO neutron.services.segments.plugin [-] Segment e382f944-17dd-4920-b251-6cadb4ac76e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e382f944-17dd-4920-b251-6cadb4ac76e3 found for delete ", "request_id": "req-b79acd8a-3134-4742-9483-264ff2a722ee"}]} [pid: 8|app: 0|req: 633/1221] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:25 2026] DELETE /v2.0/networks/3f9f6269-db67-4403-b02e-e479da94b91a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:25.621 8 INFO neutron.services.segments.plugin [-] Segment e382f944-17dd-4920-b251-6cadb4ac76e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e382f944-17dd-4920-b251-6cadb4ac76e3 found for delete ", "request_id": "req-fb9e6eb0-81df-4b94-a8c0-39d20b8d680d"}]} 2026-05-28 15:06:25.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1342969-c06c-4668-981d-29d8b2f70a34 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 7dde6291-860a-4c1d-94c8-64bf6f252330 2026-05-28 15:06:25.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1342969-c06c-4668-981d-29d8b2f70a34 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 7dde6291-860a-4c1d-94c8-64bf6f252330 [pid: 8|app: 0|req: 634/1222] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:25 2026] DELETE /v2.0/networks/3e313a87-7db3-4298-9d42-c21b51ba37ee => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1223] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:06:25 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1224] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:25 2026] DELETE /v2.0/networks/5213d4ba-c5eb-4a41-a5af-911aa220b8ed => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:25.849 8 INFO neutron.db.segments_db [None req-b6180a26-c931-4ec7-b8cd-5d3f0588c2a5 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Added segment e66c95b1-6697-472d-b72e-ab00cabf483b of type vxlan for network 9f184e5c-e012-4077-bd43-1410df83bd5c [pid: 7|app: 0|req: 590/1225] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:25 2026] GET /v2.0/security-groups?tenant_id=bd62d2459ab5460c8ea4f009901b74bd&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: 636/1226] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:25 2026] POST /v2.0/networks => generated 652 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:26.019 8 INFO neutron.db.segments_db [None req-3e1303c8-43ce-40e9-a26d-09ca752872ae 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Added segment f7bd9417-1d99-4f39-af18-c20a46142d9e of type vxlan for network 98fd7b0a-0f5a-40af-8862-9cc791fa9633 [pid: 7|app: 0|req: 591/1227] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:25 2026] DELETE /v2.0/security-groups/2234e89a-e7d1-4307-9616-b65662e9b46e => 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: 637/1228] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:25 2026] POST /v2.0/networks => generated 654 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:26.653 8 INFO neutron.db.segments_db [None req-379ad9db-d6b7-4362-9e11-5fa0258d2ca0 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] Added segment 5636d005-e989-4237-8b43-89931d3fd6b5 of type vxlan for network 5d72a0f4-7250-41a0-8ef4-9f6265f1e82f [pid: 8|app: 0|req: 638/1229] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:26 2026] POST /v2.0/networks => generated 645 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1230] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:06:26 2026] POST /v2.0/ports => generated 1506 bytes in 636 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: 593/1231] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:06:26 2026] GET /v2.0/ports => generated 1506 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:06:26.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ee4de14-bcf8-45e2-90d1-bbc76a3c8881 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] TaaS: Handle Delete Port: 2b339c44-ce1a-4662-8602-c9d2971c0ace 2026-05-28 15:06:26.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ee4de14-bcf8-45e2-90d1-bbc76a3c8881 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Tap Mirror: Handle Delete Port: 2b339c44-ce1a-4662-8602-c9d2971c0ace [pid: 7|app: 0|req: 594/1232] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:26 2026] DELETE /v2.0/ports/2b339c44-ce1a-4662-8602-c9d2971c0ace => 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: 639/1233] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:06:26 2026] POST /v2.0/ports => generated 774 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:27.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bfb8bcd-69ff-46b0-b64a-ea59e159aa1b 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] TaaS: Handle Delete Port: c4a268d8-025a-4627-9887-f66e39e6d4be 2026-05-28 15:06:27.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bfb8bcd-69ff-46b0-b64a-ea59e159aa1b 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Tap Mirror: Handle Delete Port: c4a268d8-025a-4627-9887-f66e39e6d4be /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:06:27.127 8 INFO neutron.db.segments_db [None req-8cc7e0f9-7de3-4a38-834f-1678b0a399bd 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] Added segment 8bdefd31-958d-45d8-a453-f08fa861e043 of type vxlan for network ab2b9453-c201-4f16-ae00-76ebe3487820 [pid: 7|app: 0|req: 595/1234] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:26 2026] DELETE /v2.0/ports/c4a268d8-025a-4627-9887-f66e39e6d4be => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1235] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:06:27 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1236] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:27 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:27.231 7 INFO neutron.db.segments_db [None req-14393cb8-213f-4c93-a19c-efa242dff369 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Added segment 3e89a267-d276-4abf-bc84-7df4051d15fd of type vxlan for network 94ccfc54-0dcb-4dd8-bcc1-ea9789bac87d [pid: 7|app: 0|req: 597/1237] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:27 2026] POST /v2.0/networks => generated 654 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:27.365 7 INFO neutron.services.segments.plugin [-] Segment d2c5d0eb-e8a5-4314-b88c-3406dd529461 resource provider aggregate not found 2026-05-28 15:06:27.370 7 INFO neutron.services.segments.plugin [-] Segment d2c5d0eb-e8a5-4314-b88c-3406dd529461 resource provider aggregate not found 2026-05-28 15:06:27.393 7 INFO neutron.services.segments.plugin [-] Segment d2c5d0eb-e8a5-4314-b88c-3406dd529461 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2c5d0eb-e8a5-4314-b88c-3406dd529461 found for delete ", "request_id": "req-ec5bfd29-9810-4439-880a-01a1e850499f"}]} 2026-05-28 15:06:27.394 7 INFO neutron.services.segments.plugin [-] Segment d2c5d0eb-e8a5-4314-b88c-3406dd529461 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2c5d0eb-e8a5-4314-b88c-3406dd529461 found for delete ", "request_id": "req-cfee6a80-1e45-4ef9-a689-a7d5e3af2c3e"}]} 2026-05-28 15:06:27.403 7 INFO neutron.db.segments_db [None req-e9bbf710-ebe0-4c68-809f-9250138e8667 76fbd0a13f8e4896ac6bd4649bd84c5e 66b9725e96b94eb2a780a473ab532818 - - default default] Added segment b3f57bcb-95a4-4939-ae9c-e18604304e55 of type vxlan for network f4918c76-561a-4fb5-9cc7-3b545c37dec0 [pid: 8|app: 0|req: 641/1238] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:27 2026] POST /v2.0/subnets => generated 626 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1239] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:27 2026] POST /v2.0/networks => generated 653 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:27.622 8 INFO neutron.services.segments.plugin [-] Segment 16d728de-4cc7-4cac-9973-5b94a974912a resource provider aggregate not found 2026-05-28 15:06:27.646 8 INFO neutron.services.segments.plugin [-] Segment 16d728de-4cc7-4cac-9973-5b94a974912a resource provider aggregate not found 2026-05-28 15:06:27.655 8 INFO neutron.services.segments.plugin [-] Segment 16d728de-4cc7-4cac-9973-5b94a974912a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16d728de-4cc7-4cac-9973-5b94a974912a found for delete ", "request_id": "req-5be9d619-835f-42b6-8133-c89dc30e050e"}]} 2026-05-28 15:06:27.664 8 INFO neutron.services.segments.plugin [-] Segment 16d728de-4cc7-4cac-9973-5b94a974912a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16d728de-4cc7-4cac-9973-5b94a974912a found for delete ", "request_id": "req-a7b49d85-012d-42f4-ba8e-3bd927f95141"}]} [pid: 8|app: 0|req: 642/1240] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:06:27 2026] POST /v2.0/ports => generated 954 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:27.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-18fc7c78-a6d9-46fa-958f-987411b5192f 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] TaaS: Handle Delete Port: a62d3868-ea87-4fdf-8ba0-8b19802ba6ec 2026-05-28 15:06:27.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18fc7c78-a6d9-46fa-958f-987411b5192f 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] Tap Mirror: Handle Delete Port: a62d3868-ea87-4fdf-8ba0-8b19802ba6ec /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 599/1241] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:27 2026] DELETE /v2.0/ports/a62d3868-ea87-4fdf-8ba0-8b19802ba6ec => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:28.036 7 INFO neutron.pecan_wsgi.hooks.translation [None req-566e2ed9-ce4e-48d6-a75c-eb2e4cc7d41b 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1242] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/ports/a62d3868-ea87-4fdf-8ba0-8b19802ba6ec => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:28.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d13d5b5-857e-4dbc-bf82-912d4b7b8b5d 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1243] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:28 2026] GET /v2.0/ports/a62d3868-ea87-4fdf-8ba0-8b19802ba6ec => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1244] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/subnets/f95a9a5f-f807-4f34-a3b9-54a67ab46a89 => 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: 603/1245] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/networks/ab2b9453-c201-4f16-ae00-76ebe3487820 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1246] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:27 2026] POST /v2.0/subnets => generated 1324 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 15:06:28.388 7 INFO neutron.db.segments_db [None req-91e68801-f9a0-47b3-ab2b-88209fe0e490 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] Added segment 6c7dd1a5-ee7b-43d8-a9be-2bc76b87cfbb of type vxlan for network 67b3d422-c8c0-46a1-966a-e5269e3b9bbf [pid: 8|app: 0|req: 644/1247] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:06:28 2026] GET /v2.0/subnets => generated 1960 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1248] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:28 2026] POST /v2.0/networks => generated 631 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1249] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/subnets/199de308-7dda-4c6a-9f3e-acc65bcc81b1 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1250] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/subnets/41f8a1fb-7347-4aca-bfda-ab24149bc615 => 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: 647/1251] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:06:28 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1252] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:28 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1253] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/networks/f4918c76-561a-4fb5-9cc7-3b545c37dec0 => 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: 649/1254] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/networks/94ccfc54-0dcb-4dd8-bcc1-ea9789bac87d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1255] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:06:28 2026] POST /v2.0/ports => generated 912 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1256] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:06:28 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 1240 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1257] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:28 2026] DELETE /v2.0/networks/98fd7b0a-0f5a-40af-8862-9cc791fa9633 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1258] 10.0.0.166 () {34 vars in 1040 bytes} [Thu May 28 15:06:29 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:29.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd56ac21-8106-4a17-95ec-9358f4d70280 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] TaaS: Handle Delete Port: ad615e3c-3ed1-4166-b5bf-7e0292fda179 2026-05-28 15:06:29.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd56ac21-8106-4a17-95ec-9358f4d70280 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] Tap Mirror: Handle Delete Port: ad615e3c-3ed1-4166-b5bf-7e0292fda179 [pid: 7|app: 0|req: 609/1259] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:29 2026] DELETE /v2.0/networks/9f184e5c-e012-4077-bd43-1410df83bd5c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1260] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:29 2026] DELETE /v2.0/ports/ad615e3c-3ed1-4166-b5bf-7e0292fda179 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:29.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3daea12a-cc2f-4b15-b0a8-ee72cc957ecd 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1261] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:29 2026] GET /v2.0/ports/ad615e3c-3ed1-4166-b5bf-7e0292fda179 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:29.416 7 INFO neutron.services.segments.plugin [-] Segment 8bdefd31-958d-45d8-a453-f08fa861e043 resource provider aggregate not found 2026-05-28 15:06:29.421 7 INFO neutron.services.segments.plugin [-] Segment 8bdefd31-958d-45d8-a453-f08fa861e043 resource provider aggregate not found 2026-05-28 15:06:29.441 7 INFO neutron.services.segments.plugin [-] Segment 8bdefd31-958d-45d8-a453-f08fa861e043 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bdefd31-958d-45d8-a453-f08fa861e043 found for delete ", "request_id": "req-72562725-d48c-4044-b4ad-35c72afaa15a"}]} 2026-05-28 15:06:29.445 7 INFO neutron.services.segments.plugin [-] Segment 8bdefd31-958d-45d8-a453-f08fa861e043 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bdefd31-958d-45d8-a453-f08fa861e043 found for delete ", "request_id": "req-8122b7c5-ca8f-4c4d-ac57-0233ca5188b4"}]} 2026-05-28 15:06:29.461 7 INFO neutron.services.segments.plugin [-] Segment f7bd9417-1d99-4f39-af18-c20a46142d9e resource provider aggregate not found [pid: 8|app: 0|req: 652/1262] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:29 2026] DELETE /v2.0/subnets/0f4fc9df-760d-4aaf-9fb2-552eaa0900db => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:29.476 7 INFO neutron.services.segments.plugin [-] Segment f7bd9417-1d99-4f39-af18-c20a46142d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7bd9417-1d99-4f39-af18-c20a46142d9e found for delete ", "request_id": "req-e16cb675-c06c-40f4-b382-b463167d517e"}]} 2026-05-28 15:06:29.503 7 INFO neutron.services.segments.plugin [-] Segment f7bd9417-1d99-4f39-af18-c20a46142d9e resource provider aggregate not found 2026-05-28 15:06:29.515 7 INFO neutron.services.segments.plugin [-] Segment e66c95b1-6697-472d-b72e-ab00cabf483b resource provider aggregate not found 2026-05-28 15:06:29.541 7 INFO neutron.services.segments.plugin [-] Segment f7bd9417-1d99-4f39-af18-c20a46142d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7bd9417-1d99-4f39-af18-c20a46142d9e found for delete ", "request_id": "req-c0b589ab-4881-4e00-a5d4-7cd488772ba0"}]} 2026-05-28 15:06:29.551 7 INFO neutron.services.segments.plugin [-] Segment e66c95b1-6697-472d-b72e-ab00cabf483b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e66c95b1-6697-472d-b72e-ab00cabf483b found for delete ", "request_id": "req-3358b419-fed5-4f3d-9402-0ea3c27280d3"}]} 2026-05-28 15:06:29.564 7 INFO neutron.services.segments.plugin [-] Segment e66c95b1-6697-472d-b72e-ab00cabf483b resource provider aggregate not found 2026-05-28 15:06:29.581 7 INFO neutron.services.segments.plugin [-] Segment e66c95b1-6697-472d-b72e-ab00cabf483b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e66c95b1-6697-472d-b72e-ab00cabf483b found for delete ", "request_id": "req-d65a380a-db91-4933-b1a9-267b5cfaa8f7"}]} [pid: 7|app: 0|req: 611/1263] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:29 2026] DELETE /v2.0/networks/67b3d422-c8c0-46a1-966a-e5269e3b9bbf => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:29.683 8 INFO neutron.services.segments.plugin [-] Segment b3f57bcb-95a4-4939-ae9c-e18604304e55 resource provider aggregate not found 2026-05-28 15:06:29.694 8 INFO neutron.services.segments.plugin [-] Segment b3f57bcb-95a4-4939-ae9c-e18604304e55 resource provider aggregate not found 2026-05-28 15:06:29.711 8 INFO neutron.services.segments.plugin [-] Segment b3f57bcb-95a4-4939-ae9c-e18604304e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f57bcb-95a4-4939-ae9c-e18604304e55 found for delete ", "request_id": "req-c49b6e03-a8af-4d55-9094-030d479ce2f0"}]} 2026-05-28 15:06:29.721 8 INFO neutron.services.segments.plugin [-] Segment b3f57bcb-95a4-4939-ae9c-e18604304e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f57bcb-95a4-4939-ae9c-e18604304e55 found for delete ", "request_id": "req-cb2d2391-65e1-4169-bf73-9358a8dd00a8"}]} 2026-05-28 15:06:29.740 8 INFO neutron.services.segments.plugin [-] Segment 3e89a267-d276-4abf-bc84-7df4051d15fd resource provider aggregate not found 2026-05-28 15:06:29.741 8 INFO neutron.services.segments.plugin [-] Segment 3e89a267-d276-4abf-bc84-7df4051d15fd resource provider aggregate not found 2026-05-28 15:06:29.754 8 INFO neutron.services.segments.plugin [-] Segment 3e89a267-d276-4abf-bc84-7df4051d15fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e89a267-d276-4abf-bc84-7df4051d15fd found for delete ", "request_id": "req-f2a8f835-3088-4298-9d51-222f890f0f40"}]} 2026-05-28 15:06:29.760 8 INFO neutron.services.segments.plugin [-] Segment 3e89a267-d276-4abf-bc84-7df4051d15fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e89a267-d276-4abf-bc84-7df4051d15fd found for delete ", "request_id": "req-a5243529-5461-47b2-9cb4-e10f02a27956"}]} [pid: 7|app: 0|req: 612/1264] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:29 2026] GET /v2.0/security-groups?tenant_id=66b9725e96b94eb2a780a473ab532818&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1265] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:06:29 2026] POST /v2.0/ports => generated 775 bytes in 268 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: 613/1266] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:29 2026] DELETE /v2.0/security-groups/02fe78e2-bebe-4174-a8bf-f99e1a332864 => 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: 654/1267] 10.0.0.93 () {34 vars in 736 bytes} [Thu May 28 15:06:29 2026] PUT /v2.0/ports/dd166d9f-48fa-4a3c-827c-12fb481aca06 => generated 752 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:30.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd95d039-08f3-4f11-ac52-1f79b1071179 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] TaaS: Handle Delete Port: dd166d9f-48fa-4a3c-827c-12fb481aca06 2026-05-28 15:06:30.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd95d039-08f3-4f11-ac52-1f79b1071179 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] Tap Mirror: Handle Delete Port: dd166d9f-48fa-4a3c-827c-12fb481aca06 [pid: 7|app: 0|req: 614/1268] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:30 2026] DELETE /v2.0/ports/dd166d9f-48fa-4a3c-827c-12fb481aca06 => generated 0 bytes in 211 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: 655/1269] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:06:30 2026] GET /v2.0/ports => generated 777 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:30.416 7 INFO neutron.pecan_wsgi.hooks.translation [None req-693580a9-214c-4d50-b32d-db320e7795e3 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1270] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:30 2026] GET /v2.0/ports/dd166d9f-48fa-4a3c-827c-12fb481aca06 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1271] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:06:30 2026] GET /v2.0/ports => generated 777 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1272] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:30 2026] GET /v2.0/ports/8f1f2b3e-2487-4595-9100-7297990bad3b => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:30.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b78fbe9d-e5ba-4532-a7e0-ef0d60e1087c 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 657/1273] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:30 2026] DELETE /v2.0/ports/ad615e3c-3ed1-4166-b5bf-7e0292fda179 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:30.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c77cb53-2a74-48ff-9fad-b617be958170 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1274] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:30 2026] DELETE /v2.0/subnets/0f4fc9df-760d-4aaf-9fb2-552eaa0900db => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:30.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd772086-ee2b-41fc-993e-c6bc278b7b7f 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1275] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:30 2026] DELETE /v2.0/subnets/f95a9a5f-f807-4f34-a3b9-54a67ab46a89 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:30.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-8945f98a-8f96-43f6-9c54-01eaed76bd38 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] TaaS: Handle Delete Port: 8f1f2b3e-2487-4595-9100-7297990bad3b 2026-05-28 15:06:30.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8945f98a-8f96-43f6-9c54-01eaed76bd38 3eaa3e74d3e347b5a40abbc58e9523ba 4c1a7b7974c04ad18216a4586ce5c904 - - default default] Tap Mirror: Handle Delete Port: 8f1f2b3e-2487-4595-9100-7297990bad3b [pid: 7|app: 0|req: 618/1276] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:30 2026] DELETE /v2.0/ports/8f1f2b3e-2487-4595-9100-7297990bad3b => 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: 659/1277] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:30 2026] DELETE /v2.0/networks/5d72a0f4-7250-41a0-8ef4-9f6265f1e82f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1278] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:31 2026] GET /v2.0/security-groups?tenant_id=4c1a7b7974c04ad18216a4586ce5c904&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1279] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:31 2026] DELETE /v2.0/security-groups/9c1d9ef4-53b3-46f8-8832-4df1f475c93e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:31.569 7 INFO neutron.services.segments.plugin [-] Segment 6c7dd1a5-ee7b-43d8-a9be-2bc76b87cfbb resource provider aggregate not found 2026-05-28 15:06:31.593 7 INFO neutron.services.segments.plugin [-] Segment 6c7dd1a5-ee7b-43d8-a9be-2bc76b87cfbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c7dd1a5-ee7b-43d8-a9be-2bc76b87cfbb found for delete ", "request_id": "req-ba3fd835-6393-4fb0-96f8-444eab8cec95"}]} 2026-05-28 15:06:31.603 7 INFO neutron.services.segments.plugin [-] Segment 6c7dd1a5-ee7b-43d8-a9be-2bc76b87cfbb resource provider aggregate not found 2026-05-28 15:06:31.618 7 INFO neutron.services.segments.plugin [-] Segment 6c7dd1a5-ee7b-43d8-a9be-2bc76b87cfbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c7dd1a5-ee7b-43d8-a9be-2bc76b87cfbb found for delete ", "request_id": "req-7a2f5e89-92c3-461e-ae09-36eb95a5a53e"}]} 2026-05-28 15:06:31.777 8 INFO neutron.services.segments.plugin [-] Segment 5636d005-e989-4237-8b43-89931d3fd6b5 resource provider aggregate not found 2026-05-28 15:06:31.785 8 INFO neutron.services.segments.plugin [-] Segment 5636d005-e989-4237-8b43-89931d3fd6b5 resource provider aggregate not found 2026-05-28 15:06:31.800 8 INFO neutron.services.segments.plugin [-] Segment 5636d005-e989-4237-8b43-89931d3fd6b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5636d005-e989-4237-8b43-89931d3fd6b5 found for delete ", "request_id": "req-59603f44-26b6-49d5-a2b1-894a817f3bb4"}]} 2026-05-28 15:06:31.810 8 INFO neutron.services.segments.plugin [-] Segment 5636d005-e989-4237-8b43-89931d3fd6b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5636d005-e989-4237-8b43-89931d3fd6b5 found for delete ", "request_id": "req-350dd0c1-bd07-460b-bc21-40600d3e708c"}]} 2026-05-28 15:06:31.996 7 INFO neutron.db.segments_db [None req-0a36d750-3a2a-451b-9e04-19f1f7dcbe9d a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Added segment 99dab208-c699-471b-916a-6572360130f3 of type vxlan for network e8a6acad-0d09-4483-ac2b-82d113cc0362 2026-05-28 15:06:32.053 7 INFO neutron.db.segments_db [None req-0a36d750-3a2a-451b-9e04-19f1f7dcbe9d a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Added segment 3b0e0411-3bab-4182-ae24-9ad4f2d44a86 of type vxlan for network d0747a15-2c79-47c7-9581-17002010b35a [pid: 7|app: 0|req: 620/1280] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:31 2026] POST /v2.0/networks => generated 1246 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1281] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:06:32 2026] GET /v2.0/networks => generated 1845 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1282] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:32 2026] DELETE /v2.0/networks/e8a6acad-0d09-4483-ac2b-82d113cc0362 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1283] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:32 2026] DELETE /v2.0/networks/d0747a15-2c79-47c7-9581-17002010b35a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1284] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:06:32 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-05-28 15:06:32.614 8 INFO neutron.db.segments_db [None req-20214c1e-9cb1-49d2-af01-8004cd6ac7fd a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Added segment 52035edb-0ed1-4da6-928f-2cda8685b03a of type vxlan for network 600b9875-34aa-48d7-abd4-4b6f489b0b51 [pid: 8|app: 0|req: 663/1285] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:32 2026] POST /v2.0/networks => generated 650 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:32.749 7 INFO neutron.db.segments_db [None req-17cd41cf-aa2d-4718-a364-e258a13097ff a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Added segment 93898c6a-dc24-40c8-90ed-e926e0c13901 of type vxlan for network 1c94c8f6-8010-4d3c-a71a-ff1729988aa7 [pid: 7|app: 0|req: 623/1286] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:32 2026] POST /v2.0/networks => generated 650 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1287] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:06:32 2026] POST /v2.0/ports => generated 1506 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1288] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:06:33 2026] GET /v2.0/ports => generated 1506 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:06:33.612 7 INFO neutron.services.segments.plugin [-] Segment 99dab208-c699-471b-916a-6572360130f3 resource provider aggregate not found 2026-05-28 15:06:33.634 7 INFO neutron.services.segments.plugin [-] Segment 99dab208-c699-471b-916a-6572360130f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99dab208-c699-471b-916a-6572360130f3 found for delete ", "request_id": "req-f648bc1b-9cb1-4715-b49a-087ef43f008f"}]} 2026-05-28 15:06:33.635 7 INFO neutron.services.segments.plugin [-] Segment 99dab208-c699-471b-916a-6572360130f3 resource provider aggregate not found 2026-05-28 15:06:33.654 7 INFO neutron.services.segments.plugin [-] Segment 99dab208-c699-471b-916a-6572360130f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99dab208-c699-471b-916a-6572360130f3 found for delete ", "request_id": "req-e60953cf-8a2b-47ea-a82a-699597ea85e0"}]} 2026-05-28 15:06:33.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-44d9e46c-6a9f-40b4-a0b4-14ac238958a9 a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] TaaS: Handle Delete Port: 03aa1d42-f8fe-49e7-863e-7c815a7998ca 2026-05-28 15:06:33.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d9e46c-6a9f-40b4-a0b4-14ac238958a9 a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Tap Mirror: Handle Delete Port: 03aa1d42-f8fe-49e7-863e-7c815a7998ca [pid: 8|app: 0|req: 665/1289] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:33 2026] DELETE /v2.0/ports/03aa1d42-f8fe-49e7-863e-7c815a7998ca => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:33.830 8 INFO neutron.services.segments.plugin [-] Segment 3b0e0411-3bab-4182-ae24-9ad4f2d44a86 resource provider aggregate not found 2026-05-28 15:06:33.844 8 INFO neutron.services.segments.plugin [-] Segment 3b0e0411-3bab-4182-ae24-9ad4f2d44a86 resource provider aggregate not found 2026-05-28 15:06:33.852 8 INFO neutron.services.segments.plugin [-] Segment 3b0e0411-3bab-4182-ae24-9ad4f2d44a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b0e0411-3bab-4182-ae24-9ad4f2d44a86 found for delete ", "request_id": "req-e6c00857-72f7-4dd8-ac62-337679919c8c"}]} 2026-05-28 15:06:33.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-541311ec-111e-4afd-bbab-50adc6bc3fe3 a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] TaaS: Handle Delete Port: 006c806e-7640-49e6-8031-bcb503b639d4 2026-05-28 15:06:33.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-541311ec-111e-4afd-bbab-50adc6bc3fe3 a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Tap Mirror: Handle Delete Port: 006c806e-7640-49e6-8031-bcb503b639d4 2026-05-28 15:06:33.865 8 INFO neutron.services.segments.plugin [-] Segment 3b0e0411-3bab-4182-ae24-9ad4f2d44a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b0e0411-3bab-4182-ae24-9ad4f2d44a86 found for delete ", "request_id": "req-7b2dc79c-3092-4060-b703-4253e697e278"}]} [pid: 7|app: 0|req: 625/1290] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:06:33 2026] DELETE /v2.0/ports/006c806e-7640-49e6-8031-bcb503b639d4 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1291] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:06:33 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-05-28 15:06:34.020 7 INFO neutron.db.segments_db [None req-c1ba6b4f-2416-4ccd-896a-3ca366accce6 a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Added segment 1e6de6cd-5bd1-4925-bcda-5aab14bf7a5a of type vxlan for network bf798f75-deef-4307-8707-7ec360eef09b [pid: 7|app: 0|req: 626/1292] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:33 2026] POST /v2.0/networks => generated 650 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:34.185 8 INFO neutron.db.segments_db [None req-cb73ad2f-8b82-4963-b0e9-6d16c35c701f a8ab99f5f3334663a0b010309d619522 ee7c48b96f13444d92a41d3ad7a834c9 - - default default] Added segment d89d8ab3-e4b3-4bb8-bdb7-5f3a57739799 of type vxlan for network a0b107f6-ff2d-451d-9164-3147b5c333e3 [pid: 8|app: 0|req: 667/1293] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:34 2026] POST /v2.0/networks => generated 649 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1296] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:34 2026] POST /v2.0/subnets => generated 1273 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1297] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:06:34 2026] GET /v2.0/subnets => generated 1909 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1298] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:34 2026] DELETE /v2.0/subnets/cebedab1-9881-40dc-b3a1-0624f6d3b1e7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1299] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:35 2026] DELETE /v2.0/subnets/e27fa532-fb7d-4988-91c5-0a7c292d3f76 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1300] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:06:35 2026] GET /v2.0/subnets => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1301] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:35 2026] DELETE /v2.0/networks/a0b107f6-ff2d-451d-9164-3147b5c333e3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1302] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:35 2026] DELETE /v2.0/networks/bf798f75-deef-4307-8707-7ec360eef09b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:35.655 7 INFO neutron.services.segments.plugin [-] Segment 1e6de6cd-5bd1-4925-bcda-5aab14bf7a5a resource provider aggregate not found [pid: 8|app: 0|req: 673/1303] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:35 2026] DELETE /v2.0/networks/1c94c8f6-8010-4d3c-a71a-ff1729988aa7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:35.677 7 INFO neutron.services.segments.plugin [-] Segment 1e6de6cd-5bd1-4925-bcda-5aab14bf7a5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6de6cd-5bd1-4925-bcda-5aab14bf7a5a found for delete ", "request_id": "req-3a5ced70-390f-4f9a-8e90-f5ff0541fc68"}]} 2026-05-28 15:06:35.677 7 INFO neutron.services.segments.plugin [-] Segment 1e6de6cd-5bd1-4925-bcda-5aab14bf7a5a resource provider aggregate not found 2026-05-28 15:06:35.697 7 INFO neutron.services.segments.plugin [-] Segment 1e6de6cd-5bd1-4925-bcda-5aab14bf7a5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6de6cd-5bd1-4925-bcda-5aab14bf7a5a found for delete ", "request_id": "req-d0ab6d79-a4cd-4150-a1e3-107fb340e3cc"}]} [pid: 7|app: 0|req: 631/1304] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:35 2026] DELETE /v2.0/networks/600b9875-34aa-48d7-abd4-4b6f489b0b51 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:35.874 8 INFO neutron.services.segments.plugin [-] Segment d89d8ab3-e4b3-4bb8-bdb7-5f3a57739799 resource provider aggregate not found 2026-05-28 15:06:35.885 8 INFO neutron.services.segments.plugin [-] Segment d89d8ab3-e4b3-4bb8-bdb7-5f3a57739799 resource provider aggregate not found 2026-05-28 15:06:35.892 8 INFO neutron.services.segments.plugin [-] Segment d89d8ab3-e4b3-4bb8-bdb7-5f3a57739799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89d8ab3-e4b3-4bb8-bdb7-5f3a57739799 found for delete ", "request_id": "req-a9fd4719-41ac-472b-83c6-3d500c4d1a34"}]} 2026-05-28 15:06:35.901 8 INFO neutron.services.segments.plugin [-] Segment d89d8ab3-e4b3-4bb8-bdb7-5f3a57739799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89d8ab3-e4b3-4bb8-bdb7-5f3a57739799 found for delete ", "request_id": "req-54882450-4151-428c-8b34-29cab6290de3"}]} 2026-05-28 15:06:35.906 8 INFO neutron.services.segments.plugin [-] Segment 93898c6a-dc24-40c8-90ed-e926e0c13901 resource provider aggregate not found 2026-05-28 15:06:35.921 8 INFO neutron.services.segments.plugin [-] Segment 93898c6a-dc24-40c8-90ed-e926e0c13901 resource provider aggregate not found 2026-05-28 15:06:35.923 8 INFO neutron.services.segments.plugin [-] Segment 93898c6a-dc24-40c8-90ed-e926e0c13901 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93898c6a-dc24-40c8-90ed-e926e0c13901 found for delete ", "request_id": "req-d72c44c6-238b-4439-baa6-bab09c800b17"}]} 2026-05-28 15:06:35.939 8 INFO neutron.services.segments.plugin [-] Segment 93898c6a-dc24-40c8-90ed-e926e0c13901 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93898c6a-dc24-40c8-90ed-e926e0c13901 found for delete ", "request_id": "req-0477a2be-e582-49b2-908b-5e0d83cdbc4c"}]} [pid: 8|app: 0|req: 674/1305] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:35 2026] GET /v2.0/security-groups?tenant_id=284dfc9bec7c41deb17f2950e10abac7&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1306] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:36 2026] DELETE /v2.0/security-groups/6c6e9084-2060-421c-8f58-15f824d313a5 => 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: 632/1307] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:36 2026] GET /v2.0/security-groups?tenant_id=d55c673ba4d54bfe8969ad3cf3f92534&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: 676/1308] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:36 2026] GET /v2.0/security-groups?tenant_id=ee7c48b96f13444d92a41d3ad7a834c9&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1309] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:36 2026] DELETE /v2.0/security-groups/b19f39b5-6493-4fa1-9c8c-6318d16c80e0 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1310] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:36 2026] DELETE /v2.0/security-groups/23e5eda5-8c03-43ce-9530-ae6a41909919 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1311] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:36 2026] GET /v2.0/security-groups?tenant_id=6c86d2683531436bab24b0505e4d4927&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1312] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:36 2026] DELETE /v2.0/security-groups/eac01297-8dc6-4344-93f9-d2f53575e085 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:37.701 7 INFO neutron.services.segments.plugin [-] Segment 52035edb-0ed1-4da6-928f-2cda8685b03a resource provider aggregate not found 2026-05-28 15:06:37.715 7 INFO neutron.services.segments.plugin [-] Segment 52035edb-0ed1-4da6-928f-2cda8685b03a resource provider aggregate not found 2026-05-28 15:06:37.727 7 INFO neutron.services.segments.plugin [-] Segment 52035edb-0ed1-4da6-928f-2cda8685b03a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52035edb-0ed1-4da6-928f-2cda8685b03a found for delete ", "request_id": "req-23417af1-ac0e-4859-86ae-33246fffda75"}]} 2026-05-28 15:06:37.739 7 INFO neutron.services.segments.plugin [-] Segment 52035edb-0ed1-4da6-928f-2cda8685b03a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52035edb-0ed1-4da6-928f-2cda8685b03a found for delete ", "request_id": "req-d949187f-4b5a-4082-b136-4c637657a7d9"}]} 2026-05-28 15:06:38.342 7 INFO neutron.db.segments_db [None req-8d2e3647-88c1-46d1-a865-4b220b400281 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment 77edf6e3-3360-4dd2-b14a-f4939e96df9d of type vxlan for network b5c7a8d0-c62b-4437-bdf6-b3203c8be623 [pid: 7|app: 0|req: 635/1313] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:38 2026] POST /v2.0/networks => generated 630 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:38.504 8 INFO neutron.db.segments_db [None req-4ae57f17-0dec-4af7-b321-fff09d80b45a bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment 09b28d6a-550a-4eb8-8ef9-482c7efa3f93 of type vxlan for network a1671101-057e-44c4-86cd-a02e2fb00c9d [pid: 8|app: 0|req: 679/1314] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:38 2026] POST /v2.0/networks => generated 630 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1315] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:38 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1316] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:38 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1317] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:38 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1318] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:38 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 638/1319] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:38 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 682/1320] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:38 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:39.146 7 INFO neutron.db.segments_db [None req-81ab5e22-3197-4725-8126-998116c6d975 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment f0e6e1da-31c5-46b3-85c4-58e5780d69ce of type vxlan for network 16d710bf-97a9-4d63-b567-2d3e78a03d9e [pid: 8|app: 0|req: 683/1321] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:39 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1322] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:39 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:39.425 7 INFO neutron.db.l3_hamode_db [None req-81ab5e22-3197-4725-8126-998116c6d975 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:06:39.560 7 INFO neutron.db.l3_hamode_db [None req-81ab5e22-3197-4725-8126-998116c6d975 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 639/1323] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:39 2026] POST /v2.0/routers => generated 506 bytes in 1190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1324] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:40 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1325] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:40 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 642/1326] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:40 2026] GET /v2.0/security-groups?tenant_id=dda0dbec63a54a2f9cf09e79c2988214&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:06:41.022 7 INFO neutron.db.segments_db [None req-50fa0491-11a5-4bd4-ae7b-9b2a4657abe9 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] Added segment 5f6d3fb5-01cb-4799-a791-4f10ac7112bb of type vxlan for network a4d20275-cb7d-47a5-aba4-33bf2e8b5013 [pid: 7|app: 0|req: 643/1327] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:40 2026] POST /v2.0/networks => generated 725 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1328] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/ports?tenant_id=24390d045a674221b4e54f9559daa68e&device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1329] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:41 2026] DELETE /v2.0/security-groups/2b422439-9601-44ac-b4c2-3ad6b9146ac1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1330] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:06:40 2026] PUT /v2.0/routers/f0bcb5b8-fff0-458e-beb2-3f5855891ee4/add_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1331] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/networks?id=a489ba7c-a0ec-4512-accd-02e4f6dc01c5 => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1332] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/ports/a239b7ce-ab70-4a6e-a25e-29ffa7dab74f => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1333] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:41 2026] POST /v2.0/subnets => generated 644 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1334] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=94e09705-35b9-473b-9d72-5c166444918c => generated 860 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:41.417 8 WARNING neutron.api.v2.base [None req-92d63b96-6350-46f4-a593-3ad4e086accf 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-28 15:06:41.418 8 INFO neutron.api.v2.resource [None req-92d63b96-6350-46f4-a593-3ad4e086accf 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 689/1335] 10.0.0.93 () {34 vars in 680 bytes} [Thu May 28 15:06:41 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1336] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/subnets?id=cd9d53af-41ee-4a4b-8b9d-81a8d7efa76d => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:41.585 8 INFO neutron.services.segments.plugin [-] Segment 5f6d3fb5-01cb-4799-a791-4f10ac7112bb resource provider aggregate not found 2026-05-28 15:06:41.589 8 INFO neutron.services.segments.plugin [-] Segment 5f6d3fb5-01cb-4799-a791-4f10ac7112bb resource provider aggregate not found [pid: 8|app: 0|req: 691/1337] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:41 2026] DELETE /v2.0/networks/a4d20275-cb7d-47a5-aba4-33bf2e8b5013 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:41.609 8 INFO neutron.services.segments.plugin [-] Segment 5f6d3fb5-01cb-4799-a791-4f10ac7112bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6d3fb5-01cb-4799-a791-4f10ac7112bb found for delete ", "request_id": "req-b236bfb5-db8d-4d7f-93fc-f5ced342fbb0"}]} 2026-05-28 15:06:41.611 8 INFO neutron.services.segments.plugin [-] Segment 5f6d3fb5-01cb-4799-a791-4f10ac7112bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6d3fb5-01cb-4799-a791-4f10ac7112bb found for delete ", "request_id": "req-2f86c4be-7d3d-4715-bd2c-293d9d4ef827"}]} [pid: 8|app: 0|req: 692/1338] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/ports?network_id=a489ba7c-a0ec-4512-accd-02e4f6dc01c5&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1339] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:41.709 8 INFO neutron.db.segments_db [None req-d3e23fca-bc8e-47e7-bd96-07968ecb0b52 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] Added segment 13e35d74-c22b-4200-97b4-68758a94317f of type vxlan for network 74aef717-cef2-4501-8b4e-0ad05dcd6dd1 [pid: 8|app: 0|req: 694/1340] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:41 2026] POST /v2.0/networks => generated 727 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1341] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?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: 696/1342] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:41 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1343] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:41 2026] POST /v2.0/subnets => generated 647 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1344] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:06:42 2026] GET /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:42.057 8 WARNING neutron.api.v2.base [None req-ac6f8b5a-623a-413c-9458-33ff44defa57 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-28 15:06:42.057 8 INFO neutron.api.v2.resource [None req-ac6f8b5a-623a-413c-9458-33ff44defa57 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 699/1345] 10.0.0.93 () {34 vars in 680 bytes} [Thu May 28 15:06:42 2026] POST /v2.0/rbac-policies => generated 547 bytes in 4 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1346] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:42 2026] DELETE /v2.0/networks/74aef717-cef2-4501-8b4e-0ad05dcd6dd1 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:42.298 8 INFO neutron.db.segments_db [None req-f833c060-b3bf-4838-a88c-af1a2e51eb6e 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] Added segment dcdc4905-5ba1-4cdc-bfd8-3d56c8c84413 of type vxlan for network 8fa270c5-3787-4c95-a9de-ac963b3a86e2 [pid: 8|app: 0|req: 701/1347] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:42 2026] POST /v2.0/networks => generated 726 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1348] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:06:41 2026] PUT /v2.0/routers/f0bcb5b8-fff0-458e-beb2-3f5855891ee4/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1349] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:42 2026] GET /v2.0/ports/82a86f6f-9747-44f0-82b4-84c61bb3adba => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1350] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:42 2026] POST /v2.0/subnets => generated 647 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1351] 10.0.0.93 () {34 vars in 680 bytes} [Thu May 28 15:06:42 2026] POST /v2.0/rbac-policies => generated 324 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:42.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-d919ff73-41c2-4504-9cdb-e5a45589f488 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: 82a86f6f-9747-44f0-82b4-84c61bb3adba 2026-05-28 15:06:42.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d919ff73-41c2-4504-9cdb-e5a45589f488 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: 82a86f6f-9747-44f0-82b4-84c61bb3adba [pid: 8|app: 0|req: 704/1352] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:42 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 705/1353] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:42 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 649/1354] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:06:42 2026] PUT /v2.0/routers/f0bcb5b8-fff0-458e-beb2-3f5855891ee4/remove_router_interface => generated 309 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1355] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:06:43 2026] GET /v2.0/networks/8fa270c5-3787-4c95-a9de-ac963b3a86e2 => generated 654 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:43.639 8 INFO neutron.services.segments.plugin [-] Segment 13e35d74-c22b-4200-97b4-68758a94317f resource provider aggregate not found 2026-05-28 15:06:43.645 8 INFO neutron.services.segments.plugin [-] Segment 13e35d74-c22b-4200-97b4-68758a94317f resource provider aggregate not found 2026-05-28 15:06:43.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-705538c2-d7b7-4ae1-8141-b8bb9cda88a5 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: a239b7ce-ab70-4a6e-a25e-29ffa7dab74f 2026-05-28 15:06:43.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-705538c2-d7b7-4ae1-8141-b8bb9cda88a5 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: a239b7ce-ab70-4a6e-a25e-29ffa7dab74f 2026-05-28 15:06:43.652 8 INFO neutron.services.segments.plugin [-] Segment 13e35d74-c22b-4200-97b4-68758a94317f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13e35d74-c22b-4200-97b4-68758a94317f found for delete ", "request_id": "req-c4519113-7339-4f71-9823-b7abe7a027db"}]} 2026-05-28 15:06:43.669 8 INFO neutron.services.segments.plugin [-] Segment 13e35d74-c22b-4200-97b4-68758a94317f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13e35d74-c22b-4200-97b4-68758a94317f found for delete ", "request_id": "req-3892bf01-c4cd-4ccb-97d3-3e03dcde2645"}]} [pid: 8|app: 0|req: 707/1356] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:43 2026] GET /v2.0/security-groups?tenant_id=7f946e47693946ac8f55cd3a76b700d0&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1357] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:43 2026] DELETE /v2.0/security-groups/623d074e-5c42-4361-9af1-bfea1906a6b2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:43.838 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2335518-2094-4beb-bd21-6b28f734ee0f dfcf2ad97f374424b54b91f80593dad4 cc9e226de67d4a27ba0412014936c23a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 709/1358] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:06:43 2026] GET /v2.0/networks/8fa270c5-3787-4c95-a9de-ac963b3a86e2 => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1359] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:43 2026] DELETE /v2.0/networks/8fa270c5-3787-4c95-a9de-ac963b3a86e2 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:44.053 8 INFO neutron.pecan_wsgi.hooks.translation [None req-015d17a1-bae1-46cc-b19b-19313f5b5f76 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1360] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:44 2026] DELETE /v2.0/subnets/fc504649-4f16-4eb7-8f4e-b4044eb7ba32 => 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: 650/1361] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:06:43 2026] PUT /v2.0/routers/f0bcb5b8-fff0-458e-beb2-3f5855891ee4/remove_router_interface => generated 309 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:44.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d00753b-3f24-4bd1-a864-48869fd39dc7 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1362] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:44 2026] DELETE /v2.0/subnets/1120ab12-3f30-4d40-bc18-7ff599a77cf7 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1363] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:44 2026] GET /v2.0/ports?device_id=f0bcb5b8-fff0-458e-beb2-3f5855891ee4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:44.094 7 INFO neutron.pecan_wsgi.hooks.translation [None req-477b2cfe-2c9c-4605-ac00-6aff036369d9 6c7c314eff564fe0aa2aa6fa7b17b94c 0e97dbf820b6433f898e2480e1828b20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1364] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:44 2026] DELETE /v2.0/subnets/41be24de-1713-4293-8cca-1717e7d3d978 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1365] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:44 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1366] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:44 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:44.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-e32bb89a-3bbb-49c2-9b9a-b29668e3f0fb bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: d2f0adb8-6f59-494c-9f4d-9af60bbcc666 2026-05-28 15:06:44.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e32bb89a-3bbb-49c2-9b9a-b29668e3f0fb bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: d2f0adb8-6f59-494c-9f4d-9af60bbcc666 2026-05-28 15:06:44.618 7 INFO neutron.services.segments.plugin [-] Segment f0e6e1da-31c5-46b3-85c4-58e5780d69ce resource provider aggregate not found 2026-05-28 15:06:44.632 7 INFO neutron.services.segments.plugin [-] Segment f0e6e1da-31c5-46b3-85c4-58e5780d69ce resource provider aggregate not found 2026-05-28 15:06:44.652 7 INFO neutron.services.segments.plugin [-] Segment f0e6e1da-31c5-46b3-85c4-58e5780d69ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e6e1da-31c5-46b3-85c4-58e5780d69ce found for delete ", "request_id": "req-704095f9-dfc2-4f2d-97bf-937e7abdac39"}]} 2026-05-28 15:06:44.655 7 INFO neutron.services.segments.plugin [-] Segment f0e6e1da-31c5-46b3-85c4-58e5780d69ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e6e1da-31c5-46b3-85c4-58e5780d69ce found for delete ", "request_id": "req-0735cfe2-f4ce-41e8-bee3-386f844fe474"}]} 2026-05-28 15:06:44.662 7 INFO neutron.db.l3_hamode_db [None req-e32bb89a-3bbb-49c2-9b9a-b29668e3f0fb bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] HA network 16d710bf-97a9-4d63-b567-2d3e78a03d9e was deleted as no HA routers are present in tenant 09754c882380444190befcbb96771748. [pid: 7|app: 0|req: 654/1367] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:44 2026] DELETE /v2.0/routers/f0bcb5b8-fff0-458e-beb2-3f5855891ee4 => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1368] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:44 2026] DELETE /v2.0/subnets/26c260c8-29d5-4e5e-be99-5e2528d1dde4 => 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: 655/1369] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:44 2026] DELETE /v2.0/subnets/478acd07-42ef-487f-b521-733b36a6c3b1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:45.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-d358889c-e60c-440b-b78e-c246f89de92a bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: 5bfef0bc-51f4-47a9-b7d7-2e01167aaa5c 2026-05-28 15:06:45.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d358889c-e60c-440b-b78e-c246f89de92a bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: 5bfef0bc-51f4-47a9-b7d7-2e01167aaa5c [pid: 8|app: 0|req: 715/1370] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:44 2026] GET /v2.0/security-groups?tenant_id=0e97dbf820b6433f898e2480e1828b20&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1371] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:45 2026] DELETE /v2.0/security-groups/571fc34b-0418-4f7b-98be-e7311c51ea61 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1372] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:45 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1373] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:45 2026] DELETE /v2.0/networks/a1671101-057e-44c4-86cd-a02e2fb00c9d => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1374] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:45 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:45.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4f44cd9-dd53-4ebd-9433-eabc2557119f bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: 779b4560-4d06-428a-b369-48c3fa0a3d77 2026-05-28 15:06:45.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4f44cd9-dd53-4ebd-9433-eabc2557119f bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: 779b4560-4d06-428a-b369-48c3fa0a3d77 [pid: 8|app: 0|req: 719/1375] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:45 2026] GET /v2.0/security-groups?tenant_id=cc9e226de67d4a27ba0412014936c23a&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1376] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:45 2026] DELETE /v2.0/networks/b5c7a8d0-c62b-4437-bdf6-b3203c8be623 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1377] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:45 2026] DELETE /v2.0/security-groups/25bb0c50-aa96-4485-9b5a-66f8c66b4ce4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:45.629 7 INFO neutron.db.segments_db [None req-137cef2c-680f-437d-af71-75074ca2b545 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment 948bf839-fb5b-48de-9f03-6eb6b3fe9198 of type vxlan for network f259bbc1-1982-40c2-bf8c-6959d2edbed8 2026-05-28 15:06:45.678 8 INFO neutron.services.segments.plugin [-] Segment dcdc4905-5ba1-4cdc-bfd8-3d56c8c84413 resource provider aggregate not found 2026-05-28 15:06:45.686 8 INFO neutron.services.segments.plugin [-] Segment dcdc4905-5ba1-4cdc-bfd8-3d56c8c84413 resource provider aggregate not found 2026-05-28 15:06:45.691 8 INFO neutron.services.segments.plugin [-] Segment dcdc4905-5ba1-4cdc-bfd8-3d56c8c84413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcdc4905-5ba1-4cdc-bfd8-3d56c8c84413 found for delete ", "request_id": "req-ff056cb7-deff-465b-9e83-977a72c5b508"}]} 2026-05-28 15:06:45.703 8 INFO neutron.services.segments.plugin [-] Segment dcdc4905-5ba1-4cdc-bfd8-3d56c8c84413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcdc4905-5ba1-4cdc-bfd8-3d56c8c84413 found for delete ", "request_id": "req-cd431dd9-4e21-44f9-a886-6aea3bd94e6b"}]} [pid: 7|app: 0|req: 658/1378] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:45 2026] POST /v2.0/networks => generated 630 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1379] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:45 2026] GET /v2.0/security-groups?tenant_id=543a9fe1cd2b4272b9853047d54f5a4f&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1380] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:45 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1381] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:45 2026] DELETE /v2.0/security-groups/df2c2a71-f229-434e-934a-31122d64d44b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:45.992 8 INFO neutron.db.segments_db [None req-75de9e66-d4e1-4215-af90-b181422c0f83 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment 1e9ed464-3bcd-4400-b04d-4a820b2d4e6e of type vxlan for network 244b6bf9-ef6f-449b-bc28-2a0558405680 2026-05-28 15:06:46.228 8 INFO neutron.db.l3_hamode_db [None req-75de9e66-d4e1-4215-af90-b181422c0f83 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:06:46.386 8 INFO neutron.db.l3_hamode_db [None req-75de9e66-d4e1-4215-af90-b181422c0f83 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 661/1382] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:46 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 662/1383] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:46 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:46.671 7 INFO neutron.services.segments.plugin [-] Segment 09b28d6a-550a-4eb8-8ef9-482c7efa3f93 resource provider aggregate not found 2026-05-28 15:06:46.680 7 INFO neutron.services.segments.plugin [-] Segment 09b28d6a-550a-4eb8-8ef9-482c7efa3f93 resource provider aggregate not found 2026-05-28 15:06:46.692 7 INFO neutron.services.segments.plugin [-] Segment 09b28d6a-550a-4eb8-8ef9-482c7efa3f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09b28d6a-550a-4eb8-8ef9-482c7efa3f93 found for delete ", "request_id": "req-c253de41-3893-4125-a09e-59e552dbbbb3"}]} 2026-05-28 15:06:46.699 7 INFO neutron.services.segments.plugin [-] Segment 09b28d6a-550a-4eb8-8ef9-482c7efa3f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09b28d6a-550a-4eb8-8ef9-482c7efa3f93 found for delete ", "request_id": "req-ed73f356-14f5-4d7c-afd0-77530bdb0fe5"}]} 2026-05-28 15:06:46.707 7 INFO neutron.services.segments.plugin [-] Segment 77edf6e3-3360-4dd2-b14a-f4939e96df9d resource provider aggregate not found 2026-05-28 15:06:46.715 7 INFO neutron.services.segments.plugin [-] Segment 77edf6e3-3360-4dd2-b14a-f4939e96df9d resource provider aggregate not found 2026-05-28 15:06:46.720 7 INFO neutron.services.segments.plugin [-] Segment 77edf6e3-3360-4dd2-b14a-f4939e96df9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77edf6e3-3360-4dd2-b14a-f4939e96df9d found for delete ", "request_id": "req-9d8e0e0d-70d2-4f38-b18f-f0fd66505fa1"}]} 2026-05-28 15:06:46.728 7 INFO neutron.services.segments.plugin [-] Segment 77edf6e3-3360-4dd2-b14a-f4939e96df9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77edf6e3-3360-4dd2-b14a-f4939e96df9d found for delete ", "request_id": "req-04a4207e-1788-420b-a469-c94aeeb4a102"}]} [pid: 8|app: 0|req: 722/1384] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:45 2026] POST /v2.0/routers => generated 507 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1385] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:06:46 2026] POST /v2.0/ports => generated 948 bytes in 367 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: 664/1386] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:47 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1387] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:47 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 723/1388] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:06:47 2026] PUT /v2.0/routers/58511002-eda7-4457-bdca-2e55a38beb06/add_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1389] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:48 2026] GET /v2.0/ports/b6b64e29-30bc-4a8b-bc90-89982673ead6 => generated 1022 bytes in 75 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: 667/1390] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:48 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1391] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:48 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:49.473 8 INFO neutron_taas.services.taas.taas_plugin [None req-d14acb26-47d1-4a81-bce2-1ee7abfa832c bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: b6b64e29-30bc-4a8b-bc90-89982673ead6 2026-05-28 15:06:49.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d14acb26-47d1-4a81-bce2-1ee7abfa832c bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: b6b64e29-30bc-4a8b-bc90-89982673ead6 [pid: 7|app: 0|req: 671/1394] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:49 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1395] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:06:48 2026] PUT /v2.0/routers/58511002-eda7-4457-bdca-2e55a38beb06/remove_router_interface => generated 309 bytes in 1432 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: 672/1396] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:49 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:50.123 8 INFO neutron.api.v2.resource [None req-9f7e4325-1051-4e8d-83f0-2d6fc1a9dd23 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 725/1397] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:06:49 2026] PUT /v2.0/routers/58511002-eda7-4457-bdca-2e55a38beb06/remove_router_interface => generated 197 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1398] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:50 2026] GET /v2.0/ports?device_id=58511002-eda7-4457-bdca-2e55a38beb06 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:50.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-6964a4b1-040a-4bdd-bc4c-7b477fdf48c6 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: 5a1f6f2c-0fb4-4735-b796-fa17d0716f51 2026-05-28 15:06:50.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6964a4b1-040a-4bdd-bc4c-7b477fdf48c6 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: 5a1f6f2c-0fb4-4735-b796-fa17d0716f51 2026-05-28 15:06:50.545 8 INFO neutron.db.segments_db [None req-a7223088-85dd-45aa-ae96-0f941f3ffc16 30b0fe0ca0334c6b829c768232e12468 a67d6af0c0a84ba1854b35c0539a2019 - - default default] Added segment 1f6d4ac3-93f6-4912-a587-c6ac8783b213 of type vxlan for network 2ec71877-4a1e-4cfe-94ed-a172e57a861d [pid: 8|app: 0|req: 726/1399] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:50 2026] POST /v2.0/networks => generated 631 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:50.728 7 INFO neutron.services.segments.plugin [-] Segment 1e9ed464-3bcd-4400-b04d-4a820b2d4e6e resource provider aggregate not found 2026-05-28 15:06:50.732 7 INFO neutron.services.segments.plugin [-] Segment 1e9ed464-3bcd-4400-b04d-4a820b2d4e6e resource provider aggregate not found 2026-05-28 15:06:50.764 7 INFO neutron.services.segments.plugin [-] Segment 1e9ed464-3bcd-4400-b04d-4a820b2d4e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e9ed464-3bcd-4400-b04d-4a820b2d4e6e found for delete ", "request_id": "req-8d551d9e-a752-4264-94df-59fa47b730cc"}]} 2026-05-28 15:06:50.765 7 INFO neutron.db.l3_hamode_db [None req-6964a4b1-040a-4bdd-bc4c-7b477fdf48c6 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] HA network 244b6bf9-ef6f-449b-bc28-2a0558405680 was deleted as no HA routers are present in tenant 09754c882380444190befcbb96771748. [pid: 7|app: 0|req: 674/1400] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:50 2026] DELETE /v2.0/routers/58511002-eda7-4457-bdca-2e55a38beb06 => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:50.786 7 INFO neutron.services.segments.plugin [-] Segment 1e9ed464-3bcd-4400-b04d-4a820b2d4e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e9ed464-3bcd-4400-b04d-4a820b2d4e6e found for delete ", "request_id": "req-6c4909e1-abb2-43b7-bfc9-38cd6d306b98"}]} [pid: 7|app: 0|req: 675/1401] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:50 2026] DELETE /v2.0/subnets/4e22edc6-8482-453d-84eb-371e831dec44 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1402] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:50 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:50.979 8 INFO neutron.db.segments_db [None req-e95bde92-464a-4562-9180-5dc00e0e4300 30b0fe0ca0334c6b829c768232e12468 a67d6af0c0a84ba1854b35c0539a2019 - - default default] Added segment f6ae61b5-2581-492b-b17d-40681d2b86f4 of type vxlan for network 1f28709b-107d-49eb-a888-32b2a195be12 [pid: 7|app: 0|req: 676/1403] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:50 2026] DELETE /v2.0/networks/f259bbc1-1982-40c2-bf8c-6959d2edbed8 => 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: 728/1404] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:50 2026] POST /v2.0/networks => generated 631 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:51.114 7 INFO neutron.db.segments_db [None req-7ed19b52-d8ec-4a42-9903-e8de94cdcbfc bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment 3989f00e-d2d2-46c6-b5c1-723b1473a981 of type vxlan for network 3b664388-0205-4d5d-83f3-3a4e2c8f7ec2 [pid: 7|app: 0|req: 677/1405] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:51 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) [pid: 8|app: 0|req: 729/1406] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:06:51 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1407] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:51 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1408] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:51 2026] POST /v2.0/subnets => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1409] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:06:51 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:51.567 7 INFO neutron.db.segments_db [None req-64d5bcb7-9278-4b6c-92ad-9b115726c253 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment dbab2821-b665-4117-9c95-c719d446e82d of type vxlan for network b2d66bbc-2cf6-4cd3-930b-20e40434560f 2026-05-28 15:06:51.568 8 INFO neutron.db.segments_db [None req-5accdbe7-b150-444e-b862-b7eb5c70dd75 30b0fe0ca0334c6b829c768232e12468 a67d6af0c0a84ba1854b35c0539a2019 - - default default] Added segment 4d51b42e-58c8-4a28-9e7d-5adb0e78893d of type vxlan for network a4ff56df-9b6d-4f2a-90b8-25c11fb5c0d5 [pid: 8|app: 0|req: 732/1410] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:51 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1411] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:51 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:51.902 7 INFO neutron.db.l3_hamode_db [None req-64d5bcb7-9278-4b6c-92ad-9b115726c253 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:06:51.953 8 INFO neutron.db.segments_db [None req-138a4ba1-2440-4b81-8771-9c646922201a 30b0fe0ca0334c6b829c768232e12468 a67d6af0c0a84ba1854b35c0539a2019 - - default default] Added segment 8fecd8b9-355b-4a4b-9023-241ba4cbb7a5 of type vxlan for network e37da0b2-8eeb-4ce9-8a34-4db0aca727a4 [pid: 8|app: 0|req: 734/1412] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:51 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:52.033 7 INFO neutron.db.l3_hamode_db [None req-64d5bcb7-9278-4b6c-92ad-9b115726c253 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 735/1413] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:52 2026] POST /v2.0/subnets => generated 629 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:06:52.320 8 INFO neutron.db.segments_db [None req-2e70f3f8-bc63-4401-bfa7-e784ef8e1807 30b0fe0ca0334c6b829c768232e12468 a67d6af0c0a84ba1854b35c0539a2019 - - default default] Added segment f1f7ac4e-43aa-4b33-bbb4-3a403dedc2a5 of type vxlan for network 3124938d-aea4-4b7b-967b-325b13ae43dc [pid: 8|app: 0|req: 736/1414] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:06:52 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1415] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:52 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1416] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:06:52 2026] PUT /v2.0/subnets/397239e6-547c-4da9-b829-4a0e8389fb9d/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1417] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:06:52 2026] PUT /v2.0/subnets/74f341ce-3c73-409f-a909-350a42cac398/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:52.820 7 INFO neutron.services.segments.plugin [-] Segment 948bf839-fb5b-48de-9f03-6eb6b3fe9198 resource provider aggregate not found 2026-05-28 15:06:52.824 7 INFO neutron.services.segments.plugin [-] Segment 948bf839-fb5b-48de-9f03-6eb6b3fe9198 resource provider aggregate not found 2026-05-28 15:06:52.839 7 INFO neutron.services.segments.plugin [-] Segment 948bf839-fb5b-48de-9f03-6eb6b3fe9198 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 948bf839-fb5b-48de-9f03-6eb6b3fe9198 found for delete ", "request_id": "req-28ce6467-420d-491e-9f84-cea4df0a7b89"}]} 2026-05-28 15:06:52.841 7 INFO neutron.services.segments.plugin [-] Segment 948bf839-fb5b-48de-9f03-6eb6b3fe9198 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 948bf839-fb5b-48de-9f03-6eb6b3fe9198 found for delete ", "request_id": "req-01f983a7-1f74-47e1-a2d3-ecf1906b546e"}]} [pid: 8|app: 0|req: 740/1418] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:06:52 2026] PUT /v2.0/subnets/cbb3e96e-c14e-4e49-9a04-7dc57067a1bc/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1419] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:06:52 2026] PUT /v2.0/subnets/79b04571-5aef-476f-9384-f5235ff765b2/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1420] 10.0.0.93 () {32 vars in 663 bytes} [Thu May 28 15:06:52 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1421] 10.0.0.93 () {32 vars in 677 bytes} [Thu May 28 15:06:52 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1422] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:51 2026] POST /v2.0/routers => generated 507 bytes in 1549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1423] 10.0.0.93 () {32 vars in 673 bytes} [Thu May 28 15:06:53 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: 745/1424] 10.0.0.93 () {32 vars in 685 bytes} [Thu May 28 15:06:53 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: 8|app: 0|req: 746/1425] 10.0.0.93 () {32 vars in 671 bytes} [Thu May 28 15:06:53 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1426] 10.0.0.93 () {32 vars in 685 bytes} [Thu May 28 15:06:53 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1427] 10.0.0.93 () {32 vars in 681 bytes} [Thu May 28 15:06:53 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1428] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:06:53 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1429] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:53 2026] DELETE /v2.0/subnets/397239e6-547c-4da9-b829-4a0e8389fb9d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1430] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:53 2026] DELETE /v2.0/subnets/74f341ce-3c73-409f-a909-350a42cac398 => 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: 752/1431] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:53 2026] DELETE /v2.0/subnets/cbb3e96e-c14e-4e49-9a04-7dc57067a1bc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1432] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:53 2026] DELETE /v2.0/subnets/79b04571-5aef-476f-9384-f5235ff765b2 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1433] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:53 2026] DELETE /v2.0/subnets/8b48f1b3-d590-4d1f-ab58-cda40951204c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:54.083 8 INFO neutron.services.segments.plugin [-] Segment 1f6d4ac3-93f6-4912-a587-c6ac8783b213 resource provider aggregate not found 2026-05-28 15:06:54.084 8 INFO neutron.services.segments.plugin [-] Segment 1f6d4ac3-93f6-4912-a587-c6ac8783b213 resource provider aggregate not found [pid: 7|app: 0|req: 680/1434] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:06:53 2026] PUT /v2.0/routers/bd2667f9-bb1d-45b8-a2f3-1dd8274194da/add_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:06:54.103 8 INFO neutron.services.segments.plugin [-] Segment 1f6d4ac3-93f6-4912-a587-c6ac8783b213 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f6d4ac3-93f6-4912-a587-c6ac8783b213 found for delete ", "request_id": "req-710b2ba8-9ee3-49c6-be57-f0baf5439313"}]} 2026-05-28 15:06:54.105 8 INFO neutron.services.segments.plugin [-] Segment 1f6d4ac3-93f6-4912-a587-c6ac8783b213 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f6d4ac3-93f6-4912-a587-c6ac8783b213 found for delete ", "request_id": "req-aa98e791-2644-4787-aa56-a98770118525"}]} [pid: 8|app: 0|req: 755/1435] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:53 2026] DELETE /v2.0/networks/2ec71877-4a1e-4cfe-94ed-a172e57a861d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1436] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:06:54 2026] GET /v2.0/ports/06102077-3613-4c83-b3ba-20b92710d916 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1437] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:54 2026] DELETE /v2.0/networks/1f28709b-107d-49eb-a888-32b2a195be12 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1438] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:54 2026] DELETE /v2.0/networks/a4ff56df-9b6d-4f2a-90b8-25c11fb5c0d5 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1439] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:54 2026] DELETE /v2.0/networks/e37da0b2-8eeb-4ce9-8a34-4db0aca727a4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:06:54.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-349805b5-d75b-421c-9f47-f14659ef782f bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: 06102077-3613-4c83-b3ba-20b92710d916 2026-05-28 15:06:54.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-349805b5-d75b-421c-9f47-f14659ef782f bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: 06102077-3613-4c83-b3ba-20b92710d916 [pid: 8|app: 0|req: 759/1440] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:54 2026] DELETE /v2.0/networks/3124938d-aea4-4b7b-967b-325b13ae43dc => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1441] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:06:54 2026] PUT /v2.0/routers/bd2667f9-bb1d-45b8-a2f3-1dd8274194da/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1442] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:55 2026] GET /v2.0/ports?device_id=bd2667f9-bb1d-45b8-a2f3-1dd8274194da => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:55.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-50afd084-19c9-41e9-b394-72e2146b1e26 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: d93f2f1a-4364-42b6-804e-56d93155609d 2026-05-28 15:06:55.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50afd084-19c9-41e9-b394-72e2146b1e26 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: d93f2f1a-4364-42b6-804e-56d93155609d 2026-05-28 15:06:55.533 7 INFO neutron.services.segments.plugin [-] Segment dbab2821-b665-4117-9c95-c719d446e82d resource provider aggregate not found 2026-05-28 15:06:55.538 7 INFO neutron.services.segments.plugin [-] Segment dbab2821-b665-4117-9c95-c719d446e82d resource provider aggregate not found 2026-05-28 15:06:55.554 7 INFO neutron.services.segments.plugin [-] Segment dbab2821-b665-4117-9c95-c719d446e82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbab2821-b665-4117-9c95-c719d446e82d found for delete ", "request_id": "req-1a05bd4a-e1c5-4e4a-a436-858203a518a5"}]} 2026-05-28 15:06:55.558 7 INFO neutron.services.segments.plugin [-] Segment dbab2821-b665-4117-9c95-c719d446e82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbab2821-b665-4117-9c95-c719d446e82d found for delete ", "request_id": "req-b85392cd-3d89-430e-a72b-fe8485844f25"}]} 2026-05-28 15:06:55.559 7 INFO neutron.db.l3_hamode_db [None req-50afd084-19c9-41e9-b394-72e2146b1e26 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] HA network b2d66bbc-2cf6-4cd3-930b-20e40434560f was deleted as no HA routers are present in tenant 09754c882380444190befcbb96771748. [pid: 7|app: 0|req: 683/1443] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:55 2026] DELETE /v2.0/routers/bd2667f9-bb1d-45b8-a2f3-1dd8274194da => generated 0 bytes in 514 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1444] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:55 2026] DELETE /v2.0/subnets/32678fc1-a3c9-471b-889a-fe2f54f0e14d => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1445] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:55 2026] GET /v2.0/security-groups?tenant_id=619f2fbd6c644508b1a9892980331cc9&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:06:55.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-a10fc8de-684c-463c-85df-9fc69d7bd733 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: df76500e-6501-4015-8e48-fb85ebf13a3e 2026-05-28 15:06:55.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a10fc8de-684c-463c-85df-9fc69d7bd733 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: df76500e-6501-4015-8e48-fb85ebf13a3e [pid: 8|app: 0|req: 762/1446] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:55 2026] DELETE /v2.0/security-groups/53acb58d-993e-470a-8591-242db7d9eec3 => 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: 685/1447] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:06:55 2026] DELETE /v2.0/networks/3b664388-0205-4d5d-83f3-3a4e2c8f7ec2 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1448] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:55 2026] GET /v2.0/security-groups?tenant_id=a67d6af0c0a84ba1854b35c0539a2019&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:06:56.060 7 INFO neutron.db.segments_db [None req-e510898d-bc95-45c4-a143-3fb133c9814a bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Added segment 6857378a-7d34-42f0-a9b8-365e3f602a9c of type vxlan for network 1e4ebbf3-e3a5-4957-9f86-728f8add1036 [pid: 8|app: 0|req: 764/1449] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:56 2026] DELETE /v2.0/security-groups/b90cfbb1-fb42-4fe7-8258-3c23f1fa40a4 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:56.125 8 INFO neutron.services.segments.plugin [-] Segment f6ae61b5-2581-492b-b17d-40681d2b86f4 resource provider aggregate not found 2026-05-28 15:06:56.129 8 INFO neutron.services.segments.plugin [-] Segment f6ae61b5-2581-492b-b17d-40681d2b86f4 resource provider aggregate not found 2026-05-28 15:06:56.144 8 INFO neutron.services.segments.plugin [-] Segment f6ae61b5-2581-492b-b17d-40681d2b86f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6ae61b5-2581-492b-b17d-40681d2b86f4 found for delete ", "request_id": "req-91b37f81-5fa6-4f55-8d04-409106ef6150"}]} 2026-05-28 15:06:56.147 8 INFO neutron.services.segments.plugin [-] Segment f6ae61b5-2581-492b-b17d-40681d2b86f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6ae61b5-2581-492b-b17d-40681d2b86f4 found for delete ", "request_id": "req-315924d1-1693-4ccc-9ebe-637161b45d11"}]} 2026-05-28 15:06:56.164 8 INFO neutron.services.segments.plugin [-] Segment 4d51b42e-58c8-4a28-9e7d-5adb0e78893d resource provider aggregate not found 2026-05-28 15:06:56.168 8 INFO neutron.services.segments.plugin [-] Segment 4d51b42e-58c8-4a28-9e7d-5adb0e78893d resource provider aggregate not found 2026-05-28 15:06:56.179 8 INFO neutron.services.segments.plugin [-] Segment 4d51b42e-58c8-4a28-9e7d-5adb0e78893d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d51b42e-58c8-4a28-9e7d-5adb0e78893d found for delete ", "request_id": "req-77bb85f3-eeb0-4be2-a2a3-330495cc095a"}]} 2026-05-28 15:06:56.183 8 INFO neutron.services.segments.plugin [-] Segment 4d51b42e-58c8-4a28-9e7d-5adb0e78893d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d51b42e-58c8-4a28-9e7d-5adb0e78893d found for delete ", "request_id": "req-9572edee-e87c-4fd4-b72f-54cd18f7efc9"}]} 2026-05-28 15:06:56.195 8 INFO neutron.services.segments.plugin [-] Segment 8fecd8b9-355b-4a4b-9023-241ba4cbb7a5 resource provider aggregate not found 2026-05-28 15:06:56.199 8 INFO neutron.services.segments.plugin [-] Segment 8fecd8b9-355b-4a4b-9023-241ba4cbb7a5 resource provider aggregate not found 2026-05-28 15:06:56.212 8 INFO neutron.services.segments.plugin [-] Segment 8fecd8b9-355b-4a4b-9023-241ba4cbb7a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fecd8b9-355b-4a4b-9023-241ba4cbb7a5 found for delete ", "request_id": "req-6265dabd-559b-4144-86db-fef4a1ac328a"}]} 2026-05-28 15:06:56.215 8 INFO neutron.services.segments.plugin [-] Segment 8fecd8b9-355b-4a4b-9023-241ba4cbb7a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fecd8b9-355b-4a4b-9023-241ba4cbb7a5 found for delete ", "request_id": "req-4619f1db-5074-4a72-84e1-d20f3874796a"}]} 2026-05-28 15:06:56.227 8 INFO neutron.services.segments.plugin [-] Segment f1f7ac4e-43aa-4b33-bbb4-3a403dedc2a5 resource provider aggregate not found 2026-05-28 15:06:56.232 8 INFO neutron.services.segments.plugin [-] Segment f1f7ac4e-43aa-4b33-bbb4-3a403dedc2a5 resource provider aggregate not found 2026-05-28 15:06:56.245 8 INFO neutron.services.segments.plugin [-] Segment f1f7ac4e-43aa-4b33-bbb4-3a403dedc2a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1f7ac4e-43aa-4b33-bbb4-3a403dedc2a5 found for delete ", "request_id": "req-0bea2097-bd64-4d7e-a156-91fc54af6094"}]} 2026-05-28 15:06:56.246 8 INFO neutron.services.segments.plugin [-] Segment f1f7ac4e-43aa-4b33-bbb4-3a403dedc2a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1f7ac4e-43aa-4b33-bbb4-3a403dedc2a5 found for delete ", "request_id": "req-730aae3d-f35c-41d0-a353-d04a4d44d0db"}]} 2026-05-28 15:06:56.296 7 INFO neutron.db.l3_hamode_db [None req-e510898d-bc95-45c4-a143-3fb133c9814a bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 765/1450] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:56 2026] GET /v2.0/security-groups?tenant_id=649e4923e2384ac1b7bb40fdb556a473&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/1451] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:56 2026] DELETE /v2.0/security-groups/26e2b546-6a25-4d87-beba-075b0a3e546f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:57.083 7 INFO neutron.db.l3_hamode_db [None req-e510898d-bc95-45c4-a143-3fb133c9814a bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 767/1452] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:06:57 2026] GET /v2.0/security-groups?tenant_id=30d839a470a44dc985c874f0e18b72ae&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1453] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:06:57 2026] DELETE /v2.0/security-groups/26fbbb0a-4c20-4cd5-8ff9-8a08efb85d97 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:06:57.589 7 INFO neutron.services.segments.plugin [-] Segment 3989f00e-d2d2-46c6-b5c1-723b1473a981 resource provider aggregate not found 2026-05-28 15:06:57.592 7 INFO neutron.services.segments.plugin [-] Segment 3989f00e-d2d2-46c6-b5c1-723b1473a981 resource provider aggregate not found 2026-05-28 15:06:57.607 7 INFO neutron.services.segments.plugin [-] Segment 3989f00e-d2d2-46c6-b5c1-723b1473a981 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3989f00e-d2d2-46c6-b5c1-723b1473a981 found for delete ", "request_id": "req-2d6412a4-1226-4140-a798-30b51a0ca3ee"}]} 2026-05-28 15:06:57.615 7 INFO neutron.services.segments.plugin [-] Segment 3989f00e-d2d2-46c6-b5c1-723b1473a981 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3989f00e-d2d2-46c6-b5c1-723b1473a981 found for delete ", "request_id": "req-b456e73d-d924-4848-bf59-113d4a62d097"}]} [pid: 7|app: 0|req: 686/1454] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:06:56 2026] POST /v2.0/routers => generated 687 bytes in 1949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1455] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:06:57 2026] GET /v2.0/routers/813fa180-46b9-4a64-8deb-d8d3c5f9cbda => generated 693 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1456] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:06:58 2026] GET /v2.0/routers => generated 696 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1457] 10.0.0.93 () {34 vars in 740 bytes} [Thu May 28 15:06:58 2026] PUT /v2.0/routers/813fa180-46b9-4a64-8deb-d8d3c5f9cbda => generated 700 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1458] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:06:58 2026] GET /v2.0/routers/813fa180-46b9-4a64-8deb-d8d3c5f9cbda => generated 700 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1459] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:58 2026] GET /v2.0/ports?device_id=813fa180-46b9-4a64-8deb-d8d3c5f9cbda => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:58.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-34059fe9-3cce-477f-ac67-bae411dccdce bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: 335736c6-668f-409e-916f-de6e16c92239 2026-05-28 15:06:58.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34059fe9-3cce-477f-ac67-bae411dccdce bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: 335736c6-668f-409e-916f-de6e16c92239 2026-05-28 15:06:59.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-34059fe9-3cce-477f-ac67-bae411dccdce bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] TaaS: Handle Delete Port: db1a20a8-dc25-479e-8f09-784259262832 2026-05-28 15:06:59.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34059fe9-3cce-477f-ac67-bae411dccdce bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] Tap Mirror: Handle Delete Port: db1a20a8-dc25-479e-8f09-784259262832 2026-05-28 15:06:59.344 7 INFO neutron.db.l3_hamode_db [None req-34059fe9-3cce-477f-ac67-bae411dccdce bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] HA network 1e4ebbf3-e3a5-4957-9f86-728f8add1036 was deleted as no HA routers are present in tenant 09754c882380444190befcbb96771748. [pid: 7|app: 0|req: 689/1460] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:58 2026] DELETE /v2.0/routers/813fa180-46b9-4a64-8deb-d8d3c5f9cbda => generated 0 bytes in 716 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1461] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:59 2026] GET /v2.0/ports?device_id=813fa180-46b9-4a64-8deb-d8d3c5f9cbda => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:59.403 7 INFO neutron.api.v2.resource [None req-66396505-eeec-468d-aca0-1fc7bfb54540 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 690/1462] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/routers/813fa180-46b9-4a64-8deb-d8d3c5f9cbda => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1463] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:59 2026] GET /v2.0/ports?device_id=bd2667f9-bb1d-45b8-a2f3-1dd8274194da => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:59.479 7 INFO neutron.api.v2.resource [None req-fb7a18b8-b524-4955-bdba-9c556bd3bad9 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1464] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/routers/bd2667f9-bb1d-45b8-a2f3-1dd8274194da => generated 135 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:59.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12a672bc-c669-4a43-8c33-e8d845a4adeb bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 774/1465] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/subnets/32678fc1-a3c9-471b-889a-fe2f54f0e14d => 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: 692/1466] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:59 2026] GET /v2.0/ports?device_id=58511002-eda7-4457-bdca-2e55a38beb06 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:59.545 8 INFO neutron.api.v2.resource [None req-7d148e68-7d5b-498c-97de-da2ae2550e57 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1467] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/routers/58511002-eda7-4457-bdca-2e55a38beb06 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:59.565 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f275bcd7-226f-4046-a6ad-c330314d2980 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1468] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/subnets/4e22edc6-8482-453d-84eb-371e831dec44 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1469] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:06:59 2026] GET /v2.0/ports?device_id=f0bcb5b8-fff0-458e-beb2-3f5855891ee4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:06:59.642 7 INFO neutron.services.segments.plugin [-] Segment 6857378a-7d34-42f0-a9b8-365e3f602a9c resource provider aggregate not found 2026-05-28 15:06:59.645 7 INFO neutron.api.v2.resource [None req-1de0f52c-30a4-4574-9f49-30f8d9ee8549 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1470] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/routers/f0bcb5b8-fff0-458e-beb2-3f5855891ee4 => generated 135 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:59.651 7 INFO neutron.services.segments.plugin [-] Segment 6857378a-7d34-42f0-a9b8-365e3f602a9c resource provider aggregate not found 2026-05-28 15:06:59.666 7 INFO neutron.services.segments.plugin [-] Segment 6857378a-7d34-42f0-a9b8-365e3f602a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6857378a-7d34-42f0-a9b8-365e3f602a9c found for delete ", "request_id": "req-52326bb4-a657-4d1b-9289-d8c1e1b134cf"}]} 2026-05-28 15:06:59.667 7 INFO neutron.services.segments.plugin [-] Segment 6857378a-7d34-42f0-a9b8-365e3f602a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6857378a-7d34-42f0-a9b8-365e3f602a9c found for delete ", "request_id": "req-b529c605-16f6-4ff4-9144-c35322042203"}]} 2026-05-28 15:06:59.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d1a2209-28cf-45be-a013-162b2524c45b bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 777/1471] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/subnets/26c260c8-29d5-4e5e-be99-5e2528d1dde4 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:06:59.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50371689-f154-440e-a151-b63cb38ecdd7 bb5560e241d9464381db75f195c11c5f 09754c882380444190befcbb96771748 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 695/1472] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:06:59 2026] DELETE /v2.0/subnets/478acd07-42ef-487f-b521-733b36a6c3b1 => 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: 696/1473] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:00 2026] GET /v2.0/security-groups?tenant_id=09754c882380444190befcbb96771748&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1474] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:00 2026] DELETE /v2.0/security-groups/06b4ea91-10d7-42f1-8788-2541a2456fbe => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1475] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:06:59 2026] POST /v2.0/floatingips => generated 552 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1476] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:07:00 2026] PUT /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1477] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:00 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1478] 10.0.0.93 () {34 vars in 769 bytes} [Thu May 28 15:07:00 2026] PUT /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1479] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:00 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1480] 10.0.0.93 () {34 vars in 765 bytes} [Thu May 28 15:07:00 2026] PUT /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1481] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:00 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/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: 701/1482] 10.0.0.93 () {34 vars in 787 bytes} [Thu May 28 15:07:00 2026] PUT /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags/black.or.white => 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: 782/1483] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:00 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1484] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:07:01 2026] PUT /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1485] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:01 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1486] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:07:01 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:07:01.218 8 INFO neutron.api.v2.resource [None req-3f40aaae-c965-4675-94db-3744cd28d7d5 1833fb22c8bc41ccbd33f88b24c2017d 8f49915ae75742109b511fcdb99b1f9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 784/1487] 10.0.0.93 () {32 vars in 750 bytes} [Thu May 28 15:07:01 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1488] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:07:01 2026] DELETE /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1489] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:01 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:01.398 7 INFO neutron.api.v2.resource [None req-b0e20e79-fcef-466a-8284-277a51382cf5 1833fb22c8bc41ccbd33f88b24c2017d 8f49915ae75742109b511fcdb99b1f9d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 705/1490] 10.0.0.93 () {32 vars in 753 bytes} [Thu May 28 15:07:01 2026] DELETE /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1491] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:07:01 2026] DELETE /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1492] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:01 2026] GET /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:01.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-f777bd15-7576-4f14-8129-fffd1688e329 1833fb22c8bc41ccbd33f88b24c2017d 8f49915ae75742109b511fcdb99b1f9d - - default default] TaaS: Handle Delete Port: b087edb9-0bfc-4423-8510-dc81d6eae86d 2026-05-28 15:07:01.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f777bd15-7576-4f14-8129-fffd1688e329 1833fb22c8bc41ccbd33f88b24c2017d 8f49915ae75742109b511fcdb99b1f9d - - default default] Tap Mirror: Handle Delete Port: b087edb9-0bfc-4423-8510-dc81d6eae86d [pid: 8|app: 0|req: 787/1493] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:07:01 2026] DELETE /v2.0/floatingips/be6f84ee-1163-4dc8-8ea7-50c20533a3a5 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1494] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:07:01 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1495] 10.0.0.166 () {34 vars in 1040 bytes} [Thu May 28 15:07:01 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1496] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:02 2026] GET /v2.0/security-groups?tenant_id=8f49915ae75742109b511fcdb99b1f9d&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1497] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:02 2026] DELETE /v2.0/security-groups/2f604e68-2cb0-46cc-bc2e-efe0ee9f8be7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1498] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:02 2026] GET /v2.0/security-groups?tenant_id=e5a4ded9a2be43e88c2c8434bd04e57a&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1499] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:03 2026] DELETE /v2.0/security-groups/46b8ae1f-621b-4989-aad6-3fffbbbc66bd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1500] 10.0.0.55 () {32 vars in 800 bytes} [Thu May 28 15:07:03 2026] GET /v2.0/extensions => generated 21537 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1501] 10.0.0.55 () {30 vars in 723 bytes} [Thu May 28 15:07:04 2026] GET /v2.0/quotas/d290f969319b4b9792a8b01e85a4f56c/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1504] 10.0.0.93 () {34 vars in 677 bytes} [Thu May 28 15:07:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1505] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:07:06 2026] PUT /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1506] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:07:06 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1507] 10.0.0.93 () {34 vars in 763 bytes} [Thu May 28 15:07:06 2026] PUT /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1508] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:07:06 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1509] 10.0.0.93 () {34 vars in 759 bytes} [Thu May 28 15:07:06 2026] PUT /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1510] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:07:06 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1511] 10.0.0.93 () {34 vars in 781 bytes} [Thu May 28 15:07:06 2026] PUT /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1512] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:07:06 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:07.006 7 INFO neutron.db.segments_db [None req-167f1be6-5a7b-4250-b5bf-b11c2a31e343 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Added segment a100725a-7c6e-4c3d-accc-399030459ab7 of type vxlan for network a3876ae9-70f9-4e75-abe5-9d89a8079153 [pid: 8|app: 0|req: 800/1513] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:07:06 2026] PUT /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1514] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1515] 10.0.0.93 () {32 vars in 740 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1516] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:06 2026] POST /v2.0/networks => generated 639 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:07.120 8 INFO neutron.api.v2.resource [None req-3de6cc07-da35-495d-9810-736ea4ed2c52 b43de561f69c4ae8b38b1e707893c70c 5e85d335ecff4dd69cc7a6ac04b8340a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 803/1517] 10.0.0.93 () {32 vars in 744 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1518] 10.0.0.93 () {32 vars in 743 bytes} [Thu May 28 15:07:07 2026] DELETE /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1519] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:07.230 8 INFO neutron.api.v2.resource [None req-0c80cb3c-3679-4142-89e5-f18307ca15b0 b43de561f69c4ae8b38b1e707893c70c 5e85d335ecff4dd69cc7a6ac04b8340a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 806/1520] 10.0.0.93 () {32 vars in 747 bytes} [Thu May 28 15:07:07 2026] DELETE /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1521] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:07:07 2026] DELETE /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1522] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:07 2026] POST /v2.0/subnets => generated 658 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1523] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1524] 10.0.0.55 () {32 vars in 800 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1525] 10.0.0.93 () {32 vars in 721 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 810/1526] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:07:07 2026] DELETE /v2.0/qos/policies/dab41d14-11e2-49d7-a476-b4d1ab4bcc17 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1527] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:07 2026] POST /v2.0/subnets => generated 732 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1528] 10.0.0.55 () {30 vars in 723 bytes} [Thu May 28 15:07:07 2026] GET /v2.0/quotas/d290f969319b4b9792a8b01e85a4f56c/details => generated 847 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:07.604 7 INFO neutron.db.segments_db [None req-ee8be32f-af71-4e6c-bf92-9dfe690078b3 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Added segment 745e49bb-08a8-4d9f-81aa-0aeefc7212db of type vxlan for network e757f573-5814-4b21-b54a-315d6f6a78b1 [pid: 7|app: 0|req: 718/1529] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:07 2026] POST /v2.0/networks => generated 638 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1530] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:07 2026] POST /v2.0/subnets => generated 654 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1531] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:08 2026] GET /v2.0/security-groups?tenant_id=5e85d335ecff4dd69cc7a6ac04b8340a&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1532] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:07 2026] POST /v2.0/subnets => generated 726 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:08.339 7 INFO neutron.db.segments_db [None req-e7d37db6-6b4b-44ca-b57b-e31b7610bd19 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Added segment a468d2e8-215b-42d3-b218-52346a922198 of type vxlan for network 16b2bcd8-d0df-4052-8a67-c3f028acc42f [pid: 8|app: 0|req: 814/1533] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:08 2026] DELETE /v2.0/security-groups/66fa866d-4afd-4339-9d30-ba9bf82ce548 => 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: 720/1534] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:08 2026] POST /v2.0/networks => generated 637 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1535] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:08 2026] GET /v2.0/security-groups?tenant_id=e949955193a44cc0b0d048c9ca1e19e2&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1536] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:08 2026] POST /v2.0/subnets => generated 656 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1537] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:08 2026] DELETE /v2.0/security-groups/3103b046-8cfc-404f-bbc0-a798b0058f23 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1538] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:08 2026] POST /v2.0/subnets => generated 730 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:08.885 7 INFO neutron.db.segments_db [None req-5bdedcba-957d-43b2-a4ab-0c2e98dd41a8 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Added segment 01fae375-b8ed-4959-8d07-8e7c1fadf255 of type vxlan for network 1e302a52-6d1c-44ab-b6a9-2711edf87908 2026-05-28 15:07:09.170 7 INFO neutron.db.l3_hamode_db [None req-5bdedcba-957d-43b2-a4ab-0c2e98dd41a8 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:07:09.939 7 INFO neutron.db.l3_hamode_db [None req-5bdedcba-957d-43b2-a4ab-0c2e98dd41a8 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 723/1539] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:08 2026] POST /v2.0/routers => generated 684 bytes in 1990 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1540] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:10 2026] GET /v2.0/security-groups?tenant_id=d290f969319b4b9792a8b01e85a4f56c&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: 818/1541] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:11 2026] DELETE /v2.0/security-groups/699a73d3-60d1-40ec-a1e9-a7728a9c77a0 => 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: 724/1542] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:07:10 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:12.265 8 INFO neutron.db.segments_db [None req-289d147a-d976-4063-9583-767ea2c5a412 2fb87cbcb0e04d6e8f44d01fb40eea17 0b24407d0e0b47fa971fa2d10da6db28 - - default default] Added segment dfd0cff5-e84b-42cb-9556-205538c8421f of type vxlan for network 3eb8e2a2-8788-4d6b-ba7c-fd832b7019e2 [pid: 8|app: 0|req: 819/1543] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:12 2026] POST /v2.0/networks => generated 631 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1544] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:12 2026] POST /v2.0/subnets => generated 626 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1545] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:07:12 2026] PUT /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/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: 822/1546] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:07:12 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1547] 10.0.0.93 () {34 vars in 761 bytes} [Thu May 28 15:07:12 2026] PUT /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags/green => 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: 824/1548] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:07:12 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/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: 825/1549] 10.0.0.93 () {34 vars in 757 bytes} [Thu May 28 15:07:12 2026] PUT /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1550] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:12 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1551] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1552] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1553] 10.0.0.93 () {34 vars in 779 bytes} [Thu May 28 15:07:13 2026] PUT /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1554] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1555] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:07:13 2026] PUT /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1556] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1557] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1558] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&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: 835/1559] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:07:13.554 8 INFO neutron.api.v2.resource [None req-5ef51d53-8c28-40b4-acf7-2c8879350142 2fb87cbcb0e04d6e8f44d01fb40eea17 0b24407d0e0b47fa971fa2d10da6db28 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1560] 10.0.0.93 () {32 vars in 742 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1561] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:07:12 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1562] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:07:13 2026] DELETE /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1563] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:13.709 8 INFO neutron.api.v2.resource [None req-ab578d79-9e5b-44d0-bc7f-421a8bd72174 2fb87cbcb0e04d6e8f44d01fb40eea17 0b24407d0e0b47fa971fa2d10da6db28 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1564] 10.0.0.93 () {32 vars in 745 bytes} [Thu May 28 15:07:13 2026] DELETE /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1565] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:07:13 2026] DELETE /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1566] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:07:13 2026] GET /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1567] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:13 2026] DELETE /v2.0/subnets/8a5dfb66-2aad-4d09-8dae-52913d4fb59d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:14.041 8 INFO neutron.services.segments.plugin [-] Segment dfd0cff5-e84b-42cb-9556-205538c8421f resource provider aggregate not found 2026-05-28 15:07:14.049 8 INFO neutron.services.segments.plugin [-] Segment dfd0cff5-e84b-42cb-9556-205538c8421f resource provider aggregate not found 2026-05-28 15:07:14.066 8 INFO neutron.services.segments.plugin [-] Segment dfd0cff5-e84b-42cb-9556-205538c8421f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd0cff5-e84b-42cb-9556-205538c8421f found for delete ", "request_id": "req-1a11aad8-e8b2-4d43-9ca9-da9f3243165d"}]} 2026-05-28 15:07:14.071 8 INFO neutron.services.segments.plugin [-] Segment dfd0cff5-e84b-42cb-9556-205538c8421f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd0cff5-e84b-42cb-9556-205538c8421f found for delete ", "request_id": "req-46dcbe84-da6b-463f-b324-e34de829bcf9"}]} [pid: 8|app: 0|req: 843/1568] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:13 2026] DELETE /v2.0/networks/3eb8e2a2-8788-4d6b-ba7c-fd832b7019e2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:14.562 8 INFO neutron.db.segments_db [None req-3ce02818-72df-40f1-a092-017037c9e7bd e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Added segment 82b7a6dc-03b1-4f8a-b7b4-8e00ae5ccfd9 of type vxlan for network 0161c6d3-34ee-4306-833a-d57b20abcbd5 [pid: 8|app: 0|req: 844/1569] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:07:14 2026] POST /v2.0/networks => generated 631 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1570] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:14 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:14.719 8 INFO neutron.db.segments_db [None req-0e6da351-7209-4638-8ad6-802352ee4094 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Added segment b41ce10c-1617-45f1-a654-5d1c8ae65c8d of type vxlan for network 4fa3c5a1-1f6a-47db-873b-89be4c85472b 2026-05-28 15:07:14.946 8 INFO neutron.db.l3_hamode_db [None req-0e6da351-7209-4638-8ad6-802352ee4094 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 726/1571] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:07:13 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/add_router_interface => generated 309 bytes in 1981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1572] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:15 2026] GET /v2.0/security-groups?id=a6d08aa4-f7ed-4271-b5ed-747cc55c074e&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:15.693 8 INFO neutron.db.l3_hamode_db [None req-0e6da351-7209-4638-8ad6-802352ee4094 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 728/1573] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:15 2026] GET /v2.0/security-groups?tenant_id=42c9ae3ce08245baa0582279e862fe5e&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1574] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:07:15 2026] POST /v2.0/security-groups => generated 1627 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1575] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:15 2026] DELETE /v2.0/security-groups/a649579e-0ca6-41a0-8792-495bead02093 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1576] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:07:15 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1577] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:16.295 7 INFO neutron_taas.services.taas.taas_plugin [req-11f2b28f-f2e3-42ec-8277-e5fc2f518e4e req-e9c65d6b-8905-47d4-a2d2-2d521177dfcc be70b4c78f0a4742857dc7bdeae9c152 24390d045a674221b4e54f9559daa68e - - default default] TaaS: Handle Delete Port: 94e09705-35b9-473b-9d72-5c166444918c 2026-05-28 15:07:16.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-11f2b28f-f2e3-42ec-8277-e5fc2f518e4e req-e9c65d6b-8905-47d4-a2d2-2d521177dfcc be70b4c78f0a4742857dc7bdeae9c152 24390d045a674221b4e54f9559daa68e - - default default] Tap Mirror: Handle Delete Port: 94e09705-35b9-473b-9d72-5c166444918c 2026-05-28 15:07:16.401 7 INFO neutron.db.l3_db [req-11f2b28f-f2e3-42ec-8277-e5fc2f518e4e req-e9c65d6b-8905-47d4-a2d2-2d521177dfcc be70b4c78f0a4742857dc7bdeae9c152 24390d045a674221b4e54f9559daa68e - - default default] Floating IP 1ad997f4-0587-4832-b9c0-0c65c6c56060 disassociated. External IP: 10.96.250.210, port: 94e09705-35b9-473b-9d72-5c166444918c. [pid: 8|app: 0|req: 846/1578] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:14 2026] POST /v2.0/routers => generated 695 bytes in 1924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1579] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:16 2026] GET /v2.0/security-groups?tenant_id=0b24407d0e0b47fa971fa2d10da6db28&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: 848/1580] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1581] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:07:16 2026] DELETE /v2.0/ports/94e09705-35b9-473b-9d72-5c166444918c => generated 0 bytes in 606 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:16.841 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a18db332-0c31-45a2-a931-a0939f215933'] response: {'server_uuid': '6acd64e6-cd4f-4b66-b484-96a7284b8865', 'name': 'network-vif-deleted', 'tag': '94e09705-35b9-473b-9d72-5c166444918c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 734/1582] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:16 2026] DELETE /v2.0/security-groups/2b689448-2f8f-4d52-993a-f2524c35f330 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1583] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:16 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 849/1584] 10.0.0.93 () {32 vars in 775 bytes} [Thu May 28 15:07:16 2026] GET /v2.0/subnets?project_id=996d70cdf8e84305ac1e18d710082aff&cidr=10.100.0.0%2F28 => generated 14 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1585] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:07:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1586] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1587] 10.0.0.93 () {32 vars in 783 bytes} [Thu May 28 15:07:17 2026] GET /v2.0/subnets?network_id=28a54990-3ee0-4371-8afd-8c1661751490&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1588] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:17 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: 852/1589] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:17 2026] POST /v2.0/subnets => generated 655 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1590] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1591] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1592] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1593] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1594] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1595] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1596] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 745/1597] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1598] 10.0.0.53 () {34 vars in 1093 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-481913833&fields=id&tenant_id=1dfadb7533174b939454e971ef15d3fc => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1599] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1600] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/quotas/1dfadb7533174b939454e971ef15d3fc => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1601] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:07:17 2026] PUT /v2.0/routers/eb2c8d7d-10d9-48fe-a0d1-dbba9ce3cc4a/add_router_interface => generated 309 bytes in 1472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1602] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&fields=id => generated 287 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1603] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 854/1604] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/networks => generated 8116 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1605] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 855/1606] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/subnets => generated 8722 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1607] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:07:18 2026] GET /v2.0/routers => generated 2179 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1608] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:19 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1609] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:07:19 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1610] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:19 2026] GET /v2.0/ports?device_id=6acd64e6-cd4f-4b66-b484-96a7284b8865 => 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: 857/1611] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:19 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: 755/1612] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1613] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1616] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07: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-05-28 15:07:19.844 8 INFO neutron.db.securitygroups_db [None req-3c8d54cf-ce49-48a9-8d6d-bf1e6bf4a59c e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Project 996d70cdf8e84305ac1e18d710082aff 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: 861/1617] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:20.007 7 INFO neutron.db.securitygroups_db [None req-2c7e5ebd-b7bc-485d-8844-d309992d78df e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Project 996d70cdf8e84305ac1e18d710082aff 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: 757/1618] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:07:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1619] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:20 2026] DELETE /v2.0/security-groups/a6d08aa4-f7ed-4271-b5ed-747cc55c074e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:07:20.509 7 INFO neutron.api.v2.resource [None req-d1734fc0-7b93-4564-8449-0d19b6090ae5 be70b4c78f0a4742857dc7bdeae9c152 24390d045a674221b4e54f9559daa68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1620] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/security-groups/a6d08aa4-f7ed-4271-b5ed-747cc55c074e => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:07:20.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbb6a23c-d9e1-4bf7-aed9-23ce907e9dbe be70b4c78f0a4742857dc7bdeae9c152 24390d045a674221b4e54f9559daa68e - - default default] TaaS: Handle Delete Port: 9b68fc5b-d070-4b73-a26c-06c0dc9ca248 2026-05-28 15:07:20.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbb6a23c-d9e1-4bf7-aed9-23ce907e9dbe be70b4c78f0a4742857dc7bdeae9c152 24390d045a674221b4e54f9559daa68e - - default default] Tap Mirror: Handle Delete Port: 9b68fc5b-d070-4b73-a26c-06c0dc9ca248 [pid: 8|app: 0|req: 863/1621] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/networks => generated 1296 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1622] 10.0.0.53 () {34 vars in 1099 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1971565743&fields=id&tenant_id=996d70cdf8e84305ac1e18d710082aff => 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: 759/1623] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:07:20 2026] DELETE /v2.0/floatingips/1ad997f4-0587-4832-b9c0-0c65c6c56060 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1624] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/networks?id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 659 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1625] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/quotas/996d70cdf8e84305ac1e18d710082aff => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1626] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&fields=id => generated 57 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1627] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?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: 869/1628] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:07:20 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1629] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:21 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:21.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-517e67e5-c320-49a1-a559-60631f5563be dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 0074dd33-b024-4ea0-a334-12ffb4af684f 2026-05-28 15:07:21.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-517e67e5-c320-49a1-a559-60631f5563be dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 0074dd33-b024-4ea0-a334-12ffb4af684f [pid: 7|app: 0|req: 760/1630] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:07:20 2026] PUT /v2.0/routers/ef886f22-e82c-4707-86b6-64612216515c/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:22.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-584f11b3-d7fa-46ca-8ebd-9611aa918106 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 7aafbb0f-0bc6-45a8-80e0-a89d22144c8b 2026-05-28 15:07:22.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-584f11b3-d7fa-46ca-8ebd-9611aa918106 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 7aafbb0f-0bc6-45a8-80e0-a89d22144c8b [pid: 7|app: 0|req: 761/1631] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:22 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:22.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-584f11b3-d7fa-46ca-8ebd-9611aa918106 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 7c0de37a-d9ac-49d4-a475-e65ca4152380 2026-05-28 15:07:22.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-584f11b3-d7fa-46ca-8ebd-9611aa918106 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 7c0de37a-d9ac-49d4-a475-e65ca4152380 2026-05-28 15:07:22.714 8 INFO neutron.services.segments.plugin [-] Segment 11b1170e-66bc-4b1d-b1bb-b0a62945eff8 resource provider aggregate not found 2026-05-28 15:07:22.724 8 INFO neutron.services.segments.plugin [-] Segment 11b1170e-66bc-4b1d-b1bb-b0a62945eff8 resource provider aggregate not found 2026-05-28 15:07:22.745 8 INFO neutron.services.segments.plugin [-] Segment 11b1170e-66bc-4b1d-b1bb-b0a62945eff8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b1170e-66bc-4b1d-b1bb-b0a62945eff8 found for delete ", "request_id": "req-aab24aa7-1e59-4051-9313-98bfe0a685e6"}]} 2026-05-28 15:07:22.748 8 INFO neutron.services.segments.plugin [-] Segment 11b1170e-66bc-4b1d-b1bb-b0a62945eff8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b1170e-66bc-4b1d-b1bb-b0a62945eff8 found for delete ", "request_id": "req-6642fd60-2228-47b5-9ba1-1dd129bb7eef"}]} 2026-05-28 15:07:22.750 8 INFO neutron.db.l3_hamode_db [None req-584f11b3-d7fa-46ca-8ebd-9611aa918106 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network f9308a3d-68f3-44dd-a567-011bc1e4a9a3 was deleted as no HA routers are present in tenant 24390d045a674221b4e54f9559daa68e. [pid: 8|app: 0|req: 871/1632] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:21 2026] DELETE /v2.0/routers/ef886f22-e82c-4707-86b6-64612216515c => generated 0 bytes in 947 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1633] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:22 2026] DELETE /v2.0/subnets/cd9d53af-41ee-4a4b-8b9d-81a8d7efa76d => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:23.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-82dd9298-b725-4f5a-9bc4-94969589c0d8 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 5132266e-d853-4dec-ad18-797b1d00c60a 2026-05-28 15:07:23.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82dd9298-b725-4f5a-9bc4-94969589c0d8 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 5132266e-d853-4dec-ad18-797b1d00c60a [pid: 7|app: 0|req: 763/1634] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:23 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1635] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:23 2026] DELETE /v2.0/networks/a489ba7c-a0ec-4512-accd-02e4f6dc01c5 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1636] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:23 2026] GET /v2.0/security-groups?tenant_id=24390d045a674221b4e54f9559daa68e&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: 873/1637] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:23 2026] DELETE /v2.0/security-groups/c8ea1bc1-ac99-477f-9a4a-0c6c6c009c57 => 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: 765/1638] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:24 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => 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: 874/1639] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:24 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1640] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:07:24 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:24.773 8 INFO neutron.services.segments.plugin [-] Segment 9f4e65d5-13c6-4f4e-8f36-c59b404abc41 resource provider aggregate not found 2026-05-28 15:07:24.782 8 INFO neutron.services.segments.plugin [-] Segment 9f4e65d5-13c6-4f4e-8f36-c59b404abc41 resource provider aggregate not found 2026-05-28 15:07:24.790 8 INFO neutron.services.segments.plugin [-] Segment 9f4e65d5-13c6-4f4e-8f36-c59b404abc41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f4e65d5-13c6-4f4e-8f36-c59b404abc41 found for delete ", "request_id": "req-a2cfb269-c637-4bfc-af6c-8d7c7702a81c"}]} [pid: 8|app: 0|req: 875/1641] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:07:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1dfadb7533174b939454e971ef15d3fc => generated 178 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:24.810 8 INFO neutron.services.segments.plugin [-] Segment 9f4e65d5-13c6-4f4e-8f36-c59b404abc41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f4e65d5-13c6-4f4e-8f36-c59b404abc41 found for delete ", "request_id": "req-070ae9d6-3fd7-4377-8e75-ad8474d58548"}]} [pid: 7|app: 0|req: 767/1642] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:07:24 2026] POST /v2.0/ports => generated 1179 bytes in 437 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: 768/1643] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:25 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 876/1644] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:07:25 2026] PUT /v2.0/ports/0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => generated 1460 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:07:25.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d87b2ee-b5db-47cc-b90b-a79514af8f0e'] response: {'name': 'network-changed', 'server_uuid': '409092bd-f014-4570-babd-01165ce6dcb8', 'tag': '0eddf1af-cd0e-41ad-853e-4c7b21ab6811', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 769/1645] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:26 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 877/1646] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:07:26 2026] GET /v2.0/networks?tenant_id=1dfadb7533174b939454e971ef15d3fc&shared=False => generated 2375 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1647] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:07:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1648] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:26 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 770/1649] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:26 2026] GET /v2.0/security-groups?tenant_id=849d1be098354df2aae911088faac524&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1651] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:26 2026] DELETE /v2.0/security-groups/71a5a169-3d19-4822-87ad-e1713af64e5d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1651] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:07:26 2026] GET /v2.0/networks?id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 659 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1652] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:07:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=996d70cdf8e84305ac1e18d710082aff => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1653] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:07:26 2026] POST /v2.0/ports => generated 954 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 773/1654] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1655] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.55&port_id=0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1656] 199.204.45.162 () {34 vars in 1104 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a0&port_id=0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => 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: 776/1657] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77&id=a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1658] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&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: 778/1659] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1660] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 780/1661] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 882/1662] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:07:27 2026] PUT /v2.0/ports/4ed90a3a-d850-419a-b1be-7cf9d8cac42b => generated 1235 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:07:27.840 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7be0923-6131-4282-b03d-fb73e5ebdc27'] response: {'name': 'network-changed', 'server_uuid': '45d5ef22-a085-48d8-aaae-289dd19fc914', 'tag': '4ed90a3a-d850-419a-b1be-7cf9d8cac42b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 883/1663] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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: 7|app: 0|req: 781/1664] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:07:27 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1665] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:28 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 782/1666] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:07:28 2026] GET /v2.0/networks?tenant_id=996d70cdf8e84305ac1e18d710082aff&shared=False => generated 755 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1667] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:07:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1668] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:28 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1669] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:28 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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: 7|app: 0|req: 784/1670] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1194 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1671] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1672] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/security-groups?tenant_id=93aa20b370cf4a30b50318ca5ca55d72&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1673] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1674] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:29 2026] DELETE /v2.0/security-groups/b91b0782-60e5-4dd0-9ae2-99892e39d21f => 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: 889/1675] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=4ed90a3a-d850-419a-b1be-7cf9d8cac42b => 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: 787/1676] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/subnets?id=6193a062-6ebd-434f-bf23-3ab5d253c813 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1677] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/ports?network_id=0161c6d3-34ee-4306-833a-d57b20abcbd5&device_owner=network%3Adhcp => 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: 788/1678] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1679] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:07:29 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?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: 789/1680] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:30 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 892/1681] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:30 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1682] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:31 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 893/1683] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:31 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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: 791/1684] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:32 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1685] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:32 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1686] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:33 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1687] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:33 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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: 793/1688] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:34 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1196 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1689] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:34 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&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: 794/1690] 10.0.0.93 () {32 vars in 817 bytes} [Thu May 28 15:07:34 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&mac_address=fa%3A16%3A3e%3A9f%3A93%3A0a => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1693] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:34 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1694] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:34 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:35.357 8 INFO neutron.db.l3_db [None req-d38a56a0-fe74-4f9d-8328-8c832c7624d0 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Floating IP 42fc7786-e17e-4c29-ba31-0c4aa22dbc1f associated. External IP: 10.96.250.209, port: 0eddf1af-cd0e-41ad-853e-4c7b21ab6811. [pid: 7|app: 0|req: 799/1695] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:35 2026] GET /v2.0/security-groups?tenant_id=8d75d5a1a62b43ae9dfeac7b967d4387&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1696] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:35 2026] DELETE /v2.0/security-groups/90ff3213-7d97-45d1-8bdd-525e9394ab35 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1697] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:35 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 802/1698] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:35 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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: 803/1699] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 804/1700] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1701] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1702] 10.0.0.93 () {34 vars in 676 bytes} [Thu May 28 15:07:34 2026] POST /v2.0/floatingips => generated 854 bytes in 1846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:36.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90f453d0-2fa1-4ba3-8926-b8515d96435f'] response: {'name': 'network-changed', 'server_uuid': '409092bd-f014-4570-babd-01165ce6dcb8', 'tag': '0eddf1af-cd0e-41ad-853e-4c7b21ab6811', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 898/1703] 10.0.0.53 () {34 vars in 1093 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-481913833&fields=id&tenant_id=1dfadb7533174b939454e971ef15d3fc => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1704] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1705] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/quotas/1dfadb7533174b939454e971ef15d3fc => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:36.850 7 INFO neutron.db.l3_db [None req-8b272c00-d673-4f55-b32a-b61fe513ef64 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Floating IP d54a36c8-6290-4848-b7c9-4ff057937f60 associated. External IP: 10.96.250.208, port: 4ed90a3a-d850-419a-b1be-7cf9d8cac42b. [pid: 8|app: 0|req: 901/1706] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&fields=id => generated 333 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1707] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 903/1708] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:07:36 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 904/1709] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1465 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1710] 10.0.0.93 () {34 vars in 676 bytes} [Thu May 28 15:07:36 2026] POST /v2.0/floatingips => generated 855 bytes in 981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1711] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1712] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:37.219 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6e0f2ba-dbd2-449b-a0ee-0666bf79ca59'] response: {'name': 'network-changed', 'server_uuid': '45d5ef22-a085-48d8-aaae-289dd19fc914', 'tag': '4ed90a3a-d850-419a-b1be-7cf9d8cac42b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 808/1713] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.55&port_id=0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1714] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1715] 199.204.45.162 () {34 vars in 1104 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a0&port_id=0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => 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: 907/1716] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77&id=a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1717] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1718] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&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: 811/1719] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 909/1720] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1721] 10.0.0.93 () {32 vars in 652 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions => generated 21537 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1722] 10.0.0.93 () {32 vars in 680 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1723] 10.0.0.93 () {32 vars in 680 bytes} [Thu May 28 15:07:37 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: 815/1724] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1725] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1726] 10.0.0.93 () {32 vars in 664 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1727] 10.0.0.93 () {32 vars in 698 bytes} [Thu May 28 15:07:37 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: 818/1728] 10.0.0.93 () {32 vars in 696 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1729] 10.0.0.93 () {32 vars in 700 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1730] 10.0.0.93 () {32 vars in 688 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1731] 10.0.0.93 () {32 vars in 702 bytes} [Thu May 28 15:07:37 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: 822/1732] 10.0.0.93 () {32 vars in 692 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1733] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/networks?id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 755 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1734] 10.0.0.93 () {32 vars in 694 bytes} [Thu May 28 15:07:37 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: 8|app: 0|req: 912/1735] 10.0.0.93 () {32 vars in 684 bytes} [Thu May 28 15:07:37 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: 8|app: 0|req: 913/1736] 10.0.0.93 () {32 vars in 686 bytes} [Thu May 28 15:07:37 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: 8|app: 0|req: 914/1737] 10.0.0.93 () {32 vars in 660 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1738] 10.0.0.93 () {32 vars in 698 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1739] 10.0.0.93 () {32 vars in 678 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1740] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=4ed90a3a-d850-419a-b1be-7cf9d8cac42b => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1741] 10.0.0.93 () {32 vars in 682 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1742] 10.0.0.93 () {32 vars in 674 bytes} [Thu May 28 15:07:37 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: 8|app: 0|req: 919/1743] 10.0.0.93 () {32 vars in 688 bytes} [Thu May 28 15:07:37 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: 825/1744] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/subnets?id=6193a062-6ebd-434f-bf23-3ab5d253c813 => 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: 920/1745] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:07:37 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: 8|app: 0|req: 921/1746] 10.0.0.93 () {32 vars in 686 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1747] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/ports?network_id=0161c6d3-34ee-4306-833a-d57b20abcbd5&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: 922/1748] 10.0.0.93 () {32 vars in 668 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1749] 10.0.0.93 () {32 vars in 686 bytes} [Thu May 28 15:07:37 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: 828/1750] 10.0.0.93 () {32 vars in 680 bytes} [Thu May 28 15:07:37 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: 829/1751] 10.0.0.93 () {32 vars in 698 bytes} [Thu May 28 15:07:38 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: 830/1752] 10.0.0.93 () {32 vars in 678 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1753] 10.0.0.93 () {32 vars in 666 bytes} [Thu May 28 15:07:38 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: 832/1754] 10.0.0.93 () {32 vars in 676 bytes} [Thu May 28 15:07:38 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: 8|app: 0|req: 923/1755] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:07:37 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1756] 10.0.0.93 () {32 vars in 664 bytes} [Thu May 28 15:07:38 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: 834/1757] 10.0.0.93 () {32 vars in 674 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/l3-flavors => 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: 835/1758] 10.0.0.93 () {32 vars in 712 bytes} [Thu May 28 15:07:38 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: 836/1759] 10.0.0.93 () {32 vars in 690 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1760] 10.0.0.93 () {32 vars in 682 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1761] 10.0.0.93 () {32 vars in 668 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1762] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?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: 839/1763] 10.0.0.93 () {32 vars in 686 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1764] 10.0.0.93 () {32 vars in 704 bytes} [Thu May 28 15:07:38 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: 840/1765] 10.0.0.93 () {32 vars in 674 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1766] 10.0.0.93 () {32 vars in 700 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1767] 10.0.0.93 () {32 vars in 674 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1768] 10.0.0.93 () {32 vars in 692 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1769] 10.0.0.93 () {32 vars in 688 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1770] 10.0.0.93 () {32 vars in 708 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1771] 10.0.0.93 () {32 vars in 704 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1772] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1773] 10.0.0.93 () {32 vars in 696 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1774] 10.0.0.93 () {32 vars in 710 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1775] 10.0.0.93 () {32 vars in 668 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1776] 10.0.0.93 () {32 vars in 686 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1777] 10.0.0.93 () {32 vars in 680 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1778] 10.0.0.93 () {32 vars in 674 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1779] 10.0.0.93 () {32 vars in 670 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1780] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1781] 10.0.0.93 () {32 vars in 660 bytes} [Thu May 28 15:07:38 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: 932/1782] 10.0.0.93 () {32 vars in 698 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1783] 10.0.0.93 () {32 vars in 698 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1784] 10.0.0.93 () {32 vars in 676 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-default => 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: 852/1785] 10.0.0.93 () {32 vars in 668 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1786] 10.0.0.93 () {32 vars in 682 bytes} [Thu May 28 15:07:38 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: 853/1787] 10.0.0.93 () {32 vars in 700 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1788] 10.0.0.93 () {32 vars in 684 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1789] 10.0.0.93 () {32 vars in 706 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1790] 10.0.0.93 () {32 vars in 668 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1791] 10.0.0.93 () {32 vars in 696 bytes} [Thu May 28 15:07:38 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: 8|app: 0|req: 937/1792] 10.0.0.93 () {32 vars in 694 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1793] 10.0.0.93 () {32 vars in 684 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1794] 10.0.0.93 () {32 vars in 688 bytes} [Thu May 28 15:07:38 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: 7|app: 0|req: 857/1795] 10.0.0.93 () {32 vars in 704 bytes} [Thu May 28 15:07:38 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: 939/1796] 10.0.0.93 () {32 vars in 666 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1797] 10.0.0.93 () {32 vars in 680 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1798] 10.0.0.93 () {32 vars in 680 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1799] 10.0.0.93 () {32 vars in 690 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1800] 10.0.0.93 () {32 vars in 690 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1801] 10.0.0.93 () {32 vars in 694 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1802] 10.0.0.93 () {32 vars in 684 bytes} [Thu May 28 15:07:38 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: 861/1803] 10.0.0.93 () {32 vars in 688 bytes} [Thu May 28 15:07:38 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: 8|app: 0|req: 943/1804] 10.0.0.93 () {32 vars in 700 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1805] 10.0.0.93 () {32 vars in 702 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1806] 10.0.0.93 () {32 vars in 712 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1807] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1808] 10.0.0.93 () {32 vars in 714 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1809] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1810] 10.0.0.93 () {32 vars in 740 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1811] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1812] 10.0.0.93 () {32 vars in 682 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1813] 10.0.0.93 () {32 vars in 668 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1814] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1815] 10.0.0.93 () {32 vars in 678 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1816] 10.0.0.93 () {32 vars in 668 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1817] 10.0.0.93 () {32 vars in 696 bytes} [Thu May 28 15:07:38 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: 8|app: 0|req: 950/1818] 10.0.0.93 () {32 vars in 704 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1819] 10.0.0.93 () {32 vars in 700 bytes} [Thu May 28 15:07:38 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: 8|app: 0|req: 951/1820] 10.0.0.93 () {32 vars in 700 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1821] 10.0.0.93 () {32 vars in 682 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1822] 10.0.0.93 () {32 vars in 704 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1823] 10.0.0.93 () {32 vars in 694 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1824] 10.0.0.93 () {32 vars in 688 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1825] 10.0.0.93 () {32 vars in 696 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1826] 10.0.0.93 () {32 vars in 678 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1827] 10.0.0.93 () {32 vars in 688 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1828] 10.0.0.93 () {32 vars in 700 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1829] 10.0.0.93 () {32 vars in 664 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1830] 10.0.0.93 () {32 vars in 680 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1831] 10.0.0.93 () {32 vars in 676 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1832] 10.0.0.93 () {32 vars in 692 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1833] 10.0.0.93 () {32 vars in 676 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1834] 10.0.0.93 () {32 vars in 666 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1835] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1836] 10.0.0.93 () {32 vars in 674 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1837] 10.0.0.93 () {32 vars in 686 bytes} [Thu May 28 15:07:38 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1838] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:07:39 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1839] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:39 2026] GET /v2.0/security-groups?tenant_id=4bad4ce2b5d04714a7a5aa0e620c7284&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1840] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:39 2026] DELETE /v2.0/security-groups/22e90657-4687-45a2-8251-d1a8193f50e8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1841] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:07:41 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1842] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:07:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1dfadb7533174b939454e971ef15d3fc => generated 178 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:41.680 7 INFO neutron.db.segments_db [None req-8f22fd95-2b27-42f7-95e3-375ae478cfb0 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] Added segment fc7ea0c5-90d4-45e8-9a01-03e07b86c737 of type vxlan for network 415ee3ee-7c17-4377-bce7-8af17313796e [pid: 7|app: 0|req: 880/1843] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:41 2026] POST /v2.0/networks => generated 649 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1844] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:07:41 2026] POST /v2.0/ports => generated 1183 bytes in 456 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: 881/1845] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:07:41 2026] POST /v2.0/ports => generated 777 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:07:42.156 7 INFO neutron.db.segments_db [None req-dddb0fd6-fe3d-4c8b-952b-6481b14f052a b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] Added segment 94d72425-8039-4f8f-a049-adcfec90b70a of type vxlan for network dbd02b7a-907c-4dce-957a-028859b01307 [pid: 7|app: 0|req: 882/1846] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:42 2026] POST /v2.0/networks => generated 635 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1847] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:42 2026] POST /v2.0/subnets => generated 646 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1848] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:07:42 2026] PUT /v2.0/ports/4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => generated 1464 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:07:42.507 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1c41546-1ae7-45e8-92a0-e4e97ce8be77'] response: {'name': 'network-changed', 'server_uuid': '5abd7595-2a7c-4a4d-9003-6897e87b599b', 'tag': '4acfc9cf-8f79-451b-abd4-03f1fb018ec2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 884/1849] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:42 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1850] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:42 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1851] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:07:42 2026] POST /v2.0/ports => generated 966 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:07:42.923 7 INFO neutron_taas.services.taas.taas_plugin [None req-90d2dca1-a2d6-4a09-bcb2-c657b5d3d7e0 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] TaaS: Handle Delete Port: 57cce723-d8bc-45d5-8ec8-deb6af7f8277 2026-05-28 15:07:42.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90d2dca1-a2d6-4a09-bcb2-c657b5d3d7e0 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] Tap Mirror: Handle Delete Port: 57cce723-d8bc-45d5-8ec8-deb6af7f8277 [pid: 8|app: 0|req: 967/1852] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:07:42 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1465 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1853] 10.0.0.166 () {34 vars in 1040 bytes} [Thu May 28 15:07:42 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1854] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:07:42 2026] DELETE /v2.0/ports/57cce723-d8bc-45d5-8ec8-deb6af7f8277 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:43.050 7 INFO neutron.pecan_wsgi.hooks.translation [None req-134f747f-85e4-489f-9666-554115d580fd b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1855] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:07:43 2026] DELETE /v2.0/ports/57cce723-d8bc-45d5-8ec8-deb6af7f8277 => 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: 969/1856] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:43 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:07:43.073 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4608b3b-5a71-4cf3-af1b-60ef7e7e3df1 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 888/1857] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:43 2026] GET /v2.0/ports/57cce723-d8bc-45d5-8ec8-deb6af7f8277 => 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: 970/1858] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:07:43 2026] GET /v2.0/networks?tenant_id=1dfadb7533174b939454e971ef15d3fc&shared=False => generated 2375 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1859] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:07:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1860] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:43 2026] DELETE /v2.0/subnets/5da9dd0f-8364-4d1f-86ec-e63ffc091983 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:43.318 8 INFO neutron.services.segments.plugin [-] Segment 94d72425-8039-4f8f-a049-adcfec90b70a resource provider aggregate not found 2026-05-28 15:07:43.339 8 INFO neutron.services.segments.plugin [-] Segment 94d72425-8039-4f8f-a049-adcfec90b70a resource provider aggregate not found 2026-05-28 15:07:43.357 8 INFO neutron.services.segments.plugin [-] Segment 94d72425-8039-4f8f-a049-adcfec90b70a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d72425-8039-4f8f-a049-adcfec90b70a found for delete ", "request_id": "req-587c8343-d4b1-4205-a09f-3aab16d85770"}]} 2026-05-28 15:07:43.358 8 INFO neutron.services.segments.plugin [-] Segment 94d72425-8039-4f8f-a049-adcfec90b70a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d72425-8039-4f8f-a049-adcfec90b70a found for delete ", "request_id": "req-cd215647-eca0-4d51-87ce-bcf28d8bf32d"}]} [pid: 8|app: 0|req: 972/1861] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:43 2026] DELETE /v2.0/networks/dbd02b7a-907c-4dce-957a-028859b01307 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:43.421 7 INFO neutron.db.segments_db [None req-54f05d7a-adb8-441b-9d0c-547606488d89 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] Added segment 3a16b9ff-8a46-4cbc-8a30-4e07faa61a68 of type vxlan for network 9a089222-7e84-4cb0-b03f-5f93e3830e07 [pid: 7|app: 0|req: 890/1862] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:43 2026] POST /v2.0/networks => generated 636 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1863] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:43 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1864] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:07:43 2026] POST /v2.0/ports => generated 923 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:44.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2c9447e-419b-4eda-bb86-b3c74bdf2d6f b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] TaaS: Handle Delete Port: df549d85-0182-4544-8f3b-0da1f9fecb78 2026-05-28 15:07:44.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2c9447e-419b-4eda-bb86-b3c74bdf2d6f b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] Tap Mirror: Handle Delete Port: df549d85-0182-4544-8f3b-0da1f9fecb78 [pid: 7|app: 0|req: 892/1865] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1866] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.34&port_id=4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => 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: 974/1867] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:07:44 2026] DELETE /v2.0/ports/df549d85-0182-4544-8f3b-0da1f9fecb78 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1868] 199.204.45.162 () {34 vars in 1106 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A319&port_id=4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:44.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5a1d129-19e9-4dd2-882d-3772ba354ed2 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/1869] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/ports/df549d85-0182-4544-8f3b-0da1f9fecb78 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1870] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/subnets?id=6536b556-93c8-4b04-bd7e-0f58b0c69c9b&id=3526967a-3b4b-4223-9f85-299a48648c7f => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1871] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&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: 897/1872] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1873] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:44 2026] DELETE /v2.0/subnets/93f4d160-5d60-48b7-8d9a-799a634005b8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1874] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 899/1875] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:07:44 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1876] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:44 2026] DELETE /v2.0/networks/9a089222-7e84-4cb0-b03f-5f93e3830e07 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1877] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:07:44 2026] POST /v2.0/ports => generated 779 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1878] 10.0.0.93 () {34 vars in 736 bytes} [Thu May 28 15:07:44 2026] PUT /v2.0/ports/419eb876-54ff-484f-ba53-8048814f422d => generated 752 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:07:45.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba26c43b-20e6-46ac-b2d3-d851a14fe2bc b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] TaaS: Handle Delete Port: 419eb876-54ff-484f-ba53-8048814f422d 2026-05-28 15:07:45.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba26c43b-20e6-46ac-b2d3-d851a14fe2bc b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] Tap Mirror: Handle Delete Port: 419eb876-54ff-484f-ba53-8048814f422d [pid: 7|app: 0|req: 901/1879] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:07:45 2026] DELETE /v2.0/ports/419eb876-54ff-484f-ba53-8048814f422d => generated 0 bytes in 200 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: 979/1880] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:07:45 2026] GET /v2.0/ports => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:45.317 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c37f5997-89d8-4af9-9ba6-c5c71eb467b2 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 902/1881] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:45 2026] GET /v2.0/ports/419eb876-54ff-484f-ba53-8048814f422d => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1882] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:07:45 2026] GET /v2.0/ports => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:45.383 8 INFO neutron.services.segments.plugin [-] Segment 3a16b9ff-8a46-4cbc-8a30-4e07faa61a68 resource provider aggregate not found 2026-05-28 15:07:45.388 8 INFO neutron.services.segments.plugin [-] Segment 3a16b9ff-8a46-4cbc-8a30-4e07faa61a68 resource provider aggregate not found 2026-05-28 15:07:45.405 8 INFO neutron.services.segments.plugin [-] Segment 3a16b9ff-8a46-4cbc-8a30-4e07faa61a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a16b9ff-8a46-4cbc-8a30-4e07faa61a68 found for delete ", "request_id": "req-217d5746-dbe7-4b35-a3c5-b83d53594814"}]} 2026-05-28 15:07:45.407 8 INFO neutron.services.segments.plugin [-] Segment 3a16b9ff-8a46-4cbc-8a30-4e07faa61a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a16b9ff-8a46-4cbc-8a30-4e07faa61a68 found for delete ", "request_id": "req-348cd9a7-4d3b-4e8e-91b2-a8e9533b8f36"}]} [pid: 7|app: 0|req: 903/1883] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:45 2026] GET /v2.0/ports/feeebcb7-1bdc-4f1e-b9bf-7e5fe3f527c3 => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:45.445 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7849a301-e248-4e24-881e-98778ed5b491 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 981/1884] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:07:45 2026] DELETE /v2.0/ports/df549d85-0182-4544-8f3b-0da1f9fecb78 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:07:45.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b46f3445-cfb0-47ce-850d-f0560bdc2641 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1885] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:45 2026] DELETE /v2.0/subnets/93f4d160-5d60-48b7-8d9a-799a634005b8 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:07:45.494 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff221407-4a78-4e2e-ae0d-7041e4642494 b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 982/1886] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:45 2026] DELETE /v2.0/subnets/5da9dd0f-8364-4d1f-86ec-e63ffc091983 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:07:45.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-90c8d805-2c65-4dcf-bb06-70db59a71bbb b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] TaaS: Handle Delete Port: feeebcb7-1bdc-4f1e-b9bf-7e5fe3f527c3 2026-05-28 15:07:45.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90c8d805-2c65-4dcf-bb06-70db59a71bbb b83c9162956a4fb7aaf3359ca4ea32b7 4005484356cb4767972d782960f3f3f9 - - default default] Tap Mirror: Handle Delete Port: feeebcb7-1bdc-4f1e-b9bf-7e5fe3f527c3 [pid: 7|app: 0|req: 905/1887] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:07:45 2026] DELETE /v2.0/ports/feeebcb7-1bdc-4f1e-b9bf-7e5fe3f527c3 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1888] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:45 2026] DELETE /v2.0/networks/415ee3ee-7c17-4377-bce7-8af17313796e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1889] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:07:46 2026] GET /v2.0/security-groups?tenant_id=4005484356cb4767972d782960f3f3f9&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: 984/1890] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:07:46 2026] DELETE /v2.0/security-groups/8e0b8542-74ad-4230-a3fe-99723de54950 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:07:47.424 8 INFO neutron.services.segments.plugin [-] Segment fc7ea0c5-90d4-45e8-9a01-03e07b86c737 resource provider aggregate not found 2026-05-28 15:07:47.429 8 INFO neutron.services.segments.plugin [-] Segment fc7ea0c5-90d4-45e8-9a01-03e07b86c737 resource provider aggregate not found 2026-05-28 15:07:47.439 8 INFO neutron.services.segments.plugin [-] Segment fc7ea0c5-90d4-45e8-9a01-03e07b86c737 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc7ea0c5-90d4-45e8-9a01-03e07b86c737 found for delete ", "request_id": "req-7969d08a-d9a6-4b48-8ee1-b593e1ee0305"}]} 2026-05-28 15:07:47.443 8 INFO neutron.services.segments.plugin [-] Segment fc7ea0c5-90d4-45e8-9a01-03e07b86c737 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc7ea0c5-90d4-45e8-9a01-03e07b86c737 found for delete ", "request_id": "req-b3059bea-65cf-43c2-bc1c-fe24a2f0edf7"}]} [pid: 7|app: 0|req: 907/1891] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:07:47 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1892] 10.0.0.166 () {34 vars in 1040 bytes} [Thu May 28 15:07:47 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1893] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:47 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1200 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1894] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:47 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:48.503 7 INFO neutron.db.segments_db [None req-619ecbae-a2a7-4da6-8b83-b7d13cf2fb50 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment b45718a8-3187-4b73-be55-15876e97d03d of type vxlan for network a080e2b5-e5bd-48b5-b792-af04c5c79004 [pid: 7|app: 0|req: 909/1895] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:48 2026] POST /v2.0/networks => generated 634 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:48.643 8 INFO neutron.db.segments_db [None req-4ecb1787-8c66-41b1-b12d-6d10319b599c 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment 4fd38fcc-9a32-4667-a9b4-ddb0e5c1b2be of type vxlan for network b069fe77-05eb-436b-a143-145c0ae66630 [pid: 8|app: 0|req: 987/1896] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:48 2026] POST /v2.0/networks => generated 634 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1897] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:48 2026] POST /v2.0/subnets => generated 646 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1898] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:48 2026] POST /v2.0/subnets => generated 655 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:49.342 7 INFO neutron.db.segments_db [None req-bce47880-81ae-40d6-be5d-8c56204d186f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment bdd7f053-3acc-4c24-894c-b565c75b96ed of type vxlan for network 398b57f8-c2e0-475e-8f64-dcfa4b319717 2026-05-28 15:07:49.609 7 INFO neutron.db.l3_hamode_db [None req-bce47880-81ae-40d6-be5d-8c56204d186f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:07:49.708 7 INFO neutron.db.l3_hamode_db [None req-bce47880-81ae-40d6-be5d-8c56204d186f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 911/1901] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:49 2026] POST /v2.0/routers => generated 511 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1902] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:07:50 2026] PUT /v2.0/routers/cad0ac0b-6143-4577-9399-0c7179d30b11/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1903] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:51 2026] GET /v2.0/ports/1c39457e-0cb8-4792-8b3b-d5fefb3d9dae => generated 959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1904] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:07:51 2026] PUT /v2.0/routers/cad0ac0b-6143-4577-9399-0c7179d30b11/add_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: 913/1905] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:52 2026] GET /v2.0/ports/14c6886a-6962-480f-9b22-26fef1f81b82 => generated 967 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1906] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:07:52 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:07:52.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb80f14f-f648-4dc5-a0c1-20cf137cd8e3 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 14c6886a-6962-480f-9b22-26fef1f81b82 2026-05-28 15:07:52.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb80f14f-f648-4dc5-a0c1-20cf137cd8e3 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 14c6886a-6962-480f-9b22-26fef1f81b82 [pid: 7|app: 0|req: 915/1907] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:07:52 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1908] 10.0.0.93 () {32 vars in 817 bytes} [Thu May 28 15:07:52 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&mac_address=fa%3A16%3A3e%3A17%3Afd%3A24 => generated 1200 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1909] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:07:52 2026] PUT /v2.0/routers/cad0ac0b-6143-4577-9399-0c7179d30b11/remove_router_interface => generated 309 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:53.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-5337d09e-446d-472e-8770-ea24ec705b6c 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 1c39457e-0cb8-4792-8b3b-d5fefb3d9dae 2026-05-28 15:07:53.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5337d09e-446d-472e-8770-ea24ec705b6c 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 1c39457e-0cb8-4792-8b3b-d5fefb3d9dae 2026-05-28 15:07:53.769 7 INFO neutron.db.l3_db [None req-0a83d7c2-0a6b-4299-a9f0-ab2151aa6591 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Floating IP 1dab8b5c-8207-4290-9526-6c8540b89fd7 associated. External IP: 10.96.250.212, port: 4acfc9cf-8f79-451b-abd4-03f1fb018ec2. [pid: 8|app: 0|req: 994/1910] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:07:53 2026] PUT /v2.0/routers/cad0ac0b-6143-4577-9399-0c7179d30b11/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1911] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/ports?device_id=cad0ac0b-6143-4577-9399-0c7179d30b11 => 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: 917/1912] 10.0.0.93 () {34 vars in 676 bytes} [Thu May 28 15:07:53 2026] POST /v2.0/floatingips => generated 854 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:54.114 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f787af9-c614-4110-903a-24886dd3b226'] response: {'name': 'network-changed', 'server_uuid': '5abd7595-2a7c-4a4d-9003-6897e87b599b', 'tag': '4acfc9cf-8f79-451b-abd4-03f1fb018ec2', 'status': 'completed', 'code': 200} 2026-05-28 15:07:54.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f4c3136-4e63-478a-ab29-35fd11953832 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: ead05ebb-9c1a-4d26-b503-3103203f06fa 2026-05-28 15:07:54.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f4c3136-4e63-478a-ab29-35fd11953832 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: ead05ebb-9c1a-4d26-b503-3103203f06fa 2026-05-28 15:07:54.587 8 INFO neutron.services.segments.plugin [-] Segment bdd7f053-3acc-4c24-894c-b565c75b96ed resource provider aggregate not found 2026-05-28 15:07:54.594 8 INFO neutron.services.segments.plugin [-] Segment bdd7f053-3acc-4c24-894c-b565c75b96ed resource provider aggregate not found 2026-05-28 15:07:54.602 8 INFO neutron.services.segments.plugin [-] Segment bdd7f053-3acc-4c24-894c-b565c75b96ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd7f053-3acc-4c24-894c-b565c75b96ed found for delete ", "request_id": "req-e267d6b2-2013-406e-b4f7-794bebe72566"}]} 2026-05-28 15:07:54.611 8 INFO neutron.services.segments.plugin [-] Segment bdd7f053-3acc-4c24-894c-b565c75b96ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd7f053-3acc-4c24-894c-b565c75b96ed found for delete ", "request_id": "req-6d732b01-dc9a-4d54-bf3e-9605f4e23563"}]} 2026-05-28 15:07:54.622 8 INFO neutron.db.l3_hamode_db [None req-6f4c3136-4e63-478a-ab29-35fd11953832 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] HA network 398b57f8-c2e0-475e-8f64-dcfa4b319717 was deleted as no HA routers are present in tenant b2fc7f0f68594d38ba7c76aaf2216e3c. [pid: 8|app: 0|req: 996/1913] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:54 2026] DELETE /v2.0/routers/cad0ac0b-6143-4577-9399-0c7179d30b11 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1914] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1915] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => 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: 920/1916] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.34&port_id=4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1917] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:54 2026] DELETE /v2.0/subnets/0330cb1a-0b7b-453f-a946-06b4b522e044 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1918] 199.204.45.162 () {34 vars in 1106 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A319&port_id=4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => 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: 922/1919] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/subnets?id=6536b556-93c8-4b04-bd7e-0f58b0c69c9b&id=3526967a-3b4b-4223-9f85-299a48648c7f => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1920] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1921] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:54 2026] DELETE /v2.0/subnets/47460996-f019-4cd2-bfef-9c9fd1ca2880 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1922] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1923] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:55.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a1aa29f-83e7-41cc-a906-51545c4e5702 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 9ed49e15-a0c0-4b3f-bb6f-7845af853b1f 2026-05-28 15:07:55.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a1aa29f-83e7-41cc-a906-51545c4e5702 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 9ed49e15-a0c0-4b3f-bb6f-7845af853b1f [pid: 7|app: 0|req: 926/1924] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:07:54 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1925] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:54 2026] DELETE /v2.0/networks/b069fe77-05eb-436b-a143-145c0ae66630 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:55.330 7 INFO neutron.services.segments.plugin [-] Segment b45718a8-3187-4b73-be55-15876e97d03d resource provider aggregate not found 2026-05-28 15:07:55.336 7 INFO neutron.services.segments.plugin [-] Segment b45718a8-3187-4b73-be55-15876e97d03d resource provider aggregate not found 2026-05-28 15:07:55.364 7 INFO neutron.services.segments.plugin [-] Segment b45718a8-3187-4b73-be55-15876e97d03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b45718a8-3187-4b73-be55-15876e97d03d found for delete ", "request_id": "req-478fa4f4-2dec-4880-8f17-b25742b342de"}]} 2026-05-28 15:07:55.365 7 INFO neutron.services.segments.plugin [-] Segment b45718a8-3187-4b73-be55-15876e97d03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b45718a8-3187-4b73-be55-15876e97d03d found for delete ", "request_id": "req-d156d817-52f8-40df-8362-4acdca0aa333"}]} [pid: 7|app: 0|req: 927/1926] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:55 2026] DELETE /v2.0/networks/a080e2b5-e5bd-48b5-b792-af04c5c79004 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:55.458 8 INFO neutron.db.segments_db [None req-c82f76cc-41f9-4d0d-b357-2b541361b2a1 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment a194c938-2462-43c3-b9d5-cdaf7e172609 of type vxlan for network f157c547-4bab-47ac-9e4c-115c670499ed [pid: 8|app: 0|req: 1000/1927] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:55 2026] POST /v2.0/networks => generated 633 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1928] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:55 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:07:55.871 8 INFO neutron.db.segments_db [None req-d38dcfd4-90ab-4fae-a420-d753adbd3800 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment 348bb60f-7bbf-4295-8911-c2af2a11e9e0 of type vxlan for network 5ea0014b-8bba-4e3d-aedd-cedc63f29e72 2026-05-28 15:07:56.090 8 INFO neutron.db.l3_hamode_db [None req-d38dcfd4-90ab-4fae-a420-d753adbd3800 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:07:56.196 8 INFO neutron.db.l3_hamode_db [None req-d38dcfd4-90ab-4fae-a420-d753adbd3800 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:07:56.625 8 INFO neutron.services.segments.plugin [-] Segment 4fd38fcc-9a32-4667-a9b4-ddb0e5c1b2be resource provider aggregate not found 2026-05-28 15:07:56.634 8 INFO neutron.services.segments.plugin [-] Segment 4fd38fcc-9a32-4667-a9b4-ddb0e5c1b2be resource provider aggregate not found [pid: 7|app: 0|req: 929/1929] 10.0.0.93 () {32 vars in 825 bytes} [Thu May 28 15:07:56 2026] GET /v2.0/ports?project_id=996d70cdf8e84305ac1e18d710082aff&network_id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 3691 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:07:56.651 8 INFO neutron.services.segments.plugin [-] Segment 4fd38fcc-9a32-4667-a9b4-ddb0e5c1b2be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd38fcc-9a32-4667-a9b4-ddb0e5c1b2be found for delete ", "request_id": "req-d080728f-bf48-47a4-a3f1-50764a09fd82"}]} 2026-05-28 15:07:56.653 8 INFO neutron.services.segments.plugin [-] Segment 4fd38fcc-9a32-4667-a9b4-ddb0e5c1b2be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd38fcc-9a32-4667-a9b4-ddb0e5c1b2be found for delete ", "request_id": "req-f1f0a655-809d-4425-87dc-4ef8ef08e634"}]} [pid: 8|app: 0|req: 1001/1930] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:07:55 2026] POST /v2.0/routers => generated 511 bytes in 1030 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1931] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:07:56 2026] GET /v2.0/subnets?network_id=28a54990-3ee0-4371-8afd-8c1661751490 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:57.180 8 INFO neutron.db.l3_db [None req-9d1cf0f3-efaf-48d6-8839-52bdf1249034 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Floating IP d54a36c8-6290-4848-b7c9-4ff057937f60 disassociated. External IP: 10.96.250.208, port: 4ed90a3a-d850-419a-b1be-7cf9d8cac42b. [pid: 7|app: 0|req: 930/1932] 10.0.0.93 () {34 vars in 664 bytes} [Thu May 28 15:07:56 2026] POST /v2.0/ports => generated 963 bytes in 367 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: 1003/1933] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:07:57 2026] PUT /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 554 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1934] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:07:57 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:57.472 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-297e1402-44da-4a58-bab6-cdeff08e6d1c'] response: {'name': 'network-changed', 'server_uuid': '45d5ef22-a085-48d8-aaae-289dd19fc914', 'tag': '4ed90a3a-d850-419a-b1be-7cf9d8cac42b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1005/1935] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:07:57 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 1006/1936] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/networks?id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 755 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1937] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=4ed90a3a-d850-419a-b1be-7cf9d8cac42b => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1938] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/subnets?id=6193a062-6ebd-434f-bf23-3ab5d253c813 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1939] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/ports?network_id=0161c6d3-34ee-4306-833a-d57b20abcbd5&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1940] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?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: 931/1941] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:07:57 2026] PUT /v2.0/routers/244d1ba0-c103-4f55-b7fc-311bfce9a017/add_router_interface => generated 309 bytes in 965 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: 932/1942] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/ports/629d1293-0d66-4428-99a6-d0c914b2733f => generated 1037 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1943] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1944] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:07:58 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:58.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-adcd5949-9da6-47aa-89db-40487676525b 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 629d1293-0d66-4428-99a6-d0c914b2733f 2026-05-28 15:07:58.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adcd5949-9da6-47aa-89db-40487676525b 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 629d1293-0d66-4428-99a6-d0c914b2733f [pid: 7|app: 0|req: 933/1945] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:07:58 2026] PUT /v2.0/routers/244d1ba0-c103-4f55-b7fc-311bfce9a017/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:59.075 8 INFO neutron.api.v2.resource [None req-e83b0a85-dd43-482d-9e59-3270fe4001b4 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1013/1946] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:07:58 2026] PUT /v2.0/routers/244d1ba0-c103-4f55-b7fc-311bfce9a017/remove_router_interface => generated 197 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 934/1947] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:07:59 2026] GET /v2.0/ports?device_id=244d1ba0-c103-4f55-b7fc-311bfce9a017 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:07:59.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-80f981d6-e2df-46f8-a617-7024426ad081 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 9ff5b8c5-c297-4beb-abe4-3fe6f2e321c2 2026-05-28 15:07:59.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80f981d6-e2df-46f8-a617-7024426ad081 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 9ff5b8c5-c297-4beb-abe4-3fe6f2e321c2 [pid: 7|app: 0|req: 935/1948] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:07:59 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:07:59.627 8 INFO neutron.services.segments.plugin [-] Segment 348bb60f-7bbf-4295-8911-c2af2a11e9e0 resource provider aggregate not found 2026-05-28 15:07:59.633 8 INFO neutron.services.segments.plugin [-] Segment 348bb60f-7bbf-4295-8911-c2af2a11e9e0 resource provider aggregate not found 2026-05-28 15:07:59.647 8 INFO neutron.services.segments.plugin [-] Segment 348bb60f-7bbf-4295-8911-c2af2a11e9e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 348bb60f-7bbf-4295-8911-c2af2a11e9e0 found for delete ", "request_id": "req-d90ea9c7-ab79-44aa-9a4f-d9e002a8080f"}]} 2026-05-28 15:07:59.650 8 INFO neutron.services.segments.plugin [-] Segment 348bb60f-7bbf-4295-8911-c2af2a11e9e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 348bb60f-7bbf-4295-8911-c2af2a11e9e0 found for delete ", "request_id": "req-1cd7321e-bf0c-44bc-8bf5-0053ad0a859c"}]} 2026-05-28 15:07:59.661 8 INFO neutron.db.l3_hamode_db [None req-80f981d6-e2df-46f8-a617-7024426ad081 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] HA network 5ea0014b-8bba-4e3d-aedd-cedc63f29e72 was deleted as no HA routers are present in tenant b2fc7f0f68594d38ba7c76aaf2216e3c. [pid: 8|app: 0|req: 1014/1949] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:59 2026] DELETE /v2.0/routers/244d1ba0-c103-4f55-b7fc-311bfce9a017 => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1950] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:07:59 2026] DELETE /v2.0/subnets/ba673b27-43c5-403a-a632-ac80344087d6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1951] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:07:59 2026] DELETE /v2.0/networks/f157c547-4bab-47ac-9e4c-115c670499ed => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:07:59.981 7 INFO neutron.db.segments_db [None req-325b63a4-4359-46cf-bc2e-09bfb6bebb99 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment 3bb67dce-2fc2-4e6f-913b-70a6a197a763 of type vxlan for network ac78949c-cb34-4d35-83d8-40adbff1def3 [pid: 7|app: 0|req: 937/1952] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:07:59 2026] POST /v2.0/networks => generated 634 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1953] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:08:00 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:00.379 7 INFO neutron.db.segments_db [None req-a06217f6-5bab-4e29-ba7a-d095ea7c576b 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment d76919a1-65ad-43ed-b9ec-b129353a6540 of type vxlan for network 03b7850f-ed96-4f03-a3ae-339da5f4d6fa 2026-05-28 15:08:00.642 7 INFO neutron.db.l3_hamode_db [None req-a06217f6-5bab-4e29-ba7a-d095ea7c576b 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1017/1954] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:08:00 2026] POST /v2.0/security-groups => generated 1675 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 15:08:00.785 7 INFO neutron.db.l3_hamode_db [None req-a06217f6-5bab-4e29-ba7a-d095ea7c576b 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1018/1955] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1956] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1957] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1958] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:01.279 8 INFO neutron.db.securitygroups_db [None req-95498141-e7d4-4b72-89fc-882c546b41f1 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Project 996d70cdf8e84305ac1e18d710082aff 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: 938/1959] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:08:00 2026] POST /v2.0/routers => generated 511 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1960] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:01.394 8 INFO neutron.db.securitygroups_db [None req-e5bfba9e-e5a5-4123-a576-392d406c9b68 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Project 996d70cdf8e84305ac1e18d710082aff 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: 1023/1961] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1962] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:08:01 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1469 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1963] 10.0.0.166 () {34 vars in 1040 bytes} [Thu May 28 15:08:01 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:08:01.671 8 INFO neutron.services.segments.plugin [-] Segment a194c938-2462-43c3-b9d5-cdaf7e172609 resource provider aggregate not found 2026-05-28 15:08:01.676 8 INFO neutron.services.segments.plugin [-] Segment a194c938-2462-43c3-b9d5-cdaf7e172609 resource provider aggregate not found 2026-05-28 15:08:01.689 8 INFO neutron.services.segments.plugin [-] Segment a194c938-2462-43c3-b9d5-cdaf7e172609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a194c938-2462-43c3-b9d5-cdaf7e172609 found for delete ", "request_id": "req-b5d56d36-1355-4c0f-a5d9-c007fe769431"}]} 2026-05-28 15:08:01.691 8 INFO neutron.services.segments.plugin [-] Segment a194c938-2462-43c3-b9d5-cdaf7e172609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a194c938-2462-43c3-b9d5-cdaf7e172609 found for delete ", "request_id": "req-53defbed-a29e-4575-b3f2-bed0e20c300f"}]} [pid: 8|app: 0|req: 1026/1964] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:08:01 2026] GET /v2.0/networks => generated 1296 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1965] 10.0.0.53 () {34 vars in 1099 bytes} [Thu May 28 15:08:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1310110867&fields=id&tenant_id=996d70cdf8e84305ac1e18d710082aff => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1966] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:08:02 2026] GET /v2.0/networks?id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 659 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1967] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:08:02 2026] GET /v2.0/quotas/996d70cdf8e84305ac1e18d710082aff => 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: 1030/1968] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:08:02 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1969] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:08:02 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?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: 1032/1970] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:08:02 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1971] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:08:01 2026] PUT /v2.0/routers/a689b74d-28ba-49c9-ae68-20d8b1659079/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1972] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:08:02 2026] GET /v2.0/ports/345eb49d-6016-40a2-a1e1-343318504e63 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1973] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:02 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:02.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-ada82035-d000-44f8-a381-19cf9bcda4e3 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 345eb49d-6016-40a2-a1e1-343318504e63 2026-05-28 15:08:02.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada82035-d000-44f8-a381-19cf9bcda4e3 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 345eb49d-6016-40a2-a1e1-343318504e63 [pid: 8|app: 0|req: 1034/1974] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:08:02 2026] PUT /v2.0/routers/a689b74d-28ba-49c9-ae68-20d8b1659079/remove_router_interface => generated 309 bytes in 686 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1975] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:08:03 2026] GET /v2.0/ports?device_id=a689b74d-28ba-49c9-ae68-20d8b1659079 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:03.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-67b95755-d3d7-474d-af40-f4a98c73bec4 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 747fa4a3-a344-4bf6-9145-3c739a28d489 2026-05-28 15:08:03.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b95755-d3d7-474d-af40-f4a98c73bec4 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 747fa4a3-a344-4bf6-9145-3c739a28d489 [pid: 7|app: 0|req: 942/1976] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:03 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:03.678 8 INFO neutron.db.l3_hamode_db [None req-67b95755-d3d7-474d-af40-f4a98c73bec4 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] HA network 03b7850f-ed96-4f03-a3ae-339da5f4d6fa was deleted as no HA routers are present in tenant b2fc7f0f68594d38ba7c76aaf2216e3c. [pid: 8|app: 0|req: 1035/1977] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:03 2026] DELETE /v2.0/routers/a689b74d-28ba-49c9-ae68-20d8b1659079 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:03.709 8 INFO neutron.services.segments.plugin [-] Segment d76919a1-65ad-43ed-b9ec-b129353a6540 resource provider aggregate not found 2026-05-28 15:08:03.715 8 INFO neutron.services.segments.plugin [-] Segment d76919a1-65ad-43ed-b9ec-b129353a6540 resource provider aggregate not found 2026-05-28 15:08:03.728 8 INFO neutron.services.segments.plugin [-] Segment d76919a1-65ad-43ed-b9ec-b129353a6540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76919a1-65ad-43ed-b9ec-b129353a6540 found for delete ", "request_id": "req-02103a3a-060b-4e3f-a85a-360f16012cbb"}]} 2026-05-28 15:08:03.734 8 INFO neutron.services.segments.plugin [-] Segment d76919a1-65ad-43ed-b9ec-b129353a6540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76919a1-65ad-43ed-b9ec-b129353a6540 found for delete ", "request_id": "req-f5c09a7c-57c6-472b-9a91-7be1af7fd1dd"}]} [pid: 7|app: 0|req: 943/1978] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:03 2026] DELETE /v2.0/subnets/5e898d27-2164-48e2-b01b-1813137d5134 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1979] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:08:03 2026] DELETE /v2.0/networks/ac78949c-cb34-4d35-83d8-40adbff1def3 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:04.037 7 INFO neutron.db.segments_db [None req-ada9d5ee-a603-4dd6-beb0-9367b9ac7286 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Added segment 125b2cc3-1bdf-45e7-99d6-a4ac62f0fb54 of type vxlan for network 646a6dbe-e26c-494c-ac17-0e8010a05b2d 2026-05-28 15:08:04.297 7 INFO neutron.db.l3_hamode_db [None req-ada9d5ee-a603-4dd6-beb0-9367b9ac7286 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1037/1980] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:04 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:05.130 7 INFO neutron.db.l3_hamode_db [None req-ada9d5ee-a603-4dd6-beb0-9367b9ac7286 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1040/1983] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:05 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:05.742 8 INFO neutron.services.segments.plugin [-] Segment 3bb67dce-2fc2-4e6f-913b-70a6a197a763 resource provider aggregate not found 2026-05-28 15:08:05.753 8 INFO neutron.services.segments.plugin [-] Segment 3bb67dce-2fc2-4e6f-913b-70a6a197a763 resource provider aggregate not found 2026-05-28 15:08:05.755 8 INFO neutron.services.segments.plugin [-] Segment 3bb67dce-2fc2-4e6f-913b-70a6a197a763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb67dce-2fc2-4e6f-913b-70a6a197a763 found for delete ", "request_id": "req-a32314a5-0ba4-4b5d-bb72-c144700af3f7"}]} 2026-05-28 15:08:05.769 8 INFO neutron.services.segments.plugin [-] Segment 3bb67dce-2fc2-4e6f-913b-70a6a197a763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb67dce-2fc2-4e6f-913b-70a6a197a763 found for delete ", "request_id": "req-7bbb7996-c056-4015-8046-226084e9ab72"}]} [pid: 7|app: 0|req: 944/1984] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:08:03 2026] POST /v2.0/routers => generated 692 bytes in 2595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1985] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:08:06 2026] GET /v2.0/routers/60fdc196-57f1-4b57-bb8d-3f33368885ac => generated 698 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1986] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:08:06 2026] GET /v2.0/routers => generated 701 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1987] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:08:06 2026] GET /v2.0/networks?id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 659 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1988] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:08:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=996d70cdf8e84305ac1e18d710082aff => generated 274 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1989] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:06 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 1045/1990] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:08:06 2026] POST /v2.0/ports => generated 954 bytes in 355 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: 946/1991] 10.0.0.93 () {34 vars in 740 bytes} [Thu May 28 15:08:06 2026] PUT /v2.0/routers/60fdc196-57f1-4b57-bb8d-3f33368885ac => generated 705 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1992] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:08:07 2026] GET /v2.0/routers/60fdc196-57f1-4b57-bb8d-3f33368885ac => generated 705 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1993] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:08:07 2026] GET /v2.0/ports?device_id=60fdc196-57f1-4b57-bb8d-3f33368885ac => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:07.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-e89dfa6c-7d98-46f7-9ff6-7f411bfcd19f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 16d74b6f-4ee2-4a6f-82fa-21a4838a6dfb 2026-05-28 15:08:07.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e89dfa6c-7d98-46f7-9ff6-7f411bfcd19f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 16d74b6f-4ee2-4a6f-82fa-21a4838a6dfb [pid: 8|app: 0|req: 1046/1994] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:08:07 2026] PUT /v2.0/ports/eaa4b803-4826-41fb-8b6d-a89e3b0cbebf => generated 1235 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:08:07.599 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb7c43f0-c0ec-4045-9c8e-48296b4c4917'] response: {'name': 'network-changed', 'server_uuid': 'af712d4e-d01f-4476-94f6-c7c387696799', 'tag': 'eaa4b803-4826-41fb-8b6d-a89e3b0cbebf', 'status': 'completed', 'code': 200} 2026-05-28 15:08:07.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-e89dfa6c-7d98-46f7-9ff6-7f411bfcd19f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] TaaS: Handle Delete Port: 94aca878-bc64-4c4f-a956-86522ac50bb7 2026-05-28 15:08:07.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e89dfa6c-7d98-46f7-9ff6-7f411bfcd19f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] Tap Mirror: Handle Delete Port: 94aca878-bc64-4c4f-a956-86522ac50bb7 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1047/1995] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:07 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1996] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:07 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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-05-28 15:08:08.075 7 INFO neutron.services.segments.plugin [-] Segment 125b2cc3-1bdf-45e7-99d6-a4ac62f0fb54 resource provider aggregate not found 2026-05-28 15:08:08.089 7 INFO neutron.services.segments.plugin [-] Segment 125b2cc3-1bdf-45e7-99d6-a4ac62f0fb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 125b2cc3-1bdf-45e7-99d6-a4ac62f0fb54 found for delete ", "request_id": "req-ac488396-bd33-4943-b496-93b5fb7b91f5"}]} 2026-05-28 15:08:08.099 7 INFO neutron.services.segments.plugin [-] Segment 125b2cc3-1bdf-45e7-99d6-a4ac62f0fb54 resource provider aggregate not found 2026-05-28 15:08:08.116 7 INFO neutron.db.l3_hamode_db [None req-e89dfa6c-7d98-46f7-9ff6-7f411bfcd19f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] HA network 646a6dbe-e26c-494c-ac17-0e8010a05b2d was deleted as no HA routers are present in tenant b2fc7f0f68594d38ba7c76aaf2216e3c. [pid: 7|app: 0|req: 949/1997] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:07 2026] DELETE /v2.0/routers/60fdc196-57f1-4b57-bb8d-3f33368885ac => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:08.124 7 INFO neutron.services.segments.plugin [-] Segment 125b2cc3-1bdf-45e7-99d6-a4ac62f0fb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 125b2cc3-1bdf-45e7-99d6-a4ac62f0fb54 found for delete ", "request_id": "req-ab0d0eaf-8fd9-49e6-a7fd-417e2447fe16"}]} [pid: 7|app: 0|req: 950/1998] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:08:08 2026] GET /v2.0/ports?device_id=60fdc196-57f1-4b57-bb8d-3f33368885ac => 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: 1049/1999] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:08:08 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:08:08.173 7 INFO neutron.api.v2.resource [None req-e530a9d3-1e15-4900-afff-fde521174a52 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/2000] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/routers/60fdc196-57f1-4b57-bb8d-3f33368885ac => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2001] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:08:08 2026] GET /v2.0/ports?device_id=a689b74d-28ba-49c9-ae68-20d8b1659079 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:08.214 7 INFO neutron.api.v2.resource [None req-77299e95-a73d-4042-b2be-26cf01651659 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/2002] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/routers/a689b74d-28ba-49c9-ae68-20d8b1659079 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2003] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:08:08 2026] GET /v2.0/networks?tenant_id=996d70cdf8e84305ac1e18d710082aff&shared=False => generated 755 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:08:08.239 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c888454-a9ce-4516-b8a7-64eeb2d88381 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/2004] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/subnets/5e898d27-2164-48e2-b01b-1813137d5134 => 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: 955/2005] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:08:08 2026] GET /v2.0/ports?device_id=244d1ba0-c103-4f55-b7fc-311bfce9a017 => 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: 1051/2006] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:08:08 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) 2026-05-28 15:08:08.294 7 INFO neutron.api.v2.resource [None req-62c22f12-d849-4d11-b3d5-6d28fac838a4 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/2007] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/routers/244d1ba0-c103-4f55-b7fc-311bfce9a017 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:08:08.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39f60b74-06f2-4b1f-b50e-f6b89d895a9f 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2008] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/subnets/ba673b27-43c5-403a-a632-ac80344087d6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2009] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:08:08 2026] GET /v2.0/ports?device_id=cad0ac0b-6143-4577-9399-0c7179d30b11 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:08.366 8 INFO neutron.api.v2.resource [None req-b2c1f12e-3a08-4583-8af4-2e4fd2b7702a 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1053/2010] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/routers/cad0ac0b-6143-4577-9399-0c7179d30b11 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:08:08.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d727d21d-6eb2-427c-8319-7852c342e93d 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 958/2011] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/subnets/0330cb1a-0b7b-453f-a946-06b4b522e044 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:08:08.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31a99adc-74ab-47e1-8099-457f1dae3320 3465a21a157d421988a3330de344a97b b2fc7f0f68594d38ba7c76aaf2216e3c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2012] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:08 2026] DELETE /v2.0/subnets/47460996-f019-4cd2-bfef-9c9fd1ca2880 => 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: 959/2013] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:08 2026] GET /v2.0/security-groups?tenant_id=b2fc7f0f68594d38ba7c76aaf2216e3c&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: 1055/2014] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2015] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2016] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:09 2026] DELETE /v2.0/security-groups/a7e7a23f-9372-4fd7-bdb3-7ca8a8ca2304 => 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: 1057/2017] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 961/2018] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=eaa4b803-4826-41fb-8b6d-a89e3b0cbebf => 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: 1058/2019] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/subnets?id=6193a062-6ebd-434f-bf23-3ab5d253c813 => 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: 962/2020] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/ports?network_id=0161c6d3-34ee-4306-833a-d57b20abcbd5&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: 1059/2021] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2022] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:08:09 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2023] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:10 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2024] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:10 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1061/2025] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:08:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2026] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:08:11 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2027] 10.0.0.93 () {34 vars in 757 bytes} [Thu May 28 15:08:11 2026] PUT /v2.0/security-groups/dd685b12-fb88-4292-9301-d03dd695bd29 => generated 1663 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2028] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:08:11 2026] GET /v2.0/security-groups/dd685b12-fb88-4292-9301-d03dd695bd29 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2029] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:11 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2030] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:11 2026] DELETE /v2.0/security-groups/dd685b12-fb88-4292-9301-d03dd695bd29 => 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: 968/2031] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:11 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1064/2032] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:08:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:08:11.641 7 INFO neutron.api.v2.resource [None req-f0c6341b-68d3-413d-88d1-79258984a74f a6b645e611a04fee87f0a9e77b5c1a78 9834104713914022b171fcf9c3393ec5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 969/2033] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:11 2026] DELETE /v2.0/security-groups/dd685b12-fb88-4292-9301-d03dd695bd29 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2034] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:08:11 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2035] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2036] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:08:11 2026] GET /v2.0/security-group-rules/997bc407-eaaa-4a83-9578-263602d681f1 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2037] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:08:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2038] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:08:11 2026] DELETE /v2.0/security-group-rules/997bc407-eaaa-4a83-9578-263602d681f1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2039] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2040] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2041] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-group-rules/69207d48-d0a5-4d38-98a0-b59f2e6dac48 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2042] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2043] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:08:12 2026] DELETE /v2.0/security-group-rules/69207d48-d0a5-4d38-98a0-b59f2e6dac48 => 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: 1070/2044] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:08:12 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) 2026-05-28 15:08:12.513 7 INFO neutron.db.securitygroups_db [None req-f6531273-8188-4148-8288-916742ce02e5 a6b645e611a04fee87f0a9e77b5c1a78 9834104713914022b171fcf9c3393ec5 - - default default] Project 9834104713914022b171fcf9c3393ec5 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: 975/2045] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:08:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2046] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-group-rules/262e5ec6-2959-43f1-8630-f1ee6e80e8c0 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2047] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2048] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2049] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:08:12 2026] DELETE /v2.0/security-group-rules/262e5ec6-2959-43f1-8630-f1ee6e80e8c0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2050] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1073/2051] 10.0.0.93 () {32 vars in 672 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2052] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:12 2026] DELETE /v2.0/security-groups/b9c5980b-d92e-49b2-8290-b76f18090a4f => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2053] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2054] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:08:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2055] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:13 2026] GET /v2.0/security-groups?tenant_id=9834104713914022b171fcf9c3393ec5&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2056] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:13 2026] DELETE /v2.0/security-groups/57e1debf-ddd3-49fb-8884-b9211ab65156 => 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: 1076/2057] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:13 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2058] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:13 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1077/2059] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:15 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 983/2060] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:15 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1078/2061] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:15 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 984/2062] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:15 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1079/2063] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:08:15 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:08:15.632 7 INFO neutron.db.l3_db [None req-8680841b-baf1-4935-8336-50e59af220ef e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Floating IP d54a36c8-6290-4848-b7c9-4ff057937f60 associated. External IP: 10.96.250.208, port: eaa4b803-4826-41fb-8b6d-a89e3b0cbebf. [pid: 7|app: 0|req: 985/2064] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:08:15 2026] PUT /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 855 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:08:15.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-814031e8-33a5-4960-b5f5-0d011f662eda'] response: {'name': 'network-changed', 'server_uuid': 'af712d4e-d01f-4476-94f6-c7c387696799', 'tag': 'eaa4b803-4826-41fb-8b6d-a89e3b0cbebf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1080/2065] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:08:15 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2066] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2067] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/ports?tenant_id=996d70cdf8e84305ac1e18d710082aff&device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2068] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/networks?id=0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 755 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2069] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=eaa4b803-4826-41fb-8b6d-a89e3b0cbebf => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2070] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/subnets?id=6193a062-6ebd-434f-bf23-3ab5d253c813 => 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: 988/2071] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/ports?network_id=0161c6d3-34ee-4306-833a-d57b20abcbd5&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: 1084/2072] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?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: 989/2073] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5?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: 1085/2074] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:08:16 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2075] 10.0.0.193 () {30 vars in 690 bytes} [Thu May 28 15:08:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2076] 10.0.0.193 () {30 vars in 692 bytes} [Thu May 28 15:08:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2077] 10.0.0.193 () {30 vars in 668 bytes} [Thu May 28 15:08:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2078] 10.0.0.193 () {30 vars in 704 bytes} [Thu May 28 15:08:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2079] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => 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: 1088/2080] 10.0.0.193 () {28 vars in 439 bytes} [Thu May 28 15:08:18 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2081] 10.0.0.193 () {30 vars in 728 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 658 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2082] 10.0.0.193 () {30 vars in 690 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2083] 10.0.0.193 () {30 vars in 692 bytes} [Thu May 28 15:08:18 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: 1090/2084] 10.0.0.193 () {30 vars in 668 bytes} [Thu May 28 15:08:18 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: 995/2085] 10.0.0.193 () {30 vars in 704 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2086] 10.0.0.193 () {30 vars in 728 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 996/2087] 10.0.0.193 () {30 vars in 690 bytes} [Thu May 28 15:08:18 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: 1092/2088] 10.0.0.193 () {30 vars in 692 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2089] 10.0.0.193 () {30 vars in 668 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2090] 10.0.0.193 () {30 vars in 704 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2091] 10.0.0.193 () {30 vars in 730 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2092] 10.0.0.193 () {30 vars in 682 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2093] 10.0.0.193 () {34 vars in 704 bytes} [Thu May 28 15:08:18 2026] POST /v2.0/ports => generated 1132 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2094] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:18 2026] GET /v2.0/security-groups?tenant_id=d9ca9d8b2cae4fcdbb86f52db5232053&name=default => generated 2925 bytes in 254 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: 1000/2095] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:19 2026] DELETE /v2.0/security-groups/94fe57db-8a19-4bdb-856b-7ece8ebe83df => 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: 1096/2096] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:19 2026] GET /v2.0/security-groups?tenant_id=c35c5c4c063f47b7b331d13eefe85369&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2099] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:19 2026] DELETE /v2.0/security-groups/a1fc8b70-a2b4-4ef3-961f-4fbc53cbfd68 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2100] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2101] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:08: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: 8|app: 0|req: 1100/2102] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:08:22 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: 1003/2103] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:08: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) [pid: 8|app: 0|req: 1101/2104] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2105] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2106] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:08: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: 7|app: 0|req: 1005/2107] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2108] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:08:22 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-05-28 15:08:22.667 7 INFO neutron.api.v2.resource [None req-fe33f1e7-5080-4a56-9437-cf2cbcbbf5cd dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/2109] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/security-groups/lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2110] 199.204.45.162 () {30 vars in 785 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/security-groups?name=lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2111] 199.204.45.162 () {34 vars in 736 bytes} [Thu May 28 15:08:22 2026] POST /v2.0/security-groups => generated 1636 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2112] 199.204.45.162 () {30 vars in 815 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/security-group-rules?security_group_id=cc930b65-96cf-4210-9e37-d7766cbc6e39 => 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: 1008/2113] 199.204.45.162 () {34 vars in 789 bytes} [Thu May 28 15:08:22 2026] PUT /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2114] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:22 2026] GET /v2.0/security-groups?tenant_id=42c97bbd86344ed4aee8619cbd79e79e&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1107/2115] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:08:23 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: 1108/2116] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:08:23 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: 1109/2117] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:08:23 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: 1110/2118] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:08:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2119] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:08:23 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2120] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:23 2026] DELETE /v2.0/security-groups/29a6030b-1741-432a-a009-245d12cb8ac0 => 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: 1112/2121] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:08:27 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 1010/2122] 10.0.0.166 () {34 vars in 1040 bytes} [Thu May 28 15:08:27 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1113/2123] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:27 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2124] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:27 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2125] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:28 2026] POST /v2.0/floatingips => generated 552 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2126] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:28 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2127] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:29 2026] POST /v2.0/floatingips => generated 552 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2128] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:30 2026] PUT /v2.0/floatingips/a0a18be3-211f-4c90-b296-825cb2989cd2/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2129] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:30 2026] PUT /v2.0/floatingips/93862174-cbdb-4f4d-8ba7-b76766dfcd8c/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2130] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:30 2026] PUT /v2.0/floatingips/2cc4e226-226a-4488-a42f-1de9d93d2f7b/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2131] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:30 2026] PUT /v2.0/floatingips/c2e9a3d7-ad5c-4dba-bd0a-27e0b3f018fc/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2132] 10.0.0.93 () {32 vars in 671 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2133] 10.0.0.93 () {32 vars in 685 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2134] 10.0.0.93 () {32 vars in 681 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2135] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2136] 10.0.0.93 () {32 vars in 679 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2137] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2138] 10.0.0.53 () {34 vars in 1015 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/security-groups?id=350e39d7-11eb-4307-9040-14906785a1f7&fields=id => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2139] 10.0.0.93 () {32 vars in 689 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2140] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/networks?id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2141] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/quotas/ccd4ed7860fc49629a5953eee9ad6a98 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2142] 10.0.0.93 () {32 vars in 701 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2143] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2144] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:30.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-54a175da-786e-4f96-b903-fdc7c98f6a59 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] TaaS: Handle Delete Port: b9bc2abe-4217-4a07-b601-dd8eb130f635 2026-05-28 15:08:30.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a175da-786e-4f96-b903-fdc7c98f6a59 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] Tap Mirror: Handle Delete Port: b9bc2abe-4217-4a07-b601-dd8eb130f635 [pid: 7|app: 0|req: 1023/2145] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:08:30 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2146] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:30 2026] DELETE /v2.0/floatingips/a0a18be3-211f-4c90-b296-825cb2989cd2 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:31.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f157798-6917-4bc1-9ca9-f2ab0eb58317 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] TaaS: Handle Delete Port: 51c26f40-67d5-4bd2-bdfb-d3d5a745eb43 2026-05-28 15:08:31.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f157798-6917-4bc1-9ca9-f2ab0eb58317 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] Tap Mirror: Handle Delete Port: 51c26f40-67d5-4bd2-bdfb-d3d5a745eb43 [pid: 7|app: 0|req: 1024/2147] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:31 2026] DELETE /v2.0/floatingips/93862174-cbdb-4f4d-8ba7-b76766dfcd8c => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2148] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:31 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:31.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4f82607-8d14-4b7c-9160-e2fba7885016 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] TaaS: Handle Delete Port: 0e235ee2-9de2-45c2-b6ac-679b8457d066 [pid: 7|app: 0|req: 1026/2149] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:31 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:31.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4f82607-8d14-4b7c-9160-e2fba7885016 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] Tap Mirror: Handle Delete Port: 0e235ee2-9de2-45c2-b6ac-679b8457d066 [pid: 8|app: 0|req: 1124/2150] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:31 2026] DELETE /v2.0/floatingips/2cc4e226-226a-4488-a42f-1de9d93d2f7b => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:31.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-89ad1376-0a50-41d1-a263-a335d1e5665f ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] TaaS: Handle Delete Port: 3e7ace17-e3e1-4c2d-89d5-ceae49144721 2026-05-28 15:08:31.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89ad1376-0a50-41d1-a263-a335d1e5665f ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] Tap Mirror: Handle Delete Port: 3e7ace17-e3e1-4c2d-89d5-ceae49144721 [pid: 7|app: 0|req: 1027/2151] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:31 2026] DELETE /v2.0/floatingips/c2e9a3d7-ad5c-4dba-bd0a-27e0b3f018fc => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:31.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-8df36957-ffa2-4ee3-b3d0-ad5a3dea4163 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] TaaS: Handle Delete Port: f9830f47-7f46-4157-8d0e-29a4f8bfdd1c 2026-05-28 15:08:32.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8df36957-ffa2-4ee3-b3d0-ad5a3dea4163 ac3e418327dd472dbf1823d2613a4e2b ed53b43855ad4dfaac745973317678f5 - - default default] Tap Mirror: Handle Delete Port: f9830f47-7f46-4157-8d0e-29a4f8bfdd1c [pid: 8|app: 0|req: 1125/2152] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:31 2026] DELETE /v2.0/floatingips/b191fde1-c073-4b85-8cda-ead9ca67a6c2 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2153] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:32 2026] GET /v2.0/security-groups?tenant_id=ed53b43855ad4dfaac745973317678f5&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2154] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:33 2026] DELETE /v2.0/security-groups/5866f189-39a1-42f0-922e-303fbe2e2b36 => 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: 1029/2155] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:33 2026] GET /v2.0/security-groups?tenant_id=276629cbd6c242f08dd65222a80f77e7&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2156] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:33 2026] DELETE /v2.0/security-groups/07d567ce-3a54-4f30-9d31-ea889451f262 => 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: 1030/2157] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:33 2026] GET /v2.0/security-groups?tenant_id=ebe17cb24224443c9a4d62fb76ecd1d5&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2158] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:34 2026] DELETE /v2.0/security-groups/0764b998-f0b1-45f0-ae5d-21700803a375 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2159] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:34 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => 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: 1129/2160] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:34 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2163] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:08:35 2026] GET /v2.0/networks?id=5caf62de-5c9f-439b-adb6-cf30835785d2 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2164] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:08:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ccd4ed7860fc49629a5953eee9ad6a98 => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2165] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:08:35 2026] POST /v2.0/ports => generated 1082 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2166] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:08:35 2026] PUT /v2.0/ports/8bbf4731-5ab0-4047-aeed-ee29b42e182c => generated 1243 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:08:36.427 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7c61d63-42ff-429c-810e-9af75b61a2d4'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': '8bbf4731-5ab0-4047-aeed-ee29b42e182c', '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: 1035/2167] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:08:36 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1133/2168] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:08:36 2026] GET /v2.0/networks?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&shared=False => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2169] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:08:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2170] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:37 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2171] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:37 2026] GET /v2.0/security-groups?id=350e39d7-11eb-4307-9040-14906785a1f7&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2172] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:37 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2173] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:37 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2174] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:37 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 7|app: 0|req: 1039/2175] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2176] 199.204.45.162 () {34 vars in 1062 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.224&port_id=8bbf4731-5ab0-4047-aeed-ee29b42e182c => generated 19 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2177] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/subnets?id=fe150ca5-f6b3-40ae-87f9-71d20a4b06a0 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:08:38.697 7 INFO neutron.db.segments_db [None req-7e603746-57ba-45a4-8aab-406c5af2c6a4 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Added segment b0094999-cace-4bad-868b-76c6569b69fb of type vxlan for network b87c4f03-bf62-4da2-aefd-2f80624293e0 [pid: 8|app: 0|req: 1139/2178] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2179] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/ports?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2180] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:08:38 2026] POST /v2.0/networks => generated 632 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2181] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1041/2182] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1042/2183] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:08:38 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1142/2184] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:08:38 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:39.134 7 INFO neutron.db.segments_db [None req-652ec277-5add-4214-9c1f-bf53464990e9 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Added segment 8c098542-b235-4e09-8c2d-c88166ba2545 of type vxlan for network 8048fcdb-379d-4090-8be3-f5fda0dda2a7 [pid: 7|app: 0|req: 1043/2185] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:08:39 2026] POST /v2.0/networks => generated 632 bytes in 135 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: 1143/2186] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:08:39 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:39.601 7 INFO neutron.db.segments_db [None req-8974d9d1-2d43-45cc-88a1-45a7e191510e a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Added segment 975c56ee-b765-4d6a-97a7-c8159bbaddd0 of type vxlan for network 1af57687-6d76-413d-8425-7a20dc215fdb [pid: 7|app: 0|req: 1044/2187] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:08:39 2026] POST /v2.0/networks => generated 631 bytes in 149 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: 1045/2188] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:39 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2189] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:08:39 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 1047/2190] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:39 2026] GET /v2.0/security-groups?id=3b97f36d-9d2b-4679-b8ae-cc6f6435118e&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: 1144/2191] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:08:39 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:08:40.049 8 INFO neutron.db.segments_db [None req-00232be5-4f1c-448e-a1f0-f44c1f243c84 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Added segment e93d777c-e41b-4626-a03d-b1a0dc51234a of type vxlan for network f81bc16b-7325-4b6d-acba-939d00b33aff 2026-05-28 15:08:40.110 7 INFO neutron_taas.services.taas.taas_plugin [req-831dc4e8-a1a5-4dd7-a59b-3389c9671cc2 req-2beea0b4-2574-40e8-ac31-c87bef5e0dd5 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] TaaS: Handle Delete Port: eaa4b803-4826-41fb-8b6d-a89e3b0cbebf 2026-05-28 15:08:40.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-831dc4e8-a1a5-4dd7-a59b-3389c9671cc2 req-2beea0b4-2574-40e8-ac31-c87bef5e0dd5 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Tap Mirror: Handle Delete Port: eaa4b803-4826-41fb-8b6d-a89e3b0cbebf [pid: 8|app: 0|req: 1145/2192] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:08:39 2026] POST /v2.0/networks => generated 632 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:40.311 7 INFO neutron.db.l3_db [req-831dc4e8-a1a5-4dd7-a59b-3389c9671cc2 req-2beea0b4-2574-40e8-ac31-c87bef5e0dd5 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Floating IP d54a36c8-6290-4848-b7c9-4ff057937f60 disassociated. External IP: 10.96.250.208, port: eaa4b803-4826-41fb-8b6d-a89e3b0cbebf. [pid: 8|app: 0|req: 1146/2193] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:08:40 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:08:40.584 8 INFO neutron.db.segments_db [None req-f7952c2d-3804-420c-9240-f20f795d0e70 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Added segment f1daf980-5666-44e7-9cae-0b28bbb9974f of type vxlan for network 31a82f86-5475-4569-ae8f-d8e8704bbf71 [pid: 8|app: 0|req: 1147/2194] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:08:40 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2195] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:08:39 2026] DELETE /v2.0/ports/eaa4b803-4826-41fb-8b6d-a89e3b0cbebf => generated 0 bytes in 733 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2196] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:40 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2197] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:40 2026] GET /v2.0/security-groups?id=350e39d7-11eb-4307-9040-14906785a1f7&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:08:40.767 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e54df9c-e3bd-498a-a7d1-75fae84e4bb1'] response: {'server_uuid': 'af712d4e-d01f-4476-94f6-c7c387696799', 'name': 'network-vif-deleted', 'tag': 'eaa4b803-4826-41fb-8b6d-a89e3b0cbebf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1150/2198] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:40 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2199] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:08:40 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1050/2200] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 1151/2201] 10.0.0.93 () {34 vars in 746 bytes} [Thu May 28 15:08:41 2026] PUT /v2.0/ports/e2583f32-8b58-48f3-bc67-c034d1ad0eb3/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2202] 10.0.0.93 () {34 vars in 746 bytes} [Thu May 28 15:08:41 2026] PUT /v2.0/ports/46c7726a-cc31-4b15-8614-3124bc4095d2/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1152/2203] 10.0.0.93 () {34 vars in 746 bytes} [Thu May 28 15:08:41 2026] PUT /v2.0/ports/d02fd364-fcf6-4d0e-9467-6ebd83fef666/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1052/2204] 10.0.0.93 () {34 vars in 746 bytes} [Thu May 28 15:08:41 2026] PUT /v2.0/ports/ecbabf1d-014b-46bc-97bd-ba8a37ba6842/tags => generated 19 bytes in 62 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: 1153/2205] 10.0.0.93 () {32 vars in 659 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 68 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: 1053/2206] 10.0.0.93 () {32 vars in 673 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2207] 10.0.0.93 () {32 vars in 669 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2208] 10.0.0.93 () {32 vars in 681 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2209] 10.0.0.93 () {32 vars in 667 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2210] 10.0.0.93 () {32 vars in 681 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2211] 10.0.0.93 () {32 vars in 677 bytes} [Thu May 28 15:08:41 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: 7|app: 0|req: 1056/2212] 10.0.0.93 () {32 vars in 689 bytes} [Thu May 28 15:08:41 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:08:42.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f49e992-fe19-4be1-a798-ac7450c36443 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] TaaS: Handle Delete Port: e2583f32-8b58-48f3-bc67-c034d1ad0eb3 2026-05-28 15:08:42.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f49e992-fe19-4be1-a798-ac7450c36443 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Tap Mirror: Handle Delete Port: e2583f32-8b58-48f3-bc67-c034d1ad0eb3 [pid: 7|app: 0|req: 1057/2213] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:42 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 1157/2214] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:08:42 2026] DELETE /v2.0/ports/e2583f32-8b58-48f3-bc67-c034d1ad0eb3 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:42.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-10049357-5c0c-4ee5-8b44-783fa9467709 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] TaaS: Handle Delete Port: 46c7726a-cc31-4b15-8614-3124bc4095d2 2026-05-28 15:08:42.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10049357-5c0c-4ee5-8b44-783fa9467709 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Tap Mirror: Handle Delete Port: 46c7726a-cc31-4b15-8614-3124bc4095d2 [pid: 7|app: 0|req: 1058/2215] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:08:42 2026] DELETE /v2.0/ports/46c7726a-cc31-4b15-8614-3124bc4095d2 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:42.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-e938401d-2d81-408a-abc2-918c38779db6 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] TaaS: Handle Delete Port: d02fd364-fcf6-4d0e-9467-6ebd83fef666 2026-05-28 15:08:42.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e938401d-2d81-408a-abc2-918c38779db6 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Tap Mirror: Handle Delete Port: d02fd364-fcf6-4d0e-9467-6ebd83fef666 [pid: 7|app: 0|req: 1059/2216] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:08:42 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2217] 199.204.45.162 () {34 vars in 1044 bytes} [Thu May 28 15:08:42 2026] GET /v2.0/security-groups?id=350e39d7-11eb-4307-9040-14906785a1f7&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: 1158/2218] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:08:42 2026] DELETE /v2.0/ports/d02fd364-fcf6-4d0e-9467-6ebd83fef666 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:42.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ce18192-473f-4158-bb56-041cd124685a a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] TaaS: Handle Delete Port: ecbabf1d-014b-46bc-97bd-ba8a37ba6842 2026-05-28 15:08:42.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ce18192-473f-4158-bb56-041cd124685a a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Tap Mirror: Handle Delete Port: ecbabf1d-014b-46bc-97bd-ba8a37ba6842 [pid: 7|app: 0|req: 1061/2219] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:08:42 2026] DELETE /v2.0/ports/ecbabf1d-014b-46bc-97bd-ba8a37ba6842 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:42.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8c2f0a7-4b25-45e3-96c4-29fc071b2d01 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] TaaS: Handle Delete Port: a74c6e40-5062-4df0-bff0-e740e145b269 2026-05-28 15:08:42.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8c2f0a7-4b25-45e3-96c4-29fc071b2d01 a2446001c638463a977e1da89b3a8ed9 3873c5060fd649248ca428ca6f75c3b0 - - default default] Tap Mirror: Handle Delete Port: a74c6e40-5062-4df0-bff0-e740e145b269 [pid: 8|app: 0|req: 1159/2220] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:08:42 2026] DELETE /v2.0/ports/a74c6e40-5062-4df0-bff0-e740e145b269 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:43.226 7 INFO neutron.services.segments.plugin [-] Segment b0094999-cace-4bad-868b-76c6569b69fb resource provider aggregate not found 2026-05-28 15:08:43.233 7 INFO neutron.services.segments.plugin [-] Segment b0094999-cace-4bad-868b-76c6569b69fb resource provider aggregate not found 2026-05-28 15:08:43.250 7 INFO neutron.services.segments.plugin [-] Segment b0094999-cace-4bad-868b-76c6569b69fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0094999-cace-4bad-868b-76c6569b69fb found for delete ", "request_id": "req-4e9c2203-06ba-49e1-b9b5-a57be844e7f2"}]} 2026-05-28 15:08:43.251 7 INFO neutron.services.segments.plugin [-] Segment b0094999-cace-4bad-868b-76c6569b69fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0094999-cace-4bad-868b-76c6569b69fb found for delete ", "request_id": "req-323baee5-6f4a-4c19-897a-d75ffa7dda0d"}]} [pid: 7|app: 0|req: 1062/2221] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:08:43 2026] DELETE /v2.0/networks/b87c4f03-bf62-4da2-aefd-2f80624293e0 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2222] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:43 2026] GET /v2.0/ports?device_id=af712d4e-d01f-4476-94f6-c7c387696799 => 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: 1063/2223] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:08:43 2026] DELETE /v2.0/networks/8048fcdb-379d-4090-8be3-f5fda0dda2a7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:43.590 8 INFO neutron.services.segments.plugin [-] Segment 975c56ee-b765-4d6a-97a7-c8159bbaddd0 resource provider aggregate not found 2026-05-28 15:08:43.596 8 INFO neutron.services.segments.plugin [-] Segment 975c56ee-b765-4d6a-97a7-c8159bbaddd0 resource provider aggregate not found [pid: 7|app: 0|req: 1064/2224] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:43 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:08:43.617 8 INFO neutron.services.segments.plugin [-] Segment 975c56ee-b765-4d6a-97a7-c8159bbaddd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 975c56ee-b765-4d6a-97a7-c8159bbaddd0 found for delete ", "request_id": "req-02416065-437d-41c7-8404-183d8fae8b18"}]} 2026-05-28 15:08:43.619 8 INFO neutron.services.segments.plugin [-] Segment 975c56ee-b765-4d6a-97a7-c8159bbaddd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 975c56ee-b765-4d6a-97a7-c8159bbaddd0 found for delete ", "request_id": "req-2aa9a20f-aa27-435f-8ac4-827511ae02e2"}]} [pid: 8|app: 0|req: 1161/2225] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:08:43 2026] DELETE /v2.0/networks/1af57687-6d76-413d-8425-7a20dc215fdb => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2226] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:43 2026] GET /v2.0/security-groups?id=350e39d7-11eb-4307-9040-14906785a1f7&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2227] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:43 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2228] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:08:43 2026] DELETE /v2.0/networks/f81bc16b-7325-4b6d-acba-939d00b33aff => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2229] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:08:43 2026] DELETE /v2.0/networks/31a82f86-5475-4569-ae8f-d8e8704bbf71 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2230] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:44 2026] DELETE /v2.0/security-groups/3b97f36d-9d2b-4679-b8ae-cc6f6435118e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:44.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f6472db-0ecb-487a-8f93-0376b9e0ca0d e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] TaaS: Handle Delete Port: 0c17b324-f716-4766-922e-ddec55e6f6e2 2026-05-28 15:08:44.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f6472db-0ecb-487a-8f93-0376b9e0ca0d e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Tap Mirror: Handle Delete Port: 0c17b324-f716-4766-922e-ddec55e6f6e2 [pid: 7|app: 0|req: 1068/2231] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:44 2026] DELETE /v2.0/floatingips/d54a36c8-6290-4848-b7c9-4ff057937f60 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2232] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:44 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2233] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:44 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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: 1164/2234] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:44 2026] GET /v2.0/security-groups?tenant_id=3642207e43a1477d93127467e59d976f&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2235] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:45 2026] DELETE /v2.0/security-groups/7d0bb466-e40a-4936-8a48-e6dd08369ee0 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:45.274 7 INFO neutron.services.segments.plugin [-] Segment 8c098542-b235-4e09-8c2d-c88166ba2545 resource provider aggregate not found 2026-05-28 15:08:45.283 7 INFO neutron.services.segments.plugin [-] Segment 8c098542-b235-4e09-8c2d-c88166ba2545 resource provider aggregate not found 2026-05-28 15:08:45.289 7 INFO neutron.services.segments.plugin [-] Segment 8c098542-b235-4e09-8c2d-c88166ba2545 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c098542-b235-4e09-8c2d-c88166ba2545 found for delete ", "request_id": "req-e4906fcc-2e51-44ca-9210-0684a5c8e125"}]} 2026-05-28 15:08:45.299 7 INFO neutron.services.segments.plugin [-] Segment 8c098542-b235-4e09-8c2d-c88166ba2545 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c098542-b235-4e09-8c2d-c88166ba2545 found for delete ", "request_id": "req-9f515e99-5a92-4647-abc1-55bc8de7a9d9"}]} 2026-05-28 15:08:45.303 7 INFO neutron.services.segments.plugin [-] Segment f1daf980-5666-44e7-9cae-0b28bbb9974f resource provider aggregate not found 2026-05-28 15:08:45.314 7 INFO neutron.services.segments.plugin [-] Segment f1daf980-5666-44e7-9cae-0b28bbb9974f resource provider aggregate not found 2026-05-28 15:08:45.318 7 INFO neutron.services.segments.plugin [-] Segment f1daf980-5666-44e7-9cae-0b28bbb9974f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1daf980-5666-44e7-9cae-0b28bbb9974f found for delete ", "request_id": "req-28666526-2d86-4b3e-9688-54c99125c5fe"}]} 2026-05-28 15:08:45.328 7 INFO neutron.services.segments.plugin [-] Segment f1daf980-5666-44e7-9cae-0b28bbb9974f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1daf980-5666-44e7-9cae-0b28bbb9974f found for delete ", "request_id": "req-b6712436-7799-44f9-a0a4-8f3d8ad4556e"}]} [pid: 8|app: 0|req: 1165/2236] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:45 2026] GET /v2.0/security-groups?tenant_id=3873c5060fd649248ca428ca6f75c3b0&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2237] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:45 2026] DELETE /v2.0/security-groups/cdde2f87-765f-4194-bf93-87f49fb393d1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:45.648 8 INFO neutron.services.segments.plugin [-] Segment e93d777c-e41b-4626-a03d-b1a0dc51234a resource provider aggregate not found 2026-05-28 15:08:45.652 8 INFO neutron.services.segments.plugin [-] Segment e93d777c-e41b-4626-a03d-b1a0dc51234a resource provider aggregate not found 2026-05-28 15:08:45.672 8 INFO neutron.services.segments.plugin [-] Segment e93d777c-e41b-4626-a03d-b1a0dc51234a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93d777c-e41b-4626-a03d-b1a0dc51234a found for delete ", "request_id": "req-ed5c46ea-3f5e-44ef-a53a-df9558437133"}]} 2026-05-28 15:08:45.676 8 INFO neutron.services.segments.plugin [-] Segment e93d777c-e41b-4626-a03d-b1a0dc51234a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93d777c-e41b-4626-a03d-b1a0dc51234a found for delete ", "request_id": "req-820b73a2-43bc-441e-ad7e-2ac587abaf43"}]} [pid: 8|app: 0|req: 1166/2238] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:45 2026] GET /v2.0/security-groups?tenant_id=5aa50ff4c8ed411097e7ed63d43817d5&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2239] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:45 2026] DELETE /v2.0/security-groups/3b0a1986-96b8-46d1-85c8-003813d82411 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2240] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:46 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2241] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:46 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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: 1168/2242] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:46 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2243] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:47 2026] GET /v2.0/security-groups?id=350e39d7-11eb-4307-9040-14906785a1f7&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2244] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:47 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2245] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:47 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2246] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:08:47 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 1077/2247] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:08:47 2026] GET /v2.0/security-groups?id=c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb&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-05-28 15:08:47.521 8 INFO neutron_taas.services.taas.taas_plugin [req-95aa7971-4b75-49b1-ab1f-33a8ee4087bd req-8f89e683-97bf-455b-b29e-2dd97c7413fc e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] TaaS: Handle Delete Port: 4ed90a3a-d850-419a-b1be-7cf9d8cac42b 2026-05-28 15:08:47.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-95aa7971-4b75-49b1-ab1f-33a8ee4087bd req-8f89e683-97bf-455b-b29e-2dd97c7413fc e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Tap Mirror: Handle Delete Port: 4ed90a3a-d850-419a-b1be-7cf9d8cac42b [pid: 8|app: 0|req: 1171/2248] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:08:47 2026] DELETE /v2.0/ports/4ed90a3a-d850-419a-b1be-7cf9d8cac42b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:47.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea73553a-5198-4e47-8b10-111399a7cbc3'] response: {'server_uuid': '45d5ef22-a085-48d8-aaae-289dd19fc914', 'name': 'network-vif-deleted', 'tag': '4ed90a3a-d850-419a-b1be-7cf9d8cac42b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1078/2249] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:48 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 1172/2250] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:49 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 1080/2253] 10.0.0.93 () {34 vars in 677 bytes} [Thu May 28 15:08:50 2026] POST /v2.0/qos/policies => generated 359 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2254] 10.0.0.93 () {34 vars in 677 bytes} [Thu May 28 15:08:50 2026] POST /v2.0/qos/policies => generated 359 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2255] 10.0.0.93 () {34 vars in 677 bytes} [Thu May 28 15:08:50 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2256] 10.0.0.93 () {34 vars in 677 bytes} [Thu May 28 15:08:50 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: 7|app: 0|req: 1082/2257] 10.0.0.93 () {34 vars in 677 bytes} [Thu May 28 15:08:50 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2258] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:08:50 2026] PUT /v2.0/policies/3f155085-8440-4c16-8e12-518f77cec34d/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2259] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:08:50 2026] PUT /v2.0/policies/2f984f5a-536a-4e1f-b73a-816c185416dd/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2260] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:08:50 2026] GET /v2.0/ports?device_id=45d5ef22-a085-48d8-aaae-289dd19fc914 => 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: 1177/2261] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:08:50 2026] PUT /v2.0/policies/b0e75545-f7bb-4d99-94bc-a06bad0e331e/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2262] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:08:50 2026] PUT /v2.0/policies/95eeb297-8efd-40b8-9a69-375e64cf6570/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2263] 10.0.0.93 () {32 vars in 673 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2264] 10.0.0.93 () {32 vars in 687 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2265] 10.0.0.93 () {32 vars in 683 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2266] 10.0.0.93 () {32 vars in 695 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2267] 10.0.0.93 () {32 vars in 681 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2268] 10.0.0.93 () {32 vars in 695 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2269] 10.0.0.93 () {32 vars in 691 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2270] 10.0.0.93 () {32 vars in 703 bytes} [Thu May 28 15:08:51 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2271] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:51 2026] DELETE /v2.0/security-groups/c9c17c2d-48f9-4f37-b0bc-114d4d3e24bb => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2272] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:08:51 2026] DELETE /v2.0/qos/policies/3f155085-8440-4c16-8e12-518f77cec34d => 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: 1090/2273] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:08:51 2026] DELETE /v2.0/qos/policies/2f984f5a-536a-4e1f-b73a-816c185416dd => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2274] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:08:52 2026] DELETE /v2.0/qos/policies/b0e75545-f7bb-4d99-94bc-a06bad0e331e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2275] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:08:52 2026] DELETE /v2.0/qos/policies/95eeb297-8efd-40b8-9a69-375e64cf6570 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2276] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:08:52 2026] DELETE /v2.0/qos/policies/7dab90ad-5b7c-4874-b6ff-703c694e9737 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:52.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5a370bc-bee9-4201-9739-8bfe1aa2046c e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] TaaS: Handle Delete Port: 0e26cacc-d76f-45ff-8c8e-9b8e8e9fa89b 2026-05-28 15:08:52.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5a370bc-bee9-4201-9739-8bfe1aa2046c e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Tap Mirror: Handle Delete Port: 0e26cacc-d76f-45ff-8c8e-9b8e8e9fa89b [pid: 8|app: 0|req: 1184/2277] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:08:51 2026] PUT /v2.0/routers/eb2c8d7d-10d9-48fe-a0d1-dbba9ce3cc4a/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2278] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:52 2026] DELETE /v2.0/subnets/6193a062-6ebd-434f-bf23-3ab5d253c813 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:08:53.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-64bce7e3-95ad-4a75-975b-20840912b000 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] TaaS: Handle Delete Port: 753a577f-23b1-4984-997a-593938427cdd 2026-05-28 15:08:53.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64bce7e3-95ad-4a75-975b-20840912b000 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Tap Mirror: Handle Delete Port: 753a577f-23b1-4984-997a-593938427cdd [pid: 8|app: 0|req: 1185/2279] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:53 2026] GET /v2.0/security-groups?tenant_id=03f3d6158dc348a9888d1b1765837f1f&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2280] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:53 2026] DELETE /v2.0/security-groups/2fb8acdf-7030-4390-a9d4-85dbe1ceeb2c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:53.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-64bce7e3-95ad-4a75-975b-20840912b000 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] TaaS: Handle Delete Port: ee9b7352-616e-4adc-9410-ca39a7634bea 2026-05-28 15:08:53.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64bce7e3-95ad-4a75-975b-20840912b000 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Tap Mirror: Handle Delete Port: ee9b7352-616e-4adc-9410-ca39a7634bea [pid: 8|app: 0|req: 1187/2281] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:53 2026] GET /v2.0/security-groups?tenant_id=b8cbb6b79e13432daf817a78279d2eb6&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2282] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:53 2026] DELETE /v2.0/security-groups/d8214c38-bb06-415b-9096-4482e8ae7be8 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:54.030 7 INFO neutron.services.segments.plugin [-] Segment b41ce10c-1617-45f1-a654-5d1c8ae65c8d resource provider aggregate not found 2026-05-28 15:08:54.043 7 INFO neutron.services.segments.plugin [-] Segment b41ce10c-1617-45f1-a654-5d1c8ae65c8d resource provider aggregate not found 2026-05-28 15:08:54.053 7 INFO neutron.services.segments.plugin [-] Segment b41ce10c-1617-45f1-a654-5d1c8ae65c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b41ce10c-1617-45f1-a654-5d1c8ae65c8d found for delete ", "request_id": "req-7db98daf-f15c-4ca6-9af5-a2cfe582a182"}]} 2026-05-28 15:08:54.062 7 INFO neutron.services.segments.plugin [-] Segment b41ce10c-1617-45f1-a654-5d1c8ae65c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b41ce10c-1617-45f1-a654-5d1c8ae65c8d found for delete ", "request_id": "req-55d9a0eb-ae76-412d-9363-5d61caa0ee23"}]} 2026-05-28 15:08:54.077 7 INFO neutron.db.l3_hamode_db [None req-64bce7e3-95ad-4a75-975b-20840912b000 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] HA network 4fa3c5a1-1f6a-47db-873b-89be4c85472b was deleted as no HA routers are present in tenant 996d70cdf8e84305ac1e18d710082aff. [pid: 7|app: 0|req: 1095/2283] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:08:53 2026] DELETE /v2.0/routers/eb2c8d7d-10d9-48fe-a0d1-dbba9ce3cc4a => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:54.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c214aeb-2269-402d-a481-bd48c39874d1 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] TaaS: Handle Delete Port: 37b3d61f-1a17-45a5-81c8-80e7ebad3614 2026-05-28 15:08:54.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c214aeb-2269-402d-a481-bd48c39874d1 e8126f643a664f6fa7a592e045655ac0 996d70cdf8e84305ac1e18d710082aff - - default default] Tap Mirror: Handle Delete Port: 37b3d61f-1a17-45a5-81c8-80e7ebad3614 [pid: 7|app: 0|req: 1096/2284] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:54 2026] GET /v2.0/security-groups?tenant_id=ceed46f1ad0e4cd19d6b3ee76d9be1c2&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2285] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:54 2026] DELETE /v2.0/security-groups/8cebce50-22a8-4666-8b3e-597938f0832e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:54.379 8 INFO neutron.services.segments.plugin [-] Segment 82b7a6dc-03b1-4f8a-b7b4-8e00ae5ccfd9 resource provider aggregate not found 2026-05-28 15:08:54.384 8 INFO neutron.services.segments.plugin [-] Segment 82b7a6dc-03b1-4f8a-b7b4-8e00ae5ccfd9 resource provider aggregate not found 2026-05-28 15:08:54.397 8 INFO neutron.services.segments.plugin [-] Segment 82b7a6dc-03b1-4f8a-b7b4-8e00ae5ccfd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b7a6dc-03b1-4f8a-b7b4-8e00ae5ccfd9 found for delete ", "request_id": "req-10644112-5030-4478-9678-4c72a893b350"}]} 2026-05-28 15:08:54.399 8 INFO neutron.services.segments.plugin [-] Segment 82b7a6dc-03b1-4f8a-b7b4-8e00ae5ccfd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b7a6dc-03b1-4f8a-b7b4-8e00ae5ccfd9 found for delete ", "request_id": "req-4c68b172-39e2-4239-be19-0a43697be20a"}]} [pid: 8|app: 0|req: 1189/2286] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:08:54 2026] DELETE /v2.0/networks/0161c6d3-34ee-4306-833a-d57b20abcbd5 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2287] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:55 2026] GET /v2.0/security-groups?tenant_id=996d70cdf8e84305ac1e18d710082aff&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2288] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:55 2026] DELETE /v2.0/security-groups/1c11c8bc-562b-47d2-aed0-f15c40175477 => 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: 1099/2289] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:08:55 2026] GET /v2.0/security-groups?tenant_id=91affe0ddcf441dbb49cfe5a91417fb1&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2290] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:08:55 2026] DELETE /v2.0/security-groups/1db47e7e-d37a-4eec-b405-73d7fa741167 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:08:57.816 7 INFO neutron.db.segments_db [None req-1ea9595a-8981-4fca-a5c8-d57cf42175f8 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment deb1b4cc-499a-4853-aaf4-08635de8c5c2 of type vxlan for network 2c548d3e-58b9-4b02-8caf-753bd447dc32 [pid: 7|app: 0|req: 1100/2291] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:08:57 2026] POST /v2.0/networks => generated 740 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2292] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:08:57 2026] POST /v2.0/subnets => generated 687 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:58.222 7 INFO neutron.db.segments_db [None req-e77fc834-3080-4426-a73b-f1915cb5100a dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 9007404a-5896-4775-80a3-9f812593602b of type vxlan for network 41693e43-e129-4542-b66b-6654d6bb0c97 2026-05-28 15:08:58.447 7 INFO neutron.db.l3_hamode_db [None req-e77fc834-3080-4426-a73b-f1915cb5100a dd2ad6b46e6c4fa9b2eda0dee26bc8d4 7b07aa7551ed4146b3506fa51b07a310 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1193/2293] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2294] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2295] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2296] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:08:59.161 7 INFO neutron.db.l3_hamode_db [None req-e77fc834-3080-4426-a73b-f1915cb5100a dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1197/2297] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:08:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2298] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:59 2026] PUT /v2.0/subnetpools/5646c7a4-5c9c-48b2-9ecc-e2cbf35dc4ba/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2299] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:59 2026] PUT /v2.0/subnetpools/26eefb91-aa3d-435a-986b-4e2d08c56490/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2300] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:59 2026] PUT /v2.0/subnetpools/f8337917-308a-4bc8-abb1-1fe9c796528a/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2301] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:08:59 2026] PUT /v2.0/subnetpools/007357b3-414d-401d-8592-893544dba214/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2302] 10.0.0.93 () {32 vars in 671 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2303] 10.0.0.93 () {32 vars in 685 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2304] 10.0.0.93 () {32 vars in 681 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2305] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2306] 10.0.0.93 () {32 vars in 679 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2307] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2308] 10.0.0.93 () {32 vars in 689 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2309] 10.0.0.93 () {32 vars in 701 bytes} [Thu May 28 15:08:59 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2310] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:59 2026] DELETE /v2.0/subnetpools/5646c7a4-5c9c-48b2-9ecc-e2cbf35dc4ba => 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: 1211/2311] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:59 2026] DELETE /v2.0/subnetpools/26eefb91-aa3d-435a-986b-4e2d08c56490 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2312] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:59 2026] DELETE /v2.0/subnetpools/f8337917-308a-4bc8-abb1-1fe9c796528a => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2313] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:59 2026] DELETE /v2.0/subnetpools/007357b3-414d-401d-8592-893544dba214 => 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: 1101/2314] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:08:58 2026] POST /v2.0/routers => generated 727 bytes in 1734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2315] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:08:59 2026] DELETE /v2.0/subnetpools/0e84e203-9850-4149-b335-29381a2f2c75 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2316] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:08:59 2026] PUT /v2.0/routers/9ca90166-c0dc-451f-9037-54f7542945f5/add_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2317] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:00 2026] GET /v2.0/security-groups?tenant_id=ee7c90b7444746f1a1a4a282dabaf6c2&name=default => generated 2925 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2318] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:01 2026] DELETE /v2.0/security-groups/5a0efc18-0df6-43e4-a634-cce3da6de5d8 => 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: 1216/2319] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:01 2026] GET /v2.0/security-groups?tenant_id=0277509529544b9392151a0a2d0e97f1&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2320] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:01 2026] DELETE /v2.0/security-groups/092d8314-f3be-4a73-a65c-506b71f69e51 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2321] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:02 2026] GET /v2.0/security-groups?tenant_id=56d89a51803d461181f6b62de5a11db5&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2322] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:02 2026] DELETE /v2.0/security-groups/b858167c-0473-44ac-9d1d-8f78325996bd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:09:02.387 7 INFO neutron.db.segments_db [None req-093f00a9-c291-45f8-aec3-4a7865b70f09 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment 49326074-2819-4ea9-90f6-ecc926236822 of type vxlan for network 9afa24f6-8ff6-4d44-b6e1-0d03a21647e4 [pid: 7|app: 0|req: 1105/2323] 10.0.0.93 () {34 vars in 670 bytes} [Thu May 28 15:09:02 2026] POST /v2.0/networks => generated 740 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2324] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:09:02 2026] POST /v2.0/subnets => generated 687 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:02.758 7 INFO neutron.db.segments_db [None req-943ca1db-8523-455e-8f55-52944e06b63e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Added segment ca1dfe6f-b5ef-47d6-b9df-640e4a559858 of type vxlan for network ef49bbd0-e8f0-4660-8cce-af22189e6d85 2026-05-28 15:09:03.060 7 INFO neutron.db.l3_hamode_db [None req-943ca1db-8523-455e-8f55-52944e06b63e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 7c1630b5d3ab4074848b0041b47bc735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:09:03.935 7 INFO neutron.db.l3_hamode_db [None req-943ca1db-8523-455e-8f55-52944e06b63e dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1106/2327] 10.0.0.93 () {34 vars in 668 bytes} [Thu May 28 15:09:02 2026] POST /v2.0/routers => generated 727 bytes in 2559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2328] 10.0.0.93 () {34 vars in 782 bytes} [Thu May 28 15:09:05 2026] PUT /v2.0/routers/924390f5-f474-4325-932c-1bd4bdb8d5da/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:09:07.322 7 INFO neutron.db.segments_db [None req-6f742ff2-22b5-431e-91cd-aeca13499103 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Added segment 3088850e-75cb-4e22-a5ec-fff95447169e of type vxlan for network d822f7ce-a30a-4a5f-862d-3a1fb1a10079 [pid: 7|app: 0|req: 1107/2329] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:06 2026] POST /v2.0/networks => generated 632 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2330] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:09:07 2026] POST /v2.0/security-groups => generated 1675 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2331] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2332] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:09:07 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1225/2333] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:07 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2334] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2335] 10.0.0.93 () {34 vars in 665 bytes} [Thu May 28 15:09:07 2026] POST /v2.0/trunks => generated 407 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:08.247 7 INFO neutron.db.segments_db [None req-2f0ce534-cc18-45a2-8f05-48ad072b3fed bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Added segment 424f0cb3-1315-40a8-bcc6-f5bea795b1b0 of type vxlan for network 66b70531-a082-450f-b3b0-7c22b81ca749 [pid: 8|app: 0|req: 1227/2336] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:08.305 8 INFO neutron.db.securitygroups_db [None req-e0ee4e2f-7585-42b2-8e73-614045ba6b20 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] Project 7b07aa7551ed4146b3506fa51b07a310 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: 1110/2337] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/networks => generated 632 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2338] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:08.458 8 INFO neutron.db.securitygroups_db [None req-ce65f851-dfab-45f1-9693-209a159be5d2 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] Project 7b07aa7551ed4146b3506fa51b07a310 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: 1229/2339] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2340] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2341] 10.0.0.93 () {34 vars in 665 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/trunks => generated 407 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:09:08.917 7 INFO neutron.db.segments_db [None req-71a30ae5-ca08-4e99-9a1c-dac5bf392ed5 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Added segment 11595cec-4e44-4b83-a574-43916783826b of type vxlan for network df8e010e-01f2-46d5-a18e-810bf9457500 [pid: 7|app: 0|req: 1112/2342] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2343] 10.0.0.93 () {34 vars in 684 bytes} [Thu May 28 15:09:08 2026] POST /v2.0/security-groups => generated 1663 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2344] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2345] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/ports => generated 743 bytes in 248 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: 1233/2346] 10.0.0.93 () {34 vars in 694 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2347] 10.0.0.93 () {34 vars in 665 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:09.540 7 INFO neutron.db.segments_db [None req-7737a889-dffc-4518-adbf-d3ddd85c1e57 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Added segment 25210fbc-5d48-4208-9c32-4fec2e25550c of type vxlan for network 324d244f-0b8b-4cc7-8522-4f38cc061d7e [pid: 7|app: 0|req: 1115/2348] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/networks => generated 631 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2349] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/ports => generated 743 bytes in 289 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: 1234/2350] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/floatingips => generated 552 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2351] 10.0.0.93 () {34 vars in 665 bytes} [Thu May 28 15:09:09 2026] POST /v2.0/trunks => generated 407 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2352] 10.0.0.53 () {34 vars in 1097 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-446317242&fields=id&tenant_id=7b07aa7551ed4146b3506fa51b07a310 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2353] 10.0.0.53 () {34 vars in 1099 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1294078019&fields=id&tenant_id=7b07aa7551ed4146b3506fa51b07a310 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:09:10.201 7 INFO neutron.db.segments_db [None req-8f5c4e1b-ee4e-4ea8-b5fa-2b5ff1c6446a bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Added segment c38b0973-9dbb-4949-b1cb-c365f7bf3831 of type vxlan for network 7d1329fe-9670-4a8a-bc93-88ba3a03d1e6 [pid: 8|app: 0|req: 1237/2354] 10.0.0.53 () {34 vars in 981 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/networks?id=2c548d3e-58b9-4b02-8caf-753bd447dc32 => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2355] 10.0.0.53 () {34 vars in 964 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/quotas/7b07aa7551ed4146b3506fa51b07a310 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2356] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:10 2026] POST /v2.0/networks => generated 632 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2357] 10.0.0.53 () {34 vars in 1001 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/ports?tenant_id=7b07aa7551ed4146b3506fa51b07a310&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2358] 10.0.0.53 () {34 vars in 1007 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/networks/2c548d3e-58b9-4b02-8caf-753bd447dc32?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: 1241/2359] 10.0.0.53 () {34 vars in 1107 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/networks/2c548d3e-58b9-4b02-8caf-753bd447dc32?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: 1242/2360] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:10 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => 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: 1119/2361] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:09:10 2026] POST /v2.0/ports => generated 743 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2362] 10.0.0.93 () {34 vars in 665 bytes} [Thu May 28 15:09:10 2026] POST /v2.0/trunks => generated 407 bytes in 176 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: 1120/2363] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:09:10 2026] PUT /v2.0/trunks/9ad67a8d-d13c-4b92-b6d9-6d8640b7e111/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2364] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:09:10 2026] PUT /v2.0/trunks/53bbc240-fce7-473a-b31c-c6011d6caee7/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2365] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:09:11 2026] PUT /v2.0/trunks/f45c6d36-7407-40e2-815b-92cf40c1895f/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2366] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:09:11 2026] PUT /v2.0/trunks/5c0065fe-f0b0-4319-a184-37d847315346/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2367] 10.0.0.93 () {32 vars in 661 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2368] 10.0.0.93 () {32 vars in 675 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2369] 10.0.0.93 () {32 vars in 671 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2370] 10.0.0.93 () {32 vars in 683 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2371] 10.0.0.93 () {32 vars in 669 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2372] 10.0.0.93 () {32 vars in 683 bytes} [Thu May 28 15:09:11 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: 7|app: 0|req: 1125/2373] 10.0.0.93 () {32 vars in 679 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2374] 10.0.0.93 () {32 vars in 691 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2375] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks/9ad67a8d-d13c-4b92-b6d9-6d8640b7e111 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2376] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/ports/52fd98b7-f6cd-4c0f-86bc-d29004a238fa => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2377] 10.0.0.93 () {32 vars in 721 bytes} [Thu May 28 15:09:11 2026] DELETE /v2.0/trunks/9ad67a8d-d13c-4b92-b6d9-6d8640b7e111 => 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: 1251/2378] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks/53bbc240-fce7-473a-b31c-c6011d6caee7 => generated 420 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2379] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/ports/5d42be4a-a162-4aae-9421-10aee53a99b2 => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2380] 10.0.0.93 () {32 vars in 721 bytes} [Thu May 28 15:09:11 2026] DELETE /v2.0/trunks/53bbc240-fce7-473a-b31c-c6011d6caee7 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2381] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks/f45c6d36-7407-40e2-815b-92cf40c1895f => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2382] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => 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: 1130/2383] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/ports/98f3046e-f833-4b60-8a89-7475df7915ef => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2384] 10.0.0.93 () {32 vars in 721 bytes} [Thu May 28 15:09:11 2026] DELETE /v2.0/trunks/f45c6d36-7407-40e2-815b-92cf40c1895f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2385] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/trunks/5c0065fe-f0b0-4319-a184-37d847315346 => generated 414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2386] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:09:11 2026] GET /v2.0/ports/69544783-2def-40d0-84a5-cae0e6a58ec9 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2387] 10.0.0.93 () {32 vars in 721 bytes} [Thu May 28 15:09:12 2026] DELETE /v2.0/trunks/5c0065fe-f0b0-4319-a184-37d847315346 => 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: 1256/2388] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:09:12 2026] GET /v2.0/trunks/8602fd94-eadc-44c6-91d6-adf78e27d900 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2389] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:09:12 2026] GET /v2.0/ports/27bc6153-b2b5-4f4b-8ca0-c9aa2d0d01db => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2390] 10.0.0.93 () {32 vars in 721 bytes} [Thu May 28 15:09:12 2026] DELETE /v2.0/trunks/8602fd94-eadc-44c6-91d6-adf78e27d900 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:09:12.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-b33977fc-6f23-4946-a112-9d96cfc7a5ae bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] TaaS: Handle Delete Port: 52fd98b7-f6cd-4c0f-86bc-d29004a238fa 2026-05-28 15:09:12.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b33977fc-6f23-4946-a112-9d96cfc7a5ae bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Tap Mirror: Handle Delete Port: 52fd98b7-f6cd-4c0f-86bc-d29004a238fa [pid: 7|app: 0|req: 1134/2391] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:09:12 2026] DELETE /v2.0/ports/52fd98b7-f6cd-4c0f-86bc-d29004a238fa => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:12.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0366760-8b27-4661-844a-f30f227e508e bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] TaaS: Handle Delete Port: 5d42be4a-a162-4aae-9421-10aee53a99b2 2026-05-28 15:09:12.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0366760-8b27-4661-844a-f30f227e508e bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Tap Mirror: Handle Delete Port: 5d42be4a-a162-4aae-9421-10aee53a99b2 [pid: 8|app: 0|req: 1258/2392] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:09:12 2026] DELETE /v2.0/ports/5d42be4a-a162-4aae-9421-10aee53a99b2 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:12.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b8fcb41-8833-4e99-a100-58894c2288e7 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] TaaS: Handle Delete Port: 98f3046e-f833-4b60-8a89-7475df7915ef 2026-05-28 15:09:12.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b8fcb41-8833-4e99-a100-58894c2288e7 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Tap Mirror: Handle Delete Port: 98f3046e-f833-4b60-8a89-7475df7915ef [pid: 7|app: 0|req: 1135/2393] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:09:12 2026] DELETE /v2.0/ports/98f3046e-f833-4b60-8a89-7475df7915ef => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2394] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:12 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:09:12.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-6032e7f3-12f7-4339-a1aa-da3c2e84ab28 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] TaaS: Handle Delete Port: 69544783-2def-40d0-84a5-cae0e6a58ec9 2026-05-28 15:09:12.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6032e7f3-12f7-4339-a1aa-da3c2e84ab28 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Tap Mirror: Handle Delete Port: 69544783-2def-40d0-84a5-cae0e6a58ec9 [pid: 8|app: 0|req: 1259/2395] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:09:12 2026] DELETE /v2.0/ports/69544783-2def-40d0-84a5-cae0e6a58ec9 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:13.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-00f17091-6758-4176-ba3d-2df2fd00eda8 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] TaaS: Handle Delete Port: 27bc6153-b2b5-4f4b-8ca0-c9aa2d0d01db 2026-05-28 15:09:13.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f17091-6758-4176-ba3d-2df2fd00eda8 bc56830ae61f4754b6dbc2550f835360 c9c1749ff9074829af4dfc6564086c66 - - default default] Tap Mirror: Handle Delete Port: 27bc6153-b2b5-4f4b-8ca0-c9aa2d0d01db [pid: 7|app: 0|req: 1137/2396] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:09:12 2026] DELETE /v2.0/ports/27bc6153-b2b5-4f4b-8ca0-c9aa2d0d01db => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:13.314 8 INFO neutron.services.segments.plugin [-] Segment 3088850e-75cb-4e22-a5ec-fff95447169e resource provider aggregate not found 2026-05-28 15:09:13.320 8 INFO neutron.services.segments.plugin [-] Segment 3088850e-75cb-4e22-a5ec-fff95447169e resource provider aggregate not found 2026-05-28 15:09:13.337 8 INFO neutron.services.segments.plugin [-] Segment 3088850e-75cb-4e22-a5ec-fff95447169e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3088850e-75cb-4e22-a5ec-fff95447169e found for delete ", "request_id": "req-9e3ccf98-6ce8-4682-9a61-8d29ad1e5c94"}]} [pid: 8|app: 0|req: 1260/2397] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:13 2026] DELETE /v2.0/networks/d822f7ce-a30a-4a5f-862d-3a1fb1a10079 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:13.350 8 INFO neutron.services.segments.plugin [-] Segment 3088850e-75cb-4e22-a5ec-fff95447169e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3088850e-75cb-4e22-a5ec-fff95447169e found for delete ", "request_id": "req-7d44d928-6d06-49b6-b5d9-66f23bacd014"}]} 2026-05-28 15:09:13.524 7 INFO neutron.services.segments.plugin [-] Segment 424f0cb3-1315-40a8-bcc6-f5bea795b1b0 resource provider aggregate not found 2026-05-28 15:09:13.529 7 INFO neutron.services.segments.plugin [-] Segment 424f0cb3-1315-40a8-bcc6-f5bea795b1b0 resource provider aggregate not found 2026-05-28 15:09:13.548 7 INFO neutron.services.segments.plugin [-] Segment 424f0cb3-1315-40a8-bcc6-f5bea795b1b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 424f0cb3-1315-40a8-bcc6-f5bea795b1b0 found for delete ", "request_id": "req-04ab198d-6266-4209-b205-645100105ef2"}]} 2026-05-28 15:09:13.549 7 INFO neutron.services.segments.plugin [-] Segment 424f0cb3-1315-40a8-bcc6-f5bea795b1b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 424f0cb3-1315-40a8-bcc6-f5bea795b1b0 found for delete ", "request_id": "req-29d4f2f2-be83-4d46-a1aa-86d500389b56"}]} [pid: 7|app: 0|req: 1138/2398] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:13 2026] DELETE /v2.0/networks/66b70531-a082-450f-b3b0-7c22b81ca749 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2399] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:13 2026] DELETE /v2.0/networks/df8e010e-01f2-46d5-a18e-810bf9457500 => 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: 1139/2400] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:13 2026] DELETE /v2.0/networks/324d244f-0b8b-4cc7-8522-4f38cc061d7e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2401] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:13 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => 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: 1262/2402] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:13 2026] DELETE /v2.0/networks/7d1329fe-9670-4a8a-bc93-88ba3a03d1e6 => 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: 1263/2403] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:15 2026] GET /v2.0/networks?id=2c548d3e-58b9-4b02-8caf-753bd447dc32 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2404] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:15 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2405] 199.204.45.162 () {34 vars in 1050 bytes} [Thu May 28 15:09:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b07aa7551ed4146b3506fa51b07a310 => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2406] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:14 2026] GET /v2.0/security-groups?tenant_id=65cc6b20eb904aa4a7fe78c689aedc29&name=default => generated 2929 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2407] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:15 2026] DELETE /v2.0/security-groups/d967ae75-3122-47d7-a784-8486fffcd9c7 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:09:15.365 8 INFO neutron.services.segments.plugin [-] Segment 11595cec-4e44-4b83-a574-43916783826b resource provider aggregate not found 2026-05-28 15:09:15.377 8 INFO neutron.services.segments.plugin [-] Segment 11595cec-4e44-4b83-a574-43916783826b resource provider aggregate not found 2026-05-28 15:09:15.382 8 INFO neutron.services.segments.plugin [-] Segment 11595cec-4e44-4b83-a574-43916783826b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11595cec-4e44-4b83-a574-43916783826b found for delete ", "request_id": "req-7619a1d4-f928-47e6-97be-fdd2f13457de"}]} 2026-05-28 15:09:15.399 8 INFO neutron.services.segments.plugin [-] Segment c38b0973-9dbb-4949-b1cb-c365f7bf3831 resource provider aggregate not found 2026-05-28 15:09:15.405 8 INFO neutron.services.segments.plugin [-] Segment 11595cec-4e44-4b83-a574-43916783826b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11595cec-4e44-4b83-a574-43916783826b found for delete ", "request_id": "req-c2b3ea27-0039-46df-ac3a-cf14ec995161"}]} 2026-05-28 15:09:15.420 8 INFO neutron.services.segments.plugin [-] Segment c38b0973-9dbb-4949-b1cb-c365f7bf3831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c38b0973-9dbb-4949-b1cb-c365f7bf3831 found for delete ", "request_id": "req-0b61c4a9-865f-4a30-84c8-ee733a8e7e23"}]} 2026-05-28 15:09:15.432 8 INFO neutron.services.segments.plugin [-] Segment c38b0973-9dbb-4949-b1cb-c365f7bf3831 resource provider aggregate not found 2026-05-28 15:09:15.451 8 INFO neutron.services.segments.plugin [-] Segment c38b0973-9dbb-4949-b1cb-c365f7bf3831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c38b0973-9dbb-4949-b1cb-c365f7bf3831 found for delete ", "request_id": "req-def66793-b23c-4b64-ab8b-f7d5abdeae5c"}]} [pid: 7|app: 0|req: 1143/2408] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:15 2026] GET /v2.0/security-groups?tenant_id=c9c1749ff9074829af4dfc6564086c66&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2409] 199.204.45.162 () {38 vars in 955 bytes} [Thu May 28 15:09:15 2026] POST /v2.0/ports => generated 993 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:09:15.573 7 INFO neutron.services.segments.plugin [-] Segment 25210fbc-5d48-4208-9c32-4fec2e25550c resource provider aggregate not found 2026-05-28 15:09:15.578 7 INFO neutron.services.segments.plugin [-] Segment 25210fbc-5d48-4208-9c32-4fec2e25550c resource provider aggregate not found 2026-05-28 15:09:15.591 7 INFO neutron.services.segments.plugin [-] Segment 25210fbc-5d48-4208-9c32-4fec2e25550c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25210fbc-5d48-4208-9c32-4fec2e25550c found for delete ", "request_id": "req-63268a46-487c-4f67-b1b1-18363732cb4f"}]} 2026-05-28 15:09:15.594 7 INFO neutron.services.segments.plugin [-] Segment 25210fbc-5d48-4208-9c32-4fec2e25550c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25210fbc-5d48-4208-9c32-4fec2e25550c found for delete ", "request_id": "req-43c30e92-315b-4848-882c-1ab6165ddb46"}]} [pid: 7|app: 0|req: 1144/2410] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:15 2026] DELETE /v2.0/security-groups/e12f451c-b406-4934-ac05-89c94332031d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2411] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:15 2026] GET /v2.0/security-groups?tenant_id=8f7a3dec57974c50bf88df5633c4dab4&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2412] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:09:15 2026] PUT /v2.0/ports/afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e => generated 1274 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:15.980 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5264b0f7-4e4e-4e47-86a1-eeb73e313f1c'] response: {'name': 'network-changed', 'server_uuid': '9c2edfa2-27f7-4e93-a67b-3b30c39efa7f', 'tag': 'afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1146/2413] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:15 2026] DELETE /v2.0/security-groups/b3290bf3-6491-49d8-9b01-6561e7e6d149 => generated 0 bytes in 121 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: 1268/2414] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:16 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2415] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:16 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2416] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:16 2026] GET /v2.0/ports?tenant_id=7b07aa7551ed4146b3506fa51b07a310&device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1277 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2417] 199.204.45.162 () {34 vars in 1018 bytes} [Thu May 28 15:09:16 2026] GET /v2.0/networks?tenant_id=7b07aa7551ed4146b3506fa51b07a310&shared=False => generated 768 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2418] 199.204.45.162 () {34 vars in 930 bytes} [Thu May 28 15:09:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2419] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2420] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2421] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/ports?tenant_id=7b07aa7551ed4146b3506fa51b07a310&device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2422] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e => 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: 1151/2423] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/subnets?id=ad89f190-fe0e-49df-931a-189335a20e4d => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2424] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/ports?network_id=2c548d3e-58b9-4b02-8caf-753bd447dc32&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: 7|app: 0|req: 1152/2425] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/networks/2c548d3e-58b9-4b02-8caf-753bd447dc32?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: 1274/2426] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:17 2026] GET /v2.0/networks/2c548d3e-58b9-4b02-8caf-753bd447dc32?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2427] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:18 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1008 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2428] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:18 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:09:19.674 7 INFO neutron.db.segments_db [None req-dcd96501-5aa2-4053-89b2-e014a806e6dc 94898c9fce8846eaaa0aaf2139c69795 bf8e871bdcef4b4a8f4ce53bce255439 - - default default] Added segment cb45c4e2-df5f-4112-a607-60dcec4c7de2 of type vxlan for network 7c055730-6265-46b8-be77-0530561796b1 [pid: 8|app: 0|req: 1278/2431] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:19 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2432] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:19 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2433] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:19 2026] POST /v2.0/networks => generated 631 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2434] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:09:19 2026] POST /v2.0/ports => generated 743 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2435] 10.0.0.93 () {34 vars in 746 bytes} [Thu May 28 15:09:20 2026] PUT /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1281/2436] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 25 bytes in 45 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: 1156/2437] 10.0.0.93 () {34 vars in 757 bytes} [Thu May 28 15:09:20 2026] PUT /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags/green => 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: 8|app: 0|req: 1282/2438] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2439] 10.0.0.93 () {34 vars in 753 bytes} [Thu May 28 15:09:20 2026] PUT /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1283/2440] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1158/2441] 10.0.0.93 () {34 vars in 775 bytes} [Thu May 28 15:09:20 2026] PUT /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1284/2442] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 52 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: 7|app: 0|req: 1159/2443] 10.0.0.93 () {34 vars in 746 bytes} [Thu May 28 15:09:20 2026] PUT /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 37 bytes in 85 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: 1285/2444] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1160/2445] 10.0.0.93 () {32 vars in 734 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:09:20.879 7 INFO neutron.api.v2.resource [None req-db8c85ca-964a-4264-a618-40de82d4d35c 94898c9fce8846eaaa0aaf2139c69795 bf8e871bdcef4b4a8f4ce53bce255439 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1286/2446] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1008 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2447] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags/green => generated 99 bytes in 69 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: 1287/2448] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2449] 10.0.0.93 () {32 vars in 737 bytes} [Thu May 28 15:09:20 2026] DELETE /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2450] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:09:20 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:09:21.102 7 INFO neutron.api.v2.resource [None req-428a3295-19fc-497f-95a0-1796a87c0f45 94898c9fce8846eaaa0aaf2139c69795 bf8e871bdcef4b4a8f4ce53bce255439 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1163/2451] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:09:21 2026] DELETE /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags/green => generated 99 bytes in 72 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1164/2452] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:09:21 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2453] 10.0.0.93 () {32 vars in 729 bytes} [Thu May 28 15:09:21 2026] DELETE /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 0 bytes in 82 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: 1165/2454] 199.204.45.162 () {34 vars in 1124 bytes} [Thu May 28 15:09:21 2026] GET /v2.0/security-groups?id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&id=30fdcf8d-1fef-47b3-acaa-c97533e58401&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2455] 10.0.0.93 () {32 vars in 726 bytes} [Thu May 28 15:09:21 2026] GET /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:09:21.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-212fb41b-fc64-417e-8a97-cc9409ded36e 94898c9fce8846eaaa0aaf2139c69795 bf8e871bdcef4b4a8f4ce53bce255439 - - default default] TaaS: Handle Delete Port: 2aad4677-8c32-4651-8c06-97d829ba5472 2026-05-28 15:09:21.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-212fb41b-fc64-417e-8a97-cc9409ded36e 94898c9fce8846eaaa0aaf2139c69795 bf8e871bdcef4b4a8f4ce53bce255439 - - default default] Tap Mirror: Handle Delete Port: 2aad4677-8c32-4651-8c06-97d829ba5472 [pid: 7|app: 0|req: 1166/2456] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:09:21 2026] DELETE /v2.0/ports/2aad4677-8c32-4651-8c06-97d829ba5472 => generated 0 bytes in 211 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-05-28 15:09:21.601 8 INFO neutron.services.segments.plugin [-] Segment cb45c4e2-df5f-4112-a607-60dcec4c7de2 resource provider aggregate not found 2026-05-28 15:09:21.607 8 INFO neutron.services.segments.plugin [-] Segment cb45c4e2-df5f-4112-a607-60dcec4c7de2 resource provider aggregate not found 2026-05-28 15:09:21.631 8 INFO neutron.services.segments.plugin [-] Segment cb45c4e2-df5f-4112-a607-60dcec4c7de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb45c4e2-df5f-4112-a607-60dcec4c7de2 found for delete ", "request_id": "req-735358e2-0f03-4502-843d-ce57053ac39d"}]} 2026-05-28 15:09:21.635 8 INFO neutron.services.segments.plugin [-] Segment cb45c4e2-df5f-4112-a607-60dcec4c7de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb45c4e2-df5f-4112-a607-60dcec4c7de2 found for delete ", "request_id": "req-750713eb-78a7-41d1-be70-cd84f89f9b15"}]} [pid: 8|app: 0|req: 1291/2457] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:21 2026] DELETE /v2.0/networks/7c055730-6265-46b8-be77-0530561796b1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2458] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:21 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2459] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:22 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2460] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:09:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2461] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:09:22 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: 1295/2462] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:09: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: 8|app: 0|req: 1296/2463] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:09: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: 1168/2464] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:22 2026] GET /v2.0/security-groups?tenant_id=8f568fdc643942feb6e0d041d4edf040&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2465] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:09:22 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2466] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:09:22 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2467] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:22 2026] DELETE /v2.0/security-groups/0161400a-0d26-4018-98fb-b62bb488d97e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2468] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:22 2026] GET /v2.0/security-groups?tenant_id=bf8e871bdcef4b4a8f4ce53bce255439&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2469] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:22 2026] DELETE /v2.0/security-groups/59c49448-e5dc-419c-a1b8-e83e89cebc97 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2470] 199.204.45.162 () {34 vars in 717 bytes} [Thu May 28 15:09:22 2026] POST /v2.0/ports => generated 1055 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2471] 10.0.0.53 () {34 vars in 970 bytes} [Thu May 28 15:09:23 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2472] 10.0.0.53 () {34 vars in 906 bytes} [Thu May 28 15:09:23 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2473] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:23 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2474] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:23 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2475] 199.204.45.162 () {34 vars in 1262 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2476] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1175/2477] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2478] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2479] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2480] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2481] 199.204.45.162 () {34 vars in 975 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2482] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:24 2026] GET /v2.0/networks?id=a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:09:25.026 7 INFO neutron.db.l3_db [None req-538f4684-48c2-40bb-8ce2-cf16bf7ea628 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] Floating IP f3b47298-beb6-4f3f-b69d-60fe14390c9a associated. External IP: 10.96.250.218, port: afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e. [pid: 8|app: 0|req: 1307/2483] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:09:24 2026] PUT /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1245 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:25.414 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bae1ec50-8d9b-464c-b618-e934826a4b53'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': '0a23aafe-55ed-42f9-9cdc-2db242d0d992', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1177/2484] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:09:24 2026] PUT /v2.0/floatingips/f3b47298-beb6-4f3f-b69d-60fe14390c9a => generated 855 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:09:25.490 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-facd685e-5e95-4386-b22e-bb1bb830254a'] response: {'name': 'network-changed', 'server_uuid': '9c2edfa2-27f7-4e93-a67b-3b30c39efa7f', 'tag': 'afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1308/2485] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:25 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2486] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:25 2026] GET /v2.0/networks?id=a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2487] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/ports?tenant_id=7b07aa7551ed4146b3506fa51b07a310&device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1279 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2488] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => 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: 1310/2489] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/networks?id=2c548d3e-58b9-4b02-8caf-753bd447dc32 => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2490] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2491] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2492] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2493] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/subnets?id=ad89f190-fe0e-49df-931a-189335a20e4d => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2494] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1313/2495] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/ports?network_id=2c548d3e-58b9-4b02-8caf-753bd447dc32&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: 1183/2496] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1314/2497] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/networks/2c548d3e-58b9-4b02-8caf-753bd447dc32?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: 1184/2498] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/networks/2c548d3e-58b9-4b02-8caf-753bd447dc32?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: 1315/2499] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:09:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2500] 10.0.0.93 () {34 vars in 766 bytes} [Thu May 28 15:09:26 2026] PUT /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2501] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:09:26 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2502] 10.0.0.93 () {34 vars in 777 bytes} [Thu May 28 15:09:26 2026] PUT /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2503] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2504] 10.0.0.93 () {34 vars in 773 bytes} [Thu May 28 15:09:27 2026] PUT /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2505] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2506] 10.0.0.93 () {34 vars in 795 bytes} [Thu May 28 15:09:27 2026] PUT /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/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: 1319/2507] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2508] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2509] 10.0.0.93 () {34 vars in 766 bytes} [Thu May 28 15:09:27 2026] PUT /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/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: 1321/2510] 199.204.45.162 () {34 vars in 1062 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.224&port_id=8bbf4731-5ab0-4047-aeed-ee29b42e182c => 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: 1190/2511] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2512] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/subnets?id=fe150ca5-f6b3-40ae-87f9-71d20a4b06a0 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2513] 10.0.0.93 () {32 vars in 754 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2514] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/ports?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:27.415 7 INFO neutron.api.v2.resource [None req-a6208443-23a7-422a-ba15-b1930150d49d 1b3838f3dc1d4a23b7c25f6888ce743c 8c0cd62ea84a419384dd4844305fa73d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1192/2515] 10.0.0.93 () {32 vars in 758 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2516] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1193/2517] 10.0.0.93 () {32 vars in 757 bytes} [Thu May 28 15:09:27 2026] DELETE /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2518] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1194/2519] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2520] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:09:27.544 7 INFO neutron.api.v2.resource [None req-e4e2ba3a-e87f-4647-b733-e826c3003803 1b3838f3dc1d4a23b7c25f6888ce743c 8c0cd62ea84a419384dd4844305fa73d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1195/2521] 10.0.0.93 () {32 vars in 761 bytes} [Thu May 28 15:09:27 2026] DELETE /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2522] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2523] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2524] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:09:27 2026] DELETE /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => 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: 1197/2525] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0/tags => 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: 1329/2526] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1198/2527] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:27 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1330/2528] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:27 2026] DELETE /v2.0/security-groups/81af95e9-dcc8-42c7-ba85-125b5a08a6e0 => 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: 1199/2529] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:28 2026] GET /v2.0/security-groups?tenant_id=2a206319e0094bc0bab514bebbcd0a20&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2530] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:28 2026] DELETE /v2.0/security-groups/6cdd6acc-baf0-418c-bca5-5a4da74b4c95 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2531] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:28 2026] GET /v2.0/security-groups?tenant_id=8c0cd62ea84a419384dd4844305fa73d&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2532] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:28 2026] DELETE /v2.0/security-groups/69afef3a-7ceb-4bdb-9172-45de22f0ee6c => 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: 1201/2533] 10.0.0.53 () {34 vars in 970 bytes} [Thu May 28 15:09:31 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1247 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2534] 199.204.45.162 () {34 vars in 789 bytes} [Thu May 28 15:09:31 2026] PUT /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1272 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:31.920 7 INFO neutron.api.v2.resource [None req-bfd54d9e-5303-4705-b430-fcff70c14d3d dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1202/2535] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 15:09:31 2026] GET /v2.0/security-groups/lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:09:31.938 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-470e7af2-bc82-4920-87bb-b81afd2c5ea7'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': '0a23aafe-55ed-42f9-9cdc-2db242d0d992', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1334/2536] 199.204.45.162 () {30 vars in 785 bytes} [Thu May 28 15:09:31 2026] GET /v2.0/security-groups?name=lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 1637 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2537] 199.204.45.162 () {34 vars in 789 bytes} [Thu May 28 15:09:31 2026] PUT /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1310 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:32.235 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d44d3889-26ad-4b1d-8361-bc4ca6721cf0'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': '0a23aafe-55ed-42f9-9cdc-2db242d0d992', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1335/2538] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1204/2539] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/networks?id=a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 802 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2540] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => 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: 1205/2541] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2542] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&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: 1338/2543] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:09:32 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: 1339/2544] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:09:32 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: 8|app: 0|req: 1340/2545] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2546] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:09:32 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: 1206/2547] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2548] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2549] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1343/2550] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2551] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1346 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2552] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2553] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:09:32 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2554] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2555] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1346/2556] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2557] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2558] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1279 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2559] 10.0.0.93 () {32 vars in 857 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/floatingips?floating_network_id=28a54990-3ee0-4371-8afd-8c1661751490&port_id=afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2560] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2561] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:33 2026] GET /v2.0/networks?id=a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 802 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2562] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:09:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2563] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:34 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => 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: 1350/2564] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:34 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2565] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:34 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2566] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:34 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1216/2567] 10.0.0.166 () {34 vars in 990 bytes} [Thu May 28 15:09:34 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2569] 10.0.0.166 () {34 vars in 1120 bytes} [Thu May 28 15:09:34 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2571] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:37 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2572] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:37 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2573] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:38 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2574] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:38 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2575] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:39 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2576] 10.0.0.53 () {34 vars in 1119 bytes} [Thu May 28 15:09:39 2026] GET /v2.0/security-groups?id=30fdcf8d-1fef-47b3-acaa-c97533e58401&id=dcebe0c2-ed32-4c38-b4cb-e0655404dcfd&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2577] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:09:39 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:40.009 7 INFO neutron_taas.services.taas.taas_plugin [req-f82dac69-1081-4d2c-ba28-70e5924570b1 req-6c1292d7-ee62-435d-8364-2293f6df48bd 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] TaaS: Handle Delete Port: afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e 2026-05-28 15:09:40.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f82dac69-1081-4d2c-ba28-70e5924570b1 req-6c1292d7-ee62-435d-8364-2293f6df48bd 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] Tap Mirror: Handle Delete Port: afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e 2026-05-28 15:09:40.120 7 INFO neutron.db.l3_db [req-f82dac69-1081-4d2c-ba28-70e5924570b1 req-6c1292d7-ee62-435d-8364-2293f6df48bd 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] Floating IP f3b47298-beb6-4f3f-b69d-60fe14390c9a disassociated. External IP: 10.96.250.218, port: afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e. 2026-05-28 15:09:40.385 8 INFO neutron.db.l3_db [None req-29a65114-0ac9-474c-8240-9d501b553570 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Floating IP 90fa2e5f-f1b4-483a-a833-a4954e472229 associated. External IP: 10.96.250.207, port: 7bb59f68-74ed-4103-a78b-f742d6403a3e. [pid: 7|app: 0|req: 1224/2578] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:09:39 2026] DELETE /v2.0/ports/afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e => generated 0 bytes in 530 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:40.467 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7384708b-9782-49c0-85c7-250167b22687'] response: {'server_uuid': '9c2edfa2-27f7-4e93-a67b-3b30c39efa7f', 'name': 'network-vif-deleted', 'tag': 'afbbd2de-a56a-4ed7-8e50-ac9e7d8d594e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2579] 10.0.0.93 () {34 vars in 676 bytes} [Thu May 28 15:09:39 2026] POST /v2.0/floatingips => generated 899 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2580] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:40 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => 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: 1356/2581] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:42 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => 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: 1226/2582] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:09:43 2026] GET /v2.0/ports?device_id=9c2edfa2-27f7-4e93-a67b-3b30c39efa7f => 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: 1357/2583] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:44 2026] DELETE /v2.0/security-groups/dcebe0c2-ed32-4c38-b4cb-e0655404dcfd => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:09:44.415 7 INFO neutron.api.v2.resource [None req-28af8459-2fea-4c80-aa0a-44715608d4f1 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1227/2584] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:09:44 2026] GET /v2.0/security-groups/dcebe0c2-ed32-4c38-b4cb-e0655404dcfd => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:09:44.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fae2f44-29ff-4bc7-995f-ae1dd19434c3 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] TaaS: Handle Delete Port: a45bfd2a-3a0c-48c0-95e8-05a903b7da51 2026-05-28 15:09:44.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fae2f44-29ff-4bc7-995f-ae1dd19434c3 30dde2b5861743ad98780efa55e86d46 7b07aa7551ed4146b3506fa51b07a310 - - default default] Tap Mirror: Handle Delete Port: a45bfd2a-3a0c-48c0-95e8-05a903b7da51 [pid: 8|app: 0|req: 1358/2585] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:09:44 2026] DELETE /v2.0/floatingips/f3b47298-beb6-4f3f-b69d-60fe14390c9a => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2586] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:44 2026] DELETE /v2.0/security-groups/30fdcf8d-1fef-47b3-acaa-c97533e58401 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:09:45.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4d1eaf0-0357-4c9c-93db-ce3e177739a2 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: a0811da8-2318-4eda-ab32-253b04677e76 2026-05-28 15:09:45.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4d1eaf0-0357-4c9c-93db-ce3e177739a2 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: a0811da8-2318-4eda-ab32-253b04677e76 [pid: 7|app: 0|req: 1229/2587] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:09:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2588] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:09:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2589] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:09:45 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: 1232/2590] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:09: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) 2026-05-28 15:09:45.460 7 INFO neutron.api.v2.resource [None req-f2e908d3-deb3-460e-800e-ae032e1b4dda dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1233/2591] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 15:09:45 2026] GET /v2.0/security-groups/lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2592] 199.204.45.162 () {30 vars in 785 bytes} [Thu May 28 15:09:45 2026] GET /v2.0/security-groups?name=lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 1637 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2593] 199.204.45.162 () {30 vars in 815 bytes} [Thu May 28 15:09:45 2026] GET /v2.0/security-group-rules?security_group_id=cc930b65-96cf-4210-9e37-d7766cbc6e39 => 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: 1236/2594] 199.204.45.162 () {34 vars in 747 bytes} [Thu May 28 15:09:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2595] 199.204.45.162 () {34 vars in 747 bytes} [Thu May 28 15:09:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2596] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:09:44 2026] PUT /v2.0/routers/9ca90166-c0dc-451f-9037-54f7542945f5/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:09:46.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-64824f57-9f72-45fa-ba9c-d820d5b13c61 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 27bd80f9-e1f3-4c26-b44f-85c6d2b07bdc 2026-05-28 15:09:46.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64824f57-9f72-45fa-ba9c-d820d5b13c61 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 27bd80f9-e1f3-4c26-b44f-85c6d2b07bdc 2026-05-28 15:09:46.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-64824f57-9f72-45fa-ba9c-d820d5b13c61 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 84168a60-56dd-4b7a-8cdb-500c604d6311 2026-05-28 15:09:46.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64824f57-9f72-45fa-ba9c-d820d5b13c61 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 84168a60-56dd-4b7a-8cdb-500c604d6311 2026-05-28 15:09:46.619 7 INFO neutron.services.segments.plugin [-] Segment 9007404a-5896-4775-80a3-9f812593602b resource provider aggregate not found 2026-05-28 15:09:46.629 7 INFO neutron.services.segments.plugin [-] Segment 9007404a-5896-4775-80a3-9f812593602b resource provider aggregate not found 2026-05-28 15:09:46.646 7 INFO neutron.services.segments.plugin [-] Segment 9007404a-5896-4775-80a3-9f812593602b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9007404a-5896-4775-80a3-9f812593602b found for delete ", "request_id": "req-89db7f2a-e718-4668-a0ba-51281596fbc8"}]} 2026-05-28 15:09:46.651 7 INFO neutron.services.segments.plugin [-] Segment 9007404a-5896-4775-80a3-9f812593602b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9007404a-5896-4775-80a3-9f812593602b found for delete ", "request_id": "req-4861cb43-28a8-4dc2-a26e-4e6c7f87e799"}]} 2026-05-28 15:09:46.662 7 INFO neutron.db.l3_hamode_db [None req-64824f57-9f72-45fa-ba9c-d820d5b13c61 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network 41693e43-e129-4542-b66b-6654d6bb0c97 was deleted as no HA routers are present in tenant 7b07aa7551ed4146b3506fa51b07a310. [pid: 7|app: 0|req: 1238/2597] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:09:45 2026] DELETE /v2.0/routers/9ca90166-c0dc-451f-9037-54f7542945f5 => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2598] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:09:46 2026] DELETE /v2.0/subnets/ad89f190-fe0e-49df-931a-189335a20e4d => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:46.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4cd9560-0806-4429-98ba-e3077da3e405 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: ba3d6285-3ddd-4c64-ac6a-ce4ee9c34550 2026-05-28 15:09:46.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4cd9560-0806-4429-98ba-e3077da3e405 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: ba3d6285-3ddd-4c64-ac6a-ce4ee9c34550 [pid: 7|app: 0|req: 1239/2599] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:46 2026] DELETE /v2.0/networks/2c548d3e-58b9-4b02-8caf-753bd447dc32 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:47.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-50821141-36d8-4523-a2ae-8db95df88be9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 29c3162b-0af2-4a33-86ed-814016df789f 2026-05-28 15:09:47.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50821141-36d8-4523-a2ae-8db95df88be9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 29c3162b-0af2-4a33-86ed-814016df789f [pid: 8|app: 0|req: 1361/2600] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:09:47 2026] PUT /v2.0/routers/924390f5-f474-4325-932c-1bd4bdb8d5da/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:09:48.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ebae1d3-86ec-4c33-a9c9-a8a2fd192391 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: bb88d011-003c-466f-b65f-a3ebe37fe33b 2026-05-28 15:09:48.299 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ebae1d3-86ec-4c33-a9c9-a8a2fd192391 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: bb88d011-003c-466f-b65f-a3ebe37fe33b 2026-05-28 15:09:48.558 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ebae1d3-86ec-4c33-a9c9-a8a2fd192391 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 43d64c40-981b-4e3c-a4a7-e06a22a57e03 2026-05-28 15:09:48.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ebae1d3-86ec-4c33-a9c9-a8a2fd192391 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 43d64c40-981b-4e3c-a4a7-e06a22a57e03 2026-05-28 15:09:48.675 7 INFO neutron.services.segments.plugin [-] Segment deb1b4cc-499a-4853-aaf4-08635de8c5c2 resource provider aggregate not found 2026-05-28 15:09:48.679 7 INFO neutron.services.segments.plugin [-] Segment deb1b4cc-499a-4853-aaf4-08635de8c5c2 resource provider aggregate not found 2026-05-28 15:09:48.691 7 INFO neutron.services.segments.plugin [-] Segment deb1b4cc-499a-4853-aaf4-08635de8c5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deb1b4cc-499a-4853-aaf4-08635de8c5c2 found for delete ", "request_id": "req-3226bdbb-1ee1-4579-935b-242c6ec17f34"}]} 2026-05-28 15:09:48.698 7 INFO neutron.services.segments.plugin [-] Segment deb1b4cc-499a-4853-aaf4-08635de8c5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deb1b4cc-499a-4853-aaf4-08635de8c5c2 found for delete ", "request_id": "req-4dd07004-b197-4299-a52a-a4b76f673182"}]} 2026-05-28 15:09:48.945 7 INFO neutron.db.l3_hamode_db [None req-4ebae1d3-86ec-4c33-a9c9-a8a2fd192391 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] HA network ef49bbd0-e8f0-4660-8cce-af22189e6d85 was deleted as no HA routers are present in tenant 7c1630b5d3ab4074848b0041b47bc735. [pid: 7|app: 0|req: 1240/2601] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:09:48 2026] DELETE /v2.0/routers/924390f5-f474-4325-932c-1bd4bdb8d5da => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2602] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:09:48 2026] DELETE /v2.0/subnets/06608506-cd04-45f5-8dc0-df254f790f88 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:49.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-31ae872d-aa82-4bbf-93b4-91e09d147db3 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: ed3c5547-337a-40e1-a6ee-e804cd26a3ff 2026-05-28 15:09:49.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31ae872d-aa82-4bbf-93b4-91e09d147db3 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: ed3c5547-337a-40e1-a6ee-e804cd26a3ff [pid: 7|app: 0|req: 1241/2603] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:49 2026] DELETE /v2.0/networks/9afa24f6-8ff6-4d44-b6e1-0d03a21647e4 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2606] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:49 2026] GET /v2.0/security-groups?tenant_id=7b07aa7551ed4146b3506fa51b07a310&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2607] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:49 2026] DELETE /v2.0/security-groups/1a845364-4165-494f-b511-e55adbc0e207 => 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: 1365/2608] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:49 2026] GET /v2.0/security-groups?tenant_id=7c1630b5d3ab4074848b0041b47bc735&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: 1244/2609] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:50 2026] DELETE /v2.0/security-groups/d65827d1-da9a-4f24-b07a-f01b57723cec => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:09:50.715 7 INFO neutron.services.segments.plugin [-] Segment ca1dfe6f-b5ef-47d6-b9df-640e4a559858 resource provider aggregate not found 2026-05-28 15:09:50.719 7 INFO neutron.services.segments.plugin [-] Segment ca1dfe6f-b5ef-47d6-b9df-640e4a559858 resource provider aggregate not found 2026-05-28 15:09:50.733 7 INFO neutron.services.segments.plugin [-] Segment ca1dfe6f-b5ef-47d6-b9df-640e4a559858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca1dfe6f-b5ef-47d6-b9df-640e4a559858 found for delete ", "request_id": "req-543c3043-a3aa-49f2-9c13-3ad4e08d3078"}]} 2026-05-28 15:09:50.737 7 INFO neutron.services.segments.plugin [-] Segment ca1dfe6f-b5ef-47d6-b9df-640e4a559858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca1dfe6f-b5ef-47d6-b9df-640e4a559858 found for delete ", "request_id": "req-74e04a8f-037b-4e20-a062-e3fa71a621c0"}]} 2026-05-28 15:09:50.749 7 INFO neutron.services.segments.plugin [-] Segment 49326074-2819-4ea9-90f6-ecc926236822 resource provider aggregate not found 2026-05-28 15:09:50.752 7 INFO neutron.services.segments.plugin [-] Segment 49326074-2819-4ea9-90f6-ecc926236822 resource provider aggregate not found 2026-05-28 15:09:50.767 7 INFO neutron.services.segments.plugin [-] Segment 49326074-2819-4ea9-90f6-ecc926236822 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49326074-2819-4ea9-90f6-ecc926236822 found for delete ", "request_id": "req-130b7c5f-6ce1-42f6-a39c-d856d526b362"}]} 2026-05-28 15:09:50.773 7 INFO neutron.services.segments.plugin [-] Segment 49326074-2819-4ea9-90f6-ecc926236822 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49326074-2819-4ea9-90f6-ecc926236822 found for delete ", "request_id": "req-d9c2b71d-6ffa-452b-9a0d-59eb0ad6d28b"}]} [pid: 8|app: 0|req: 1366/2610] 10.0.0.193 () {30 vars in 690 bytes} [Thu May 28 15:09:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2611] 10.0.0.193 () {30 vars in 692 bytes} [Thu May 28 15:09:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2612] 10.0.0.193 () {30 vars in 668 bytes} [Thu May 28 15:09:52 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: 1246/2613] 10.0.0.193 () {30 vars in 704 bytes} [Thu May 28 15:09:52 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: 1368/2614] 10.0.0.193 () {28 vars in 439 bytes} [Thu May 28 15:09:52 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: 1247/2615] 10.0.0.193 () {30 vars in 728 bytes} [Thu May 28 15:09:52 2026] GET /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2616] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:09:53 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: 1248/2617] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:09:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2618] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:09:53 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: 1249/2619] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:09:53 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: 1371/2620] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:09:53 2026] GET /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 672 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2621] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:09:53 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2622] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:09:54 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: 1251/2623] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:09:54 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: 1373/2624] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:09:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2625] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:09:54 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: 1374/2626] 199.204.45.162 () {34 vars in 717 bytes} [Thu May 28 15:09:54 2026] POST /v2.0/ports => generated 1328 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 15:09:54.489 7 INFO neutron.db.segments_db [None req-310fdae2-4d6c-4dcb-91b9-027cf1ff6491 625d2b8447304f6c940d152c88630088 456b2baa66324e58bc83f4b4050143c8 - - default default] Added segment 7e3d9695-06f2-4fe4-b7a1-f3c6cbed4bcb of type vxlan for network da09ea4f-5204-4214-88e5-5335cb512b7f [pid: 7|app: 0|req: 1253/2627] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:54 2026] POST /v2.0/networks => generated 631 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:09:54.656 8 INFO neutron.db.segments_db [None req-38cd5f0a-c4c7-4eb0-80bf-b5cfecd45bc4 625d2b8447304f6c940d152c88630088 456b2baa66324e58bc83f4b4050143c8 - - default default] Added segment 970cf661-8b1f-461a-8b58-9483ae31b7b4 of type vxlan for network 7dbbc178-ce8b-424f-8f91-ce0ad548ebf8 [pid: 8|app: 0|req: 1375/2628] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:54 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:54.823 7 INFO neutron.db.segments_db [None req-f25ea6b9-7e08-45b5-8da7-246a7d6224aa 625d2b8447304f6c940d152c88630088 456b2baa66324e58bc83f4b4050143c8 - - default default] Added segment 053331f1-2165-4c7f-8c0b-659e6cc98641 of type vxlan for network f961580b-4386-427b-b496-032b349bef38 [pid: 7|app: 0|req: 1254/2629] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:54 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:54.996 8 INFO neutron.db.segments_db [None req-dab08365-b0ed-4b62-9c2e-ed49d4fa7cb0 625d2b8447304f6c940d152c88630088 456b2baa66324e58bc83f4b4050143c8 - - default default] Added segment ae604471-c591-4050-a496-e9181c90edea of type vxlan for network 8b8403df-c03a-4b2e-b995-4468e533b523 [pid: 7|app: 0|req: 1255/2630] 10.0.0.53 () {34 vars in 970 bytes} [Thu May 28 15:09:54 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1328 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2631] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:54 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:09:55.136 7 INFO neutron.db.segments_db [None req-d3e7b7c2-b68f-4afd-b286-2b07c45300c4 625d2b8447304f6c940d152c88630088 456b2baa66324e58bc83f4b4050143c8 - - default default] Added segment 68ecfe48-4943-40fa-a712-1d24f5cc5899 of type vxlan for network 805aa117-2450-4dee-b6f6-3c41b6faaa18 [pid: 7|app: 0|req: 1256/2632] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:09:55 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2633] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:09:55 2026] PUT /v2.0/networks/da09ea4f-5204-4214-88e5-5335cb512b7f/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2634] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:09:55 2026] PUT /v2.0/networks/7dbbc178-ce8b-424f-8f91-ce0ad548ebf8/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2635] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:09:55 2026] PUT /v2.0/networks/f961580b-4386-427b-b496-032b349bef38/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2636] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:09:55 2026] PUT /v2.0/networks/8b8403df-c03a-4b2e-b995-4468e533b523/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2637] 10.0.0.93 () {32 vars in 665 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2638] 10.0.0.93 () {32 vars in 679 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2639] 10.0.0.93 () {32 vars in 675 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2640] 10.0.0.93 () {32 vars in 687 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2641] 10.0.0.93 () {32 vars in 673 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2642] 10.0.0.93 () {32 vars in 687 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2643] 10.0.0.93 () {32 vars in 683 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2644] 10.0.0.93 () {32 vars in 695 bytes} [Thu May 28 15:09:55 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2645] 199.204.45.162 () {34 vars in 1262 bytes} [Thu May 28 15:09:56 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2646] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:56 2026] DELETE /v2.0/networks/da09ea4f-5204-4214-88e5-5335cb512b7f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2647] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:56 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:09:56.240 8 INFO neutron.services.segments.plugin [-] Segment 7e3d9695-06f2-4fe4-b7a1-f3c6cbed4bcb resource provider aggregate not found 2026-05-28 15:09:56.259 8 INFO neutron.services.segments.plugin [-] Segment 7e3d9695-06f2-4fe4-b7a1-f3c6cbed4bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3d9695-06f2-4fe4-b7a1-f3c6cbed4bcb found for delete ", "request_id": "req-29d316b4-4d83-4fe0-89ab-0a102751fe07"}]} 2026-05-28 15:09:56.260 8 INFO neutron.services.segments.plugin [-] Segment 7e3d9695-06f2-4fe4-b7a1-f3c6cbed4bcb resource provider aggregate not found [pid: 8|app: 0|req: 1385/2648] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:56 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:09:56.287 8 INFO neutron.services.segments.plugin [-] Segment 7e3d9695-06f2-4fe4-b7a1-f3c6cbed4bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3d9695-06f2-4fe4-b7a1-f3c6cbed4bcb found for delete ", "request_id": "req-6170fb0b-970b-459b-92f4-ba8dab164732"}]} [pid: 7|app: 0|req: 1264/2649] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:56 2026] DELETE /v2.0/networks/7dbbc178-ce8b-424f-8f91-ce0ad548ebf8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:09:56.333 7 INFO neutron.services.segments.plugin [-] Segment 970cf661-8b1f-461a-8b58-9483ae31b7b4 resource provider aggregate not found 2026-05-28 15:09:56.338 7 INFO neutron.services.segments.plugin [-] Segment 970cf661-8b1f-461a-8b58-9483ae31b7b4 resource provider aggregate not found 2026-05-28 15:09:56.349 7 INFO neutron.services.segments.plugin [-] Segment 970cf661-8b1f-461a-8b58-9483ae31b7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 970cf661-8b1f-461a-8b58-9483ae31b7b4 found for delete ", "request_id": "req-8ba8fff3-fef8-40b7-94df-8e4ccedb27ce"}]} 2026-05-28 15:09:56.353 7 INFO neutron.services.segments.plugin [-] Segment 970cf661-8b1f-461a-8b58-9483ae31b7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 970cf661-8b1f-461a-8b58-9483ae31b7b4 found for delete ", "request_id": "req-7755f99d-64c4-4312-9e98-8b6dac346e54"}]} [pid: 8|app: 0|req: 1386/2650] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:56 2026] DELETE /v2.0/networks/f961580b-4386-427b-b496-032b349bef38 => 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: 1265/2651] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:56 2026] DELETE /v2.0/networks/8b8403df-c03a-4b2e-b995-4468e533b523 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2652] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:09:56 2026] DELETE /v2.0/networks/805aa117-2450-4dee-b6f6-3c41b6faaa18 => 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: 1266/2653] 199.204.45.162 () {34 vars in 975 bytes} [Thu May 28 15:09:56 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2654] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:56 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2655] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:09:56 2026] PUT /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1518 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:57.373 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b977499d-7734-466a-b6df-b5603cef659a'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': 'f0b8aeab-ba05-46e7-a7ea-1ac387d02afa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1389/2656] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:57 2026] GET /v2.0/security-groups?tenant_id=456b2baa66324e58bc83f4b4050143c8&name=default => generated 2929 bytes in 168 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: 1268/2657] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:57 2026] DELETE /v2.0/security-groups/71aeaa6a-16f6-4160-9352-fb4eb6bd24ff => 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: 1269/2658] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:57 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4096 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2659] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:09:57 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2660] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:57 2026] GET /v2.0/security-groups?tenant_id=c64eee15b0334928ae66cee3e554b069&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2661] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:09:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => 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: 1272/2662] 199.204.45.162 () {34 vars in 1104 bytes} [Thu May 28 15:09:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1df&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2663] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:09:58 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77&id=a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 1409 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2664] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:58 2026] DELETE /v2.0/security-groups/0363af48-d026-41ee-a3da-b91cac52d2c3 => 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: 1274/2665] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:58 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&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: 1392/2666] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:58 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&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: 1275/2667] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:58 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1393/2668] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:58 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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-05-28 15:09:58.277 8 INFO neutron.services.segments.plugin [-] Segment 053331f1-2165-4c7f-8c0b-659e6cc98641 resource provider aggregate not found 2026-05-28 15:09:58.293 8 INFO neutron.services.segments.plugin [-] Segment 053331f1-2165-4c7f-8c0b-659e6cc98641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053331f1-2165-4c7f-8c0b-659e6cc98641 found for delete ", "request_id": "req-f7f45f03-7462-4c2f-9dfa-ed366037f601"}]} 2026-05-28 15:09:58.310 8 INFO neutron.services.segments.plugin [-] Segment 053331f1-2165-4c7f-8c0b-659e6cc98641 resource provider aggregate not found 2026-05-28 15:09:58.315 8 INFO neutron.services.segments.plugin [-] Segment 68ecfe48-4943-40fa-a712-1d24f5cc5899 resource provider aggregate not found 2026-05-28 15:09:58.328 8 INFO neutron.services.segments.plugin [-] Segment 053331f1-2165-4c7f-8c0b-659e6cc98641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053331f1-2165-4c7f-8c0b-659e6cc98641 found for delete ", "request_id": "req-7e35e2af-30ba-459f-ad21-dd0806216547"}]} 2026-05-28 15:09:58.332 8 INFO neutron.services.segments.plugin [-] Segment 68ecfe48-4943-40fa-a712-1d24f5cc5899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68ecfe48-4943-40fa-a712-1d24f5cc5899 found for delete ", "request_id": "req-59287dd2-1618-4cc3-bb04-01d1093c07b3"}]} 2026-05-28 15:09:58.341 8 INFO neutron.services.segments.plugin [-] Segment 68ecfe48-4943-40fa-a712-1d24f5cc5899 resource provider aggregate not found 2026-05-28 15:09:58.355 8 INFO neutron.services.segments.plugin [-] Segment 68ecfe48-4943-40fa-a712-1d24f5cc5899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68ecfe48-4943-40fa-a712-1d24f5cc5899 found for delete ", "request_id": "req-46f46220-150b-49fc-8ef9-6503c06cc3dd"}]} [pid: 7|app: 0|req: 1276/2669] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:09:58 2026] GET /v2.0/security-groups?tenant_id=6b8f9e0da1fd4d9b92d71478f36f1809&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:09:58.367 7 INFO neutron.services.segments.plugin [-] Segment ae604471-c591-4050-a496-e9181c90edea resource provider aggregate not found 2026-05-28 15:09:58.375 7 INFO neutron.services.segments.plugin [-] Segment ae604471-c591-4050-a496-e9181c90edea resource provider aggregate not found 2026-05-28 15:09:58.381 7 INFO neutron.services.segments.plugin [-] Segment ae604471-c591-4050-a496-e9181c90edea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae604471-c591-4050-a496-e9181c90edea found for delete ", "request_id": "req-67df3191-84db-4ca7-88a9-85bd79409ccb"}]} 2026-05-28 15:09:58.389 7 INFO neutron.services.segments.plugin [-] Segment ae604471-c591-4050-a496-e9181c90edea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae604471-c591-4050-a496-e9181c90edea found for delete ", "request_id": "req-aa52357f-b4fa-4100-a7fd-d0de6e0a6cb2"}]} [pid: 8|app: 0|req: 1394/2670] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:09:58 2026] DELETE /v2.0/security-groups/9cc4a09e-6b83-4385-8460-24625f8af5c4 => 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: 1277/2671] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2672] 199.204.45.162 () {34 vars in 1062 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.224&port_id=8bbf4731-5ab0-4047-aeed-ee29b42e182c => 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: 1278/2673] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/subnets?id=fe150ca5-f6b3-40ae-87f9-71d20a4b06a0 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2674] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/ports?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2&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: 1279/2675] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1397/2676] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2677] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => 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: 1398/2678] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => 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: 1281/2679] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&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: 1399/2680] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1282/2681] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2682] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => 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: 1283/2683] 199.204.45.162 () {34 vars in 1104 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1df&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => 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: 1401/2684] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77&id=a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2685] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2686] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2687] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:09:59 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2688] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:00 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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-05-28 15:10:02.198 7 INFO neutron.db.segments_db [None req-d295be98-963d-4134-b842-de81878bcaa6 03c490390f414f9d96bc71d915a1c7a8 897e5054b71f4ffa80762d502280aad6 - - default default] Added segment b932a045-16b0-4ae5-97e7-a7e07643a2b6 of type vxlan for network 0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4 [pid: 7|app: 0|req: 1286/2689] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:10:01 2026] POST /v2.0/networks => generated 631 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2690] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:10:02 2026] PUT /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2691] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:02 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2692] 10.0.0.93 () {34 vars in 763 bytes} [Thu May 28 15:10:02 2026] PUT /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags/green => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2693] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:02 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2694] 10.0.0.93 () {34 vars in 759 bytes} [Thu May 28 15:10:02 2026] PUT /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags/red => 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: 1289/2695] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:02 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/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: 1407/2696] 10.0.0.93 () {34 vars in 781 bytes} [Thu May 28 15:10:02 2026] PUT /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2697] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:02 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2698] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:10:02 2026] PUT /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2699] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:02 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2700] 10.0.0.93 () {32 vars in 740 bytes} [Thu May 28 15:10:02 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:10:03.065 7 INFO neutron.api.v2.resource [None req-874537da-f0c1-4478-8dd2-525273d7616c 03c490390f414f9d96bc71d915a1c7a8 897e5054b71f4ffa80762d502280aad6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1292/2701] 10.0.0.93 () {32 vars in 744 bytes} [Thu May 28 15:10:03 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/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: 1410/2702] 10.0.0.93 () {32 vars in 743 bytes} [Thu May 28 15:10:03 2026] DELETE /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2703] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:03 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:10:03.244 8 INFO neutron.api.v2.resource [None req-70120bd1-7eb6-4f94-928a-c83bce53f60d 03c490390f414f9d96bc71d915a1c7a8 897e5054b71f4ffa80762d502280aad6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1411/2704] 10.0.0.93 () {32 vars in 747 bytes} [Thu May 28 15:10:03 2026] DELETE /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2705] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:10:03 2026] DELETE /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2706] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:03 2026] GET /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:10:03.473 7 INFO neutron.services.segments.plugin [-] Segment b932a045-16b0-4ae5-97e7-a7e07643a2b6 resource provider aggregate not found 2026-05-28 15:10:03.479 7 INFO neutron.services.segments.plugin [-] Segment b932a045-16b0-4ae5-97e7-a7e07643a2b6 resource provider aggregate not found 2026-05-28 15:10:03.491 7 INFO neutron.services.segments.plugin [-] Segment b932a045-16b0-4ae5-97e7-a7e07643a2b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b932a045-16b0-4ae5-97e7-a7e07643a2b6 found for delete ", "request_id": "req-1650ff44-fda9-466a-b1e1-3004af6174f6"}]} 2026-05-28 15:10:03.500 7 INFO neutron.services.segments.plugin [-] Segment b932a045-16b0-4ae5-97e7-a7e07643a2b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b932a045-16b0-4ae5-97e7-a7e07643a2b6 found for delete ", "request_id": "req-2134a889-c4e2-4024-8f3b-f18220fad4ef"}]} [pid: 7|app: 0|req: 1295/2707] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:10:03 2026] DELETE /v2.0/networks/0dbf144f-1c6d-4a72-b6b6-34ff024fa6d4 => 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: 1413/2708] 10.0.0.53 () {34 vars in 970 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2709] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 798 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2710] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 672 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2711] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/security-groups?tenant_id=897e5054b71f4ffa80762d502280aad6&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2712] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/subnets/a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 744 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2713] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:04 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: 1297/2714] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:10:04 2026] DELETE /v2.0/security-groups/18aff2b0-f64d-41e9-8eb7-e8833ed9c1f9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2715] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2716] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2717] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2718] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1420/2719] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2720] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1346 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2721] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2722] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2724] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/security-groups?tenant_id=6e5b400a8f884667b86c150a7ceb0b2e&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2726] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2727] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:10:04 2026] DELETE /v2.0/security-groups/32ec1d5c-a8e3-426b-aa69-c2790f47def1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2728] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:04 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:10:08.278 7 INFO neutron.db.segments_db [None req-745a4fa4-620e-4a75-a5dc-3231a2d0d3a0 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] Added segment 41701612-3ba8-47f5-abfd-bbc230c03c2e of type vxlan for network 43aa7aaa-d0fa-48bc-a967-4ef2f3e7af90 2026-05-28 15:10:08.519 7 INFO neutron.db.l3_hamode_db [None req-745a4fa4-620e-4a75-a5dc-3231a2d0d3a0 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:10:08.607 7 INFO neutron.db.l3_hamode_db [None req-745a4fa4-620e-4a75-a5dc-3231a2d0d3a0 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1302/2729] 10.0.0.93 () {34 vars in 667 bytes} [Thu May 28 15:10:08 2026] POST /v2.0/routers => generated 474 bytes in 1239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2730] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:10:09 2026] PUT /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 25 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2731] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:10:09 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2732] 10.0.0.93 () {34 vars in 761 bytes} [Thu May 28 15:10:10 2026] PUT /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags/green => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2733] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:10:10 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2734] 10.0.0.93 () {34 vars in 757 bytes} [Thu May 28 15:10:10 2026] PUT /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags/red => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2735] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:10:10 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2736] 10.0.0.93 () {34 vars in 779 bytes} [Thu May 28 15:10:10 2026] PUT /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags/black.or.white => generated 4 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2737] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:10:10 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 52 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2738] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:10:10 2026] PUT /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 37 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2739] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:10:10 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2740] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:10:11 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:10:11.201 7 INFO neutron.api.v2.resource [None req-f0352450-2489-4a84-9c29-12202e841746 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1308/2741] 10.0.0.93 () {32 vars in 742 bytes} [Thu May 28 15:10:11 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2742] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:10:11 2026] DELETE /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags/red => 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: 1309/2743] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:10:11 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 30 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:10:11.529 8 INFO neutron.api.v2.resource [None req-a7641e7c-4824-48ed-9c57-50c2557377f2 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1435/2744] 10.0.0.93 () {32 vars in 745 bytes} [Thu May 28 15:10:11 2026] DELETE /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2745] 10.0.0.93 () {32 vars in 733 bytes} [Thu May 28 15:10:11 2026] DELETE /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2746] 10.0.0.93 () {32 vars in 730 bytes} [Thu May 28 15:10:11 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37/tags => generated 12 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2747] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:10:11 2026] GET /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37 => generated 480 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2748] 10.0.0.93 () {34 vars in 741 bytes} [Thu May 28 15:10:11 2026] PUT /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37 => generated 480 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2749] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:10:12 2026] GET /v2.0/ports?device_id=6d11ebbf-9f3e-43fc-a3db-ceee7a010d37 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:10:12.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-cddab45d-1902-424f-b869-d0efe9246429 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] TaaS: Handle Delete Port: 75955b56-032c-4198-bffd-0c5b41b744ca 2026-05-28 15:10:12.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cddab45d-1902-424f-b869-d0efe9246429 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] Tap Mirror: Handle Delete Port: 75955b56-032c-4198-bffd-0c5b41b744ca 2026-05-28 15:10:12.737 8 INFO neutron.services.segments.plugin [-] Segment 41701612-3ba8-47f5-abfd-bbc230c03c2e resource provider aggregate not found 2026-05-28 15:10:12.749 8 INFO neutron.services.segments.plugin [-] Segment 41701612-3ba8-47f5-abfd-bbc230c03c2e resource provider aggregate not found 2026-05-28 15:10:12.755 8 INFO neutron.services.segments.plugin [-] Segment 41701612-3ba8-47f5-abfd-bbc230c03c2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41701612-3ba8-47f5-abfd-bbc230c03c2e found for delete ", "request_id": "req-efbc237c-63b7-474a-b6ff-624c79e294c0"}]} 2026-05-28 15:10:12.765 8 INFO neutron.services.segments.plugin [-] Segment 41701612-3ba8-47f5-abfd-bbc230c03c2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41701612-3ba8-47f5-abfd-bbc230c03c2e found for delete ", "request_id": "req-bae89c1c-1db2-4a8c-94e3-48784435bd74"}]} 2026-05-28 15:10:12.766 8 INFO neutron.db.l3_hamode_db [None req-cddab45d-1902-424f-b869-d0efe9246429 798c62212ba944978fb4ebd2158751a1 1594e516c02c448089dc8a1d6b53867d - - default default] HA network 43aa7aaa-d0fa-48bc-a967-4ef2f3e7af90 was deleted as no HA routers are present in tenant 1594e516c02c448089dc8a1d6b53867d. [pid: 8|app: 0|req: 1438/2750] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:10:12 2026] DELETE /v2.0/routers/6d11ebbf-9f3e-43fc-a3db-ceee7a010d37 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2751] 10.0.0.193 () {30 vars in 690 bytes} [Thu May 28 15:10:13 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: 1440/2752] 10.0.0.193 () {30 vars in 692 bytes} [Thu May 28 15:10:13 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: 8|app: 0|req: 1441/2753] 10.0.0.193 () {30 vars in 668 bytes} [Thu May 28 15:10:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2754] 10.0.0.193 () {30 vars in 704 bytes} [Thu May 28 15:10:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2755] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:10:13 2026] GET /v2.0/security-groups?tenant_id=1594e516c02c448089dc8a1d6b53867d&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2756] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:10:13 2026] DELETE /v2.0/security-groups/f631969a-4e30-4077-a8d8-6e3845d6d2c4 => 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: 1314/2757] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:10:13 2026] GET /v2.0/security-groups?tenant_id=ae06864350a74244b7573f554b0da8b6&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2758] 10.0.0.193 () {28 vars in 439 bytes} [Thu May 28 15:10:14 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: 1316/2759] 10.0.0.193 () {30 vars in 728 bytes} [Thu May 28 15:10:14 2026] GET /v2.0/subnets/6536b556-93c8-4b04-bd7e-0f58b0c69c9b => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2760] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:10:14 2026] DELETE /v2.0/security-groups/862da1ef-eece-4808-93b8-728cc593643b => 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: 1317/2761] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2762] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:14 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: 1318/2763] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:14 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: 1446/2764] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:15 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: 1319/2765] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:15 2026] GET /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 672 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2766] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:15 2026] GET /v2.0/subnets/6536b556-93c8-4b04-bd7e-0f58b0c69c9b => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2767] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:15 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4098 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2768] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:15 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: 1321/2769] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:15 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: 1449/2770] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:15 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: 1322/2771] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:15 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: 1450/2772] 199.204.45.162 () {34 vars in 717 bytes} [Thu May 28 15:10:15 2026] POST /v2.0/ports => generated 1328 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2773] 10.0.0.53 () {34 vars in 970 bytes} [Thu May 28 15:10:15 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1328 bytes in 253 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: 1451/2774] 10.0.0.53 () {34 vars in 906 bytes} [Thu May 28 15:10:16 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2775] 199.204.45.162 () {34 vars in 1262 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2776] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1453/2777] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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) 2026-05-28 15:10:17.525 7 INFO neutron.db.segments_db [None req-fe351bd7-0cfa-4c23-aa93-f8e20ca92ba6 7b9d194beb204b3692d598ef32c1afa6 123bbec941d44de6b6f70237d0063d6d - - default default] Added segment 84098126-6d7b-4c8f-99bb-5b8aa6da44fb of type vxlan for network 6ef53ade-c9b9-4a3c-aad1-15b198040ac3 [pid: 7|app: 0|req: 1325/2778] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:10:17 2026] POST /v2.0/networks => generated 631 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:10:17.674 8 INFO neutron.db.segments_db [None req-e397e397-ed96-4681-90f0-e6403ef92cf0 7b9d194beb204b3692d598ef32c1afa6 123bbec941d44de6b6f70237d0063d6d - - default default] Added segment b7894f76-ff92-42f2-9a35-0d13a88d827a of type vxlan for network 6ac7ed02-18f6-446d-a2bf-340dedd9f1ad [pid: 8|app: 0|req: 1454/2779] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:10:17 2026] POST /v2.0/networks => generated 632 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2780] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:10:17 2026] PUT /v2.0/networks/6ef53ade-c9b9-4a3c-aad1-15b198040ac3/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2781] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/networks/6ef53ade-c9b9-4a3c-aad1-15b198040ac3/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2782] 199.204.45.162 () {34 vars in 975 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2783] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:10:17 2026] PUT /v2.0/networks/6ac7ed02-18f6-446d-a2bf-340dedd9f1ad/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2784] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2785] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/networks/6ac7ed02-18f6-446d-a2bf-340dedd9f1ad/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: 1330/2786] 10.0.0.93 () {34 vars in 752 bytes} [Thu May 28 15:10:17 2026] PUT /v2.0/networks/6ac7ed02-18f6-446d-a2bf-340dedd9f1ad/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2787] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:17 2026] GET /v2.0/networks/6ac7ed02-18f6-446d-a2bf-340dedd9f1ad/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2788] 10.0.0.93 () {32 vars in 732 bytes} [Thu May 28 15:10:18 2026] GET /v2.0/networks/6ef53ade-c9b9-4a3c-aad1-15b198040ac3/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:10:18.210 7 INFO neutron.services.segments.plugin [-] Segment 84098126-6d7b-4c8f-99bb-5b8aa6da44fb resource provider aggregate not found 2026-05-28 15:10:18.215 7 INFO neutron.services.segments.plugin [-] Segment 84098126-6d7b-4c8f-99bb-5b8aa6da44fb resource provider aggregate not found 2026-05-28 15:10:18.231 7 INFO neutron.services.segments.plugin [-] Segment 84098126-6d7b-4c8f-99bb-5b8aa6da44fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84098126-6d7b-4c8f-99bb-5b8aa6da44fb found for delete ", "request_id": "req-89d2b0b9-e668-4240-8764-4c95ffefe19c"}]} 2026-05-28 15:10:18.232 7 INFO neutron.services.segments.plugin [-] Segment 84098126-6d7b-4c8f-99bb-5b8aa6da44fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84098126-6d7b-4c8f-99bb-5b8aa6da44fb found for delete ", "request_id": "req-5c91cd0a-3fae-4681-83e0-768d64447288"}]} [pid: 7|app: 0|req: 1333/2789] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:10:18 2026] DELETE /v2.0/networks/6ef53ade-c9b9-4a3c-aad1-15b198040ac3 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2790] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:10:17 2026] PUT /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1518 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2791] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:10:18 2026] DELETE /v2.0/networks/6ac7ed02-18f6-446d-a2bf-340dedd9f1ad => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:10:18.501 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f05f1b4-d8b9-4f64-80a4-628cb6a1f40b'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': '9f0e0118-6d87-4626-a2d4-a038cf3e1142', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1458/2792] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 5608 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2793] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2794] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.81&port_id=9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2795] 199.204.45.162 () {34 vars in 1106 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A236&port_id=9f0e0118-6d87-4626-a2d4-a038cf3e1142 => 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: 1335/2796] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/security-groups?tenant_id=123bbec941d44de6b6f70237d0063d6d&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2797] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/subnets?id=6536b556-93c8-4b04-bd7e-0f58b0c69c9b&id=3526967a-3b4b-4223-9f85-299a48648c7f => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2798] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2799] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:10:19 2026] DELETE /v2.0/security-groups/582d969f-f0b4-4b8d-a75a-d1b8d61d223f => 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: 1464/2800] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2801] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2802] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1338/2803] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:10:19 2026] GET /v2.0/security-groups?tenant_id=6d6329cd4600448ca7f9ab4803b028d2&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2804] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:10:19 2026] DELETE /v2.0/security-groups/a13b49ac-ef4c-44c8-a6c9-f34d7d4c8960 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:10:20.254 7 INFO neutron.services.segments.plugin [-] Segment b7894f76-ff92-42f2-9a35-0d13a88d827a resource provider aggregate not found 2026-05-28 15:10:20.265 7 INFO neutron.services.segments.plugin [-] Segment b7894f76-ff92-42f2-9a35-0d13a88d827a resource provider aggregate not found 2026-05-28 15:10:20.272 7 INFO neutron.services.segments.plugin [-] Segment b7894f76-ff92-42f2-9a35-0d13a88d827a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7894f76-ff92-42f2-9a35-0d13a88d827a found for delete ", "request_id": "req-28f25a9f-c702-4825-970d-f644c1c8752e"}]} 2026-05-28 15:10:20.280 7 INFO neutron.services.segments.plugin [-] Segment b7894f76-ff92-42f2-9a35-0d13a88d827a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7894f76-ff92-42f2-9a35-0d13a88d827a found for delete ", "request_id": "req-a7dd9d22-ff78-4c1e-9bd3-49a294ecb3d4"}]} [pid: 7|app: 0|req: 1340/2807] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 5608 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2808] 199.204.45.162 () {34 vars in 1062 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.224&port_id=8bbf4731-5ab0-4047-aeed-ee29b42e182c => 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: 1341/2809] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/subnets?id=fe150ca5-f6b3-40ae-87f9-71d20a4b06a0 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2810] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/ports?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2811] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1470/2812] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1343/2813] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => 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: 1471/2814] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => 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: 1344/2815] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2816] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1345/2817] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2818] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => 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: 1346/2819] 199.204.45.162 () {34 vars in 1104 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1df&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => 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: 1474/2820] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77&id=a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 1409 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2821] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:20 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2822] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&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: 1348/2823] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1476/2824] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1349/2825] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.81&port_id=9f0e0118-6d87-4626-a2d4-a038cf3e1142 => 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: 1477/2826] 199.204.45.162 () {34 vars in 1106 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A236&port_id=9f0e0118-6d87-4626-a2d4-a038cf3e1142 => 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: 1350/2827] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/subnets?id=6536b556-93c8-4b04-bd7e-0f58b0c69c9b&id=3526967a-3b4b-4223-9f85-299a48648c7f => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2828] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2829] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2830] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1352/2831] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:21 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1480/2832] 10.0.0.53 () {34 vars in 970 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2833] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2834] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/subnets/6536b556-93c8-4b04-bd7e-0f58b0c69c9b => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2835] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/subnets/3526967a-3b4b-4223-9f85-299a48648c7f => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2836] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2837] 199.204.45.162 () {34 vars in 790 bytes} [Thu May 28 15:10:25 2026] PUT /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1255 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2838] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:10:25.785 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e48bbea1-3ca0-4355-8327-7d05e7d7ae04'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': 'f0b8aeab-ba05-46e7-a7ea-1ac387d02afa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1356/2839] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 672 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2840] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:25 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: 1357/2841] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:25 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: 1485/2842] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2843] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:25 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: 1486/2844] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:25 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2845] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2846] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2847] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2848] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2849] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2850] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1362/2851] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 5381 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2852] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2853] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2854] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2855] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2856] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1365/2857] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:26 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1494/2860] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2861] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2862] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:38 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: 1368/2863] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2864] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:38 2026] GET /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 672 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2865] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:38 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 5381 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2866] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:38 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: 1370/2867] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:38 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: 1498/2868] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:38 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: 1371/2869] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:38 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: 1499/2870] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:38 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2871] 199.204.45.162 () {34 vars in 790 bytes} [Thu May 28 15:10:38 2026] PUT /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1311 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2872] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 797 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:10:39.264 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21f2131e-66fd-4bc3-a6cd-8c7dbfae90f5'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': '9f0e0118-6d87-4626-a2d4-a038cf3e1142', '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: 1373/2873] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/subnets/3526967a-3b4b-4223-9f85-299a48648c7f => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2874] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1347 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2875] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 5208 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2876] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => 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: 1374/2877] 199.204.45.162 () {34 vars in 789 bytes} [Thu May 28 15:10:39 2026] PUT /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1080 bytes in 540 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: 1504/2878] 199.204.45.162 () {34 vars in 1106 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A236&port_id=9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2879] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2880] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/subnets?id=3526967a-3b4b-4223-9f85-299a48648c7f => generated 751 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2881] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2882] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2883] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:39 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2884] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:40 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2885] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:40 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2886] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:41 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:10:41.315 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca6c649b-1c4e-4af4-999d-9685622f78b8'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': '9f0e0118-6d87-4626-a2d4-a038cf3e1142', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1379/2887] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:41 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2888] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:10:41 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2889] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:41 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2890] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:42 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1381/2891] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:42 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2892] 199.204.45.162 () {34 vars in 975 bytes} [Thu May 28 15:10:42 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2893] 199.204.45.162 () {34 vars in 1060 bytes} [Thu May 28 15:10:42 2026] GET /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2894] 199.204.45.162 () {34 vars in 1016 bytes} [Thu May 28 15:10:42 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1383/2895] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:10:42 2026] PUT /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 917 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2896] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:43 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3869 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:10:43.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-42373825-8415-4ac3-aa23-6631dd21eed9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 9f0e0118-6d87-4626-a2d4-a038cf3e1142 2026-05-28 15:10:43.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42373825-8415-4ac3-aa23-6631dd21eed9 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 9f0e0118-6d87-4626-a2d4-a038cf3e1142 [pid: 7|app: 0|req: 1384/2897] 199.204.45.162 () {32 vars in 759 bytes} [Thu May 28 15:10:43 2026] DELETE /v2.0/ports/9f0e0118-6d87-4626-a2d4-a038cf3e1142 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2898] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:43 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: 1385/2899] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:43 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: 1515/2900] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:44 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: 1386/2901] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:44 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: 1516/2902] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2903] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2904] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2905] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1518/2906] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2907] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2908] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1390/2909] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3869 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2910] 199.204.45.162 () {34 vars in 1226 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/networks?id=5caf62de-5c9f-439b-adb6-cf30835785d2&id=a3876ae9-70f9-4e75-abe5-9d89a8079153&id=e757f573-5814-4b21-b54a-315d6f6a78b1&id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 3096 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2911] 199.204.45.162 () {34 vars in 1062 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.224&port_id=8bbf4731-5ab0-4047-aeed-ee29b42e182c => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2912] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/subnets?id=fe150ca5-f6b3-40ae-87f9-71d20a4b06a0 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2913] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/ports?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2914] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1393/2915] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1523/2916] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => 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: 1394/2917] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2918] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2919] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1525/2920] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1396/2921] 199.204.45.162 () {34 vars in 1058 bytes} [Thu May 28 15:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2922] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:45 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2923] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:45 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2924] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:45 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1398/2925] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:45 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2926] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2927] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:48 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: 1529/2928] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2929] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:48 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: 1530/2930] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:48 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2931] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2932] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2933] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2934] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2935] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2936] 199.204.45.162 () {34 vars in 789 bytes} [Thu May 28 15:10:49 2026] PUT /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1080 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:10:49.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c96cd614-e2c5-49d4-9b3d-a065fd6f2ef3'] response: {'name': 'network-changed', 'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'tag': 'f0b8aeab-ba05-46e7-a7ea-1ac387d02afa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1404/2939] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1536/2940] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2941] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:49 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2942] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:50 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2943] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:10:50 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2944] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:50 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1407/2945] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:50 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1539/2946] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:50 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2947] 199.204.45.162 () {34 vars in 975 bytes} [Thu May 28 15:10:51 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2948] 199.204.45.162 () {34 vars in 1060 bytes} [Thu May 28 15:10:51 2026] GET /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2949] 199.204.45.162 () {34 vars in 1016 bytes} [Thu May 28 15:10:51 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2950] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:51 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2951] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:10:51 2026] PUT /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 917 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2952] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:10:52 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:10:53.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-070930dd-2a47-43f3-ba65-78ef9eb31d88 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: f0b8aeab-ba05-46e7-a7ea-1ac387d02afa 2026-05-28 15:10:53.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-070930dd-2a47-43f3-ba65-78ef9eb31d88 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: f0b8aeab-ba05-46e7-a7ea-1ac387d02afa [pid: 8|app: 0|req: 1543/2953] 199.204.45.162 () {32 vars in 759 bytes} [Thu May 28 15:10:53 2026] DELETE /v2.0/ports/f0b8aeab-ba05-46e7-a7ea-1ac387d02afa => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2954] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2955] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:10:53 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: 1412/2956] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2957] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:10:53 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: 1413/2958] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1546/2959] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2960] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1346 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2961] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2962] 199.204.45.162 () {30 vars in 743 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2963] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2964] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2965] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1417/2966] 199.204.45.162 () {34 vars in 1146 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/networks?id=5caf62de-5c9f-439b-adb6-cf30835785d2&id=a3876ae9-70f9-4e75-abe5-9d89a8079153&id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2967] 199.204.45.162 () {34 vars in 1062 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.224&port_id=8bbf4731-5ab0-4047-aeed-ee29b42e182c => 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: 1418/2968] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/subnets?id=fe150ca5-f6b3-40ae-87f9-71d20a4b06a0 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2969] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/ports?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2&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: 1419/2970] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2971] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:53 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1420/2972] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=0a23aafe-55ed-42f9-9cdc-2db242d0d992 => 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: 1553/2973] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:10:54 2026] GET /v2.0/subnets?id=88b09338-517e-48e4-ac95-689da5035606 => 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: 1421/2974] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:10:54 2026] GET /v2.0/ports?network_id=a3876ae9-70f9-4e75-abe5-9d89a8079153&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2975] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:10:54 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1422/2976] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:10:54 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?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: 1556/2979] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:11:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2980] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:11:05 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: 1557/2981] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:11:05 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: 1425/2982] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:11:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:11:05.391 8 INFO neutron.api.v2.resource [None req-1c47c6d1-a8e8-4812-b054-5ac36a6e122b dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/2983] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 15:11:05 2026] GET /v2.0/security-groups/lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2984] 199.204.45.162 () {30 vars in 785 bytes} [Thu May 28 15:11:05 2026] GET /v2.0/security-groups?name=lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 2863 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2985] 199.204.45.162 () {30 vars in 815 bytes} [Thu May 28 15:11:05 2026] GET /v2.0/security-group-rules?security_group_id=cc930b65-96cf-4210-9e37-d7766cbc6e39 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2986] 199.204.45.162 () {32 vars in 789 bytes} [Thu May 28 15:11:05 2026] DELETE /v2.0/security-group-rules/6191c5a2-0d19-4985-8e48-f7720615a1f7 => 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: 1560/2987] 199.204.45.162 () {32 vars in 789 bytes} [Thu May 28 15:11:05 2026] DELETE /v2.0/security-group-rules/d8e6e494-f71e-41af-8a39-1e5697e40f73 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:09.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-17692a96-3dc0-41e6-a068-a6f5ffb47982 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 0f7632ca-b032-4bc1-955a-5f6e8b22a8f0 2026-05-28 15:11:09.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17692a96-3dc0-41e6-a068-a6f5ffb47982 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 0f7632ca-b032-4bc1-955a-5f6e8b22a8f0 2026-05-28 15:11:09.406 7 INFO neutron.db.l3_db [None req-17692a96-3dc0-41e6-a068-a6f5ffb47982 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Floating IP 90fa2e5f-f1b4-483a-a833-a4954e472229 disassociated (deleted). External IP: 10.96.250.207, port: 7bb59f68-74ed-4103-a78b-f742d6403a3e. [pid: 7|app: 0|req: 1428/2988] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:11:09 2026] DELETE /v2.0/floatingips/90fa2e5f-f1b4-483a-a833-a4954e472229 => generated 0 bytes in 687 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:09.769 8 INFO neutron.api.v2.resource [None req-e69db4e4-dbe1-4eae-a7de-4eb29db4c48d 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/2989] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:11:09 2026] GET /v2.0/floatingips/90fa2e5f-f1b4-483a-a833-a4954e472229 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2990] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:11:10 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: 1562/2991] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:11:10 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: 1430/2992] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:11:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2993] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:11:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:11:10.865 7 INFO neutron.api.v2.resource [None req-df252e79-41fc-4ef8-83d1-552a2261a031 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1431/2994] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 15:11:10 2026] GET /v2.0/security-groups/lb-eecb9081-caae-47e0-8cf1-299b268416f3 => 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: 1564/2995] 199.204.45.162 () {30 vars in 785 bytes} [Thu May 28 15:11:10 2026] GET /v2.0/security-groups?name=lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 1637 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2996] 199.204.45.162 () {30 vars in 815 bytes} [Thu May 28 15:11:10 2026] GET /v2.0/security-group-rules?security_group_id=cc930b65-96cf-4210-9e37-d7766cbc6e39 => 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: 1565/2997] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:11:11 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: 1433/2998] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:11:11 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: 1566/2999] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:11:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3000] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:11:11 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: 1567/3001] 199.204.45.162 () {30 vars in 741 bytes} [Thu May 28 15:11:11 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => 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: 1435/3002] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:11:11 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3003] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:11:11 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3004] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:11:11 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3005] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:11:12 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3006] 199.204.45.162 () {34 vars in 975 bytes} [Thu May 28 15:11:13 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3007] 199.204.45.162 () {34 vars in 1060 bytes} [Thu May 28 15:11:13 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3008] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:11:13 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3009] 199.204.45.162 () {34 vars in 1016 bytes} [Thu May 28 15:11:13 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153?fields=dns_domain => generated 29 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3010] 199.204.45.162 () {38 vars in 1028 bytes} [Thu May 28 15:11:13 2026] PUT /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1147 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3011] 199.204.45.162 () {30 vars in 769 bytes} [Thu May 28 15:11:14 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 41 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: 1572/3012] 199.204.45.162 () {34 vars in 789 bytes} [Thu May 28 15:11:14 2026] PUT /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1086 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3013] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:11:14 2026] GET /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 1086 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 15:11:14.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-70f477e7-3a78-40b6-9fa5-e884439b560f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 0a23aafe-55ed-42f9-9cdc-2db242d0d992 2026-05-28 15:11:14.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70f477e7-3a78-40b6-9fa5-e884439b560f dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 0a23aafe-55ed-42f9-9cdc-2db242d0d992 [pid: 8|app: 0|req: 1573/3014] 199.204.45.162 () {32 vars in 759 bytes} [Thu May 28 15:11:14 2026] DELETE /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3015] 199.204.45.162 () {30 vars in 703 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3016] 199.204.45.162 () {30 vars in 705 bytes} [Thu May 28 15:11:15 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: 1443/3017] 199.204.45.162 () {30 vars in 681 bytes} [Thu May 28 15:11:15 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: 1575/3018] 199.204.45.162 () {30 vars in 717 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:11:15.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-351df3ea-6e90-45df-bd79-65b4f815fc93 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1444/3019] 199.204.45.162 () {32 vars in 759 bytes} [Thu May 28 15:11:15 2026] DELETE /v2.0/ports/0a23aafe-55ed-42f9-9cdc-2db242d0d992 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3020] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:11:15.262 7 INFO neutron.api.v2.resource [None req-471e313a-907b-4300-a4ea-c8f42fc7c224 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1445/3021] 199.204.45.162 () {30 vars in 763 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/security-groups/lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 149 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3022] 199.204.45.162 () {30 vars in 785 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/security-groups?name=lb-eecb9081-caae-47e0-8cf1-299b268416f3 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3023] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/ports?tenant_id=ccd4ed7860fc49629a5953eee9ad6a98&device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3024] 199.204.45.162 () {30 vars in 737 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3025] 199.204.45.162 () {34 vars in 1066 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/networks?id=5caf62de-5c9f-439b-adb6-cf30835785d2&id=a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 1523 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3026] 199.204.45.162 () {34 vars in 1062 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.224&port_id=8bbf4731-5ab0-4047-aeed-ee29b42e182c => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3027] 199.204.45.162 () {34 vars in 984 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/subnets?id=fe150ca5-f6b3-40ae-87f9-71d20a4b06a0 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3028] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/ports?network_id=5caf62de-5c9f-439b-adb6-cf30835785d2&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3029] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3030] 199.204.45.162 () {34 vars in 789 bytes} [Thu May 28 15:11:15 2026] PUT /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 1094 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3031] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:11:15 2026] GET /v2.0/networks/5caf62de-5c9f-439b-adb6-cf30835785d2?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: 1580/3032] 199.204.45.162 () {32 vars in 779 bytes} [Thu May 28 15:11:15 2026] DELETE /v2.0/security-groups/cc930b65-96cf-4210-9e37-d7766cbc6e39 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:15.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-7eb8a0ef-f420-4fc1-a114-1934dcc0b0e6 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 7bb59f68-74ed-4103-a78b-f742d6403a3e 2026-05-28 15:11:15.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eb8a0ef-f420-4fc1-a114-1934dcc0b0e6 dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 7bb59f68-74ed-4103-a78b-f742d6403a3e [pid: 7|app: 0|req: 1453/3033] 199.204.45.162 () {32 vars in 759 bytes} [Thu May 28 15:11:15 2026] DELETE /v2.0/ports/7bb59f68-74ed-4103-a78b-f742d6403a3e => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3034] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:11:18 2026] GET /v2.0/ports?device_id=dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:11:18.933 7 INFO neutron_taas.services.taas.taas_plugin [req-870847f4-a67b-4f02-a989-be5c99675819 req-a6fda7dc-94a3-48cc-bee3-adaa847c24ff dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] TaaS: Handle Delete Port: 8bbf4731-5ab0-4047-aeed-ee29b42e182c 2026-05-28 15:11:18.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-870847f4-a67b-4f02-a989-be5c99675819 req-a6fda7dc-94a3-48cc-bee3-adaa847c24ff dd2ad6b46e6c4fa9b2eda0dee26bc8d4 ccd4ed7860fc49629a5953eee9ad6a98 - - default default] Tap Mirror: Handle Delete Port: 8bbf4731-5ab0-4047-aeed-ee29b42e182c [pid: 7|app: 0|req: 1454/3035] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:11:18 2026] DELETE /v2.0/ports/8bbf4731-5ab0-4047-aeed-ee29b42e182c => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:19.125 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f2b4155-7544-4fa8-bf13-36cdd0397d3a'] response: {'server_uuid': 'dcf0a8b6-1e79-481b-ad5c-2fae5ab01c27', 'name': 'network-vif-deleted', 'tag': '8bbf4731-5ab0-4047-aeed-ee29b42e182c', 'status': 'completed', 'code': 200} 2026-05-28 15:11:20.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b9951fe-9096-4ab1-80b1-5a0cca4c5fc3 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 85fb76d8-d592-4063-a21a-0c7f43ea0aaf 2026-05-28 15:11:20.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b9951fe-9096-4ab1-80b1-5a0cca4c5fc3 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 85fb76d8-d592-4063-a21a-0c7f43ea0aaf 2026-05-28 15:11:20.301 8 INFO neutron.db.l3_db [None req-8b9951fe-9096-4ab1-80b1-5a0cca4c5fc3 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Floating IP 1dab8b5c-8207-4290-9526-6c8540b89fd7 disassociated (deleted). External IP: 10.96.250.212, port: 4acfc9cf-8f79-451b-abd4-03f1fb018ec2. [pid: 8|app: 0|req: 1583/3038] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:11:20 2026] DELETE /v2.0/floatingips/1dab8b5c-8207-4290-9526-6c8540b89fd7 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:20.609 7 INFO neutron.api.v2.resource [None req-140c518d-0f9a-40e4-94bb-ef177cc8f32b 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/3039] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:11:20 2026] GET /v2.0/floatingips/1dab8b5c-8207-4290-9526-6c8540b89fd7 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:20.621 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2720b10a-ea1d-4176-a178-5994768952d7'] response: {'name': 'network-changed', 'server_uuid': '5abd7595-2a7c-4a4d-9003-6897e87b599b', 'tag': '4acfc9cf-8f79-451b-abd4-03f1fb018ec2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1584/3040] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:11:20 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3041] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:11:20 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3042] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1469 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3043] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/networks?id=16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3044] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.34&port_id=4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3045] 199.204.45.162 () {34 vars in 1106 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A319&port_id=4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => 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: 1587/3046] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/subnets?id=6536b556-93c8-4b04-bd7e-0f58b0c69c9b&id=3526967a-3b4b-4223-9f85-299a48648c7f => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3047] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3048] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/ports?network_id=16b2bcd8-d0df-4052-8a67-c3f028acc42f&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3049] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1589/3050] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:11:21 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f?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: 1462/3051] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:11:23 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:11:23.400 8 INFO neutron_taas.services.taas.taas_plugin [req-143870dd-6e59-4f86-99cf-fbc6af81c49f req-14423683-f981-4a6a-8dd6-bc002fb28a5d 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 4acfc9cf-8f79-451b-abd4-03f1fb018ec2 2026-05-28 15:11:23.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-143870dd-6e59-4f86-99cf-fbc6af81c49f req-14423683-f981-4a6a-8dd6-bc002fb28a5d 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 4acfc9cf-8f79-451b-abd4-03f1fb018ec2 [pid: 8|app: 0|req: 1590/3052] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:11:23 2026] DELETE /v2.0/ports/4acfc9cf-8f79-451b-abd4-03f1fb018ec2 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:23.625 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07f6b336-b931-4fcc-b20d-b2674e7fe415'] response: {'server_uuid': '5abd7595-2a7c-4a4d-9003-6897e87b599b', 'name': 'network-vif-deleted', 'tag': '4acfc9cf-8f79-451b-abd4-03f1fb018ec2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/3053] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:11:25 2026] GET /v2.0/ports?device_id=5abd7595-2a7c-4a4d-9003-6897e87b599b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:11:31.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a53f630-1b84-40ec-8a0f-cefdf2e6e262 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 220cf49f-4e75-41e3-8281-f61b3cc54e1d 2026-05-28 15:11:31.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a53f630-1b84-40ec-8a0f-cefdf2e6e262 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 220cf49f-4e75-41e3-8281-f61b3cc54e1d 2026-05-28 15:11:31.287 8 INFO neutron.db.l3_db [None req-9a53f630-1b84-40ec-8a0f-cefdf2e6e262 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Floating IP 42fc7786-e17e-4c29-ba31-0c4aa22dbc1f disassociated (deleted). External IP: 10.96.250.209, port: 0eddf1af-cd0e-41ad-853e-4c7b21ab6811. [pid: 8|app: 0|req: 1591/3054] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:11:30 2026] DELETE /v2.0/floatingips/42fc7786-e17e-4c29-ba31-0c4aa22dbc1f => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:31.601 7 INFO neutron.api.v2.resource [None req-b05f9c0c-e371-4717-9b62-4eb89c074dd3 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1464/3055] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:11:31 2026] GET /v2.0/floatingips/42fc7786-e17e-4c29-ba31-0c4aa22dbc1f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:31.613 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6de661aa-bff1-4f8c-805e-989c7a943811'] response: {'name': 'network-changed', 'server_uuid': '409092bd-f014-4570-babd-01165ce6dcb8', 'tag': '0eddf1af-cd0e-41ad-853e-4c7b21ab6811', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1592/3056] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:11:31 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1196 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3057] 10.0.0.53 () {34 vars in 1039 bytes} [Thu May 28 15:11:31 2026] GET /v2.0/security-groups?id=69ab61e2-439e-49b4-83de-1bffcbc8531d&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3058] 199.204.45.162 () {34 vars in 1080 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/ports?tenant_id=1dfadb7533174b939454e971ef15d3fc&device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3059] 199.204.45.162 () {34 vars in 986 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/networks?id=e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3060] 199.204.45.162 () {34 vars in 1056 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.55&port_id=0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => 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: 1467/3061] 199.204.45.162 () {34 vars in 1104 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a0&port_id=0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3062] 199.204.45.162 () {34 vars in 1064 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/subnets?id=c096da8a-0f7c-4433-87ef-c68dc21f7c77&id=a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3063] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3064] 199.204.45.162 () {34 vars in 1052 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/ports?network_id=e757f573-5814-4b21-b54a-315d6f6a78b1&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: 1469/3065] 199.204.45.162 () {34 vars in 1012 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1597/3066] 199.204.45.162 () {34 vars in 1112 bytes} [Thu May 28 15:11:32 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1?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: 1470/3067] 199.204.45.162 () {34 vars in 994 bytes} [Thu May 28 15:11:34 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 15:11:34.371 8 INFO neutron_taas.services.taas.taas_plugin [req-0755f734-f204-4137-b0f5-98e7fef19254 req-e3267f77-e8c7-4b90-a7d3-0f8c9b19dfaa 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 0eddf1af-cd0e-41ad-853e-4c7b21ab6811 2026-05-28 15:11:34.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0755f734-f204-4137-b0f5-98e7fef19254 req-e3267f77-e8c7-4b90-a7d3-0f8c9b19dfaa 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 0eddf1af-cd0e-41ad-853e-4c7b21ab6811 [pid: 8|app: 0|req: 1598/3068] 199.204.45.162 () {36 vars in 997 bytes} [Thu May 28 15:11:34 2026] DELETE /v2.0/ports/0eddf1af-cd0e-41ad-853e-4c7b21ab6811 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:34.573 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b456780-3d9b-46ca-82bf-686e4c993ec4'] response: {'server_uuid': '409092bd-f014-4570-babd-01165ce6dcb8', 'name': 'network-vif-deleted', 'tag': '0eddf1af-cd0e-41ad-853e-4c7b21ab6811', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1600/3071] 10.0.0.53 () {34 vars in 989 bytes} [Thu May 28 15:11:36 2026] GET /v2.0/ports?device_id=409092bd-f014-4570-babd-01165ce6dcb8 => 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: 1472/3072] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:42 2026] DELETE /v2.0/security-group-rules/27d28e87-1036-4840-94e4-971a3bb7d613 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:42.101 8 INFO neutron.api.v2.resource [None req-77d76955-8b61-47b3-81b2-d2b0515eeefb 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3073] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:42 2026] GET /v2.0/security-group-rules/27d28e87-1036-4840-94e4-971a3bb7d613 => 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: 1473/3074] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:42 2026] DELETE /v2.0/security-group-rules/0652d95b-2d31-4401-8990-0252f398386c => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:42.172 8 INFO neutron.api.v2.resource [None req-32231327-b2a7-4ef9-b6c5-ed4488fc6f75 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3075] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:42 2026] GET /v2.0/security-group-rules/0652d95b-2d31-4401-8990-0252f398386c => 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: 1474/3076] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:42 2026] DELETE /v2.0/security-group-rules/aadca751-b1b4-4721-905c-a19149a27c56 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:42.242 8 INFO neutron.api.v2.resource [None req-617194e0-c9b2-48d6-b69c-3823486d720b 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3077] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:42 2026] GET /v2.0/security-group-rules/aadca751-b1b4-4721-905c-a19149a27c56 => 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: 1475/3078] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:42 2026] DELETE /v2.0/security-group-rules/009497e2-3536-43e9-af43-54ab069a7c7f => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:42.324 8 INFO neutron.api.v2.resource [None req-9228c0a2-b661-445f-b2d9-6d746407017d 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3079] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:42 2026] GET /v2.0/security-group-rules/009497e2-3536-43e9-af43-54ab069a7c7f => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3080] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:42 2026] DELETE /v2.0/security-group-rules/912a8f75-245d-4f1e-86cc-8109f524f6d6 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:42.399 8 INFO neutron.api.v2.resource [None req-6f53a42b-1e6a-4e33-94a8-fded0933c03e 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3081] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:42 2026] GET /v2.0/security-group-rules/912a8f75-245d-4f1e-86cc-8109f524f6d6 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3082] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:42 2026] DELETE /v2.0/security-group-rules/9c8e2e93-e078-419a-92b5-00cdd5478eff => generated 0 bytes in 493 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:42.924 8 INFO neutron.api.v2.resource [None req-c19f3c9b-702e-4233-8322-914fbcb3a821 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3083] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:42 2026] GET /v2.0/security-group-rules/9c8e2e93-e078-419a-92b5-00cdd5478eff => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3084] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:42 2026] DELETE /v2.0/security-group-rules/bd4a7b53-9e87-438c-9ead-c8fd3bd78caa => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:43.004 8 INFO neutron.api.v2.resource [None req-d0bba4a2-66ba-43c9-b01f-5d82cd6fded5 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3085] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:42 2026] GET /v2.0/security-group-rules/bd4a7b53-9e87-438c-9ead-c8fd3bd78caa => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3086] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:43 2026] DELETE /v2.0/security-group-rules/097258c0-8d43-4935-bcbd-9a7a96c0831f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:43.081 8 INFO neutron.api.v2.resource [None req-708f8668-94f8-4c96-9176-3300fc286ff0 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3087] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:43 2026] GET /v2.0/security-group-rules/097258c0-8d43-4935-bcbd-9a7a96c0831f => 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: 1480/3088] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:43 2026] DELETE /v2.0/security-group-rules/05ea4240-6bb9-4b6e-bd19-113fe10c16aa => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:43.155 8 INFO neutron.api.v2.resource [None req-32e70bc1-3280-4007-9bc0-a4aabb3be505 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3089] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:43 2026] GET /v2.0/security-group-rules/05ea4240-6bb9-4b6e-bd19-113fe10c16aa => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3090] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:43 2026] DELETE /v2.0/security-group-rules/1bde7a86-012c-4e3d-81f6-d9c20762a947 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:43.229 8 INFO neutron.api.v2.resource [None req-77c6a960-d8c6-4d61-a6b9-bb9a91d44ec6 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3091] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:43 2026] GET /v2.0/security-group-rules/1bde7a86-012c-4e3d-81f6-d9c20762a947 => 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: 1482/3092] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:11:43 2026] DELETE /v2.0/security-group-rules/467100c1-56fd-414e-95be-edf030a5bee3 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:43.301 8 INFO neutron.api.v2.resource [None req-383eddb4-c68b-4696-bf88-e9433c46b2d1 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3093] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:11:43 2026] GET /v2.0/security-group-rules/467100c1-56fd-414e-95be-edf030a5bee3 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3094] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:43 2026] DELETE /v2.0/security-groups/69ab61e2-439e-49b4-83de-1bffcbc8531d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:43.414 8 INFO neutron.api.v2.resource [None req-40640f22-2c2f-414c-946e-449d7600037c 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3095] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:11:43 2026] GET /v2.0/security-groups/69ab61e2-439e-49b4-83de-1bffcbc8531d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:43.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-025bfdad-f62a-4038-ad55-0a514737b95d 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 4ef9113e-f072-4957-9e5d-aeb26ff04a02 2026-05-28 15:11:43.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-025bfdad-f62a-4038-ad55-0a514737b95d 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 4ef9113e-f072-4957-9e5d-aeb26ff04a02 [pid: 7|app: 0|req: 1484/3096] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:11:43 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:11:44.543 8 INFO neutron.api.v2.resource [None req-b4fd3629-d5fb-49e6-bdde-3cfff678b33d 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3097] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:11:44 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:44.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-644a5361-e706-4c30-8fa4-0aae2eb533f8 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 4b058df1-2102-4d47-8443-aa360fe61673 2026-05-28 15:11:44.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-644a5361-e706-4c30-8fa4-0aae2eb533f8 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 4b058df1-2102-4d47-8443-aa360fe61673 [pid: 7|app: 0|req: 1485/3098] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:11:44 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:11:45.708 8 INFO neutron.api.v2.resource [None req-8e7d0440-e389-466d-aab7-f75e1c67510f 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3099] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:11:45 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:46.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9dace0e-d3e3-4c83-8fc0-5fde6488ebfe 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: ae657412-9aa5-4b4d-ad1d-0da4e08e9424 2026-05-28 15:11:46.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9dace0e-d3e3-4c83-8fc0-5fde6488ebfe 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: ae657412-9aa5-4b4d-ad1d-0da4e08e9424 [pid: 7|app: 0|req: 1486/3100] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:11:45 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 15:11:46.796 8 INFO neutron.api.v2.resource [None req-384fc539-fad5-4d54-8d2b-c15b700c84eb 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3101] 10.0.0.93 () {34 vars in 788 bytes} [Thu May 28 15:11:46 2026] PUT /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:46.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd50f295-d143-4bf9-a2c1-42e01a4a803b 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: bbef9ebe-744f-47d2-934b-fdc7820b65ae 2026-05-28 15:11:46.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd50f295-d143-4bf9-a2c1-42e01a4a803b 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: bbef9ebe-744f-47d2-934b-fdc7820b65ae 2026-05-28 15:11:47.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd50f295-d143-4bf9-a2c1-42e01a4a803b 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 2b7dc7a1-5d0b-494d-969f-c3ff4c203963 2026-05-28 15:11:47.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd50f295-d143-4bf9-a2c1-42e01a4a803b 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 2b7dc7a1-5d0b-494d-969f-c3ff4c203963 2026-05-28 15:11:47.591 7 INFO neutron.services.segments.plugin [-] Segment 01fae375-b8ed-4959-8d07-8e7c1fadf255 resource provider aggregate not found 2026-05-28 15:11:47.596 7 INFO neutron.services.segments.plugin [-] Segment 01fae375-b8ed-4959-8d07-8e7c1fadf255 resource provider aggregate not found 2026-05-28 15:11:47.607 7 INFO neutron.services.segments.plugin [-] Segment 01fae375-b8ed-4959-8d07-8e7c1fadf255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01fae375-b8ed-4959-8d07-8e7c1fadf255 found for delete ", "request_id": "req-c81343f7-4569-4855-ab1b-a6082d42f492"}]} 2026-05-28 15:11:47.613 7 INFO neutron.services.segments.plugin [-] Segment 01fae375-b8ed-4959-8d07-8e7c1fadf255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01fae375-b8ed-4959-8d07-8e7c1fadf255 found for delete ", "request_id": "req-83b96bee-e581-4284-8278-8e90b07e189e"}]} 2026-05-28 15:11:47.617 7 INFO neutron.db.l3_hamode_db [None req-bd50f295-d143-4bf9-a2c1-42e01a4a803b 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] HA network 1e302a52-6d1c-44ab-b6a9-2711edf87908 was deleted as no HA routers are present in tenant 1dfadb7533174b939454e971ef15d3fc. [pid: 7|app: 0|req: 1487/3102] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:11:46 2026] DELETE /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:47.651 8 INFO neutron.api.v2.resource [None req-fa0de1cb-b6b2-40de-841c-47b9305f580c 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3103] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:11:47 2026] GET /v2.0/routers/a6176299-2ef8-4ebc-b902-dfda77fea01c => 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: 1488/3104] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:11:47 2026] DELETE /v2.0/subnets/3526967a-3b4b-4223-9f85-299a48648c7f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:47.820 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24daa5e5-c06b-452e-94c8-dda5ce84fd88 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3105] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:11:47 2026] GET /v2.0/subnets/3526967a-3b4b-4223-9f85-299a48648c7f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3106] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:11:47 2026] DELETE /v2.0/subnets/6536b556-93c8-4b04-bd7e-0f58b0c69c9b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:47.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ee0b8a3-5ef4-4a42-b661-5de3b96f08b8 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3107] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:11:47 2026] GET /v2.0/subnets/6536b556-93c8-4b04-bd7e-0f58b0c69c9b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:48.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bd9ed15-8b45-4605-b975-54c4c7c524cb 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: e0fe6bf9-335d-4b3b-99dd-3fb5ca74dc7b 2026-05-28 15:11:48.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd9ed15-8b45-4605-b975-54c4c7c524cb 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: e0fe6bf9-335d-4b3b-99dd-3fb5ca74dc7b [pid: 7|app: 0|req: 1490/3108] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:11:47 2026] DELETE /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:48.303 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5843f4c-6413-459a-bb78-6276e656fbc6 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3109] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:11:48 2026] GET /v2.0/networks/16b2bcd8-d0df-4052-8a67-c3f028acc42f => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3110] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:11:48 2026] DELETE /v2.0/subnets/a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:48.475 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36b83a1f-21d5-49db-948b-9d8a0f544a94 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3111] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:11:48 2026] GET /v2.0/subnets/a3c7c017-9bd8-4862-8c6d-c7221087c6dd => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3112] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:11:48 2026] DELETE /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:48.666 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0097adf-6fc4-4a73-acf2-aab62851e9c7 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3113] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:11:48 2026] GET /v2.0/subnets/c096da8a-0f7c-4433-87ef-c68dc21f7c77 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:48.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-33d9afa7-1e37-4d4a-8b61-7d301ec33724 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 22db70eb-2932-4db3-ad1c-bd31c356b419 2026-05-28 15:11:48.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33d9afa7-1e37-4d4a-8b61-7d301ec33724 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 22db70eb-2932-4db3-ad1c-bd31c356b419 [pid: 7|app: 0|req: 1493/3114] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:11:48 2026] DELETE /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:48.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-40977ee3-6743-4478-a557-e6e83b0fc32f 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3115] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:11:48 2026] GET /v2.0/networks/e757f573-5814-4b21-b54a-315d6f6a78b1 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3116] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:11:48 2026] DELETE /v2.0/subnets/2f65ec18-06df-4f9b-8e0e-bdbf5be5b139 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:49.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed323708-c18c-4784-bb4e-fdb4760c9ee8 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3117] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:11:49 2026] GET /v2.0/subnets/2f65ec18-06df-4f9b-8e0e-bdbf5be5b139 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3118] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:11:49 2026] DELETE /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:49.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b854901f-847e-4b82-864b-da9ea7553d21 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3119] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:11:49 2026] GET /v2.0/subnets/88b09338-517e-48e4-ac95-689da5035606 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:49.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-45d9691f-5767-48f7-af45-e5dd628f5bcb 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] TaaS: Handle Delete Port: 1159e301-581c-45ff-a12a-d69aabbadfbc 2026-05-28 15:11:49.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45d9691f-5767-48f7-af45-e5dd628f5bcb 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] Tap Mirror: Handle Delete Port: 1159e301-581c-45ff-a12a-d69aabbadfbc [pid: 7|app: 0|req: 1496/3120] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:11:49 2026] DELETE /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:11:49.629 7 INFO neutron.services.segments.plugin [-] Segment a468d2e8-215b-42d3-b218-52346a922198 resource provider aggregate not found 2026-05-28 15:11:49.633 7 INFO neutron.services.segments.plugin [-] Segment a468d2e8-215b-42d3-b218-52346a922198 resource provider aggregate not found 2026-05-28 15:11:49.642 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a62aeb22-ced4-4b49-bb78-3af87fbc31f3 6a891e0fb67244d9ab64ff755fa7899d 1dfadb7533174b939454e971ef15d3fc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3121] 10.0.0.93 () {32 vars in 722 bytes} [Thu May 28 15:11:49 2026] GET /v2.0/networks/a3876ae9-70f9-4e75-abe5-9d89a8079153 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 15:11:49.650 7 INFO neutron.services.segments.plugin [-] Segment a468d2e8-215b-42d3-b218-52346a922198 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a468d2e8-215b-42d3-b218-52346a922198 found for delete ", "request_id": "req-4bf88fbf-1812-4ef1-9f5b-182e2ccd7619"}]} 2026-05-28 15:11:49.654 7 INFO neutron.services.segments.plugin [-] Segment a468d2e8-215b-42d3-b218-52346a922198 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a468d2e8-215b-42d3-b218-52346a922198 found for delete ", "request_id": "req-9d96c3e3-0855-4d2d-952f-308e6f8dc5f3"}]} 2026-05-28 15:11:49.669 7 INFO neutron.services.segments.plugin [-] Segment 745e49bb-08a8-4d9f-81aa-0aeefc7212db resource provider aggregate not found 2026-05-28 15:11:49.673 7 INFO neutron.services.segments.plugin [-] Segment 745e49bb-08a8-4d9f-81aa-0aeefc7212db resource provider aggregate not found 2026-05-28 15:11:49.689 7 INFO neutron.services.segments.plugin [-] Segment 745e49bb-08a8-4d9f-81aa-0aeefc7212db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745e49bb-08a8-4d9f-81aa-0aeefc7212db found for delete ", "request_id": "req-60251a2f-0cb2-4863-afaa-3b527562a637"}]} 2026-05-28 15:11:49.693 7 INFO neutron.services.segments.plugin [-] Segment 745e49bb-08a8-4d9f-81aa-0aeefc7212db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745e49bb-08a8-4d9f-81aa-0aeefc7212db found for delete ", "request_id": "req-eb7f9aed-11f4-4fd6-bd54-48bdf379ccb7"}]} 2026-05-28 15:11:49.708 7 INFO neutron.services.segments.plugin [-] Segment a100725a-7c6e-4c3d-accc-399030459ab7 resource provider aggregate not found 2026-05-28 15:11:49.713 7 INFO neutron.services.segments.plugin [-] Segment a100725a-7c6e-4c3d-accc-399030459ab7 resource provider aggregate not found 2026-05-28 15:11:49.727 7 INFO neutron.services.segments.plugin [-] Segment a100725a-7c6e-4c3d-accc-399030459ab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a100725a-7c6e-4c3d-accc-399030459ab7 found for delete ", "request_id": "req-0c69646b-0599-4d80-99ba-e36f107c3739"}]} 2026-05-28 15:11:49.733 7 INFO neutron.services.segments.plugin [-] Segment a100725a-7c6e-4c3d-accc-399030459ab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a100725a-7c6e-4c3d-accc-399030459ab7 found for delete ", "request_id": "req-495e1560-6487-4d91-a8d9-2c6411fe4a84"}]} [pid: 8|app: 0|req: 1627/3124] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:11:51 2026] GET /v2.0/security-groups?tenant_id=59a706c2cf9144659cd4404bffb1d6ab&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3125] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:51 2026] DELETE /v2.0/security-groups/6871d42b-0d34-436a-ac5b-75e4e9eae097 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3126] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:11:51 2026] GET /v2.0/security-groups?tenant_id=4cf89a408be44832b05898db4e431515&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3127] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:52 2026] DELETE /v2.0/security-groups/8883a42b-7ab6-4a70-86e3-a0059a5e1631 => 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: 1629/3128] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:11:52 2026] GET /v2.0/security-groups?tenant_id=eaced2332f3c436a8507c8f9c9850b59&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3129] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:52 2026] DELETE /v2.0/security-groups/2d191b3b-f8a9-4a99-9731-fdb8dc7cee35 => 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: 1630/3130] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:11:52 2026] GET /v2.0/security-groups?tenant_id=ba4235e308f740cc91bb235b94081803&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3131] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:52 2026] DELETE /v2.0/security-groups/88fca478-365f-44c6-9a83-ae4a7dd7dcea => 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: 1631/3132] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:11:53 2026] GET /v2.0/security-groups?tenant_id=1dfadb7533174b939454e971ef15d3fc&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: 1502/3133] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:53 2026] DELETE /v2.0/security-groups/feb4469a-d744-4997-b6dd-fdea68c8b1e2 => 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: 1632/3134] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:11:53 2026] GET /v2.0/security-groups?tenant_id=2a633239263f4d26ba53466cb9d3788a&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3135] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:53 2026] DELETE /v2.0/security-groups/9608d48a-cb54-4ec0-9f2b-2a0d01efc033 => 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: 1633/3136] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:11:53 2026] GET /v2.0/security-groups?tenant_id=3dc1fc154a144f4988bbf123c3b7c830&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3137] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:11:53 2026] DELETE /v2.0/security-groups/785cd784-c0ab-4a53-be22-228c58abc6ef => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:11:58.003 8 INFO neutron.db.segments_db [None req-8dbb4ea4-1d9c-408a-bbb6-b1abc95cab11 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Added segment e884d4bf-3fd6-41fc-a40c-2a5e66047906 of type vxlan for network cad146ac-9f0c-473e-b3f2-7544a22c96d9 2026-05-28 15:11:58.235 8 INFO neutron.db.l3_hamode_db [None req-8dbb4ea4-1d9c-408a-bbb6-b1abc95cab11 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:11:58.340 8 INFO neutron.db.l3_hamode_db [None req-8dbb4ea4-1d9c-408a-bbb6-b1abc95cab11 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1634/3138] 10.0.0.93 () {34 vars in 667 bytes} [Thu May 28 15:11:57 2026] POST /v2.0/routers => generated 474 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:11:59.001 7 INFO neutron.db.l3_hamode_db [None req-c260894e-c138-4d72-aecd-721d90f68940 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:11:59.108 7 INFO neutron.db.l3_hamode_db [None req-c260894e-c138-4d72-aecd-721d90f68940 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1505/3139] 10.0.0.93 () {34 vars in 667 bytes} [Thu May 28 15:11:58 2026] POST /v2.0/routers => generated 474 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:11:59.722 8 INFO neutron.db.l3_hamode_db [None req-f9524ce2-7416-4d60-a705-6d9a14e596c9 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:11:59.829 8 INFO neutron.db.l3_hamode_db [None req-f9524ce2-7416-4d60-a705-6d9a14e596c9 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1635/3140] 10.0.0.93 () {34 vars in 667 bytes} [Thu May 28 15:11:59 2026] POST /v2.0/routers => generated 474 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:12:00.373 7 INFO neutron.db.l3_hamode_db [None req-ce0bc1e1-8691-435a-b01a-f029302f3c80 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:12:00.472 7 INFO neutron.db.l3_hamode_db [None req-ce0bc1e1-8691-435a-b01a-f029302f3c80 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1506/3141] 10.0.0.93 () {34 vars in 667 bytes} [Thu May 28 15:12:00 2026] POST /v2.0/routers => generated 474 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 15:12:01.034 8 INFO neutron.db.l3_hamode_db [None req-ebf9cc79-bab5-4cc2-89ea-182b18485796 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 15:12:01.144 8 INFO neutron.db.l3_hamode_db [None req-ebf9cc79-bab5-4cc2-89ea-182b18485796 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1636/3142] 10.0.0.93 () {34 vars in 667 bytes} [Thu May 28 15:12:00 2026] POST /v2.0/routers => generated 474 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3143] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:12:01 2026] PUT /v2.0/routers/889c51cb-e848-454e-b24f-b60e1279f67a/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3144] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:12:01 2026] PUT /v2.0/routers/e718e09f-a9fa-4d6f-b0ee-ab6c594ee45a/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3145] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:12:01 2026] PUT /v2.0/routers/ca7cfabf-bb2f-4509-b3e7-1bc7579b032d/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3146] 10.0.0.93 () {34 vars in 750 bytes} [Thu May 28 15:12:02 2026] PUT /v2.0/routers/1be889f0-bc0d-4718-9aaf-10ff782b8e1d/tags => generated 19 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3147] 10.0.0.93 () {32 vars in 663 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3148] 10.0.0.93 () {32 vars in 677 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3149] 10.0.0.93 () {32 vars in 673 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3150] 10.0.0.93 () {32 vars in 685 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3151] 10.0.0.93 () {32 vars in 671 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3152] 10.0.0.93 () {32 vars in 685 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3153] 10.0.0.93 () {32 vars in 681 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3154] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3155] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:12:02 2026] GET /v2.0/routers/889c51cb-e848-454e-b24f-b60e1279f67a => generated 485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3156] 10.0.0.93 () {34 vars in 741 bytes} [Thu May 28 15:12:02 2026] PUT /v2.0/routers/889c51cb-e848-454e-b24f-b60e1279f67a => generated 485 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3157] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:12:03 2026] GET /v2.0/ports?device_id=889c51cb-e848-454e-b24f-b60e1279f67a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:12:03.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-8683de47-4f0e-4075-a324-04f234eed697 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] TaaS: Handle Delete Port: bbecaa1c-2b20-4c39-8e03-0652f28c1274 2026-05-28 15:12:03.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8683de47-4f0e-4075-a324-04f234eed697 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Tap Mirror: Handle Delete Port: bbecaa1c-2b20-4c39-8e03-0652f28c1274 [pid: 8|app: 0|req: 1644/3158] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:12:03 2026] DELETE /v2.0/routers/889c51cb-e848-454e-b24f-b60e1279f67a => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3159] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:12:03 2026] GET /v2.0/routers/e718e09f-a9fa-4d6f-b0ee-ab6c594ee45a => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3160] 10.0.0.93 () {34 vars in 741 bytes} [Thu May 28 15:12:03 2026] PUT /v2.0/routers/e718e09f-a9fa-4d6f-b0ee-ab6c594ee45a => generated 493 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3161] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:12:04 2026] GET /v2.0/ports?device_id=e718e09f-a9fa-4d6f-b0ee-ab6c594ee45a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:12:04.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-d61f9b13-cd74-46ae-813a-6c4feea399b4 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] TaaS: Handle Delete Port: b372772a-2dc3-4a77-8eff-27d6ae7975fb 2026-05-28 15:12:04.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d61f9b13-cd74-46ae-813a-6c4feea399b4 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Tap Mirror: Handle Delete Port: b372772a-2dc3-4a77-8eff-27d6ae7975fb [pid: 8|app: 0|req: 1646/3162] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:12:04 2026] DELETE /v2.0/routers/e718e09f-a9fa-4d6f-b0ee-ab6c594ee45a => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3165] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:12:04 2026] GET /v2.0/routers/ca7cfabf-bb2f-4509-b3e7-1bc7579b032d => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3166] 10.0.0.93 () {34 vars in 741 bytes} [Thu May 28 15:12:04 2026] PUT /v2.0/routers/ca7cfabf-bb2f-4509-b3e7-1bc7579b032d => generated 502 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3167] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:12:05 2026] GET /v2.0/ports?device_id=ca7cfabf-bb2f-4509-b3e7-1bc7579b032d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:12:05.484 7 INFO neutron_taas.services.taas.taas_plugin [None req-81b914b7-3a56-49a4-b9ec-29d3199b3a34 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] TaaS: Handle Delete Port: bef50859-d21e-40db-a250-38be618e3c6e 2026-05-28 15:12:05.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81b914b7-3a56-49a4-b9ec-29d3199b3a34 d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Tap Mirror: Handle Delete Port: bef50859-d21e-40db-a250-38be618e3c6e [pid: 7|app: 0|req: 1519/3168] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:12:05 2026] DELETE /v2.0/routers/ca7cfabf-bb2f-4509-b3e7-1bc7579b032d => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3169] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:12:05 2026] GET /v2.0/routers/1be889f0-bc0d-4718-9aaf-10ff782b8e1d => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3170] 10.0.0.93 () {34 vars in 741 bytes} [Thu May 28 15:12:05 2026] PUT /v2.0/routers/1be889f0-bc0d-4718-9aaf-10ff782b8e1d => generated 487 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3171] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:12:06 2026] GET /v2.0/ports?device_id=1be889f0-bc0d-4718-9aaf-10ff782b8e1d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:12:06.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8ad1a56-44e0-4325-bd7b-8fb8da9415dd d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] TaaS: Handle Delete Port: bd100c8b-75d1-4cca-9a65-0c4705f3c6d4 2026-05-28 15:12:06.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8ad1a56-44e0-4325-bd7b-8fb8da9415dd d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Tap Mirror: Handle Delete Port: bd100c8b-75d1-4cca-9a65-0c4705f3c6d4 [pid: 7|app: 0|req: 1521/3172] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:12:06 2026] DELETE /v2.0/routers/1be889f0-bc0d-4718-9aaf-10ff782b8e1d => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3173] 10.0.0.93 () {32 vars in 720 bytes} [Thu May 28 15:12:06 2026] GET /v2.0/routers/1eb3d763-0c2f-431c-bfd5-5329306ce07b => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3174] 10.0.0.93 () {34 vars in 741 bytes} [Thu May 28 15:12:06 2026] PUT /v2.0/routers/1eb3d763-0c2f-431c-bfd5-5329306ce07b => generated 480 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3175] 10.0.0.93 () {32 vars in 735 bytes} [Thu May 28 15:12:07 2026] GET /v2.0/ports?device_id=1eb3d763-0c2f-431c-bfd5-5329306ce07b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:12:07.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba12a55a-da36-433b-a969-240ba13d9a5c d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] TaaS: Handle Delete Port: 657aaf5d-425d-42b0-8e48-b70d97a9afd2 2026-05-28 15:12:07.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba12a55a-da36-433b-a969-240ba13d9a5c d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] Tap Mirror: Handle Delete Port: 657aaf5d-425d-42b0-8e48-b70d97a9afd2 2026-05-28 15:12:07.660 7 INFO neutron.services.segments.plugin [-] Segment e884d4bf-3fd6-41fc-a40c-2a5e66047906 resource provider aggregate not found 2026-05-28 15:12:07.666 7 INFO neutron.services.segments.plugin [-] Segment e884d4bf-3fd6-41fc-a40c-2a5e66047906 resource provider aggregate not found 2026-05-28 15:12:07.684 7 INFO neutron.services.segments.plugin [-] Segment e884d4bf-3fd6-41fc-a40c-2a5e66047906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e884d4bf-3fd6-41fc-a40c-2a5e66047906 found for delete ", "request_id": "req-5c62143f-812b-4f46-a375-8e6b0f263d27"}]} 2026-05-28 15:12:07.685 7 INFO neutron.services.segments.plugin [-] Segment e884d4bf-3fd6-41fc-a40c-2a5e66047906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e884d4bf-3fd6-41fc-a40c-2a5e66047906 found for delete ", "request_id": "req-a19554d2-198f-4664-9cf6-1ba785ee6aa1"}]} 2026-05-28 15:12:07.690 7 INFO neutron.db.l3_hamode_db [None req-ba12a55a-da36-433b-a969-240ba13d9a5c d627821e0fb1448cba5e562f1899c334 1397fbbeeb3a4090b8d554e4f589752d - - default default] HA network cad146ac-9f0c-473e-b3f2-7544a22c96d9 was deleted as no HA routers are present in tenant 1397fbbeeb3a4090b8d554e4f589752d. [pid: 7|app: 0|req: 1523/3176] 10.0.0.93 () {32 vars in 723 bytes} [Thu May 28 15:12:07 2026] DELETE /v2.0/routers/1eb3d763-0c2f-431c-bfd5-5329306ce07b => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3177] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:08 2026] GET /v2.0/security-groups?tenant_id=1397fbbeeb3a4090b8d554e4f589752d&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3178] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:08 2026] DELETE /v2.0/security-groups/71905ffe-8243-4094-b6f2-ca82c9772e66 => 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: 1655/3179] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:08 2026] GET /v2.0/security-groups?tenant_id=2fd75b321ae34938a550671d7ff23a17&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3180] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:09 2026] DELETE /v2.0/security-groups/faf0e243-a5db-4ae6-8c4a-a39754661151 => 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: 1656/3181] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:09 2026] GET /v2.0/security-groups?tenant_id=481c73b4c70b48ccae54e871186ec79e&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3182] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:09 2026] DELETE /v2.0/security-groups/da440a33-b7b9-4a2d-a48f-cfde022a2d6a => 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: 1657/3183] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:12:13 2026] POST /v2.0/security-groups => generated 1603 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3184] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:12:13 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3185] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:12:13 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3186] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:12:14 2026] POST /v2.0/security-groups => generated 1603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3187] 10.0.0.93 () {34 vars in 683 bytes} [Thu May 28 15:12:14 2026] POST /v2.0/security-groups => generated 1603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3188] 10.0.0.93 () {34 vars in 766 bytes} [Thu May 28 15:12:14 2026] PUT /v2.0/security-groups/f6a8db1c-4555-4c9e-8cec-8e966b05cecd/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3189] 10.0.0.93 () {34 vars in 766 bytes} [Thu May 28 15:12:14 2026] PUT /v2.0/security-groups/b23619e6-6b5f-4ffa-b234-27d656aaad26/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3190] 10.0.0.93 () {34 vars in 766 bytes} [Thu May 28 15:12:14 2026] PUT /v2.0/security-groups/5d3c56b1-c7e3-4166-b438-211fede4fd31/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3191] 10.0.0.93 () {34 vars in 766 bytes} [Thu May 28 15:12:14 2026] PUT /v2.0/security-groups/17314df8-083d-41f5-b361-528e7e9e3c85/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3192] 10.0.0.93 () {32 vars in 679 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3193] 10.0.0.93 () {32 vars in 693 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3194] 10.0.0.93 () {32 vars in 689 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3195] 10.0.0.93 () {32 vars in 701 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3196] 10.0.0.93 () {32 vars in 687 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3197] 10.0.0.93 () {32 vars in 701 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3198] 10.0.0.93 () {32 vars in 697 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3199] 10.0.0.93 () {32 vars in 709 bytes} [Thu May 28 15:12:14 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3200] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:14 2026] DELETE /v2.0/security-groups/f6a8db1c-4555-4c9e-8cec-8e966b05cecd => 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: 1666/3201] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:15 2026] DELETE /v2.0/security-groups/b23619e6-6b5f-4ffa-b234-27d656aaad26 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3202] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:15 2026] DELETE /v2.0/security-groups/5d3c56b1-c7e3-4166-b438-211fede4fd31 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3203] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:15 2026] DELETE /v2.0/security-groups/17314df8-083d-41f5-b361-528e7e9e3c85 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3204] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:15 2026] DELETE /v2.0/security-groups/ac3bb2d5-ddcf-4cb6-822a-3ad43c7fadfa => 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: 1668/3205] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:16 2026] GET /v2.0/security-groups?tenant_id=df94b367da564d87938388d74e39de5a&name=default => generated 2929 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3206] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:17 2026] DELETE /v2.0/security-groups/92d95f0f-ff5b-4af7-a860-125c09c798eb => 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: 1669/3207] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:17 2026] GET /v2.0/security-groups?tenant_id=d66bdeee26ca4533b9aa0ab525d0b757&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3208] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:17 2026] DELETE /v2.0/security-groups/e95eb64c-cf2e-43d7-b690-a69909550375 => 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: 1670/3209] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:17 2026] GET /v2.0/security-groups?tenant_id=962c5386ec13457cb938df6d511e82f0&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3210] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:17 2026] DELETE /v2.0/security-groups/a60831bc-8d1a-44d3-8eaf-1794aa818c5b => 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: 1672/3213] 10.0.0.93 () {34 vars in 675 bytes} [Thu May 28 15:12:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3214] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:12:21 2026] PUT /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3215] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3216] 10.0.0.93 () {34 vars in 769 bytes} [Thu May 28 15:12:21 2026] PUT /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3217] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3218] 10.0.0.93 () {34 vars in 765 bytes} [Thu May 28 15:12:21 2026] PUT /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3219] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3220] 10.0.0.93 () {34 vars in 787 bytes} [Thu May 28 15:12:21 2026] PUT /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/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: 1676/3221] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3222] 10.0.0.93 () {34 vars in 758 bytes} [Thu May 28 15:12:21 2026] PUT /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3223] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3224] 10.0.0.93 () {32 vars in 746 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:12:21.678 8 INFO neutron.api.v2.resource [None req-d383721c-2215-487b-8666-4d8fcc0b6439 ce3757aa7d7a48a79abf77608df69a62 7b256883d0a24291be1f47979d84fb6a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3225] 10.0.0.93 () {32 vars in 750 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/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: 1548/3226] 10.0.0.93 () {32 vars in 749 bytes} [Thu May 28 15:12:21 2026] DELETE /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3227] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:12:21.788 7 INFO neutron.api.v2.resource [None req-1070d02c-ea4b-4891-8b7d-4e6ce5147a71 ce3757aa7d7a48a79abf77608df69a62 7b256883d0a24291be1f47979d84fb6a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3228] 10.0.0.93 () {32 vars in 753 bytes} [Thu May 28 15:12:21 2026] DELETE /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3229] 10.0.0.93 () {32 vars in 741 bytes} [Thu May 28 15:12:21 2026] DELETE /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3230] 10.0.0.93 () {32 vars in 738 bytes} [Thu May 28 15:12:21 2026] GET /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3231] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:12:21 2026] DELETE /v2.0/subnetpools/be84b453-0124-4858-b637-01052ccad982 => 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: 1551/3232] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:22 2026] GET /v2.0/security-groups?tenant_id=e322826a604945bcbfbc00c15ecd5287&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3233] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:22 2026] DELETE /v2.0/security-groups/b26b536a-a571-475d-badd-8aba9024a402 => 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: 1552/3234] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:22 2026] GET /v2.0/security-groups?tenant_id=7b256883d0a24291be1f47979d84fb6a&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3235] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:23 2026] DELETE /v2.0/security-groups/eaa41915-5c2a-4f90-9b8a-4db8c7dfb754 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:12:26.527 7 INFO neutron.db.segments_db [None req-475257e4-d269-4c5b-9493-1df32a358546 56b38406ee4f4458ada2495ef473f2cd 391c5db4acdc42d39d0399477b3dcf88 - - default default] Added segment eab5f74f-041c-4dce-bd6f-5e5ae6730247 of type vxlan for network ed5bd2ab-8c42-43ab-ac31-02b63764a738 [pid: 7|app: 0|req: 1553/3236] 10.0.0.93 () {34 vars in 669 bytes} [Thu May 28 15:12:26 2026] POST /v2.0/networks => generated 631 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3237] 10.0.0.93 () {34 vars in 663 bytes} [Thu May 28 15:12:26 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3238] 10.0.0.93 () {34 vars in 665 bytes} [Thu May 28 15:12:26 2026] POST /v2.0/trunks => generated 407 bytes in 149 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: 1685/3239] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:12:27 2026] PUT /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3240] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3241] 10.0.0.93 () {34 vars in 759 bytes} [Thu May 28 15:12:27 2026] PUT /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3242] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3243] 10.0.0.93 () {34 vars in 755 bytes} [Thu May 28 15:12:27 2026] PUT /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3244] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/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: 1688/3245] 10.0.0.93 () {34 vars in 777 bytes} [Thu May 28 15:12:27 2026] PUT /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3246] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3247] 10.0.0.93 () {34 vars in 748 bytes} [Thu May 28 15:12:27 2026] PUT /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/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: 1559/3248] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3249] 10.0.0.93 () {32 vars in 736 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:12:27.449 7 INFO neutron.api.v2.resource [None req-3e7f75c8-d3b2-46eb-9c5d-cae1c292dd03 56b38406ee4f4458ada2495ef473f2cd 391c5db4acdc42d39d0399477b3dcf88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3250] 10.0.0.93 () {32 vars in 740 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3251] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:27 2026] DELETE /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3252] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 15:12:27.541 8 INFO neutron.api.v2.resource [None req-153e9556-88e7-42a8-b3b3-d3bd8d2546bc 56b38406ee4f4458ada2495ef473f2cd 391c5db4acdc42d39d0399477b3dcf88 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3253] 10.0.0.93 () {32 vars in 743 bytes} [Thu May 28 15:12:27 2026] DELETE /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3254] 10.0.0.93 () {32 vars in 731 bytes} [Thu May 28 15:12:27 2026] DELETE /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3255] 10.0.0.93 () {32 vars in 728 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3256] 10.0.0.93 () {32 vars in 718 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3257] 10.0.0.93 () {32 vars in 716 bytes} [Thu May 28 15:12:27 2026] GET /v2.0/ports/3ac24be6-ff0e-4e00-875c-a9a90385b109 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3258] 10.0.0.93 () {32 vars in 721 bytes} [Thu May 28 15:12:27 2026] DELETE /v2.0/trunks/aab7a399-b9f3-4fe2-bc34-2966597d6548 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 15:12:27.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-a805b0ed-4fe4-478b-9a66-a2f8dcf4041c 56b38406ee4f4458ada2495ef473f2cd 391c5db4acdc42d39d0399477b3dcf88 - - default default] TaaS: Handle Delete Port: 3ac24be6-ff0e-4e00-875c-a9a90385b109 2026-05-28 15:12:27.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a805b0ed-4fe4-478b-9a66-a2f8dcf4041c 56b38406ee4f4458ada2495ef473f2cd 391c5db4acdc42d39d0399477b3dcf88 - - default default] Tap Mirror: Handle Delete Port: 3ac24be6-ff0e-4e00-875c-a9a90385b109 [pid: 8|app: 0|req: 1695/3259] 10.0.0.93 () {32 vars in 719 bytes} [Thu May 28 15:12:27 2026] DELETE /v2.0/ports/3ac24be6-ff0e-4e00-875c-a9a90385b109 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 15:12:28.073 7 INFO neutron.services.segments.plugin [-] Segment eab5f74f-041c-4dce-bd6f-5e5ae6730247 resource provider aggregate not found 2026-05-28 15:12:28.079 7 INFO neutron.services.segments.plugin [-] Segment eab5f74f-041c-4dce-bd6f-5e5ae6730247 resource provider aggregate not found 2026-05-28 15:12:28.099 7 INFO neutron.services.segments.plugin [-] Segment eab5f74f-041c-4dce-bd6f-5e5ae6730247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eab5f74f-041c-4dce-bd6f-5e5ae6730247 found for delete ", "request_id": "req-27895719-39da-4327-bdd9-12a65feb0aec"}]} 2026-05-28 15:12:28.101 7 INFO neutron.services.segments.plugin [-] Segment eab5f74f-041c-4dce-bd6f-5e5ae6730247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eab5f74f-041c-4dce-bd6f-5e5ae6730247 found for delete ", "request_id": "req-4d0cd2aa-355d-49df-9a1f-560534c821d4"}]} [pid: 7|app: 0|req: 1565/3260] 10.0.0.93 () {32 vars in 725 bytes} [Thu May 28 15:12:27 2026] DELETE /v2.0/networks/ed5bd2ab-8c42-43ab-ac31-02b63764a738 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3261] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:28 2026] GET /v2.0/security-groups?tenant_id=391c5db4acdc42d39d0399477b3dcf88&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3262] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:28 2026] DELETE /v2.0/security-groups/10357e6c-554f-42a7-8edd-b39d2d9452c0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3263] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:29 2026] GET /v2.0/security-groups?tenant_id=fc1cb6ca001a4f6b9c2ae5b584faf648&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3264] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:29 2026] DELETE /v2.0/security-groups/fc1de3f2-e9e2-409b-9721-00525ce85968 => 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: 1698/3265] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:32 2026] GET /v2.0/security-groups?tenant_id=e0685b09fef144af9cd80e38d08f0509&name=default => generated 2929 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3266] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:32 2026] DELETE /v2.0/security-groups/b2579237-0fe1-4f70-91e4-376ae6490720 => 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: 1699/3267] 10.0.0.93 () {32 vars in 773 bytes} [Thu May 28 15:12:32 2026] GET /v2.0/security-groups?tenant_id=22a57fca9c4a463784fb4453bb4b85f1&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3268] 10.0.0.93 () {32 vars in 739 bytes} [Thu May 28 15:12:33 2026] DELETE /v2.0/security-groups/e0cdf832-71d7-4f40-bdb8-679a112b2a89 => 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: 1701/3271] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:12:35 2026] GET /v2.0/networks => generated 2168 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3272] 10.0.0.93 () {32 vars in 654 bytes} [Thu May 28 15:12:36 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3273] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:12:36 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3274] 10.0.0.93 () {32 vars in 642 bytes} [Thu May 28 15:12:36 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3275] 10.0.0.93 () {32 vars in 646 bytes} [Thu May 28 15:12:36 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3276] 10.0.0.93 () {32 vars in 648 bytes} [Thu May 28 15:12:37 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3277] 10.0.0.93 () {32 vars in 662 bytes} [Thu May 28 15:12:37 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3278] 10.0.0.93 () {32 vars in 654 bytes} [Thu May 28 15:12:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)