+ 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 Apr 23 08:55:03 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-d55d6b784-fknsr machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f3f49bb3668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-23 08:55:07.427 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 08:55:07.427 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 08:55:07.632 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 08:55:07.632 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 08:55:08.432 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 08:55:08.650 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 08:55:09.897 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:55:09.899 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 08:55:09.903 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 08:55:09.904 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:55:09.904 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 08:55:09.904 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 08:55:09.904 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:55:09.911 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:55:09.912 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:55:09.912 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:55:09.934 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 08:55:09.935 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:55:09.935 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 08:55:09.965 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 08:55:09.965 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 08:55:09.965 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 08:55:09.965 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 08:55:10.132 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:55:10.135 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 08:55:10.139 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 08:55:10.140 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:55:10.140 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 08:55:10.140 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 08:55:10.140 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:55:10.147 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:55:10.147 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:55:10.148 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:55:10.169 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 08:55:10.170 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:55:10.170 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 08:55:10.200 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 08:55:10.200 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 08:55:10.200 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 08:55:10.200 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 08:55:10.270 8 INFO neutron.plugins.ml2.managers [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 08:55:10.488 7 INFO neutron.plugins.ml2.managers [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 08:55:10.569 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 08:55:10.569 8 INFO neutron.plugins.ml2.managers [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 08:55:10.569 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 08:55:10.583 8 INFO neutron.plugins.ml2.managers [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 08:55:10.583 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 08:55:10.583 8 INFO neutron.plugins.ml2.managers [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 08:55:10.583 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 08:55:10.583 8 INFO neutron.plugins.ml2.managers [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] Initializing extension driver 'qos' 2026-04-23 08:55:10.584 8 INFO neutron.plugins.ml2.managers [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 08:55:10.584 8 INFO neutron.plugins.ml2.managers [None req-cc45cbe6-0bb3-4e45-a81f-23c53d204fa2 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 08:55:10.611 8 INFO neutron.quota [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded quota_driver: . 2026-04-23 08:55:10.612 8 INFO neutron.plugins.ml2.plugin [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 08:55:10.612 8 INFO neutron.plugins.ml2.managers [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 08:55:10.612 8 INFO neutron.plugins.ml2.managers [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 08:55:10.612 8 INFO neutron.plugins.ml2.managers [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 08:55:10.613 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: qos 2026-04-23 08:55:10.626 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: router 2026-04-23 08:55:10.672 8 INFO neutron.services.service_base [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 08:55:10.672 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: segments 2026-04-23 08:55:10.773 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: trunk 2026-04-23 08:55:10.776 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 08:55:10.776 7 INFO neutron.plugins.ml2.managers [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 08:55:10.776 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 08:55:10.787 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: vpnaas 2026-04-23 08:55:10.791 7 INFO neutron.plugins.ml2.managers [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 08:55:10.791 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 08:55:10.791 7 INFO neutron.plugins.ml2.managers [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 08:55:10.791 7 INFO neutron.plugins.ml2.extensions.port_security [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 08:55:10.792 7 INFO neutron.plugins.ml2.managers [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] Initializing extension driver 'qos' 2026-04-23 08:55:10.792 7 INFO neutron.plugins.ml2.managers [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 08:55:10.792 7 INFO neutron.plugins.ml2.managers [None req-faa52d15-4387-4886-a24b-40599e1c1ee0 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 08:55:10.806 7 INFO neutron.quota [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded quota_driver: . 2026-04-23 08:55:10.806 7 INFO neutron.plugins.ml2.plugin [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 08:55:10.806 7 INFO neutron.plugins.ml2.managers [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 08:55:10.806 7 INFO neutron.plugins.ml2.managers [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 08:55:10.806 7 INFO neutron.plugins.ml2.managers [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 08:55:10.807 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: qos 2026-04-23 08:55:10.820 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: router 2026-04-23 08:55:10.829 8 WARNING stevedore.named [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:55:10.864 7 INFO neutron.services.service_base [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 08:55:10.864 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: segments 2026-04-23 08:55:10.907 8 INFO neutron_vpnaas.services.vpn.plugin [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 08:55:10.908 8 INFO neutron.common.utils [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 08:55:10.908 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: taas 2026-04-23 08:55:10.934 8 WARNING stevedore.named [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:55:10.934 8 WARNING stevedore.named [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:55:10.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:55:10.957 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: tapmirror 2026-04-23 08:55:10.961 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: trunk 2026-04-23 08:55:10.969 8 WARNING stevedore.named [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:55:10.969 8 WARNING stevedore.named [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:55:10.976 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: vpnaas 2026-04-23 08:55:10.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:55:10.985 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 08:55:10.990 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: tag 2026-04-23 08:55:11.001 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: timestamp 2026-04-23 08:55:11.004 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 08:55:11.009 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: flavors 2026-04-23 08:55:11.012 8 INFO neutron.manager [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loading Plugin: revisions 2026-04-23 08:55:11.015 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Initializing extension manager. 2026-04-23 08:55:11.017 7 WARNING stevedore.named [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:55:11.017 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: address-group 2026-04-23 08:55:11.018 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: address-scope 2026-04-23 08:55:11.018 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 08:55:11.019 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: agent 2026-04-23 08:55:11.020 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 08:55:11.021 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 08:55:11.022 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 08:55:11.023 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: availability_zone 2026-04-23 08:55:11.023 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 08:55:11.024 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 08:55:11.024 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 08:55:11.026 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 08:55:11.026 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: dns-integration 2026-04-23 08:55:11.027 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 08:55:11.027 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 08:55:11.028 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: dvr 2026-04-23 08:55:11.028 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 08:55:11.029 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 08:55:11.029 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:55:11.030 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 08:55:11.030 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: external-net 2026-04-23 08:55:11.031 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 08:55:11.032 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: extraroute 2026-04-23 08:55:11.032 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 08:55:11.033 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 08:55:11.033 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 08:55:11.034 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 08:55:11.035 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 08:55:11.035 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: fip-port-details 2026-04-23 08:55:11.036 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: flavors 2026-04-23 08:55:11.037 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 08:55:11.038 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 08:55:11.038 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: ip_allocation 2026-04-23 08:55:11.039 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 08:55:11.039 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 08:55:11.040 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: router 2026-04-23 08:55:11.042 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:55:11.043 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 08:55:11.043 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 08:55:11.044 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 08:55:11.045 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: l3-ha 2026-04-23 08:55:11.045 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:55:11.046 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 08:55:11.046 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: l3-flavors 2026-04-23 08:55:11.047 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:55:11.048 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 08:55:11.050 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 08:55:11.051 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 08:55:11.052 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 08:55:11.053 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 08:55:11.054 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 08:55:11.054 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: multi-provider 2026-04-23 08:55:11.055 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: net-mtu 2026-04-23 08:55:11.055 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 08:55:11.056 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 08:55:11.056 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: network_ha 2026-04-23 08:55:11.057 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 08:55:11.058 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 08:55:11.058 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: pagination 2026-04-23 08:55:11.059 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-device-profile 2026-04-23 08:55:11.059 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 08:55:11.060 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 08:55:11.060 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 08:55:11.061 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-mac-override 2026-04-23 08:55:11.061 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 08:55:11.062 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 08:55:11.062 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 08:55:11.063 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-resource-request 2026-04-23 08:55:11.063 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 08:55:11.065 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 08:55:11.065 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: binding 2026-04-23 08:55:11.066 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: binding-extended 2026-04-23 08:55:11.067 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-security 2026-04-23 08:55:11.067 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: project-id 2026-04-23 08:55:11.068 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: provider 2026-04-23 08:55:11.068 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 08:55:11.070 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos 2026-04-23 08:55:11.071 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 08:55:11.071 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 08:55:11.072 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-default 2026-04-23 08:55:11.072 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-fip 2026-04-23 08:55:11.073 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 08:55:11.073 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 08:55:11.074 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 08:55:11.075 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 08:55:11.075 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 08:55:11.076 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-pps 2026-04-23 08:55:11.076 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 08:55:11.077 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 08:55:11.077 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 08:55:11.078 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 08:55:11.079 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 08:55:11.081 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: quotas 2026-04-23 08:55:11.082 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: quota_details 2026-04-23 08:55:11.082 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 08:55:11.082 7 INFO neutron.common.utils [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 08:55:11.082 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: taas 2026-04-23 08:55:11.083 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: rbac-policies 2026-04-23 08:55:11.084 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 08:55:11.084 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 08:55:11.085 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 08:55:11.085 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 08:55:11.086 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: revision-if-match 2026-04-23 08:55:11.086 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 08:55:11.087 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 08:55:11.087 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 08:55:11.089 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 08:55:11.090 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 08:55:11.090 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 08:55:11.091 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 08:55:11.091 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 08:55:11.092 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 08:55:11.096 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: security-group 2026-04-23 08:55:11.097 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: segment 2026-04-23 08:55:11.098 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 08:55:11.099 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: service-type 2026-04-23 08:55:11.100 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: sorting 2026-04-23 08:55:11.100 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 08:55:11.101 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 08:55:11.101 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 08:55:11.102 8 WARNING neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 08:55:11.102 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 08:55:11.103 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 08:55:11.104 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 08:55:11.104 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 08:55:11.105 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 08:55:11.105 7 WARNING stevedore.named [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:55:11.105 7 WARNING stevedore.named [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:55:11.105 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 08:55:11.106 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 08:55:11.107 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: tag-creation 2026-04-23 08:55:11.107 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 08:55:11.111 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 08:55:11.112 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 08:55:11.113 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: trunk 2026-04-23 08:55:11.113 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: trunk-details 2026-04-23 08:55:11.114 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 08:55:11.114 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 08:55:11.115 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 08:55:11.116 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 08:55:11.119 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 08:55:11.120 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 08:55:11.120 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 08:55:11.122 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: vpnaas 2026-04-23 08:55:11.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:55:11.123 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: taas 2026-04-23 08:55:11.123 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: tapmirror 2026-04-23 08:55:11.124 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: tap-mirror 2026-04-23 08:55:11.125 8 INFO neutron.api.extensions [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 08:55:11.127 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 08:55:11.127 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 08:55:11.128 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.128 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 08:55:11.131 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:55:11.131 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:55:11.132 7 WARNING stevedore.named [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:55:11.132 7 WARNING stevedore.named [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:55:11.136 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:55:11.137 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:55:11.137 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:55:11.138 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.138 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.139 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.139 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.140 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:55:11.140 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.141 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.141 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:55:11.141 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:55:11.142 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:55:11.142 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.142 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:55:11.143 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.143 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] ikepolicy is already registered 2026-04-23 08:55:11.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:55:11.146 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 08:55:11.147 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:55:11.147 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] router is already registered 2026-04-23 08:55:11.148 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:55:11.148 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] floatingip is already registered 2026-04-23 08:55:11.152 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: tag 2026-04-23 08:55:11.152 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:55:11.152 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] rbac_policy is already registered 2026-04-23 08:55:11.152 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:55:11.153 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] security_group is already registered 2026-04-23 08:55:11.153 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:55:11.153 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] security_group_rule is already registered 2026-04-23 08:55:11.154 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.154 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.154 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.155 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.155 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:55:11.155 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] trunk is already registered 2026-04-23 08:55:11.156 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.156 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] ikepolicy is already registered 2026-04-23 08:55:11.156 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.156 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:55:11.157 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:55:11.157 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] endpoint_group is already registered 2026-04-23 08:55:11.157 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:55:11.158 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] vpnservice is already registered 2026-04-23 08:55:11.158 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:55:11.158 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] ipsec_site_connection is already registered 2026-04-23 08:55:11.158 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.159 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:55:11.159 8 INFO neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.159 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: timestamp 2026-04-23 08:55:11.159 8 WARNING neutron.quota.resource_registry [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] ikepolicy is already registered 2026-04-23 08:55:11.162 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 08:55:11.166 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: flavors 2026-04-23 08:55:11.169 7 INFO neutron.manager [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loading Plugin: revisions 2026-04-23 08:55:11.173 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Initializing extension manager. 2026-04-23 08:55:11.174 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: address-group 2026-04-23 08:55:11.175 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: address-scope 2026-04-23 08:55:11.176 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 08:55:11.177 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: agent 2026-04-23 08:55:11.177 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 08:55:11.178 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 08:55:11.179 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 08:55:11.180 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: availability_zone 2026-04-23 08:55:11.180 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 08:55:11.181 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 08:55:11.181 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 08:55:11.183 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 08:55:11.183 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: dns-integration 2026-04-23 08:55:11.184 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 08:55:11.184 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 08:55:11.185 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: dvr 2026-04-23 08:55:11.185 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 08:55:11.186 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 08:55:11.186 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:55:11.187 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 08:55:11.187 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: external-net 2026-04-23 08:55:11.188 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 08:55:11.188 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: extraroute 2026-04-23 08:55:11.189 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 08:55:11.189 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 08:55:11.190 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 08:55:11.191 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 08:55:11.191 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 08:55:11.192 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: fip-port-details 2026-04-23 08:55:11.192 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: flavors 2026-04-23 08:55:11.193 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 08:55:11.194 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 08:55:11.195 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: ip_allocation 2026-04-23 08:55:11.195 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 08:55:11.196 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 08:55:11.197 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: router 2026-04-23 08:55:11.198 8 WARNING keystonemiddleware._common.config [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 08:55:11.198 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:55:11.199 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 08:55:11.200 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 08:55:11.200 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 08:55:11.201 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: l3-ha 2026-04-23 08:55:11.201 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:55:11.202 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 08:55:11.202 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: l3-flavors 2026-04-23 08:55:11.204 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:55:11.204 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 08:55:11.205 8 WARNING oslo_config.cfg [None req-414a8f6e-0444-459b-bd4e-86c75d54c7a1 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 08:55:11.206 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 08:55:11.208 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension local_ip not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f3f49bb3668 pid: 8 (default app) 2026-04-23 08:55:11.209 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 08:55:11.210 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 08:55:11.210 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 08:55:11.211 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: multi-provider 2026-04-23 08:55:11.211 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: net-mtu 2026-04-23 08:55:11.212 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 08:55:11.212 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 08:55:11.213 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: network_ha 2026-04-23 08:55:11.213 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 08:55:11.214 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 08:55:11.215 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: pagination 2026-04-23 08:55:11.215 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-device-profile 2026-04-23 08:55:11.216 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 08:55:11.216 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 08:55:11.217 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 08:55:11.217 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-mac-override 2026-04-23 08:55:11.218 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 08:55:11.218 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 08:55:11.219 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 08:55:11.219 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-resource-request 2026-04-23 08:55:11.220 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 08:55:11.220 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 08:55:11.221 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: binding 2026-04-23 08:55:11.222 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: binding-extended 2026-04-23 08:55:11.222 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-security 2026-04-23 08:55:11.223 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: project-id 2026-04-23 08:55:11.223 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: provider 2026-04-23 08:55:11.224 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 08:55:11.226 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos 2026-04-23 08:55:11.227 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 08:55:11.227 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 08:55:11.228 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-default 2026-04-23 08:55:11.228 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-fip 2026-04-23 08:55:11.229 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 08:55:11.229 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 08:55:11.230 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 08:55:11.231 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 08:55:11.231 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 08:55:11.232 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-pps 2026-04-23 08:55:11.232 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 08:55:11.233 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 08:55:11.233 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 08:55:11.234 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 08:55:11.235 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 08:55:11.237 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: quotas 2026-04-23 08:55:11.238 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: quota_details 2026-04-23 08:55:11.239 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: rbac-policies 2026-04-23 08:55:11.239 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 08:55:11.240 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 08:55:11.240 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 08:55:11.241 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 08:55:11.241 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: revision-if-match 2026-04-23 08:55:11.242 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 08:55:11.243 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 08:55:11.243 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 08:55:11.245 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 08:55:11.245 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 08:55:11.246 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 08:55:11.246 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 08:55:11.247 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 08:55:11.247 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 08:55:11.252 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: security-group 2026-04-23 08:55:11.253 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: segment 2026-04-23 08:55:11.253 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 08:55:11.254 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: service-type 2026-04-23 08:55:11.254 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: sorting 2026-04-23 08:55:11.255 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 08:55:11.255 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 08:55:11.256 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 08:55:11.256 7 WARNING neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 08:55:11.257 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 08:55:11.257 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 08:55:11.258 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 08:55:11.258 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 08:55:11.259 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 08:55:11.260 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 08:55:11.260 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 08:55:11.261 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: tag-creation 2026-04-23 08:55:11.261 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 08:55:11.265 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 08:55:11.266 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 08:55:11.266 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: trunk 2026-04-23 08:55:11.267 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: trunk-details 2026-04-23 08:55:11.268 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 08:55:11.268 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 08:55:11.269 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 08:55:11.270 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 08:55:11.271 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 08:55:11.272 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 08:55:11.273 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 08:55:11.276 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: vpnaas 2026-04-23 08:55:11.277 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: taas 2026-04-23 08:55:11.278 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: tap-mirror 2026-04-23 08:55:11.278 7 INFO neutron.api.extensions [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 08:55:11.281 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 08:55:11.281 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 08:55:11.281 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.281 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 08:55:11.284 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:55:11.285 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:55:11.289 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:55:11.290 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:55:11.290 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:55:11.291 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.291 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.292 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.292 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.292 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:55:11.293 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.293 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.294 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:55:11.294 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:55:11.294 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:55:11.295 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.295 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:55:11.295 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.295 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] ikepolicy is already registered 2026-04-23 08:55:11.300 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:55:11.300 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] router is already registered 2026-04-23 08:55:11.300 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:55:11.301 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] floatingip is already registered 2026-04-23 08:55:11.304 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:55:11.304 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] rbac_policy is already registered 2026-04-23 08:55:11.305 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:55:11.305 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] security_group is already registered 2026-04-23 08:55:11.305 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:55:11.306 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] security_group_rule is already registered 2026-04-23 08:55:11.306 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.306 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.307 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:55:11.307 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] subnetpool is already registered 2026-04-23 08:55:11.307 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:55:11.308 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] trunk is already registered 2026-04-23 08:55:11.308 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.308 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] ikepolicy is already registered 2026-04-23 08:55:11.308 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.309 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:55:11.309 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:55:11.309 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] endpoint_group is already registered 2026-04-23 08:55:11.309 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:55:11.310 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] vpnservice is already registered 2026-04-23 08:55:11.310 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:55:11.310 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] ipsec_site_connection is already registered 2026-04-23 08:55:11.310 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:55:11.311 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:55:11.311 7 INFO neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:55:11.311 7 WARNING neutron.quota.resource_registry [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] ikepolicy is already registered 2026-04-23 08:55:11.349 7 WARNING keystonemiddleware._common.config [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 08:55:11.356 7 WARNING oslo_config.cfg [None req-f6f3102d-c995-4538-8292-afd5e29bd7d3 - - - - - -] 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 0x7f3f49bb3668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:55:16.543 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73f55983-e93a-437d-b6d6-1de553b77e77 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:15 2026] GET /v2.0/networks/public => generated 108 bytes in 773 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:17.235 8 WARNING neutron.services.revisions.revision_plugin [None req-4b639d21-6714-4f5b-8d5f-3dce05291059 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:55:17.250 8 INFO neutron.db.segments_db [None req-4b639d21-6714-4f5b-8d5f-3dce05291059 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment e617863e-774b-4b88-8945-65c1401b2def of type flat for network ec75d2c9-8a05-41c0-8526-d4ddf8499cbb 2026-04-23 08:55:17.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b639d21-6714-4f5b-8d5f-3dce05291059 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.15 () {48 vars in 963 bytes} [Thu Apr 23 08:55:16 2026] POST /v2.0/networks => generated 124 bytes in 387 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:55:23.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e3f43c3-3932-4b18-b88b-8e62b7bf2892 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:23 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-04-23 08:55:23.220 8 WARNING neutron.services.revisions.revision_plugin [None req-10f77c46-b1a7-4aae-b4f6-c5cd01e136a3 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:55:23.235 8 INFO neutron.db.segments_db [None req-10f77c46-b1a7-4aae-b4f6-c5cd01e136a3 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 0b43f599-a6a5-46a6-8e69-e6c0c8c72af6 of type flat for network cdcb4e2a-23f8-4241-a484-8e0630079031 2026-04-23 08:55:23.263 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10f77c46-b1a7-4aae-b4f6-c5cd01e136a3 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.15 () {48 vars in 963 bytes} [Thu Apr 23 08:55:23 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:55:29.457 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93fe9fa2-0a71-4fab-90a8-784346018fb5 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:29 2026] GET /v2.0/networks/public => generated 108 bytes in 364 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:29.700 7 WARNING neutron.services.revisions.revision_plugin [None req-8ec180ec-3c47-4c1b-b2cc-b181d94ff77c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:55:29.723 7 INFO neutron.db.segments_db [None req-8ec180ec-3c47-4c1b-b2cc-b181d94ff77c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 6849fbfb-589c-49a1-96ad-a28183a17b93 of type flat for network 706dd890-fa59-4a42-bb6c-d8d36b99592a 2026-04-23 08:55:29.768 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ec180ec-3c47-4c1b-b2cc-b181d94ff77c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.15 () {48 vars in 963 bytes} [Thu Apr 23 08:55:29 2026] POST /v2.0/networks => generated 124 bytes in 296 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:55:35.593 7 INFO neutron.pecan_wsgi.hooks.translation [None req-879ebb88-56d7-4e45-83e8-be27887de8bf 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:35 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:35.666 7 WARNING neutron.services.revisions.revision_plugin [None req-58cc4234-aed3-4ac2-80d0-888c4d2f6ccf 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:55:35.682 7 INFO neutron.db.segments_db [None req-58cc4234-aed3-4ac2-80d0-888c4d2f6ccf 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment fce2db25-aa6e-4d48-94a3-81d083d8c498 of type flat for network 6a4b7583-378f-4f72-96ff-b0a99102952e 2026-04-23 08:55:35.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58cc4234-aed3-4ac2-80d0-888c4d2f6ccf 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.15 () {48 vars in 963 bytes} [Thu Apr 23 08:55:35 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:55:41.579 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58bee1c8-02e7-402a-85e2-62763d0b1da6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:41 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:41.637 8 WARNING neutron.services.revisions.revision_plugin [None req-e6042731-78f1-460a-ad1e-cac0f1dedbdf 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:55:41.657 8 INFO neutron.db.segments_db [None req-e6042731-78f1-460a-ad1e-cac0f1dedbdf 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment dc5db0ca-4439-4dba-8467-76ab4c1eadd4 of type flat for network d4642ea3-f551-42b1-bc75-aa490966695b 2026-04-23 08:55:41.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6042731-78f1-460a-ad1e-cac0f1dedbdf 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.15 () {48 vars in 963 bytes} [Thu Apr 23 08:55:41 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:55:47.572 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7f759df-63b0-4c89-a967-2ed92633ba66 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:47 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:47.642 8 WARNING neutron.services.revisions.revision_plugin [None req-719181a8-7fd8-4fff-9768-25ed31c9cb6a 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:55:47.660 8 INFO neutron.db.segments_db [None req-719181a8-7fd8-4fff-9768-25ed31c9cb6a 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 5be13601-4097-4c0c-bf47-66c5977672e5 of type flat for network 973f90d5-5df0-4d9f-a50e-4e59ff091f4f 2026-04-23 08:55:47.688 8 INFO neutron.pecan_wsgi.hooks.translation [None req-719181a8-7fd8-4fff-9768-25ed31c9cb6a 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.19.213.15 () {48 vars in 963 bytes} [Thu Apr 23 08:55:47 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:55:53.516 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a09905e-6184-4780-adf1-a1f0893a6a36 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:53 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:53.586 7 WARNING neutron.services.revisions.revision_plugin [None req-a1ef9735-68c6-4d39-a9c6-d6adcd64110d 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:55:53.607 7 INFO neutron.db.segments_db [None req-a1ef9735-68c6-4d39-a9c6-d6adcd64110d 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment ab9a20b9-7fbd-4d51-892e-31f5e98d4b1a of type flat for network 9e6390cb-4e4e-466f-84c7-0948405c60ea [pid: 7|app: 0|req: 12/26] 199.19.213.15 () {48 vars in 963 bytes} [Thu Apr 23 08:55:53 2026] POST /v2.0/networks => generated 706 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:55:54.840 8 INFO neutron.pecan_wsgi.hooks.translation [None req-874e4bb4-0c98-462c-b6ab-84fecb4bfcec 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 08:55:54 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 08:55:54 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:55:54.917 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7b788a1-c69b-4e4b-82b6-2d9741ca4915 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.19.213.15 () {44 vars in 1030 bytes} [Thu Apr 23 08:55:54 2026] GET /v2.0/subnets/public-subnet?network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.19.213.15 () {44 vars in 1053 bytes} [Thu Apr 23 08:55:54 2026] GET /v2.0/subnets?name=public-subnet&network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.19.213.15 () {48 vars in 961 bytes} [Thu Apr 23 08:55:54 2026] POST /v2.0/subnets => generated 664 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:00:42.294 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6dbed42-e443-41a2-bdee-10f88d4a59aa 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.19.213.15 () {44 vars in 933 bytes} [Thu Apr 23 09:00:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.19.213.15 () {44 vars in 955 bytes} [Thu Apr 23 09:00:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:00:42.365 8 INFO neutron.db.segments_db [None req-b8c7927d-625c-4901-a2c2-e9c3614dd1ed 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 9f709d8e-ad28-4d47-9194-b8b98154ae63 of type vxlan for network 230620cc-4b24-48f0-bab9-9e94c49fff99 [pid: 8|app: 0|req: 37/71] 199.19.213.15 () {48 vars in 962 bytes} [Thu Apr 23 09:00:42 2026] POST /v2.0/networks => generated 688 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:00:43.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e892e4aa-b709-4117-a171-779ce9bbddf9 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/72] 199.19.213.15 () {44 vars in 933 bytes} [Thu Apr 23 09:00:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.19.213.15 () {44 vars in 955 bytes} [Thu Apr 23 09:00:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:00:43.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74ea87a6-e1d9-460a-9690-f36b9bd9d7df 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 199.19.213.15 () {44 vars in 1032 bytes} [Thu Apr 23 09:00:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.19.213.15 () {44 vars in 1055 bytes} [Thu Apr 23 09:00:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.19.213.15 () {48 vars in 961 bytes} [Thu Apr 23 09:00:43 2026] POST /v2.0/subnets => generated 651 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:00:44.649 8 INFO neutron.api.v2.resource [None req-e2d8cb33-6ff0-4d81-b5b3-0049126f6d38 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/77] 199.19.213.15 () {44 vars in 967 bytes} [Thu Apr 23 09:00:44 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.19.213.15 () {44 vars in 989 bytes} [Thu Apr 23 09:00:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.19.213.15 () {48 vars in 976 bytes} [Thu Apr 23 09:00:44 2026] POST /v2.0/security-groups => generated 1616 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:45 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 1616 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:45 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:45 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => 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: 43/83] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:00:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:46 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:46 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:46 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:00:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:47 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:47 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:47 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:00:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:48 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 3462 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:48 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:48 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:00:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:49 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:49 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:49 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:00:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.19.213.15 () {44 vars in 983 bytes} [Thu Apr 23 09:00:51 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:00:51.290 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62508081-3de9-4543-b857-e2b79c857889 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/103] 199.19.213.15 () {44 vars in 1072 bytes} [Thu Apr 23 09:00:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 199.19.213.15 () {44 vars in 1095 bytes} [Thu Apr 23 09:00:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:51 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.19.213.15 () {48 vars in 957 bytes} [Thu Apr 23 09:00:51 2026] POST /v2.0/ports => generated 1100 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 09:00:58.662 8 INFO neutron.pecan_wsgi.hooks.translation [None req-054b2eaf-e6b0-42ee-ae9e-da59c396a723 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/107] 199.19.213.15 () {44 vars in 975 bytes} [Thu Apr 23 09:00:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 53/108] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:00:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.19.213.15 () {48 vars in 1027 bytes} [Thu Apr 23 09:00:58 2026] PUT /v2.0/ports/b3c3c706-a8b5-474d-902b-cdd787730f22 => generated 1249 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.19.213.15 () {44 vars in 916 bytes} [Thu Apr 23 09:01:01 2026] GET /v2.0/ports => generated 3730 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:01:02.165 8 INFO neutron.api.v2.resource [None req-69c0d8d3-ba51-4f80-bb19-abab4f8c6d78 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 57/111] 199.19.213.15 () {44 vars in 955 bytes} [Thu Apr 23 09:01:02 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.19.213.15 () {44 vars in 977 bytes} [Thu Apr 23 09:01:02 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.19.213.15 () {48 vars in 976 bytes} [Thu Apr 23 09:01:02 2026] POST /v2.0/security-groups => generated 1610 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:01:03 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:01:03 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:01:03 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:01:03 2026] POST /v2.0/security-group-rules => generated 623 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:01:04 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:01:04 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/122] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:01:04 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/123] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:01:04 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/130] 199.19.213.15 () {44 vars in 971 bytes} [Thu Apr 23 09:02:02 2026] GET /v2.0/quotas/9d22cafa068849ab9e12b73e5176609e => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/133] 199.19.213.15 () {48 vars in 1023 bytes} [Thu Apr 23 09:02:02 2026] PUT /v2.0/quotas/9d22cafa068849ab9e12b73e5176609e => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:04:23.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d55b8db-0f72-4090-9200-04322e02ecdc 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/152] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:04:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/153] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:04:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:04:24.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-984be754-8738-400e-bae7-66fc5d446f74 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/154] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:04:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/155] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:04:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:10:12.044 7 INFO neutron.api.v2.resource [None req-f2b7cb32-cb18-4f40-8bf7-0c188bcffc5c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/202] 199.19.213.15 () {44 vars in 1070 bytes} [Thu Apr 23 09:10:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 139 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/203] 199.19.213.15 () {44 vars in 1093 bytes} [Thu Apr 23 09:10:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=68cdd845667c4c04b2b07474f94866e2 => generated 23 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/204] 199.19.213.15 () {48 vars in 977 bytes} [Thu Apr 23 09:10:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/205] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:13 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 1624 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/206] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:10:13 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/207] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:13 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/208] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:10:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/209] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:14 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 2234 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:10:14 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:14 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:10:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:15 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:10:15 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:15 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:10:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:16 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 3460 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:10:16 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:10:16 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.19.213.15 () {48 vars in 987 bytes} [Thu Apr 23 09:10:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/241] 199.19.213.15 () {30 vars in 738 bytes} [Thu Apr 23 09:12:35 2026] GET /v2.0/networks?tenant_id=68cdd845667c4c04b2b07474f94866e2&shared=False => generated 15 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:12:35.491 8 INFO neutron.db.segments_db [None req-e8791e3e-ef83-45eb-827e-8a0d06ab50e8 a65f804bae584154ade8f10e468f7574 68cdd845667c4c04b2b07474f94866e2 - - 9d86d4ec24e344abbe6c21f52a924d94 9d86d4ec24e344abbe6c21f52a924d94] Added segment 80a0b422-2e54-48ec-995c-6b2824420b98 of type vxlan for network db95d4a6-4a59-4486-9243-6120a1fa9702 [pid: 8|app: 0|req: 121/242] 199.19.213.15 () {34 vars in 680 bytes} [Thu Apr 23 09:12:35 2026] POST /v2.0/networks => generated 699 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/243] 199.19.213.15 () {30 vars in 720 bytes} [Thu Apr 23 09:12:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 199.19.213.15 () {30 vars in 631 bytes} [Thu Apr 23 09:12:35 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: 123/245] 199.19.213.15 () {34 vars in 675 bytes} [Thu Apr 23 09:12:35 2026] POST /v2.0/ports => generated 999 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:12:36 2026] GET /v2.0/networks/db95d4a6-4a59-4486-9243-6120a1fa9702 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/247] 199.19.213.15 () {30 vars in 720 bytes} [Thu Apr 23 09:12:37 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:12:38 2026] GET /v2.0/networks/db95d4a6-4a59-4486-9243-6120a1fa9702 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 199.19.213.15 () {44 vars in 971 bytes} [Thu Apr 23 09:13:02 2026] GET /v2.0/quotas/68cdd845667c4c04b2b07474f94866e2 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/254] 199.19.213.15 () {48 vars in 1023 bytes} [Thu Apr 23 09:13:02 2026] PUT /v2.0/quotas/68cdd845667c4c04b2b07474f94866e2 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:23:42.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ff381fc-99d2-416b-8e61-b072172d905f 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/339] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 09:23:42 2026] GET /v2.0/networks/public => generated 108 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/340] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 09:23:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:23:43.950 8 INFO neutron.pecan_wsgi.hooks.translation [None req-007c3de4-479b-4189-9385-fe560cc13ae4 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/341] 199.19.213.15 () {44 vars in 923 bytes} [Thu Apr 23 09:23:43 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/342] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 09:23:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:23:44.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e510b204-029f-42d9-885e-70a9e94e64e3 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/343] 199.19.213.15 () {44 vars in 1030 bytes} [Thu Apr 23 09:23:44 2026] GET /v2.0/subnets/public-subnet?network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/344] 199.19.213.15 () {44 vars in 1053 bytes} [Thu Apr 23 09:23:44 2026] GET /v2.0/subnets?name=public-subnet&network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:24:10.089 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0846693e-7aaf-4df3-9110-e8cb436ff2f1 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/349] 199.19.213.15 () {44 vars in 933 bytes} [Thu Apr 23 09:24:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/350] 199.19.213.15 () {44 vars in 955 bytes} [Thu Apr 23 09:24:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:24:11.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36ab53dc-c013-47ea-a558-621fde2e8c83 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/351] 199.19.213.15 () {44 vars in 933 bytes} [Thu Apr 23 09:24:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/352] 199.19.213.15 () {44 vars in 955 bytes} [Thu Apr 23 09:24:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:24:11.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f49d56a-11ac-4d59-a647-ddba41e492db 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/353] 199.19.213.15 () {44 vars in 1032 bytes} [Thu Apr 23 09:24:11 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/354] 199.19.213.15 () {44 vars in 1055 bytes} [Thu Apr 23 09:24:11 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:24:12.073 8 INFO neutron.api.v2.resource [None req-236b9db9-37a7-441f-bf4a-b65d68ea6c27 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/355] 199.19.213.15 () {44 vars in 967 bytes} [Thu Apr 23 09:24:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/356] 199.19.213.15 () {44 vars in 989 bytes} [Thu Apr 23 09:24:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/357] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:13 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/358] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:13 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:24:13 2026] GET /v2.0/security-group-rules/0f93760a-f0c3-499d-8d6b-ac2e0dde7628 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/360] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:13 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/361] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:14 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:24:14 2026] GET /v2.0/security-group-rules/1c416ed2-4936-4552-8761-a4de2d850725 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:14 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:14 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:24:14 2026] GET /v2.0/security-group-rules/62402ca8-ab4d-4cdc-8e30-5d8c8fa1b9cf => 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: 183/366] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:15 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:15 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => 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: 184/368] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:24:15 2026] GET /v2.0/security-group-rules/c15b1d09-eb8f-469d-a2e2-7a5a9417f2d5 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:16 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:16 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:24:16 2026] GET /v2.0/security-group-rules/08312677-99cd-4c4b-be58-3e99ea629f8e => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.19.213.15 () {44 vars in 983 bytes} [Thu Apr 23 09:24:17 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 732 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:24:17.951 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f97c1b0-e15d-413e-9752-844c52262af8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/375] 199.19.213.15 () {44 vars in 1072 bytes} [Thu Apr 23 09:24:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.19.213.15 () {44 vars in 1095 bytes} [Thu Apr 23 09:24:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 1254 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:18 2026] GET /v2.0/security-groups/939864e9-dc9a-44aa-bd50-66dc5305d41f => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:24:25.438 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4ac3be7-e04d-4cd6-9786-59924d675411 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/378] 199.19.213.15 () {44 vars in 975 bytes} [Thu Apr 23 09:24:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.19.213.15 () {44 vars in 916 bytes} [Thu Apr 23 09:24:26 2026] GET /v2.0/ports => generated 4725 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:24:28.118 7 INFO neutron.api.v2.resource [None req-bc028d04-cb14-4238-9328-89e15a118b0d 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/381] 199.19.213.15 () {44 vars in 955 bytes} [Thu Apr 23 09:24:28 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.19.213.15 () {44 vars in 977 bytes} [Thu Apr 23 09:24:28 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:29 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:29 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:24:29 2026] GET /v2.0/security-group-rules/e6b53972-5fec-4973-a503-b6069e59ca52 => generated 623 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:30 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:24:30 2026] GET /v2.0/security-groups/a43df985-a4c7-45aa-a8f4-d3b1f508a985 => 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: 195/388] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:24:30 2026] GET /v2.0/security-group-rules/3d5e5dc7-6028-4ba5-a26e-642b06d25921 => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.19.213.15 () {44 vars in 971 bytes} [Thu Apr 23 09:24:41 2026] GET /v2.0/quotas/9d22cafa068849ab9e12b73e5176609e => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:25:32.400 7 INFO neutron.api.v2.resource [None req-b2917254-cde6-4762-89fb-3b618f9497b4 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/398] 199.19.213.15 () {44 vars in 1070 bytes} [Thu Apr 23 09:25:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/401] 199.19.213.15 () {44 vars in 1093 bytes} [Thu Apr 23 09:25:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=68cdd845667c4c04b2b07474f94866e2 => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/402] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:25:33 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/403] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:25:33 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/404] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:25:33 2026] GET /v2.0/security-group-rules/a33dabe5-6c1b-4941-a873-b00b82ee9ca9 => 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: 203/405] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:25:34 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/406] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:25:34 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:25:34 2026] GET /v2.0/security-group-rules/901cf35e-973a-44cf-9c9b-d1060c806f45 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/408] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:25:35 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/409] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:25:35 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/410] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:25:35 2026] GET /v2.0/security-group-rules/1bc49944-74d7-4725-9f24-3317ad869ea8 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.19.213.15 () {44 vars in 1084 bytes} [Thu Apr 23 09:25:36 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9?project_id=68cdd845667c4c04b2b07474f94866e2 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.19.213.15 () {44 vars in 997 bytes} [Thu Apr 23 09:25:36 2026] GET /v2.0/security-groups/0150d60a-fd96-4d7d-961c-eab3b1393aa9 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.19.213.15 () {44 vars in 1007 bytes} [Thu Apr 23 09:25:36 2026] GET /v2.0/security-group-rules/d8c5c248-584a-437b-acbb-4af04f28103b => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.19.213.15 () {44 vars in 971 bytes} [Thu Apr 23 09:25:43 2026] GET /v2.0/quotas/68cdd845667c4c04b2b07474f94866e2 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/423] 199.19.213.15 () {44 vars in 945 bytes} [Thu Apr 23 09:26:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/428] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:27:11 2026] GET /v2.0/networks => generated 2168 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/429] 10.0.0.84 () {32 vars in 653 bytes} [Thu Apr 23 09:27:13 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/430] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:27:13 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:27:13 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/432] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:27:13 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:27:13 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/434] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:27:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/435] 10.0.0.84 () {32 vars in 653 bytes} [Thu Apr 23 09:27:13 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-04-23 09:27:23.812 8 INFO neutron.db.segments_db [None req-80114a8f-dc9e-47fd-aee5-15fe56f8c62c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 169b86f1-6991-4e60-8d8b-15f204815dff of type vxlan for network dd245a60-2fe5-4fda-8a16-b580bc33ebcb [pid: 8|app: 0|req: 219/438] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:27:23 2026] POST /v2.0/networks => generated 730 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:27:23.913 7 INFO neutron.db.segments_db [None req-fe96f1c5-b234-44bb-a595-c232963c7ea5 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment b9b4c5ef-7857-45f6-a67b-4ff93a459bd7 of type vxlan for network ae86d2b9-08d9-4d0e-a5bc-e4c781142cf2 [pid: 7|app: 0|req: 220/439] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:27:23 2026] POST /v2.0/networks => generated 724 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:27:24.060 8 INFO neutron.db.segments_db [None req-5f6bea54-be52-433d-b89b-e29f9cac9ad8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 8b8773f0-72fc-4bf4-aab4-61903055d95c of type vxlan for network f0066ee5-facc-4e8a-81cc-f35a47a481a8 [pid: 8|app: 0|req: 220/440] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:27:23 2026] POST /v2.0/networks => generated 718 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/441] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:24 2026] POST /v2.0/subnets => generated 696 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:24 2026] POST /v2.0/subnets => generated 690 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:24 2026] POST /v2.0/subnets => generated 684 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:27:24.366 8 INFO neutron.db.segments_db [None req-e3e04c10-adc7-4f18-8f97-5bd8481b97cb 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 7f475bb7-1b6d-4589-8ec9-78815d4bec0a of type vxlan for network 28d21738-3edc-4af4-87f9-233591f43aea 2026-04-23 09:27:24.406 7 INFO neutron.db.segments_db [None req-17eaef40-b233-42d8-96cf-a0ef10b91bdd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment c64d0ab3-fa78-4396-b455-dc9b3122efb0 of type vxlan for network e47f1897-b8ff-4c1b-82f2-638e56dffc92 2026-04-23 09:27:24.542 8 INFO neutron.db.l3_hamode_db [None req-e3e04c10-adc7-4f18-8f97-5bd8481b97cb 7a5e7e2e40074b5eabd3fac25ca98826 610c2a8833f54dddb5230d3caadf4dad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:27:24.658 7 INFO neutron.db.l3_hamode_db [None req-17eaef40-b233-42d8-96cf-a0ef10b91bdd 7a5e7e2e40074b5eabd3fac25ca98826 b46ea12b607643a4aceaabee39cfeee2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:27:25.269 8 INFO neutron.db.l3_hamode_db [None req-e3e04c10-adc7-4f18-8f97-5bd8481b97cb 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:27:25.589 7 INFO neutron.db.l3_hamode_db [None req-17eaef40-b233-42d8-96cf-a0ef10b91bdd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/444] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:24 2026] POST /v2.0/routers => generated 736 bytes in 1914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:27:26.269 8 INFO neutron.db.segments_db [None req-eb0d3ba1-979a-42a4-b68f-acd1304f3654 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 34ccc6dd-c73e-407e-ab13-c0275e62305c of type vxlan for network 0bf97579-70b4-4a0c-b6ad-81d41ea14af7 2026-04-23 09:27:26.452 8 INFO neutron.db.l3_hamode_db [None req-eb0d3ba1-979a-42a4-b68f-acd1304f3654 7a5e7e2e40074b5eabd3fac25ca98826 aa0cd35b353549079a1447c2030c05f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 223/445] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:24 2026] POST /v2.0/routers => generated 730 bytes in 2318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:27:26 2026] GET /v2.0/security-groups?tenant_id=8915d04fceee49daa9566b75dacb3049&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:27:27.002 8 INFO neutron.db.l3_hamode_db [None req-eb0d3ba1-979a-42a4-b68f-acd1304f3654 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 223/447] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:26 2026] POST /v2.0/routers => generated 724 bytes in 1432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:27:26 2026] PUT /v2.0/routers/6a01603a-608b-4b46-ac4f-e30c735510fe/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:27:28 2026] DELETE /v2.0/security-groups/4a3df321-3607-4de8-bf07-44fb2bd3879a => 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: 224/450] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:27:27 2026] PUT /v2.0/routers/d5e85aaa-3d2b-4c22-9222-22aad164607a/add_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.102 () {38 vars in 970 bytes} [Thu Apr 23 09:27:28 2026] POST /v2.0/security-groups => generated 1686 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:29 2026] GET /v2.0/security-groups/5b9c9dbc-261f-4948-a975-dd1d2106df38 => generated 1686 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:27:28 2026] PUT /v2.0/routers/39dfe368-969b-452d-89d6-e90951e04e8b/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 10.0.0.102 () {38 vars in 980 bytes} [Thu Apr 23 09:27:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/455] 10.0.0.102 () {38 vars in 970 bytes} [Thu Apr 23 09:27:29 2026] POST /v2.0/security-groups => generated 1686 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:29 2026] GET /v2.0/security-groups/807dbb08-d6a5-421c-9af4-e6e731dd74ea => generated 1686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.102 () {38 vars in 970 bytes} [Thu Apr 23 09:27:29 2026] POST /v2.0/security-groups => generated 1681 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 10.0.0.102 () {38 vars in 980 bytes} [Thu Apr 23 09:27:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/459] 10.0.0.102 () {38 vars in 970 bytes} [Thu Apr 23 09:27:29 2026] POST /v2.0/security-groups => generated 1680 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:29 2026] GET /v2.0/security-groups/807dbb08-d6a5-421c-9af4-e6e731dd74ea => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 10.0.0.102 () {38 vars in 980 bytes} [Thu Apr 23 09:27:29 2026] POST /v2.0/security-group-rules => generated 619 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/462] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:27:29 2026] POST /v2.0/security-groups => generated 1659 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/463] 10.0.0.102 () {38 vars in 970 bytes} [Thu Apr 23 09:27:30 2026] POST /v2.0/security-groups => generated 1682 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:30 2026] GET /v2.0/security-groups/807dbb08-d6a5-421c-9af4-e6e731dd74ea => generated 2941 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:27:30 2026] GET /v2.0/security-groups?tenant_id=b46ea12b607643a4aceaabee39cfeee2 => generated 7904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.102 () {34 vars in 1000 bytes} [Thu Apr 23 09:27:30 2026] GET /v2.0/security-group-rules/2ed61c34-274a-47ff-b625-917bdb47abbd => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:30.462 7 INFO neutron.db.segments_db [None req-44336f84-e619-4ed7-99d1-93db844789af 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 34b48dd3-d225-4f11-8890-2388d81d89ec of type vxlan for network a3a70078-6eb9-4c17-8808-2a0e7d93a603 [pid: 8|app: 0|req: 236/468] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/469] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:30 2026] GET /v2.0/security-groups/a5ac9937-d945-4ab7-9cc8-984070c9cf81 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:27:30 2026] POST /v2.0/networks => generated 724 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:30 2026] GET /v2.0/security-groups/807dbb08-d6a5-421c-9af4-e6e731dd74ea => generated 2941 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/472] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:30 2026] GET /v2.0/security-groups/a5ac9937-d945-4ab7-9cc8-984070c9cf81 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/473] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:30 2026] POST /v2.0/subnets => generated 690 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/474] 10.0.0.102 () {36 vars in 1022 bytes} [Thu Apr 23 09:27:30 2026] DELETE /v2.0/security-group-rules/2ed61c34-274a-47ff-b625-917bdb47abbd => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/475] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:30 2026] GET /v2.0/security-groups/f994d5d3-b3bc-43b7-bf3b-53fc40e9f686 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:27:30.840 8 INFO neutron.db.segments_db [None req-a7490525-35ff-45c8-8b15-c955f256e1f6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 71f536e2-f411-4461-bf86-68c9fad19788 of type vxlan for network 762eacfd-2d54-4e0b-81de-3d7bb8dd6d64 [pid: 7|app: 0|req: 234/476] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:27:30 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/477] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:31 2026] GET /v2.0/security-groups/807dbb08-d6a5-421c-9af4-e6e731dd74ea => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:27:31.093 8 INFO neutron.db.l3_hamode_db [None req-a7490525-35ff-45c8-8b15-c955f256e1f6 7a5e7e2e40074b5eabd3fac25ca98826 cc1f44ae39824274af7d0748523de3e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/478] 10.0.0.102 () {36 vars in 1012 bytes} [Thu Apr 23 09:27:31 2026] DELETE /v2.0/security-groups/f994d5d3-b3bc-43b7-bf3b-53fc40e9f686 => 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: 237/479] 10.0.0.102 () {36 vars in 1012 bytes} [Thu Apr 23 09:27:31 2026] DELETE /v2.0/security-groups/807dbb08-d6a5-421c-9af4-e6e731dd74ea => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:27:31.250 7 INFO neutron.api.v2.resource [req-3b571fe9-889a-4d80-bae1-4f40c1951f6f req-c507b954-0f10-489b-be80-bb4c3eb35480 5e43f9025ec4434d926e6b8f633edf03 b46ea12b607643a4aceaabee39cfeee2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/480] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:31 2026] GET /v2.0/security-groups/f994d5d3-b3bc-43b7-bf3b-53fc40e9f686 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:31 2026] GET /v2.0/security-groups/5b9c9dbc-261f-4948-a975-dd1d2106df38 => generated 2311 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:31 2026] GET /v2.0/security-groups/13cdb2d5-6228-44e5-8299-250924762dde => generated 1680 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.102 () {36 vars in 1012 bytes} [Thu Apr 23 09:27:31 2026] DELETE /v2.0/security-groups/5b9c9dbc-261f-4948-a975-dd1d2106df38 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.102 () {36 vars in 1012 bytes} [Thu Apr 23 09:27:31 2026] DELETE /v2.0/security-groups/13cdb2d5-6228-44e5-8299-250924762dde => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:27:31.830 8 INFO neutron.db.l3_hamode_db [None req-a7490525-35ff-45c8-8b15-c955f256e1f6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:27:32.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b94c2f1-1f30-4d32-ad0d-f395f0990494 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 1e03ec27-9fb9-4ae6-ad4d-f842483d0e65 2026-04-23 09:27:32.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b94c2f1-1f30-4d32-ad0d-f395f0990494 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 1e03ec27-9fb9-4ae6-ad4d-f842483d0e65 [pid: 7|app: 0|req: 243/485] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:27:31 2026] PUT /v2.0/routers/6a01603a-608b-4b46-ac4f-e30c735510fe/remove_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:32.742 7 INFO neutron.api.v2.resource [req-1752117b-5c81-43fd-8372-fd742c96ebd3 req-e3053c4b-9b20-416d-87ee-93d40e6afa06 5e43f9025ec4434d926e6b8f633edf03 b46ea12b607643a4aceaabee39cfeee2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/486] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:32 2026] GET /v2.0/security-groups/13cdb2d5-6228-44e5-8299-250924762dde => 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: 245/487] 10.0.0.102 () {34 vars in 1097 bytes} [Thu Apr 23 09:27:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--460951536&fields=id&tenant_id=aa0cd35b353549079a1447c2030c05f6 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/488] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:30 2026] POST /v2.0/routers => generated 730 bytes in 1974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/491] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:32 2026] GET /v2.0/security-groups/afea9f91-2276-41ff-9b09-01af08e40f4f => generated 1682 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:27:32 2026] GET /v2.0/networks?id=f0066ee5-facc-4e8a-81cc-f35a47a481a8 => generated 669 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:32.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-35719950-f119-4656-a5e9-87130926a173 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 9610ae86-72bd-4d82-bcef-42f5a7957c63 2026-04-23 09:27:32.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35719950-f119-4656-a5e9-87130926a173 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 9610ae86-72bd-4d82-bcef-42f5a7957c63 2026-04-23 09:27:33.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-35719950-f119-4656-a5e9-87130926a173 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 571262a4-940f-4525-abc4-d44d5ccef215 2026-04-23 09:27:33.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35719950-f119-4656-a5e9-87130926a173 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 571262a4-940f-4525-abc4-d44d5ccef215 2026-04-23 09:27:33.213 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-35719950-f119-4656-a5e9-87130926a173 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - 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-04-23 09:27:33.556 7 INFO neutron.db.l3_hamode_db [None req-35719950-f119-4656-a5e9-87130926a173 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 28d21738-3edc-4af4-87f9-233591f43aea was deleted as no HA routers are present in tenant 610c2a8833f54dddb5230d3caadf4dad. [pid: 7|app: 0|req: 247/493] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:27:32 2026] DELETE /v2.0/routers/6a01603a-608b-4b46-ac4f-e30c735510fe => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/494] 10.0.0.102 () {36 vars in 1012 bytes} [Thu Apr 23 09:27:33 2026] DELETE /v2.0/security-groups/afea9f91-2276-41ff-9b09-01af08e40f4f => 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: 249/495] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:27:33 2026] GET /v2.0/quotas/aa0cd35b353549079a1447c2030c05f6 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/496] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:27:33 2026] DELETE /v2.0/subnets/430c6466-f575-4cef-9acb-f601c33f807d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/497] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:27:32 2026] PUT /v2.0/routers/113fabc4-3285-452c-b943-a7e248978dcc/add_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/498] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:27:33 2026] GET /v2.0/ports?tenant_id=aa0cd35b353549079a1447c2030c05f6&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:33.855 8 INFO neutron.api.v2.resource [req-f67c723e-30eb-4f6a-b892-88acaf3fb607 req-d577a44b-5f8f-4380-933f-ce26361ea498 5e43f9025ec4434d926e6b8f633edf03 b46ea12b607643a4aceaabee39cfeee2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/499] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:33 2026] GET /v2.0/security-groups/afea9f91-2276-41ff-9b09-01af08e40f4f => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:27:33.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3350810-3074-4c6c-8697-8c898a28545d 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 6b3c2bb7-2437-40e3-9b2b-d390be8cead2 2026-04-23 09:27:33.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3350810-3074-4c6c-8697-8c898a28545d 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 6b3c2bb7-2437-40e3-9b2b-d390be8cead2 [pid: 8|app: 0|req: 249/500] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:27:33 2026] GET /v2.0/security-groups?tenant_id=b46ea12b607643a4aceaabee39cfeee2 => generated 2921 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/501] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:33 2026] GET /v2.0/security-groups/a5ac9937-d945-4ab7-9cc8-984070c9cf81 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:27:33.998 7 INFO neutron.services.segments.plugin [-] Segment 7f475bb7-1b6d-4589-8ec9-78815d4bec0a resource provider aggregate not found 2026-04-23 09:27:34.021 7 INFO neutron.services.segments.plugin [-] Segment 7f475bb7-1b6d-4589-8ec9-78815d4bec0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f475bb7-1b6d-4589-8ec9-78815d4bec0a found for delete ", "request_id": "req-30201355-8609-48d9-89ef-1dd03dc06dbc"}]} 2026-04-23 09:27:34.031 7 INFO neutron.services.segments.plugin [-] Segment 7f475bb7-1b6d-4589-8ec9-78815d4bec0a resource provider aggregate not found [pid: 8|app: 0|req: 251/502] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/security-groups/a5ac9937-d945-4ab7-9cc8-984070c9cf81 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:27:34.054 7 INFO neutron.services.segments.plugin [-] Segment 7f475bb7-1b6d-4589-8ec9-78815d4bec0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f475bb7-1b6d-4589-8ec9-78815d4bec0a found for delete ", "request_id": "req-9457c00e-def0-42a6-99ba-7609de1d2fa3"}]} 2026-04-23 09:27:34.096 8 INFO neutron.api.v2.resource [req-4fe9c091-d15e-4d9b-be46-f96a6f589d3d req-3d48f83a-47ff-486e-bcff-5486c8c94d8d 5e43f9025ec4434d926e6b8f633edf03 b46ea12b607643a4aceaabee39cfeee2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/503] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/security-groups/afea9f91-2276-41ff-9b09-01af08e40f4f => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/504] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:27:33 2026] DELETE /v2.0/networks/dd245a60-2fe5-4fda-8a16-b580bc33ebcb => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:27:34.149 8 INFO neutron.api.v2.resource [req-b76ca579-1d94-4bde-80a1-94243d88c515 req-6170c4b5-c8cb-424d-a071-50c9fc8e5e3a 5e43f9025ec4434d926e6b8f633edf03 b46ea12b607643a4aceaabee39cfeee2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/505] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/security-groups/13cdb2d5-6228-44e5-8299-250924762dde => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:27:34.188 8 INFO neutron.api.v2.resource [req-3457912e-9fac-4b1d-b6da-ae03961decf4 req-19fb0025-84c8-461e-960d-172c623bd543 5e43f9025ec4434d926e6b8f633edf03 b46ea12b607643a4aceaabee39cfeee2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/506] 10.0.0.102 () {34 vars in 990 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/security-groups/f994d5d3-b3bc-43b7-bf3b-53fc40e9f686 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/507] 10.0.0.102 () {34 vars in 906 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/508] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/509] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?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: 256/510] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/security-groups?tenant_id=610c2a8833f54dddb5230d3caadf4dad&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/511] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:27:34 2026] DELETE /v2.0/security-groups/156c072e-b48a-4b66-951d-620ca7315f8b => 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: 258/512] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:27:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 09:27:34.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-107c307e-6dc5-4db4-ba35-04f947326cb7 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 9a448c9e-dea0-45b4-81c2-11059a982bed [pid: 7|app: 0|req: 259/513] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:34 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:34.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-107c307e-6dc5-4db4-ba35-04f947326cb7 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 9a448c9e-dea0-45b4-81c2-11059a982bed [pid: 7|app: 0|req: 260/514] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/515] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/516] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:27:34 2026] PUT /v2.0/routers/d5e85aaa-3d2b-4c22-9222-22aad164607a/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:35.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf56e113-6c9a-42b7-a0de-f096bee7ee5b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: c7630891-05e3-484d-9672-ebc8f9bcba31 2026-04-23 09:27:35.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf56e113-6c9a-42b7-a0de-f096bee7ee5b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: c7630891-05e3-484d-9672-ebc8f9bcba31 [pid: 7|app: 0|req: 262/517] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:27:34 2026] POST /v2.0/floatingips => generated 552 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:27:35.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf56e113-6c9a-42b7-a0de-f096bee7ee5b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 4065a7d2-1481-4923-b763-831b3932a553 2026-04-23 09:27:35.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf56e113-6c9a-42b7-a0de-f096bee7ee5b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 4065a7d2-1481-4923-b763-831b3932a553 2026-04-23 09:27:35.774 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-cf56e113-6c9a-42b7-a0de-f096bee7ee5b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 263/518] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:35 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:36.045 7 INFO neutron.services.segments.plugin [-] Segment 169b86f1-6991-4e60-8d8b-15f204815dff resource provider aggregate not found 2026-04-23 09:27:36.072 7 INFO neutron.services.segments.plugin [-] Segment 169b86f1-6991-4e60-8d8b-15f204815dff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 169b86f1-6991-4e60-8d8b-15f204815dff found for delete ", "request_id": "req-f8e50011-80a6-4395-bae2-058d12423f7f"}]} [pid: 7|app: 0|req: 264/519] 10.0.0.102 () {34 vars in 1097 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--168926503&fields=id&tenant_id=cc1f44ae39824274af7d0748523de3e6 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:36.088 7 INFO neutron.services.segments.plugin [-] Segment 169b86f1-6991-4e60-8d8b-15f204815dff resource provider aggregate not found 2026-04-23 09:27:36.117 7 INFO neutron.services.segments.plugin [-] Segment 169b86f1-6991-4e60-8d8b-15f204815dff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 169b86f1-6991-4e60-8d8b-15f204815dff found for delete ", "request_id": "req-e37161d6-5c79-40ef-a9b7-6b4bdbb7b152"}]} [pid: 7|app: 0|req: 265/520] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/networks?id=a3a70078-6eb9-4c17-8808-2a0e7d93a603 => generated 675 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/521] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/quotas/cc1f44ae39824274af7d0748523de3e6 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:36.191 8 INFO neutron.db.l3_hamode_db [None req-cf56e113-6c9a-42b7-a0de-f096bee7ee5b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network e47f1897-b8ff-4c1b-82f2-638e56dffc92 was deleted as no HA routers are present in tenant b46ea12b607643a4aceaabee39cfeee2. [pid: 8|app: 0|req: 256/522] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:27:35 2026] DELETE /v2.0/routers/d5e85aaa-3d2b-4c22-9222-22aad164607a => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/523] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/ports?tenant_id=cc1f44ae39824274af7d0748523de3e6&fields=id => generated 57 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/524] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:27:36 2026] DELETE /v2.0/subnets/1ac4e985-233c-4ccd-8154-d0a717f97903 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:27:36.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7afe738-3d4a-437f-8f55-6cdb8c18c0b8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: a678aa42-861b-4c4e-a051-08e7cc788351 2026-04-23 09:27:36.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7afe738-3d4a-437f-8f55-6cdb8c18c0b8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: a678aa42-861b-4c4e-a051-08e7cc788351 2026-04-23 09:27:36.661 8 INFO neutron.services.segments.plugin [-] Segment c64d0ab3-fa78-4396-b455-dc9b3122efb0 resource provider aggregate not found 2026-04-23 09:27:36.667 8 INFO neutron.services.segments.plugin [-] Segment c64d0ab3-fa78-4396-b455-dc9b3122efb0 resource provider aggregate not found 2026-04-23 09:27:36.688 8 INFO neutron.services.segments.plugin [-] Segment c64d0ab3-fa78-4396-b455-dc9b3122efb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c64d0ab3-fa78-4396-b455-dc9b3122efb0 found for delete ", "request_id": "req-e64a9108-12ad-45d3-a9f0-d1017ab1ba60"}]} 2026-04-23 09:27:36.688 8 INFO neutron.services.segments.plugin [-] Segment c64d0ab3-fa78-4396-b455-dc9b3122efb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c64d0ab3-fa78-4396-b455-dc9b3122efb0 found for delete ", "request_id": "req-31ee3aa8-6b30-4fba-a9f3-cbb7140ddd9c"}]} [pid: 7|app: 0|req: 268/525] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:27:36 2026] DELETE /v2.0/networks/ae86d2b9-08d9-4d0e-a5bc-e4c781142cf2 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:27:36.765 8 INFO neutron.db.segments_db [None req-fe720269-8b7b-4fe3-a926-ec57722667b9 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 6dabfab3-8d70-429e-9d4a-15dfd3c8d425 of type vxlan for network 230e9147-b6cb-46b9-bd1d-f14afd75e7b1 [pid: 7|app: 0|req: 269/526] 10.0.0.102 () {34 vars in 906 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/extensions => generated 21537 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/527] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?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: 271/528] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/security-groups?tenant_id=b46ea12b607643a4aceaabee39cfeee2&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/529] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:27:36 2026] POST /v2.0/networks => generated 725 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/530] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?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: 273/531] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:27:36 2026] DELETE /v2.0/security-groups/a5ac9937-d945-4ab7-9cc8-984070c9cf81 => 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: 274/532] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:36 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => 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: 259/533] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:36 2026] POST /v2.0/subnets => generated 691 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:27:37.090 7 INFO neutron.db.segments_db [None req-d7e24ed8-6b47-4304-be69-4ebf8d842bfd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 0bfce778-365f-483c-a368-589dfbb1b23d of type vxlan for network 16278f3a-74f0-4655-9294-9c3724228ff9 [pid: 8|app: 0|req: 260/534] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:37 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:37.367 7 INFO neutron.db.l3_hamode_db [None req-d7e24ed8-6b47-4304-be69-4ebf8d842bfd 7a5e7e2e40074b5eabd3fac25ca98826 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:27:38.101 7 INFO neutron.services.segments.plugin [-] Segment b9b4c5ef-7857-45f6-a67b-4ff93a459bd7 resource provider aggregate not found [pid: 8|app: 0|req: 261/535] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:38 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:38.134 7 INFO neutron.services.segments.plugin [-] Segment b9b4c5ef-7857-45f6-a67b-4ff93a459bd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b4c5ef-7857-45f6-a67b-4ff93a459bd7 found for delete ", "request_id": "req-d777b39e-6d89-48be-ab55-18541a838ca6"}]} 2026-04-23 09:27:38.148 7 INFO neutron.services.segments.plugin [-] Segment b9b4c5ef-7857-45f6-a67b-4ff93a459bd7 resource provider aggregate not found 2026-04-23 09:27:38.165 7 INFO neutron.services.segments.plugin [-] Segment b9b4c5ef-7857-45f6-a67b-4ff93a459bd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b4c5ef-7857-45f6-a67b-4ff93a459bd7 found for delete ", "request_id": "req-c22e43b3-0bed-478d-b44a-c577f44a063e"}]} [pid: 8|app: 0|req: 262/536] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:38 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:38.249 7 INFO neutron.db.l3_hamode_db [None req-d7e24ed8-6b47-4304-be69-4ebf8d842bfd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 275/537] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:37 2026] POST /v2.0/routers => generated 731 bytes in 2164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/538] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:39 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:39.261 8 INFO neutron.db.segments_db [None req-9160d398-e175-45aa-9ff1-848be7481c84 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 01aa5750-146b-4377-902f-32e04c1d7e85 of type vxlan for network 5bea9242-fccc-425b-a5ed-a44b30ccca05 [pid: 8|app: 0|req: 263/539] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:27:38 2026] POST /v2.0/networks => generated 731 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/540] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:39 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 265/541] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:39 2026] POST /v2.0/subnets => generated 697 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/542] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:39 2026] GET /v2.0/networks?id=f0066ee5-facc-4e8a-81cc-f35a47a481a8 => generated 669 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:39.664 8 INFO neutron.db.segments_db [None req-0f2dd37b-39e0-4ab0-baf6-1766583d3f52 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 61e462d9-73b9-41e6-97e4-faed3e0c9da4 of type vxlan for network 392525c5-53e2-4d13-a5a0-c5de7cab406a 2026-04-23 09:27:39.849 8 INFO neutron.db.l3_hamode_db [None req-0f2dd37b-39e0-4ab0-baf6-1766583d3f52 7a5e7e2e40074b5eabd3fac25ca98826 587549595f504b0e87994b1bc28e9ee8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 277/543] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:27:39 2026] PUT /v2.0/routers/89230f5f-ae4e-4c52-be2b-6a5fd733a1bb/add_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/544] 199.19.213.15 () {34 vars in 909 bytes} [Thu Apr 23 09:27:40 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/545] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:27:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aa0cd35b353549079a1447c2030c05f6 => generated 180 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/546] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:40 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:40.559 8 INFO neutron.db.l3_hamode_db [None req-0f2dd37b-39e0-4ab0-baf6-1766583d3f52 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 281/547] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:27:40 2026] POST /v2.0/ports => generated 958 bytes in 414 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: 282/548] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:40 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/549] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:27:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/550] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/551] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/552] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:27:39 2026] POST /v2.0/routers => generated 737 bytes in 1906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/553] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:27:41 2026] PUT /v2.0/ports/6e96f8a7-9f56-4e61-aa84-dfc1a011fb95 => generated 1239 bytes in 586 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: 287/554] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:41 2026] GET /v2.0/networks?id=a3a70078-6eb9-4c17-8808-2a0e7d93a603 => generated 675 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/555] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:41 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/556] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:27:41 2026] POST /v2.0/floatingips => generated 552 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/557] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:27:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cc1f44ae39824274af7d0748523de3e6 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/558] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:42 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/559] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:42 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:42.405 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27f0b165-f42b-4fb0-99ea-c8a1157fef22'] response: {'name': 'network-changed', 'server_uuid': '3781bf71-a1c9-48dd-8480-c3a789246fe7', 'tag': '6e96f8a7-9f56-4e61-aa84-dfc1a011fb95', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 289/560] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:27:41 2026] PUT /v2.0/routers/515de73e-fde5-466d-9c67-bb48299cbacc/add_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/561] 10.0.0.102 () {34 vars in 1099 bytes} [Thu Apr 23 09:27:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1889659026&fields=id&tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/562] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:42 2026] GET /v2.0/ports?tenant_id=aa0cd35b353549079a1447c2030c05f6&device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 1242 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/563] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/networks?id=230e9147-b6cb-46b9-bd1d-f14afd75e7b1 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/564] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:27:42 2026] POST /v2.0/ports => generated 954 bytes in 794 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: 273/565] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/quotas/51a25bcdfbeb40b49a3c017059ae9e0f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/566] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6e96f8a7-9f56-4e61-aa84-dfc1a011fb95 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/567] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/ports?tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f&fields=id => generated 57 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/568] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/subnets?id=d52aca93-ea6a-4b85-a09f-cc463b346cd3 => generated 687 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/569] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/570] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:27:43 2026] PUT /v2.0/ports/24aa7d72-dafc-42d9-b45d-9ec71159e3a6 => generated 1235 bytes in 452 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: 275/571] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/ports?network_id=f0066ee5-facc-4e8a-81cc-f35a47a481a8&device_owner=network%3Adhcp => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/572] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?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: 276/573] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/574] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/575] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?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: 299/576] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/577] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/578] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/579] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:43 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/580] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:27:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 09:27:44.060 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3adc9430-4e70-4323-a9ae-9e8412c0f1c9'] response: {'name': 'network-changed', 'server_uuid': 'd83ceec6-312d-47ea-9e45-4397b0b2e593', 'tag': '24aa7d72-dafc-42d9-b45d-9ec71159e3a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 280/581] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/582] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:27:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/583] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/ports?tenant_id=cc1f44ae39824274af7d0748523de3e6&device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 304/584] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=24aa7d72-dafc-42d9-b45d-9ec71159e3a6 => 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: 305/585] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/subnets?id=e9316375-1e16-42f4-a8f9-930cc8adf0d0 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/587] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/ports?network_id=a3a70078-6eb9-4c17-8808-2a0e7d93a603&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: 8|app: 0|req: 281/587] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:27:44 2026] POST /v2.0/floatingips => generated 552 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/588] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/ports?tenant_id=aa0cd35b353549079a1447c2030c05f6&device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/589] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/590] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?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: 309/591] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&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: 283/592] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/networks?id=f0066ee5-facc-4e8a-81cc-f35a47a481a8 => generated 765 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/593] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?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: 311/594] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6e96f8a7-9f56-4e61-aa84-dfc1a011fb95 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/595] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/596] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/597] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/subnets?id=d52aca93-ea6a-4b85-a09f-cc463b346cd3 => generated 687 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/598] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&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: 313/599] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:44 2026] GET /v2.0/ports?network_id=f0066ee5-facc-4e8a-81cc-f35a47a481a8&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: 8|app: 0|req: 287/600] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?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: 314/601] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?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: 288/602] 10.0.0.102 () {34 vars in 1097 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--554880149&fields=id&tenant_id=587549595f504b0e87994b1bc28e9ee8 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/603] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/networks?id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 682 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/604] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/quotas/587549595f504b0e87994b1bc28e9ee8 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/605] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/606] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/607] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/608] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 318/609] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/ports?tenant_id=cc1f44ae39824274af7d0748523de3e6&device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/610] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:45 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/611] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&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: 294/612] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 319/613] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/networks?id=a3a70078-6eb9-4c17-8808-2a0e7d93a603 => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/614] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=24aa7d72-dafc-42d9-b45d-9ec71159e3a6 => 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: 320/615] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/616] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/subnets?id=e9316375-1e16-42f4-a8f9-930cc8adf0d0 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/617] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/618] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/ports?network_id=a3a70078-6eb9-4c17-8808-2a0e7d93a603&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: 322/619] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/620] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?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: 323/621] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:46 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 324/622] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:47 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 299/623] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:47 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/624] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:47 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/625] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:47 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/626] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:47 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/629] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:47 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 328/630] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 303/631] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/632] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/networks?id=230e9147-b6cb-46b9-bd1d-f14afd75e7b1 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/633] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&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: 330/634] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/635] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 332/636] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&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: 305/637] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:27:48 2026] POST /v2.0/ports => generated 954 bytes in 387 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: 306/638] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:48 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 333/639] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:27:48 2026] PUT /v2.0/ports/d7d03f32-7f74-4f08-a090-794e6ed5281e => generated 1235 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:27:49.285 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c12396e-a41e-486e-8472-add4b365751e'] response: {'name': 'network-changed', 'server_uuid': '8a6b699f-2144-4faa-a59c-d3f183d31d33', 'tag': 'd7d03f32-7f74-4f08-a090-794e6ed5281e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 307/640] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 334/641] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 308/642] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/643] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/644] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/645] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&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: 310/646] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/ports?tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f&device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 1238 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/647] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/networks?tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/648] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:27:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/649] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 312/650] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/networks?id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 682 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/651] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=587549595f504b0e87994b1bc28e9ee8 => generated 180 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/652] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 969 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/653] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/654] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 342/655] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&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: 343/656] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 344/657] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:50 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&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: 314/658] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:27:50 2026] POST /v2.0/ports => generated 954 bytes in 393 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: 315/659] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/ports?tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f&device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/660] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7d03f32-7f74-4f08-a090-794e6ed5281e => 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: 317/661] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/subnets?id=2241434d-9357-4eb5-8f97-266f96ad5743 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/662] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/ports?network_id=230e9147-b6cb-46b9-bd1d-f14afd75e7b1&device_owner=network%3Adhcp => generated 1242 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/663] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 320/664] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?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: 321/665] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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: 322/666] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/667] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:27:50 2026] PUT /v2.0/ports/759b8f99-742c-4f97-a083-add2cc187517 => generated 1235 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:27:51.453 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1dc8be3a-5829-49e8-b2a1-253673b6a221'] response: {'name': 'network-changed', 'server_uuid': 'b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47', 'tag': '759b8f99-742c-4f97-a083-add2cc187517', '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: 323/668] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/669] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/670] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/671] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/672] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/673] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:51 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 326/674] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:27:52 2026] GET /v2.0/networks?tenant_id=587549595f504b0e87994b1bc28e9ee8&shared=False => generated 778 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/675] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:52 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&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: 327/676] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:27:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/677] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:52 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/678] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:52 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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: 351/679] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:52 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 352/680] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 8|app: 0|req: 329/681] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/682] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/683] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/684] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=759b8f99-742c-4f97-a083-add2cc187517 => 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: 354/685] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/686] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&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: 355/687] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/subnets?id=adeb1f29-e383-4571-9039-28382e276dd1 => generated 700 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/688] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/ports?network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05&device_owner=network%3Adhcp => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/689] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/690] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?fields=segments => generated 14 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/691] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?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: 336/692] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 337/693] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:53 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:53.877 7 INFO neutron.db.l3_db [None req-f86e59f5-2039-4200-a5ed-e7e31115f9e3 6455f15e004444c5ab8353426dac3326 cc1f44ae39824274af7d0748523de3e6 - - default default] Floating IP b16ef847-68cf-4d73-8339-6f80dce1c924 associated. External IP: 10.96.250.214, port: 24aa7d72-dafc-42d9-b45d-9ec71159e3a6. [pid: 7|app: 0|req: 357/694] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:27:53 2026] PUT /v2.0/floatingips/b16ef847-68cf-4d73-8339-6f80dce1c924 => generated 855 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/695] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 358/696] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:54.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4b0af72-3d7b-4213-96f6-27c061cf6bd9'] response: {'name': 'network-changed', 'server_uuid': 'd83ceec6-312d-47ea-9e45-4397b0b2e593', 'tag': '24aa7d72-dafc-42d9-b45d-9ec71159e3a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 339/697] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 359/698] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/699] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/700] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/701] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/702] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/703] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:54.896 7 INFO neutron.db.l3_db [None req-d80b5892-dbd7-4ccf-a809-057b79c62a1b 3d33c60c1f034fdc9bcf9f79506cc251 aa0cd35b353549079a1447c2030c05f6 - - default default] Floating IP 9ae79677-81f4-4344-bff4-419fc58d8384 associated. External IP: 10.96.250.213, port: 6e96f8a7-9f56-4e61-aa84-dfc1a011fb95. [pid: 8|app: 0|req: 344/704] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/705] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/ports?tenant_id=cc1f44ae39824274af7d0748523de3e6&device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/706] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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: 347/707] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:54 2026] GET /v2.0/networks?id=a3a70078-6eb9-4c17-8808-2a0e7d93a603 => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/708] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=24aa7d72-dafc-42d9-b45d-9ec71159e3a6 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/709] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/subnets?id=e9316375-1e16-42f4-a8f9-930cc8adf0d0 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/710] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/ports?network_id=a3a70078-6eb9-4c17-8808-2a0e7d93a603&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/711] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?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: 352/712] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603?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: 7|app: 0|req: 361/713] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:27:54 2026] PUT /v2.0/floatingips/9ae79677-81f4-4344-bff4-419fc58d8384 => generated 856 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/714] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/715] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/716] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&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: 363/717] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 8|app: 0|req: 355/718] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/719] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/720] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:55 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/721] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/722] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/723] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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-04-23 09:27:56.363 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfb32dbf-12b4-40fe-bd92-69bb44183298'] response: {'name': 'network-changed', 'server_uuid': '3781bf71-a1c9-48dd-8480-c3a789246fe7', 'tag': '6e96f8a7-9f56-4e61-aa84-dfc1a011fb95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 358/724] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/725] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 8|app: 0|req: 359/726] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/727] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/ports?tenant_id=aa0cd35b353549079a1447c2030c05f6&device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/728] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/729] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/networks?id=f0066ee5-facc-4e8a-81cc-f35a47a481a8 => generated 765 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/730] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:56 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/731] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6e96f8a7-9f56-4e61-aa84-dfc1a011fb95 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/732] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/subnets?id=d52aca93-ea6a-4b85-a09f-cc463b346cd3 => generated 687 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/733] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/ports?network_id=f0066ee5-facc-4e8a-81cc-f35a47a481a8&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/734] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 368/735] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:57.227 7 INFO neutron.db.l3_db [None req-27d2167c-9ee9-47a8-b80a-8ddadb974b97 2e20cf4680df4f3f952a976419ebb00c 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] Floating IP 672e9a3a-e139-4f1c-ac16-149f217e7220 associated. External IP: 10.96.250.205, port: d7d03f32-7f74-4f08-a090-794e6ed5281e. [pid: 8|app: 0|req: 369/736] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/737] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/security-groups?id=a8197174-10ca-48f7-a699-9beb1909827f&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: 371/738] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8?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: 372/739] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/740] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:27:56 2026] PUT /v2.0/floatingips/672e9a3a-e139-4f1c-ac16-149f217e7220 => generated 855 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:57.540 8 INFO neutron_taas.services.taas.taas_plugin [req-e996b2ff-8a3f-47c5-97e8-cf4283a5e213 req-ad1a2a39-e1b0-47e8-a114-7f22c1579986 6455f15e004444c5ab8353426dac3326 cc1f44ae39824274af7d0748523de3e6 - - default default] TaaS: Handle Delete Port: 24aa7d72-dafc-42d9-b45d-9ec71159e3a6 2026-04-23 09:27:57.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e996b2ff-8a3f-47c5-97e8-cf4283a5e213 req-ad1a2a39-e1b0-47e8-a114-7f22c1579986 6455f15e004444c5ab8353426dac3326 cc1f44ae39824274af7d0748523de3e6 - - default default] Tap Mirror: Handle Delete Port: 24aa7d72-dafc-42d9-b45d-9ec71159e3a6 [pid: 7|app: 0|req: 369/741] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:57 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:57.773 8 INFO neutron.db.l3_db [req-e996b2ff-8a3f-47c5-97e8-cf4283a5e213 req-ad1a2a39-e1b0-47e8-a114-7f22c1579986 6455f15e004444c5ab8353426dac3326 cc1f44ae39824274af7d0748523de3e6 - - default default] Floating IP b16ef847-68cf-4d73-8339-6f80dce1c924 disassociated. External IP: 10.96.250.214, port: 24aa7d72-dafc-42d9-b45d-9ec71159e3a6. [pid: 7|app: 0|req: 370/742] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/743] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:27:57 2026] DELETE /v2.0/ports/24aa7d72-dafc-42d9-b45d-9ec71159e3a6 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/744] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:58.230 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-184e260d-2eb9-4ec4-9e81-a43005266aa4'] response: {'server_uuid': 'd83ceec6-312d-47ea-9e45-4397b0b2e593', 'name': 'network-vif-deleted', 'tag': '24aa7d72-dafc-42d9-b45d-9ec71159e3a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 374/745] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/security-groups?id=1c8aafc1-9666-4ba6-828b-18a27bcf3d78&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:27:58.367 7 INFO neutron_taas.services.taas.taas_plugin [req-3cce6032-1f93-4ce6-a9c1-0ebab73c8ab4 req-f3151ae7-bd02-402d-9104-b70c5d78a5a8 3d33c60c1f034fdc9bcf9f79506cc251 aa0cd35b353549079a1447c2030c05f6 - - default default] TaaS: Handle Delete Port: 6e96f8a7-9f56-4e61-aa84-dfc1a011fb95 2026-04-23 09:27:58.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3cce6032-1f93-4ce6-a9c1-0ebab73c8ab4 req-f3151ae7-bd02-402d-9104-b70c5d78a5a8 3d33c60c1f034fdc9bcf9f79506cc251 aa0cd35b353549079a1447c2030c05f6 - - default default] Tap Mirror: Handle Delete Port: 6e96f8a7-9f56-4e61-aa84-dfc1a011fb95 [pid: 8|app: 0|req: 375/746] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:27:58.418 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d955bce6-ab2c-423d-a425-ef979e29baef'] response: {'name': 'network-changed', 'server_uuid': '8a6b699f-2144-4faa-a59c-d3f183d31d33', 'tag': 'd7d03f32-7f74-4f08-a090-794e6ed5281e', 'status': 'completed', 'code': 200} 2026-04-23 09:27:58.566 7 INFO neutron.db.l3_db [req-3cce6032-1f93-4ce6-a9c1-0ebab73c8ab4 req-f3151ae7-bd02-402d-9104-b70c5d78a5a8 3d33c60c1f034fdc9bcf9f79506cc251 aa0cd35b353549079a1447c2030c05f6 - - default default] Floating IP 9ae79677-81f4-4344-bff4-419fc58d8384 disassociated. External IP: 10.96.250.213, port: 6e96f8a7-9f56-4e61-aa84-dfc1a011fb95. [pid: 8|app: 0|req: 376/747] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 377/748] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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: 378/749] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/ports?tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f&device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/750] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:27:58 2026] DELETE /v2.0/ports/6e96f8a7-9f56-4e61-aa84-dfc1a011fb95 => generated 0 bytes in 775 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/751] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:27:58 2026] GET /v2.0/networks?id=230e9147-b6cb-46b9-bd1d-f14afd75e7b1 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/752] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7d03f32-7f74-4f08-a090-794e6ed5281e => 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: 380/753] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/subnets?id=2241434d-9357-4eb5-8f97-266f96ad5743 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/754] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/ports?network_id=230e9147-b6cb-46b9-bd1d-f14afd75e7b1&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/755] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/756] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?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: 382/757] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/758] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 383/759] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 377/760] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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: 384/761] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:27:59 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:00.309 7 INFO neutron.db.l3_db [None req-4954386d-98ef-45f4-bf6e-75558ba81b17 9f223595acc94e7facb6fc713a95129c 587549595f504b0e87994b1bc28e9ee8 - - default default] Floating IP c2e5e642-a9e0-477d-8040-62510dfe46bc associated. External IP: 10.96.250.219, port: 759b8f99-742c-4f97-a083-add2cc187517. 2026-04-23 09:28:00.461 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9cb13f5-de2d-41ea-a823-d61f6a06e05f'] response: {'server_uuid': '3781bf71-a1c9-48dd-8480-c3a789246fe7', 'name': 'network-vif-deleted', 'tag': '6e96f8a7-9f56-4e61-aa84-dfc1a011fb95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 385/762] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:00 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/763] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:00 2026] GET /v2.0/ports?device_id=d83ceec6-312d-47ea-9e45-4397b0b2e593 => 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: 378/764] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:28:00 2026] PUT /v2.0/floatingips/c2e5e642-a9e0-477d-8040-62510dfe46bc => generated 855 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/765] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:00 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 379/766] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:00 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/767] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:01 2026] GET /v2.0/ports?device_id=3781bf71-a1c9-48dd-8480-c3a789246fe7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/768] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:01 2026] DELETE /v2.0/security-groups/a8197174-10ca-48f7-a699-9beb1909827f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:01.787 8 INFO neutron.api.v2.resource [None req-6f6873cb-92db-49a1-a64d-212f5c00aa3e 6455f15e004444c5ab8353426dac3326 cc1f44ae39824274af7d0748523de3e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 389/769] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:28:01 2026] GET /v2.0/security-groups/a8197174-10ca-48f7-a699-9beb1909827f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:28:01.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-2947bae6-691d-454c-96ed-f8ca95f32372 6455f15e004444c5ab8353426dac3326 cc1f44ae39824274af7d0748523de3e6 - - default default] TaaS: Handle Delete Port: 5b369fc3-70a4-490c-8927-9fcc7389fc81 2026-04-23 09:28:01.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2947bae6-691d-454c-96ed-f8ca95f32372 6455f15e004444c5ab8353426dac3326 cc1f44ae39824274af7d0748523de3e6 - - default default] Tap Mirror: Handle Delete Port: 5b369fc3-70a4-490c-8927-9fcc7389fc81 [pid: 7|app: 0|req: 381/770] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:28:01 2026] DELETE /v2.0/floatingips/b16ef847-68cf-4d73-8339-6f80dce1c924 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:02.422 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b0f2106-9da3-4fb7-baf6-64ff7b657857 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 9ef307e3-6efa-46c9-90b1-c426bd6e04c4 2026-04-23 09:28:02.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b0f2106-9da3-4fb7-baf6-64ff7b657857 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 9ef307e3-6efa-46c9-90b1-c426bd6e04c4 2026-04-23 09:28:02.499 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd1e946a-fcc3-4c4d-b5d0-f459d55502dc'] response: {'name': 'network-changed', 'server_uuid': 'b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47', 'tag': '759b8f99-742c-4f97-a083-add2cc187517', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 384/773] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:02 2026] DELETE /v2.0/security-groups/1c8aafc1-9666-4ba6-828b-18a27bcf3d78 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:02.799 7 INFO neutron.api.v2.resource [None req-2a607940-c14c-45f4-b989-5f892a4b1454 3d33c60c1f034fdc9bcf9f79506cc251 aa0cd35b353549079a1447c2030c05f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 385/774] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:28:02 2026] GET /v2.0/security-groups/1c8aafc1-9666-4ba6-828b-18a27bcf3d78 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:28:02.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-39bd97c5-2e10-43aa-9687-39e82a72c5ff 3d33c60c1f034fdc9bcf9f79506cc251 aa0cd35b353549079a1447c2030c05f6 - - default default] TaaS: Handle Delete Port: cb8caa90-715d-4ae2-952f-2267a1fee1f2 [pid: 8|app: 0|req: 390/775] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:02 2026] PUT /v2.0/routers/113fabc4-3285-452c-b943-a7e248978dcc/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:02.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39bd97c5-2e10-43aa-9687-39e82a72c5ff 3d33c60c1f034fdc9bcf9f79506cc251 aa0cd35b353549079a1447c2030c05f6 - - default default] Tap Mirror: Handle Delete Port: cb8caa90-715d-4ae2-952f-2267a1fee1f2 [pid: 7|app: 0|req: 386/776] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:28:02 2026] DELETE /v2.0/floatingips/9ae79677-81f4-4344-bff4-419fc58d8384 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/777] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:03 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:03.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-7424e931-1db9-48ae-9d84-66f933fe8ed6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 55e67f31-1d43-4d86-9861-9468b1f3463f 2026-04-23 09:28:03.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7424e931-1db9-48ae-9d84-66f933fe8ed6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 55e67f31-1d43-4d86-9861-9468b1f3463f 2026-04-23 09:28:03.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-7424e931-1db9-48ae-9d84-66f933fe8ed6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 4caf560c-e372-44f0-89fc-12f51815c0c3 2026-04-23 09:28:03.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7424e931-1db9-48ae-9d84-66f933fe8ed6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 4caf560c-e372-44f0-89fc-12f51815c0c3 2026-04-23 09:28:03.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-a19e1543-a892-439d-9650-31641e0ca541 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 3543f411-20b3-4cf1-8978-d030ea5efdd8 2026-04-23 09:28:03.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a19e1543-a892-439d-9650-31641e0ca541 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 3543f411-20b3-4cf1-8978-d030ea5efdd8 2026-04-23 09:28:03.766 8 INFO neutron.services.segments.plugin [-] Segment 71f536e2-f411-4461-bf86-68c9fad19788 resource provider aggregate not found 2026-04-23 09:28:03.769 8 INFO neutron.services.segments.plugin [-] Segment 71f536e2-f411-4461-bf86-68c9fad19788 resource provider aggregate not found 2026-04-23 09:28:03.784 8 INFO neutron.services.segments.plugin [-] Segment 71f536e2-f411-4461-bf86-68c9fad19788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71f536e2-f411-4461-bf86-68c9fad19788 found for delete ", "request_id": "req-2e8211a6-2524-4e7a-9985-163033d1d354"}]} 2026-04-23 09:28:03.790 8 INFO neutron.services.segments.plugin [-] Segment 71f536e2-f411-4461-bf86-68c9fad19788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71f536e2-f411-4461-bf86-68c9fad19788 found for delete ", "request_id": "req-7c8556da-4a20-4740-bc36-03717585898e"}]} 2026-04-23 09:28:03.802 8 INFO neutron.db.l3_hamode_db [None req-7424e931-1db9-48ae-9d84-66f933fe8ed6 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 762eacfd-2d54-4e0b-81de-3d7bb8dd6d64 was deleted as no HA routers are present in tenant cc1f44ae39824274af7d0748523de3e6. [pid: 8|app: 0|req: 391/778] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:02 2026] DELETE /v2.0/routers/113fabc4-3285-452c-b943-a7e248978dcc => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/779] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:28:03 2026] GET /v2.0/networks?id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/780] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:03 2026] DELETE /v2.0/subnets/e9316375-1e16-42f4-a8f9-930cc8adf0d0 => 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: 388/781] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:03 2026] PUT /v2.0/routers/39dfe368-969b-452d-89d6-e90951e04e8b/remove_router_interface => generated 309 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/782] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=759b8f99-742c-4f97-a083-add2cc187517 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:04.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eb21169-aa14-4828-bec1-299e40802391 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 9611057c-8308-42ae-882e-f120d885b359 2026-04-23 09:28:04.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb21169-aa14-4828-bec1-299e40802391 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 9611057c-8308-42ae-882e-f120d885b359 2026-04-23 09:28:04.254 7 INFO neutron.services.segments.plugin [-] Segment 34b48dd3-d225-4f11-8890-2388d81d89ec resource provider aggregate not found 2026-04-23 09:28:04.257 7 INFO neutron.services.segments.plugin [-] Segment 34b48dd3-d225-4f11-8890-2388d81d89ec resource provider aggregate not found 2026-04-23 09:28:04.268 7 INFO neutron.services.segments.plugin [-] Segment 34b48dd3-d225-4f11-8890-2388d81d89ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34b48dd3-d225-4f11-8890-2388d81d89ec found for delete ", "request_id": "req-606ae740-fe3b-490b-b14d-ec76c049fe68"}]} 2026-04-23 09:28:04.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c4cfd36-b3b9-41cc-83a6-c9a37d5649da 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 9be59e94-ebee-48f2-b621-294c1209ff7b 2026-04-23 09:28:04.272 7 INFO neutron.services.segments.plugin [-] Segment 34b48dd3-d225-4f11-8890-2388d81d89ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34b48dd3-d225-4f11-8890-2388d81d89ec found for delete ", "request_id": "req-9410b46a-c13c-4c6c-ac80-f0ed0594c914"}]} 2026-04-23 09:28:04.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c4cfd36-b3b9-41cc-83a6-c9a37d5649da 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 9be59e94-ebee-48f2-b621-294c1209ff7b [pid: 7|app: 0|req: 389/783] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:03 2026] DELETE /v2.0/networks/a3a70078-6eb9-4c17-8808-2a0e7d93a603 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/784] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:28:04 2026] GET /v2.0/subnets?id=adeb1f29-e383-4571-9039-28382e276dd1 => generated 700 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/785] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:28:04 2026] GET /v2.0/ports?network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05&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: 392/786] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:28:04 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/787] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:28:04 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?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: 7|app: 0|req: 394/788] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:04 2026] GET /v2.0/security-groups?tenant_id=cc1f44ae39824274af7d0748523de3e6&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/789] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:04 2026] DELETE /v2.0/security-groups/58c53c12-a0a9-4a6a-aea0-66f7198a1a13 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:04.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c4cfd36-b3b9-41cc-83a6-c9a37d5649da 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 881e6879-93f9-45fa-ad45-b4ba2bc7093e 2026-04-23 09:28:04.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c4cfd36-b3b9-41cc-83a6-c9a37d5649da 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 881e6879-93f9-45fa-ad45-b4ba2bc7093e 2026-04-23 09:28:04.956 8 INFO neutron.db.l3_hamode_db [None req-6c4cfd36-b3b9-41cc-83a6-c9a37d5649da 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 0bf97579-70b4-4a0c-b6ad-81d41ea14af7 was deleted as no HA routers are present in tenant aa0cd35b353549079a1447c2030c05f6. [pid: 8|app: 0|req: 395/790] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:04 2026] DELETE /v2.0/routers/39dfe368-969b-452d-89d6-e90951e04e8b => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/791] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:04 2026] DELETE /v2.0/subnets/d52aca93-ea6a-4b85-a09f-cc463b346cd3 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:05.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-e976836b-d2c6-487d-afef-596ab4d7d6fc 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: b7dec8c2-eeac-43cd-805a-6ca37d6b75d4 2026-04-23 09:28:05.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e976836b-d2c6-487d-afef-596ab4d7d6fc 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: b7dec8c2-eeac-43cd-805a-6ca37d6b75d4 [pid: 8|app: 0|req: 396/792] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:05 2026] DELETE /v2.0/networks/f0066ee5-facc-4e8a-81cc-f35a47a481a8 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/793] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:05 2026] GET /v2.0/security-groups?tenant_id=aa0cd35b353549079a1447c2030c05f6&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/794] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:05 2026] DELETE /v2.0/security-groups/69d8e452-00fb-48a4-9c60-9517467f9c8d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:05.803 8 INFO neutron.services.segments.plugin [-] Segment 34ccc6dd-c73e-407e-ab13-c0275e62305c resource provider aggregate not found 2026-04-23 09:28:05.806 8 INFO neutron.services.segments.plugin [-] Segment 34ccc6dd-c73e-407e-ab13-c0275e62305c resource provider aggregate not found 2026-04-23 09:28:05.818 8 INFO neutron.services.segments.plugin [-] Segment 34ccc6dd-c73e-407e-ab13-c0275e62305c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34ccc6dd-c73e-407e-ab13-c0275e62305c found for delete ", "request_id": "req-dc0bbebf-28ca-4d8a-9aaa-6d8b6fb9128a"}]} 2026-04-23 09:28:05.838 8 INFO neutron.services.segments.plugin [-] Segment 34ccc6dd-c73e-407e-ab13-c0275e62305c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34ccc6dd-c73e-407e-ab13-c0275e62305c found for delete ", "request_id": "req-4b9d2a3a-5c54-42ef-8a5d-c44cba0f1089"}]} 2026-04-23 09:28:05.841 8 INFO neutron.services.segments.plugin [-] Segment 8b8773f0-72fc-4bf4-aab4-61903055d95c resource provider aggregate not found 2026-04-23 09:28:05.854 8 INFO neutron.services.segments.plugin [-] Segment 8b8773f0-72fc-4bf4-aab4-61903055d95c resource provider aggregate not found 2026-04-23 09:28:05.861 8 INFO neutron.services.segments.plugin [-] Segment 8b8773f0-72fc-4bf4-aab4-61903055d95c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b8773f0-72fc-4bf4-aab4-61903055d95c found for delete ", "request_id": "req-85e5acc3-a8e8-448d-a3ce-efe84ee86bd7"}]} 2026-04-23 09:28:05.871 8 INFO neutron.services.segments.plugin [-] Segment 8b8773f0-72fc-4bf4-aab4-61903055d95c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b8773f0-72fc-4bf4-aab4-61903055d95c found for delete ", "request_id": "req-02e73db4-a3b5-4adf-a0e6-720ae3d74e4c"}]} 2026-04-23 09:28:07.797 7 INFO neutron.db.segments_db [None req-1508a253-e904-48bb-a433-ceb391bcff0a 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment ee9ea7db-658e-48c6-9f2a-507527ffbb67 of type vxlan for network 2473ee7a-59ae-4605-8287-7059793e15b2 [pid: 7|app: 0|req: 398/795] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:28:07 2026] POST /v2.0/networks => generated 726 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/796] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:07 2026] POST /v2.0/subnets => generated 692 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:08.093 7 INFO neutron.db.segments_db [None req-de6d7dc0-d276-4878-bc64-69f49dc72972 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment cf6ec91f-d083-459f-9dcd-0321f9f07c09 of type vxlan for network 3d024973-a330-47a4-883f-dc4c46f75ffe 2026-04-23 09:28:08.332 7 INFO neutron.db.l3_hamode_db [None req-de6d7dc0-d276-4878-bc64-69f49dc72972 7a5e7e2e40074b5eabd3fac25ca98826 a2d2f42a06944b60ae5be8d384e72dd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:28:09.404 7 INFO neutron.db.l3_hamode_db [None req-de6d7dc0-d276-4878-bc64-69f49dc72972 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 399/797] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:08 2026] POST /v2.0/routers => generated 732 bytes in 2238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/798] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:10 2026] GET /v2.0/security-groups?tenant_id=56928903b27f4c0a945d669e53af5a67&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/799] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:11 2026] DELETE /v2.0/security-groups/9a937ed3-c67e-4ac1-8000-db4ffe79e0c1 => 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: 402/800] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:28:11 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1240 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/801] 10.0.0.85 () {34 vars in 1038 bytes} [Thu Apr 23 09:28:11 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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: 399/802] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:28:10 2026] PUT /v2.0/routers/54645b3e-6219-4aa8-91e1-7d23f8b8bb33/add_router_interface => generated 309 bytes in 1238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/803] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:11 2026] GET /v2.0/security-groups?tenant_id=8ad0951662ca45179ac5239b91aad27e&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: 400/804] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:11 2026] DELETE /v2.0/security-groups/d225c355-ec64-43d7-9d2a-4584720c9995 => 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: 405/805] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:28:12 2026] GET /v2.0/networks?id=2473ee7a-59ae-4605-8287-7059793e15b2 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/806] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:28:12 2026] GET /v2.0/quotas/a2d2f42a06944b60ae5be8d384e72dd0 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/807] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:28:12 2026] GET /v2.0/ports?tenant_id=a2d2f42a06944b60ae5be8d384e72dd0&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/808] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:28:12 2026] GET /v2.0/networks/2473ee7a-59ae-4605-8287-7059793e15b2?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/809] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:28:12 2026] GET /v2.0/networks/2473ee7a-59ae-4605-8287-7059793e15b2?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: 403/810] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:12 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 408/811] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:14 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 404/812] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:14 2026] GET /v2.0/security-groups?tenant_id=61f68bce182a444aaef1a1caab73c574&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/813] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:14 2026] DELETE /v2.0/security-groups/290642bb-ff6a-46f4-8413-41bbe1d331c3 => 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: 405/814] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:15 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 410/815] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:16 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:16.528 8 INFO neutron.db.segments_db [None req-a542cf6f-a56a-4e3a-8c96-861420995a69 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment d7c34266-bee0-46f5-9779-3b102658c2b3 of type vxlan for network 151e036b-bc06-44be-90e2-00c4a6a4217f [pid: 8|app: 0|req: 406/816] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:28:16 2026] POST /v2.0/networks => generated 611 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:16.695 7 INFO neutron.db.segments_db [None req-1d7e970b-3481-4d08-9831-9faa5bba00e6 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment c33c0194-d10d-4857-95df-76cf73acdd71 of type vxlan for network 57d6416a-6910-4943-9664-b8a5d2b7efba [pid: 7|app: 0|req: 411/817] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:28:16 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/818] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:16 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/819] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:28:17 2026] GET /v2.0/networks?id=2473ee7a-59ae-4605-8287-7059793e15b2 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/820] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:17 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:17.271 7 INFO neutron.db.segments_db [None req-f0b56aba-bba5-49a6-81f2-3ddb8cc7318b 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment 43dd6518-e540-4c94-a408-09874dbf4c02 of type vxlan for network 3b4cb29a-0f77-42fe-8b47-f89b0f53566e [pid: 8|app: 0|req: 409/821] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:28:17 2026] POST /v2.0/ports => generated 954 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:28:17.491 7 INFO neutron.db.l3_hamode_db [None req-f0b56aba-bba5-49a6-81f2-3ddb8cc7318b 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 410/822] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:17 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 957 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:17.619 7 INFO neutron.db.l3_hamode_db [None req-f0b56aba-bba5-49a6-81f2-3ddb8cc7318b 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 413/825] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:17 2026] POST /v2.0/routers => generated 506 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/826] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:18 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&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: 413/827] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:28:17 2026] PUT /v2.0/ports/19583ab8-5bd0-4e2d-ab68-8eb2333d3157 => generated 1235 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:18.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-15fd8cf1-c529-4ce4-b812-8e900f63b2b3'] response: {'name': 'network-changed', 'server_uuid': '8f97c0ac-34bb-46b0-8b08-238b4b847949', 'tag': '19583ab8-5bd0-4e2d-ab68-8eb2333d3157', '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: 414/828] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:18 2026] GET /v2.0/ports?tenant_id=a2d2f42a06944b60ae5be8d384e72dd0&device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/829] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:28:18 2026] GET /v2.0/networks?tenant_id=a2d2f42a06944b60ae5be8d384e72dd0&shared=False => generated 773 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/830] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:28:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/831] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:28:18 2026] PUT /v2.0/routers/103efedf-16e1-4de7-a023-ac24806f745d/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/832] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:19 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/833] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:19 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&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: 7|app: 0|req: 416/834] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:28:19 2026] GET /v2.0/ports/81c7a737-6076-458b-b740-8b2d74ab2475 => generated 955 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/835] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:19 2026] GET /v2.0/ports?tenant_id=a2d2f42a06944b60ae5be8d384e72dd0&device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 418/836] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=19583ab8-5bd0-4e2d-ab68-8eb2333d3157 => 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: 419/837] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:28:20 2026] GET /v2.0/subnets?id=8e239360-525f-4e04-b2a1-0c17d940bcf8 => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/838] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:28:20 2026] GET /v2.0/ports?network_id=2473ee7a-59ae-4605-8287-7059793e15b2&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: 421/839] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:28:20 2026] GET /v2.0/networks/2473ee7a-59ae-4605-8287-7059793e15b2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/840] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:28:20 2026] GET /v2.0/networks/2473ee7a-59ae-4605-8287-7059793e15b2?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: 419/841] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:28:19 2026] PUT /v2.0/routers/103efedf-16e1-4de7-a023-ac24806f745d/add_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/842] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:20 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/843] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:28:20 2026] GET /v2.0/ports/098828a1-75cb-4f09-9e0a-e77a2e9c04a3 => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/844] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:20 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:20.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5a4b43d-da15-432d-9d16-ee4418bda371 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: 098828a1-75cb-4f09-9e0a-e77a2e9c04a3 2026-04-23 09:28:20.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5a4b43d-da15-432d-9d16-ee4418bda371 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: 098828a1-75cb-4f09-9e0a-e77a2e9c04a3 [pid: 8|app: 0|req: 421/845] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:20 2026] PUT /v2.0/routers/103efedf-16e1-4de7-a023-ac24806f745d/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/846] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:21 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:21.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-efbe1b81-edd3-4cf3-95f3-bf18656f6128 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: 81c7a737-6076-458b-b740-8b2d74ab2475 2026-04-23 09:28:21.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efbe1b81-edd3-4cf3-95f3-bf18656f6128 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: 81c7a737-6076-458b-b740-8b2d74ab2475 [pid: 8|app: 0|req: 423/847] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:21 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&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: 425/848] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:21 2026] PUT /v2.0/routers/103efedf-16e1-4de7-a023-ac24806f745d/remove_router_interface => generated 309 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/849] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:21 2026] GET /v2.0/ports?device_id=103efedf-16e1-4de7-a023-ac24806f745d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:22.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a53a3ac-c101-47a9-9146-f82fa6e851fe 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: acf05d7d-26ec-4dd2-ae62-495bbe534660 2026-04-23 09:28:22.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a53a3ac-c101-47a9-9146-f82fa6e851fe 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: acf05d7d-26ec-4dd2-ae62-495bbe534660 2026-04-23 09:28:22.488 7 INFO neutron.services.segments.plugin [-] Segment 43dd6518-e540-4c94-a408-09874dbf4c02 resource provider aggregate not found 2026-04-23 09:28:22.496 7 INFO neutron.services.segments.plugin [-] Segment 43dd6518-e540-4c94-a408-09874dbf4c02 resource provider aggregate not found 2026-04-23 09:28:22.508 7 INFO neutron.services.segments.plugin [-] Segment 43dd6518-e540-4c94-a408-09874dbf4c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dd6518-e540-4c94-a408-09874dbf4c02 found for delete ", "request_id": "req-7af4e6e6-8096-473f-b185-6e8c97942084"}]} 2026-04-23 09:28:22.519 7 INFO neutron.services.segments.plugin [-] Segment 43dd6518-e540-4c94-a408-09874dbf4c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dd6518-e540-4c94-a408-09874dbf4c02 found for delete ", "request_id": "req-16901e88-4d4d-4b6f-94c5-4fbe7c9e7a18"}]} 2026-04-23 09:28:22.519 7 INFO neutron.db.l3_hamode_db [None req-5a53a3ac-c101-47a9-9146-f82fa6e851fe 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] HA network 3b4cb29a-0f77-42fe-8b47-f89b0f53566e was deleted as no HA routers are present in tenant bf5dc2032fcf401c9adf4d2a9bddaea0. [pid: 7|app: 0|req: 426/850] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:22 2026] DELETE /v2.0/routers/103efedf-16e1-4de7-a023-ac24806f745d => generated 0 bytes in 525 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/851] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:22 2026] DELETE /v2.0/subnets/348422ec-401e-4d49-88df-9b1923eae9a1 => 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: 426/852] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:22 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/853] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:22 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&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: 7|app: 0|req: 427/854] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:22 2026] DELETE /v2.0/subnets/954cb373-f2cf-4592-baea-148f54ec59a9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:22.944 8 INFO neutron.services.segments.plugin [-] Segment c33c0194-d10d-4857-95df-76cf73acdd71 resource provider aggregate not found 2026-04-23 09:28:22.945 8 INFO neutron.services.segments.plugin [-] Segment c33c0194-d10d-4857-95df-76cf73acdd71 resource provider aggregate not found 2026-04-23 09:28:22.963 8 INFO neutron.services.segments.plugin [-] Segment c33c0194-d10d-4857-95df-76cf73acdd71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c33c0194-d10d-4857-95df-76cf73acdd71 found for delete ", "request_id": "req-4bbbd2ce-0c56-4ab5-89b7-cea81df33a5c"}]} 2026-04-23 09:28:22.964 8 INFO neutron.services.segments.plugin [-] Segment c33c0194-d10d-4857-95df-76cf73acdd71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c33c0194-d10d-4857-95df-76cf73acdd71 found for delete ", "request_id": "req-82440ab1-6b83-4529-956c-61b95ce98aa8"}]} [pid: 8|app: 0|req: 428/855] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:22 2026] DELETE /v2.0/networks/57d6416a-6910-4943-9664-b8a5d2b7efba => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:23.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-85114d56-fa84-4c5a-9d0c-d05ddf9e69e4 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: aa85efd8-fe94-42a4-bc24-0066acdfb5c9 2026-04-23 09:28:23.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85114d56-fa84-4c5a-9d0c-d05ddf9e69e4 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: aa85efd8-fe94-42a4-bc24-0066acdfb5c9 [pid: 7|app: 0|req: 428/856] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:22 2026] DELETE /v2.0/networks/151e036b-bc06-44be-90e2-00c4a6a4217f => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:23.372 8 INFO neutron.db.segments_db [None req-b61d1dce-f6b5-4ab8-8414-6d8755290011 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment a7935166-aacf-4772-b4bd-a129bc5ec40b of type vxlan for network e057f6f2-db0b-4d45-86d7-ae6c94363f04 [pid: 8|app: 0|req: 429/857] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:28:23 2026] POST /v2.0/networks => generated 611 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/858] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:23 2026] POST /v2.0/subnets => generated 626 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:23.698 8 INFO neutron.db.segments_db [None req-3eaef2f6-e555-47a0-814a-f43876e5877e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment f8e86110-2a53-4d5c-a74b-a1c7fbbf4423 of type vxlan for network 502842dd-643e-492e-8e2c-19a9dc7b02c9 [pid: 7|app: 0|req: 430/859] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:23 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/860] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:23 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:23.966 8 INFO neutron.db.l3_hamode_db [None req-3eaef2f6-e555-47a0-814a-f43876e5877e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:28:24.117 8 INFO neutron.db.l3_hamode_db [None req-3eaef2f6-e555-47a0-814a-f43876e5877e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:28:24.528 7 INFO neutron.services.segments.plugin [-] Segment d7c34266-bee0-46f5-9779-3b102658c2b3 resource provider aggregate not found 2026-04-23 09:28:24.541 7 INFO neutron.services.segments.plugin [-] Segment d7c34266-bee0-46f5-9779-3b102658c2b3 resource provider aggregate not found 2026-04-23 09:28:24.545 7 INFO neutron.services.segments.plugin [-] Segment d7c34266-bee0-46f5-9779-3b102658c2b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7c34266-bee0-46f5-9779-3b102658c2b3 found for delete ", "request_id": "req-ee3297f0-9c6d-4c4b-b128-1cafbfbb2a1f"}]} 2026-04-23 09:28:24.555 7 INFO neutron.services.segments.plugin [-] Segment d7c34266-bee0-46f5-9779-3b102658c2b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7c34266-bee0-46f5-9779-3b102658c2b3 found for delete ", "request_id": "req-1ab784b8-3a71-474d-9188-a97e27e266bf"}]} [pid: 8|app: 0|req: 430/861] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:23 2026] POST /v2.0/routers => generated 506 bytes in 1084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/862] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:24 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 971 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/863] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:25 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/864] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:28:24 2026] POST /v2.0/ports => generated 952 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/865] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:28:25 2026] PUT /v2.0/routers/b6103f0b-a24a-45af-9580-18c683b74bfa/add_router_interface => generated 309 bytes in 903 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: 433/866] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:28:26 2026] GET /v2.0/ports/f52afaa3-0aeb-4520-ba01-e05cede857b8 => generated 1026 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 434/867] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:26 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/868] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:26 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:26.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-208619b7-ca2c-4807-8953-e364c14b25a9 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: f52afaa3-0aeb-4520-ba01-e05cede857b8 2026-04-23 09:28:26.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-208619b7-ca2c-4807-8953-e364c14b25a9 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: f52afaa3-0aeb-4520-ba01-e05cede857b8 [pid: 7|app: 0|req: 436/869] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:26 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/870] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:26 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&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: 434/871] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:26 2026] PUT /v2.0/routers/b6103f0b-a24a-45af-9580-18c683b74bfa/remove_router_interface => generated 309 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:27.051 7 INFO neutron.api.v2.resource [None req-b18befb9-e56e-44c4-af57-68aa800ff9fe 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 438/872] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:26 2026] PUT /v2.0/routers/b6103f0b-a24a-45af-9580-18c683b74bfa/remove_router_interface => generated 197 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 435/873] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:27 2026] GET /v2.0/ports?device_id=b6103f0b-a24a-45af-9580-18c683b74bfa => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:27.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c960a86-8814-42b5-838a-75d8979f887a 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: 27f83aba-ec12-4f7e-bfeb-a45fce498018 2026-04-23 09:28:27.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c960a86-8814-42b5-838a-75d8979f887a 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: 27f83aba-ec12-4f7e-bfeb-a45fce498018 2026-04-23 09:28:27.540 7 INFO neutron.services.segments.plugin [-] Segment f8e86110-2a53-4d5c-a74b-a1c7fbbf4423 resource provider aggregate not found 2026-04-23 09:28:27.551 7 INFO neutron.services.segments.plugin [-] Segment f8e86110-2a53-4d5c-a74b-a1c7fbbf4423 resource provider aggregate not found 2026-04-23 09:28:27.565 7 INFO neutron.services.segments.plugin [-] Segment f8e86110-2a53-4d5c-a74b-a1c7fbbf4423 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8e86110-2a53-4d5c-a74b-a1c7fbbf4423 found for delete ", "request_id": "req-215cd6b6-8c15-4408-87f6-77e33f687618"}]} 2026-04-23 09:28:27.568 7 INFO neutron.services.segments.plugin [-] Segment f8e86110-2a53-4d5c-a74b-a1c7fbbf4423 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8e86110-2a53-4d5c-a74b-a1c7fbbf4423 found for delete ", "request_id": "req-63659b69-8740-4f83-b3b6-f0903fada4be"}]} 2026-04-23 09:28:27.581 7 INFO neutron.db.l3_hamode_db [None req-7c960a86-8814-42b5-838a-75d8979f887a 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] HA network 502842dd-643e-492e-8e2c-19a9dc7b02c9 was deleted as no HA routers are present in tenant bf5dc2032fcf401c9adf4d2a9bddaea0. [pid: 7|app: 0|req: 439/874] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:27 2026] DELETE /v2.0/routers/b6103f0b-a24a-45af-9580-18c683b74bfa => generated 0 bytes in 506 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/875] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:27 2026] DELETE /v2.0/subnets/07507bf3-f98a-4d08-9a9a-55864c785c06 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:27.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-0486c7e2-0766-4fe5-a070-63dcaf7a4cec 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: fbf31ee9-b0e7-4057-a0d8-d74c208a2232 2026-04-23 09:28:27.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0486c7e2-0766-4fe5-a070-63dcaf7a4cec 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: fbf31ee9-b0e7-4057-a0d8-d74c208a2232 [pid: 8|app: 0|req: 437/876] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:27 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 438/877] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:27 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/878] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:27 2026] DELETE /v2.0/networks/e057f6f2-db0b-4d45-86d7-ae6c94363f04 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:28.093 8 INFO neutron.db.segments_db [None req-554d033e-372e-4a30-af75-f09e35800a42 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment b82d30fe-183a-47e0-9364-a0e16e8b145d of type vxlan for network a87789d1-d451-496f-913e-a771785a72eb [pid: 8|app: 0|req: 439/879] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:28:28 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/880] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:28 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) 2026-04-23 09:28:28.449 8 INFO neutron.db.segments_db [None req-69fefcf7-7cca-467b-94bc-1820e0cb5b6e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment cf478f69-0bda-461b-ba90-01ed021a887f of type vxlan for network 3158afdf-8ca6-4b39-a7e0-8e5afa9881bf 2026-04-23 09:28:28.697 8 INFO neutron.db.l3_hamode_db [None req-69fefcf7-7cca-467b-94bc-1820e0cb5b6e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:28:28.803 8 INFO neutron.db.l3_hamode_db [None req-69fefcf7-7cca-467b-94bc-1820e0cb5b6e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 442/881] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:28:28 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 1240 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/882] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:29 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 444/883] 10.0.0.85 () {34 vars in 1038 bytes} [Thu Apr 23 09:28:29 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 445/884] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:29 2026] GET /v2.0/security-groups?id=e4f42ae7-8b7f-4369-9fac-f03f54cac875&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/885] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:28:29 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:29.270 7 INFO neutron_taas.services.taas.taas_plugin [req-d5876ea1-3938-480e-ad2b-6eedef5e8a72 req-4495b80f-db91-4f4d-a910-1f6f1e9daeb4 b5eb8b964e14452782c956a858435c1a a2d2f42a06944b60ae5be8d384e72dd0 - - default default] TaaS: Handle Delete Port: 19583ab8-5bd0-4e2d-ab68-8eb2333d3157 2026-04-23 09:28:29.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d5876ea1-3938-480e-ad2b-6eedef5e8a72 req-4495b80f-db91-4f4d-a910-1f6f1e9daeb4 b5eb8b964e14452782c956a858435c1a a2d2f42a06944b60ae5be8d384e72dd0 - - default default] Tap Mirror: Handle Delete Port: 19583ab8-5bd0-4e2d-ab68-8eb2333d3157 [pid: 7|app: 0|req: 447/886] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:28:29 2026] DELETE /v2.0/ports/19583ab8-5bd0-4e2d-ab68-8eb2333d3157 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/887] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:28 2026] POST /v2.0/routers => generated 507 bytes in 997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:29.421 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7b920b8-7451-40ff-8317-20f6f6a84360'] response: {'server_uuid': '8f97c0ac-34bb-46b0-8b08-238b4b847949', 'name': 'network-vif-deleted', 'tag': '19583ab8-5bd0-4e2d-ab68-8eb2333d3157', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 448/888] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:29 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/889] 10.0.0.102 () {34 vars in 970 bytes} [Thu Apr 23 09:28:29 2026] GET /v2.0/ports/759b8f99-742c-4f97-a083-add2cc187517 => generated 968 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:29.585 7 INFO neutron.services.segments.plugin [-] Segment a7935166-aacf-4772-b4bd-a129bc5ec40b resource provider aggregate not found 2026-04-23 09:28:29.587 7 INFO neutron.services.segments.plugin [-] Segment a7935166-aacf-4772-b4bd-a129bc5ec40b resource provider aggregate not found 2026-04-23 09:28:29.600 7 INFO neutron.services.segments.plugin [-] Segment a7935166-aacf-4772-b4bd-a129bc5ec40b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7935166-aacf-4772-b4bd-a129bc5ec40b found for delete ", "request_id": "req-4552dccd-36df-42fd-8e66-38b9c4096567"}]} 2026-04-23 09:28:29.601 7 INFO neutron.services.segments.plugin [-] Segment a7935166-aacf-4772-b4bd-a129bc5ec40b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7935166-aacf-4772-b4bd-a129bc5ec40b found for delete ", "request_id": "req-c804793b-252d-4610-8bd5-93d9fbf75a43"}]} [pid: 7|app: 0|req: 450/890] 199.19.213.15 () {34 vars in 998 bytes} [Thu Apr 23 09:28:30 2026] GET /v2.0/subnets?network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 682 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/891] 199.19.213.15 () {34 vars in 1144 bytes} [Thu Apr 23 09:28:30 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47&device_owner=compute%3Anova&network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/892] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:30 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 441/893] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:28:29 2026] PUT /v2.0/routers/e3895f77-7d1a-4f73-8754-f45814c3945e/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/894] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:28:30 2026] GET /v2.0/ports/d9898191-273f-4324-84e0-19ad03c24da0 => generated 955 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/895] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:28:30 2026] PUT /v2.0/ports/759b8f99-742c-4f97-a083-add2cc187517 => generated 1145 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:30.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a5bcffe-c20d-48c7-b342-ff9a67c7cd38 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: d9898191-273f-4324-84e0-19ad03c24da0 2026-04-23 09:28:30.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a5bcffe-c20d-48c7-b342-ff9a67c7cd38 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: d9898191-273f-4324-84e0-19ad03c24da0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 443/896] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:30 2026] PUT /v2.0/routers/e3895f77-7d1a-4f73-8754-f45814c3945e/remove_router_interface => generated 309 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/897] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1417 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/898] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/ports?device_id=e3895f77-7d1a-4f73-8754-f45814c3945e => 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: 455/899] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/networks?id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/900] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=759b8f99-742c-4f97-a083-add2cc187517 => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/901] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 458/902] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=759b8f99-742c-4f97-a083-add2cc187517 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:31.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-361684ca-1e25-401b-9e22-079be21063ee'] response: {'name': 'network-changed', 'server_uuid': 'b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47', 'tag': '759b8f99-742c-4f97-a083-add2cc187517', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 459/903] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/subnets?id=adeb1f29-e383-4571-9039-28382e276dd1 => generated 700 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:31.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e9c59df-5894-4a0d-8743-ccfa9972be96 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: b1b001ea-92d5-4a89-8706-ae7782183ea0 2026-04-23 09:28:31.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e9c59df-5894-4a0d-8743-ccfa9972be96 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: b1b001ea-92d5-4a89-8706-ae7782183ea0 [pid: 7|app: 0|req: 460/904] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/ports?network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05&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: 461/905] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?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: 462/906] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:31.826 8 INFO neutron.services.segments.plugin [-] Segment cf478f69-0bda-461b-ba90-01ed021a887f resource provider aggregate not found 2026-04-23 09:28:31.833 8 INFO neutron.services.segments.plugin [-] Segment cf478f69-0bda-461b-ba90-01ed021a887f resource provider aggregate not found 2026-04-23 09:28:31.844 8 INFO neutron.services.segments.plugin [-] Segment cf478f69-0bda-461b-ba90-01ed021a887f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf478f69-0bda-461b-ba90-01ed021a887f found for delete ", "request_id": "req-8511336d-a836-4ac0-ae59-b73921aff65b"}]} [pid: 7|app: 0|req: 463/907] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1148 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:31.851 8 INFO neutron.services.segments.plugin [-] Segment cf478f69-0bda-461b-ba90-01ed021a887f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf478f69-0bda-461b-ba90-01ed021a887f found for delete ", "request_id": "req-cf6603c4-5b44-47f7-adeb-194496346c9f"}]} 2026-04-23 09:28:31.860 8 INFO neutron.db.l3_hamode_db [None req-0e9c59df-5894-4a0d-8743-ccfa9972be96 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] HA network 3158afdf-8ca6-4b39-a7e0-8e5afa9881bf was deleted as no HA routers are present in tenant bf5dc2032fcf401c9adf4d2a9bddaea0. [pid: 8|app: 0|req: 445/908] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:31 2026] DELETE /v2.0/routers/e3895f77-7d1a-4f73-8754-f45814c3945e => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/909] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:31 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/910] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:31 2026] DELETE /v2.0/subnets/5f6ab759-d436-49a5-bacb-3fb05aa505d6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:32.113 7 INFO neutron.services.segments.plugin [-] Segment b82d30fe-183a-47e0-9364-a0e16e8b145d resource provider aggregate not found 2026-04-23 09:28:32.119 7 INFO neutron.services.segments.plugin [-] Segment b82d30fe-183a-47e0-9364-a0e16e8b145d resource provider aggregate not found 2026-04-23 09:28:32.134 7 INFO neutron.services.segments.plugin [-] Segment b82d30fe-183a-47e0-9364-a0e16e8b145d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82d30fe-183a-47e0-9364-a0e16e8b145d found for delete ", "request_id": "req-7b5afaf6-d368-49d6-913d-cce42d60789d"}]} 2026-04-23 09:28:32.144 7 INFO neutron.services.segments.plugin [-] Segment b82d30fe-183a-47e0-9364-a0e16e8b145d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82d30fe-183a-47e0-9364-a0e16e8b145d found for delete ", "request_id": "req-51d8422b-e5e4-4313-8c26-7457a4c7124b"}]} [pid: 7|app: 0|req: 465/911] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:31 2026] DELETE /v2.0/networks/a87789d1-d451-496f-913e-a771785a72eb => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:32.197 8 INFO neutron.db.segments_db [None req-49254b9a-556e-4523-9334-9a2c088b93c1 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Added segment a1433f31-2390-4fd5-bb38-f22f001cbe06 of type vxlan for network 661a88f6-4bfd-4470-9ca1-7498ba336122 2026-04-23 09:28:32.439 8 INFO neutron.db.l3_hamode_db [None req-49254b9a-556e-4523-9334-9a2c088b93c1 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 468/914] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/ports?device_id=8f97c0ac-34bb-46b0-8b08-238b4b847949 => 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: 469/915] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1417 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/916] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/networks?id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/917] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=759b8f99-742c-4f97-a083-add2cc187517 => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/918] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=759b8f99-742c-4f97-a083-add2cc187517 => 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: 473/919] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/subnets?id=adeb1f29-e383-4571-9039-28382e276dd1 => generated 700 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/920] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/ports?network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05&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: 475/921] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?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: 476/922] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:28:32 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?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-04-23 09:28:33.189 8 INFO neutron.db.l3_hamode_db [None req-49254b9a-556e-4523-9334-9a2c088b93c1 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 477/923] 199.19.213.15 () {34 vars in 1116 bytes} [Thu Apr 23 09:28:33 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/924] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:28:33 2026] PUT /v2.0/ports/759b8f99-742c-4f97-a083-add2cc187517 => generated 968 bytes in 477 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: 447/925] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:32 2026] POST /v2.0/routers => generated 687 bytes in 1852 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:34.028 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32b1aa17-a7ed-4cca-b214-870dfe052b40'] response: {'name': 'network-changed', 'server_uuid': 'b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47', 'tag': '759b8f99-742c-4f97-a083-add2cc187517', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 448/926] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:28:34 2026] GET /v2.0/routers/cb23df63-523a-456b-bac5-f1e7299ca7ea => generated 693 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/927] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:28:34 2026] GET /v2.0/routers => generated 696 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:34.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-78da7716-9dfd-477e-ac80-a369a42d6b7c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 93d2b921-64a7-4904-89fe-8da38b587135 2026-04-23 09:28:34.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78da7716-9dfd-477e-ac80-a369a42d6b7c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 93d2b921-64a7-4904-89fe-8da38b587135 [pid: 7|app: 0|req: 479/928] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:33 2026] PUT /v2.0/routers/54645b3e-6219-4aa8-91e1-7d23f8b8bb33/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/929] 10.0.0.84 () {34 vars in 739 bytes} [Thu Apr 23 09:28:34 2026] PUT /v2.0/routers/cb23df63-523a-456b-bac5-f1e7299ca7ea => generated 700 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/930] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:34 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 481/931] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:28:34 2026] GET /v2.0/routers/cb23df63-523a-456b-bac5-f1e7299ca7ea => generated 700 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/932] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/networks?id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/933] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/ports?device_id=cb23df63-523a-456b-bac5-f1e7299ca7ea => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/934] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=759b8f99-742c-4f97-a083-add2cc187517 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:35.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-6341720e-2ffb-43d0-a082-902285b553ea 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 070cfbbf-0276-4125-a156-11fbc56adf12 2026-04-23 09:28:35.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6341720e-2ffb-43d0-a082-902285b553ea 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 070cfbbf-0276-4125-a156-11fbc56adf12 2026-04-23 09:28:35.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-a862577b-d490-45ab-a625-583cae0c0f8e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: dfa43043-bc3c-4d10-a892-9c0bc761710a 2026-04-23 09:28:35.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a862577b-d490-45ab-a625-583cae0c0f8e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: dfa43043-bc3c-4d10-a892-9c0bc761710a 2026-04-23 09:28:35.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-6341720e-2ffb-43d0-a082-902285b553ea 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: f6a4b0ea-af2d-4b33-8d8b-adced93c1434 2026-04-23 09:28:35.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6341720e-2ffb-43d0-a082-902285b553ea 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: f6a4b0ea-af2d-4b33-8d8b-adced93c1434 2026-04-23 09:28:35.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-a862577b-d490-45ab-a625-583cae0c0f8e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] TaaS: Handle Delete Port: d48ba37c-f546-4e64-98b8-06af45e8b624 2026-04-23 09:28:35.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a862577b-d490-45ab-a625-583cae0c0f8e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] Tap Mirror: Handle Delete Port: d48ba37c-f546-4e64-98b8-06af45e8b624 2026-04-23 09:28:35.740 8 INFO neutron.services.segments.plugin [-] Segment cf6ec91f-d083-459f-9dcd-0321f9f07c09 resource provider aggregate not found 2026-04-23 09:28:35.746 8 INFO neutron.services.segments.plugin [-] Segment cf6ec91f-d083-459f-9dcd-0321f9f07c09 resource provider aggregate not found 2026-04-23 09:28:35.765 8 INFO neutron.services.segments.plugin [-] Segment cf6ec91f-d083-459f-9dcd-0321f9f07c09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf6ec91f-d083-459f-9dcd-0321f9f07c09 found for delete ", "request_id": "req-742e86a9-962f-4ed1-87d2-6271307a5525"}]} 2026-04-23 09:28:35.770 8 INFO neutron.services.segments.plugin [-] Segment cf6ec91f-d083-459f-9dcd-0321f9f07c09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf6ec91f-d083-459f-9dcd-0321f9f07c09 found for delete ", "request_id": "req-5b7c1066-1d40-4742-910a-793f972136c7"}]} 2026-04-23 09:28:35.773 8 INFO neutron.db.l3_hamode_db [None req-6341720e-2ffb-43d0-a082-902285b553ea 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 3d024973-a330-47a4-883f-dc4c46f75ffe was deleted as no HA routers are present in tenant a2d2f42a06944b60ae5be8d384e72dd0. [pid: 8|app: 0|req: 451/935] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:34 2026] DELETE /v2.0/routers/54645b3e-6219-4aa8-91e1-7d23f8b8bb33 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/936] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/subnets?id=adeb1f29-e383-4571-9039-28382e276dd1 => generated 700 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:35.827 7 INFO neutron.services.segments.plugin [-] Segment a1433f31-2390-4fd5-bb38-f22f001cbe06 resource provider aggregate not found 2026-04-23 09:28:35.836 7 INFO neutron.services.segments.plugin [-] Segment a1433f31-2390-4fd5-bb38-f22f001cbe06 resource provider aggregate not found 2026-04-23 09:28:35.844 7 INFO neutron.services.segments.plugin [-] Segment a1433f31-2390-4fd5-bb38-f22f001cbe06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1433f31-2390-4fd5-bb38-f22f001cbe06 found for delete ", "request_id": "req-f0c143ed-eb64-475f-acca-d4236ee6c695"}]} 2026-04-23 09:28:35.859 7 INFO neutron.services.segments.plugin [-] Segment a1433f31-2390-4fd5-bb38-f22f001cbe06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1433f31-2390-4fd5-bb38-f22f001cbe06 found for delete ", "request_id": "req-3beec5cc-7dfc-4938-8afc-3d4174125216"}]} 2026-04-23 09:28:35.862 7 INFO neutron.db.l3_hamode_db [None req-a862577b-d490-45ab-a625-583cae0c0f8e 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] HA network 661a88f6-4bfd-4470-9ca1-7498ba336122 was deleted as no HA routers are present in tenant bf5dc2032fcf401c9adf4d2a9bddaea0. [pid: 7|app: 0|req: 485/937] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:35 2026] DELETE /v2.0/routers/cb23df63-523a-456b-bac5-f1e7299ca7ea => generated 0 bytes in 782 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/938] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/ports?network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/939] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/ports?device_id=cb23df63-523a-456b-bac5-f1e7299ca7ea => 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: 453/940] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:35 2026] DELETE /v2.0/subnets/8e239360-525f-4e04-b2a1-0c17d940bcf8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/941] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:35.975 8 INFO neutron.api.v2.resource [None req-03203aca-7ed9-46b3-a5b0-17093d70e0b9 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 454/942] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:35 2026] DELETE /v2.0/routers/cb23df63-523a-456b-bac5-f1e7299ca7ea => 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: 455/943] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:28:35 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/944] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:36 2026] GET /v2.0/ports?device_id=e3895f77-7d1a-4f73-8754-f45814c3945e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:36.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-1140d7b4-90f0-475c-b3ad-d9e585084099 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 86a0da3c-c311-49d5-8902-08d0acdbcba9 2026-04-23 09:28:36.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1140d7b4-90f0-475c-b3ad-d9e585084099 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 86a0da3c-c311-49d5-8902-08d0acdbcba9 2026-04-23 09:28:36.054 8 INFO neutron.api.v2.resource [None req-c6de4d49-5995-4c3a-aea5-90d523e55241 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 457/945] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/routers/e3895f77-7d1a-4f73-8754-f45814c3945e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:28:36.085 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1667e6d6-fc67-40f6-90b9-1f23b8c0b506 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 458/946] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/subnets/5f6ab759-d436-49a5-bacb-3fb05aa505d6 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/947] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:36 2026] GET /v2.0/ports?device_id=b6103f0b-a24a-45af-9580-18c683b74bfa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:36.151 8 INFO neutron.api.v2.resource [None req-59624953-f827-43d1-b4bc-13eb89139fbe 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 460/948] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/routers/b6103f0b-a24a-45af-9580-18c683b74bfa => 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: 489/949] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:35 2026] DELETE /v2.0/networks/2473ee7a-59ae-4605-8287-7059793e15b2 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:36.176 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b095f950-31b9-44a0-9e74-0c362dd29ef4 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 461/950] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/subnets/07507bf3-f98a-4d08-9a9a-55864c785c06 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/951] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:28:36 2026] GET /v2.0/ports?device_id=103efedf-16e1-4de7-a023-ac24806f745d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:28:36.224 8 INFO neutron.api.v2.resource [None req-597a3d12-4018-4a06-af05-191ff7aca14d 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 462/952] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/routers/103efedf-16e1-4de7-a023-ac24806f745d => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:28:36.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1c90261-95d5-4022-a23c-170c159e3dd3 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/953] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/subnets/348422ec-401e-4d49-88df-9b1923eae9a1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:28:36.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb13f981-4ef4-4051-8970-56756f470ed6 5ed3865e8eb34b3e857880db0558a9b0 bf5dc2032fcf401c9adf4d2a9bddaea0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 463/954] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/subnets/954cb373-f2cf-4592-baea-148f54ec59a9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/955] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:36 2026] GET /v2.0/security-groups?tenant_id=a2d2f42a06944b60ae5be8d384e72dd0&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/956] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:36 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 493/957] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:36 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/958] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/security-groups/e4f42ae7-8b7f-4369-9fac-f03f54cac875 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/959] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:36 2026] GET /v2.0/security-groups?tenant_id=bf5dc2032fcf401c9adf4d2a9bddaea0&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/960] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:36 2026] DELETE /v2.0/security-groups/b9f3a34b-9501-4491-acb4-1212989b0675 => 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: 495/961] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/ports?tenant_id=587549595f504b0e87994b1bc28e9ee8&device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/962] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/networks?id=5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 778 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/963] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=759b8f99-742c-4f97-a083-add2cc187517 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/964] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/subnets?id=adeb1f29-e383-4571-9039-28382e276dd1 => generated 700 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/965] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/ports?network_id=5bea9242-fccc-425b-a5ed-a44b30ccca05&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: 469/966] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?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: 498/967] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05?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: 470/968] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/969] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:37 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:37.865 7 INFO neutron.services.segments.plugin [-] Segment ee9ea7db-658e-48c6-9f2a-507527ffbb67 resource provider aggregate not found 2026-04-23 09:28:37.875 7 INFO neutron.services.segments.plugin [-] Segment ee9ea7db-658e-48c6-9f2a-507527ffbb67 resource provider aggregate not found 2026-04-23 09:28:37.880 7 INFO neutron.services.segments.plugin [-] Segment ee9ea7db-658e-48c6-9f2a-507527ffbb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9ea7db-658e-48c6-9f2a-507527ffbb67 found for delete ", "request_id": "req-85769556-71b7-456c-953a-5809f6c25258"}]} 2026-04-23 09:28:37.892 7 INFO neutron.services.segments.plugin [-] Segment ee9ea7db-658e-48c6-9f2a-507527ffbb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9ea7db-658e-48c6-9f2a-507527ffbb67 found for delete ", "request_id": "req-0863f980-b6c7-4393-8bd1-b7c7fdf0af05"}]} [pid: 7|app: 0|req: 500/970] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:38 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 501/971] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:38 2026] GET /v2.0/security-groups?id=3570a00f-61b8-4e19-a302-527d1d7ceed4&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: 502/972] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:28:38 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:38.908 7 INFO neutron_taas.services.taas.taas_plugin [req-f0d86e3d-4099-4990-84b8-1a0385c999ae req-21ba8a7c-bc07-4a68-aa06-1e6dc503e3f5 9f223595acc94e7facb6fc713a95129c 587549595f504b0e87994b1bc28e9ee8 - - default default] TaaS: Handle Delete Port: 759b8f99-742c-4f97-a083-add2cc187517 2026-04-23 09:28:38.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f0d86e3d-4099-4990-84b8-1a0385c999ae req-21ba8a7c-bc07-4a68-aa06-1e6dc503e3f5 9f223595acc94e7facb6fc713a95129c 587549595f504b0e87994b1bc28e9ee8 - - default default] Tap Mirror: Handle Delete Port: 759b8f99-742c-4f97-a083-add2cc187517 2026-04-23 09:28:39.023 7 INFO neutron.db.l3_db [req-f0d86e3d-4099-4990-84b8-1a0385c999ae req-21ba8a7c-bc07-4a68-aa06-1e6dc503e3f5 9f223595acc94e7facb6fc713a95129c 587549595f504b0e87994b1bc28e9ee8 - - default default] Floating IP c2e5e642-a9e0-477d-8040-62510dfe46bc disassociated. External IP: 10.96.250.219, port: 759b8f99-742c-4f97-a083-add2cc187517. [pid: 8|app: 0|req: 471/973] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:28:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/974] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/975] 10.0.0.84 () {34 vars in 756 bytes} [Thu Apr 23 09:28:39 2026] PUT /v2.0/security-groups/9b630557-d5ad-4358-a96d-24436952360a => generated 1664 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/976] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/security-groups/9b630557-d5ad-4358-a96d-24436952360a => generated 1664 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/977] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:39 2026] DELETE /v2.0/security-groups/9b630557-d5ad-4358-a96d-24436952360a => 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: 476/978] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:39.307 8 INFO neutron.api.v2.resource [None req-d6c4d948-5e04-40b6-b264-37d3ac090472 652891ef21dd4572855685f5e8dc7a4b d354f3aade7e47e29eab0b2d82112b9b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 477/979] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:39 2026] DELETE /v2.0/security-groups/9b630557-d5ad-4358-a96d-24436952360a => 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: 478/980] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:28:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/981] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/security-groups?tenant_id=6af4f05c20544f77925ec87f0aafb44b&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/982] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:28:38 2026] DELETE /v2.0/ports/759b8f99-742c-4f97-a083-add2cc187517 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:39.769 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb67777d-310e-47ef-9a4a-792bf8d7ba20'] response: {'server_uuid': 'b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47', 'name': 'network-vif-deleted', 'tag': '759b8f99-742c-4f97-a083-add2cc187517', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 480/983] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:28:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/984] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/security-group-rules/25a986e1-4b07-4cd1-8297-4f5e1857d9c4 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/985] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:39 2026] DELETE /v2.0/security-groups/7110537f-4c48-4798-a005-24f8bc33e389 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/986] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 482/987] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:28:39 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: 7|app: 0|req: 506/988] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:28:39 2026] DELETE /v2.0/security-group-rules/25a986e1-4b07-4cd1-8297-4f5e1857d9c4 => 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: 483/989] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/990] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:28:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/991] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/992] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:28:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/993] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 509/994] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-group-rules/28f11dbd-b21e-4e8f-a9c1-404f4b4e7f5d => 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: 486/995] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/996] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/997] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:28:40 2026] DELETE /v2.0/security-group-rules/28f11dbd-b21e-4e8f-a9c1-404f4b4e7f5d => 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: 511/998] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/999] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:28:40 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: 512/1000] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-group-rules/739ea74a-ca5e-4f88-8eca-5940424d682e => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1001] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1002] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 490/1003] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:28:40 2026] DELETE /v2.0/security-group-rules/739ea74a-ca5e-4f88-8eca-5940424d682e => 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: 514/1004] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1005] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1006] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:40 2026] DELETE /v2.0/security-groups/1dc798cb-0ba7-472f-bd25-60d9b84437b1 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1007] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1008] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1009] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:40 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 517/1010] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:41 2026] GET /v2.0/security-groups?tenant_id=d354f3aade7e47e29eab0b2d82112b9b&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1011] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:41 2026] DELETE /v2.0/security-groups/466ff38e-9640-4e5b-897e-d337e5bb8a92 => 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: 518/1012] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:41 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 495/1013] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:41 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 519/1014] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/ports?device_id=b5d7cca4-ba1e-4bf2-a2bd-4c53f81bcc47 => 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: 496/1015] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/ports?tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f&device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1016] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/networks?id=230e9147-b6cb-46b9-bd1d-f14afd75e7b1 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1017] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7d03f32-7f74-4f08-a090-794e6ed5281e => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1018] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/subnets?id=2241434d-9357-4eb5-8f97-266f96ad5743 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1019] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/ports?network_id=230e9147-b6cb-46b9-bd1d-f14afd75e7b1&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1020] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?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: 499/1021] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1?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: 7|app: 0|req: 523/1022] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1023] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:42 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 524/1024] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:43 2026] DELETE /v2.0/security-groups/3570a00f-61b8-4e19-a302-527d1d7ceed4 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:43.275 8 INFO neutron.api.v2.resource [None req-8dccc255-0a3c-4fd4-98f4-d9efaf16918b 9f223595acc94e7facb6fc713a95129c 587549595f504b0e87994b1bc28e9ee8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 501/1025] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:28:43 2026] GET /v2.0/security-groups/3570a00f-61b8-4e19-a302-527d1d7ceed4 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:28:43.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-167395ed-516f-4849-88d9-e4ef7a16503c 9f223595acc94e7facb6fc713a95129c 587549595f504b0e87994b1bc28e9ee8 - - default default] TaaS: Handle Delete Port: fd7929d4-3ed2-44c7-90e3-0d300919e0cf 2026-04-23 09:28:43.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-167395ed-516f-4849-88d9-e4ef7a16503c 9f223595acc94e7facb6fc713a95129c 587549595f504b0e87994b1bc28e9ee8 - - default default] Tap Mirror: Handle Delete Port: fd7929d4-3ed2-44c7-90e3-0d300919e0cf [pid: 7|app: 0|req: 525/1026] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:28:43 2026] DELETE /v2.0/floatingips/c2e5e642-a9e0-477d-8040-62510dfe46bc => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:44.053 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4cf8519-aeee-4cee-8bd9-f40acb8ff963 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: a898a00e-ba60-4f56-86da-c4eb47c26009 2026-04-23 09:28:44.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4cf8519-aeee-4cee-8bd9-f40acb8ff963 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: a898a00e-ba60-4f56-86da-c4eb47c26009 [pid: 7|app: 0|req: 526/1027] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:44 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1028] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:44 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 528/1029] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:44 2026] GET /v2.0/security-groups?tenant_id=20d5d5f8ad6d4da38392de9f39270dca&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1030] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:44 2026] DELETE /v2.0/security-groups/f3d2fc46-35dc-4f65-9547-228df6568bd7 => 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: 502/1031] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:28:43 2026] PUT /v2.0/routers/515de73e-fde5-466d-9c67-bb48299cbacc/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:44.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-06c512aa-fecc-4d04-b621-124b7c121c2c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 12a53eaa-1e99-41a0-b8db-03777b05b5b5 [pid: 8|app: 0|req: 503/1032] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:44 2026] GET /v2.0/security-groups?tenant_id=b02b99b7bf18414eb192cd018f409e1c&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:44.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c512aa-fecc-4d04-b621-124b7c121c2c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 12a53eaa-1e99-41a0-b8db-03777b05b5b5 [pid: 8|app: 0|req: 504/1033] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:44 2026] DELETE /v2.0/security-groups/0187ed33-f578-4751-b4b6-44bcdd37b5f3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:45.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-06c512aa-fecc-4d04-b621-124b7c121c2c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 0cf267ec-539f-46bf-be67-c2ceae581726 2026-04-23 09:28:45.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c512aa-fecc-4d04-b621-124b7c121c2c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 0cf267ec-539f-46bf-be67-c2ceae581726 [pid: 8|app: 0|req: 505/1034] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:45 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 506/1035] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:45 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:45.485 7 INFO neutron.services.segments.plugin [-] Segment 61e462d9-73b9-41e6-97e4-faed3e0c9da4 resource provider aggregate not found 2026-04-23 09:28:45.497 7 INFO neutron.services.segments.plugin [-] Segment 61e462d9-73b9-41e6-97e4-faed3e0c9da4 resource provider aggregate not found 2026-04-23 09:28:45.509 7 INFO neutron.services.segments.plugin [-] Segment 61e462d9-73b9-41e6-97e4-faed3e0c9da4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e462d9-73b9-41e6-97e4-faed3e0c9da4 found for delete ", "request_id": "req-3ec4cf31-1f5c-4bee-a616-a488b0c6f87f"}]} 2026-04-23 09:28:45.518 7 INFO neutron.services.segments.plugin [-] Segment 61e462d9-73b9-41e6-97e4-faed3e0c9da4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e462d9-73b9-41e6-97e4-faed3e0c9da4 found for delete ", "request_id": "req-44010408-fd09-4e8a-ad30-1336016e85b6"}]} 2026-04-23 09:28:45.526 7 INFO neutron.db.l3_hamode_db [None req-06c512aa-fecc-4d04-b621-124b7c121c2c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 392525c5-53e2-4d13-a5a0-c5de7cab406a was deleted as no HA routers are present in tenant 587549595f504b0e87994b1bc28e9ee8. [pid: 7|app: 0|req: 530/1036] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:44 2026] DELETE /v2.0/routers/515de73e-fde5-466d-9c67-bb48299cbacc => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1037] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:28:45 2026] DELETE /v2.0/subnets/adeb1f29-e383-4571-9039-28382e276dd1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:28:45.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-4675ad3d-dae8-4a16-ab72-ec3d27c2d056 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 617a5f6e-60ba-446c-a8f4-310346a9eba3 2026-04-23 09:28:45.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4675ad3d-dae8-4a16-ab72-ec3d27c2d056 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 617a5f6e-60ba-446c-a8f4-310346a9eba3 [pid: 7|app: 0|req: 531/1038] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:28:45 2026] DELETE /v2.0/networks/5bea9242-fccc-425b-a5ed-a44b30ccca05 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1039] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:46 2026] GET /v2.0/security-groups?tenant_id=587549595f504b0e87994b1bc28e9ee8&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: 532/1040] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:46 2026] DELETE /v2.0/security-groups/c6cf590e-4310-4ff0-aa67-84b0125ebebf => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1041] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:46 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1042] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:46 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:47.536 7 INFO neutron.services.segments.plugin [-] Segment 01aa5750-146b-4377-902f-32e04c1d7e85 resource provider aggregate not found [pid: 8|app: 0|req: 510/1045] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:47 2026] GET /v2.0/security-groups?tenant_id=8b65fc41d0134b448fc4a6f5ef028859&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:47.540 7 INFO neutron.services.segments.plugin [-] Segment 01aa5750-146b-4377-902f-32e04c1d7e85 resource provider aggregate not found 2026-04-23 09:28:47.572 7 INFO neutron.services.segments.plugin [-] Segment 01aa5750-146b-4377-902f-32e04c1d7e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01aa5750-146b-4377-902f-32e04c1d7e85 found for delete ", "request_id": "req-4fb72ec3-0d7b-43a1-993d-b168c9f2f3b5"}]} 2026-04-23 09:28:47.579 7 INFO neutron.services.segments.plugin [-] Segment 01aa5750-146b-4377-902f-32e04c1d7e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01aa5750-146b-4377-902f-32e04c1d7e85 found for delete ", "request_id": "req-63011cd7-4a47-48b7-8d7c-3f511e292667"}]} [pid: 8|app: 0|req: 511/1046] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:47 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 512/1047] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:47 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 536/1048] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:47 2026] DELETE /v2.0/security-groups/f81aeb9e-178a-469f-b523-84dac5139a15 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1049] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:47 2026] GET /v2.0/security-groups?tenant_id=0ecb5bf6d3104963a3b053024606d282&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1050] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:47 2026] DELETE /v2.0/security-groups/465c01de-6def-4024-9b0c-6a0344c160a7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:28:48.334 8 INFO neutron.db.segments_db [None req-bb1baa08-91f3-4bbc-b1e0-e617ee39932d 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 4e531000-a0d2-4499-8294-62c4263acaf3 of type vxlan for network 37bac8d2-3d40-46f2-98c0-48c15ed30dda [pid: 8|app: 0|req: 514/1051] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:28:48 2026] POST /v2.0/networks => generated 728 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1052] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:48 2026] POST /v2.0/subnets => generated 694 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:48.674 8 INFO neutron.db.segments_db [None req-35a7e06d-e3c7-42ec-8a8b-a66524f43a2f 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment e87478b0-2d4c-4410-815d-0e1d2c99fc97 of type vxlan for network 32fe4cd1-6295-4816-bd46-be2debf7bca1 [pid: 7|app: 0|req: 539/1053] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:48 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1054] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:48 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:48.933 8 INFO neutron.db.l3_hamode_db [None req-35a7e06d-e3c7-42ec-8a8b-a66524f43a2f 7a5e7e2e40074b5eabd3fac25ca98826 940abc733c0a4f038f94d90f5cad69c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 541/1055] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:49 2026] GET /v2.0/security-groups?tenant_id=4f013e19c14640db8a70899aeba238a7&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1056] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:49 2026] DELETE /v2.0/security-groups/3b893297-a7cf-49be-b34d-fa8c4f5fefa4 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1057] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:49 2026] GET /v2.0/security-groups?tenant_id=c7d6d7562e4c4ee0975c1edae14f03ef&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:28:49.866 8 INFO neutron.db.l3_hamode_db [None req-35a7e06d-e3c7-42ec-8a8b-a66524f43a2f 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:28:50.127 7 INFO neutron.db.segments_db [None req-b8afd313-81c5-4fca-839a-0384f245325b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 2caad82a-7fbb-4187-90a0-ba540110a93b of type vxlan for network f597ce64-6d24-4d36-a0fe-15db032495df [pid: 7|app: 0|req: 544/1058] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:28:49 2026] POST /v2.0/networks => generated 721 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1059] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:50 2026] DELETE /v2.0/security-groups/833456d2-7f3d-4250-9890-af5f9bb80f9b => 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: 546/1060] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:50 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1061] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:50 2026] POST /v2.0/subnets => generated 687 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1062] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:28:50 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:28:50.630 7 INFO neutron.db.segments_db [None req-be2b4b7a-64a0-4f76-99d0-e318b65b9ff7 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 014cd023-457e-4c98-acd5-b4d6f1d5f77d of type vxlan for network 5fbee889-2e58-4147-aab2-016557ca550e [pid: 8|app: 0|req: 515/1063] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:48 2026] POST /v2.0/routers => generated 734 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:28:50.892 7 INFO neutron.db.l3_hamode_db [None req-be2b4b7a-64a0-4f76-99d0-e318b65b9ff7 7a5e7e2e40074b5eabd3fac25ca98826 5b3a7b7c66694087a6776a3634460e96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:28:51.559 7 INFO neutron.db.l3_hamode_db [None req-be2b4b7a-64a0-4f76-99d0-e318b65b9ff7 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 516/1064] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:28:50 2026] PUT /v2.0/routers/29e0e1a6-162b-4b8b-956e-2418612bd3f8/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1065] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:28:52 2026] POST /v2.0/security-groups => generated 1661 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1066] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:28:50 2026] POST /v2.0/routers => generated 727 bytes in 1949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1067] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:28:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1068] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:28:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1069] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:28:52 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1070] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:28:52 2026] PUT /v2.0/routers/257902a1-874f-46c9-8fe0-b19067867d46/add_router_interface => generated 309 bytes in 1272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1071] 10.0.0.102 () {34 vars in 1099 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1953275136&fields=id&tenant_id=940abc733c0a4f038f94d90f5cad69c9 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1072] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/networks?id=37bac8d2-3d40-46f2-98c0-48c15ed30dda => generated 679 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1073] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/quotas/940abc733c0a4f038f94d90f5cad69c9 => 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: 521/1074] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:56 2026] GET /v2.0/security-groups?tenant_id=a1af67e110fc4f41a701ff4a6bc173a2&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1075] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/ports?tenant_id=940abc733c0a4f038f94d90f5cad69c9&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1076] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/networks?id=f597ce64-6d24-4d36-a0fe-15db032495df => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1077] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:57 2026] DELETE /v2.0/security-groups/3965b627-b7fe-4922-90c7-3a2e4fb8ea79 => 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: 523/1078] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/quotas/5b3a7b7c66694087a6776a3634460e96 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1079] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/networks/37bac8d2-3d40-46f2-98c0-48c15ed30dda?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: 557/1080] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/networks/37bac8d2-3d40-46f2-98c0-48c15ed30dda?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1081] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/ports?tenant_id=5b3a7b7c66694087a6776a3634460e96&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1082] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/networks/f597ce64-6d24-4d36-a0fe-15db032495df?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1083] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/security-groups?tenant_id=1ed417ec5504453b9a58c656c0d36b5c&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1084] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/networks/f597ce64-6d24-4d36-a0fe-15db032495df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1085] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:28:57 2026] DELETE /v2.0/security-groups/449dfb9e-4261-4969-bb74-dce0dfe97c59 => 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: 527/1086] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 560/1087] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:57 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 528/1088] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:58 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1089] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:58 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1090] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:28:58 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1091] 10.0.0.85 () {34 vars in 1038 bytes} [Thu Apr 23 09:28:58 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1092] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:59 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 531/1093] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:28:59 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 563/1094] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:00 2026] GET /v2.0/security-groups?tenant_id=94e58c0f20bf464db897e3d310aaa46c&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1095] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:00 2026] DELETE /v2.0/security-groups/f7e3c515-dd5d-4db0-83e2-0ab7f614e746 => 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: 564/1096] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:00 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 533/1097] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:00 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1098] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:29:01 2026] GET /v2.0/networks?id=f597ce64-6d24-4d36-a0fe-15db032495df => generated 672 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1099] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:02 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 566/1100] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:02 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 535/1101] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:29:02 2026] POST /v2.0/ports => generated 954 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:29:02.454 7 INFO neutron.db.segments_db [None req-ba39a4b9-56ed-46ce-8356-eb6e8e31c3f5 66fed3bdd7f2425181f1ad17ec095d9b c1e731648b384e3b9b19ee25750172b0 - - default default] Added segment 6103778f-fb17-4ff2-b4bc-0bd09c608c02 of type vxlan for network cfd01d0a-3a07-4c50-8937-80c5b9d91e99 [pid: 7|app: 0|req: 567/1104] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:02 2026] POST /v2.0/networks => generated 628 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1105] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:29:02 2026] PUT /v2.0/ports/c73fafb1-1e3d-46ed-81c8-510a26397d59 => generated 1235 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:29:02.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7b69445-c76b-4c4d-ab0e-ed2a9e24523c'] response: {'name': 'network-changed', 'server_uuid': '896586ad-2adf-4215-87e5-ce3934d76fec', 'tag': 'c73fafb1-1e3d-46ed-81c8-510a26397d59', '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: 539/1106] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:03 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 568/1107] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:03 2026] POST /v2.0/subnets => generated 673 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1108] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:03 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 569/1109] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:03 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:03.292 8 INFO neutron.db.segments_db [None req-1366d52d-fe59-4f6a-b570-5b420d852c8f 66fed3bdd7f2425181f1ad17ec095d9b c1e731648b384e3b9b19ee25750172b0 - - default default] Added segment 8b579171-3483-49b8-8239-2f04580e8802 of type vxlan for network 5af44cc9-3348-4e8c-b6a4-31937e68c94e [pid: 8|app: 0|req: 541/1110] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:03 2026] POST /v2.0/networks => generated 629 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1111] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:03 2026] GET /v2.0/ports?tenant_id=5b3a7b7c66694087a6776a3634460e96&device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 570/1112] 10.0.0.84 () {34 vars in 741 bytes} [Thu Apr 23 09:29:03 2026] PUT /v2.0/networks/5af44cc9-3348-4e8c-b6a4-31937e68c94e => generated 592 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1113] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:29:03 2026] GET /v2.0/networks?tenant_id=5b3a7b7c66694087a6776a3634460e96&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1114] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:29:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1115] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:03 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1116] 10.0.0.84 () {34 vars in 739 bytes} [Thu Apr 23 09:29:03 2026] PUT /v2.0/subnets/01fbc4a5-f608-4715-af7a-0ba0efb11a02 => generated 656 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:04.050 7 INFO neutron.services.segments.plugin [-] Segment 8b579171-3483-49b8-8239-2f04580e8802 resource provider aggregate not found 2026-04-23 09:29:04.056 7 INFO neutron.services.segments.plugin [-] Segment 8b579171-3483-49b8-8239-2f04580e8802 resource provider aggregate not found 2026-04-23 09:29:04.072 7 INFO neutron.services.segments.plugin [-] Segment 8b579171-3483-49b8-8239-2f04580e8802 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b579171-3483-49b8-8239-2f04580e8802 found for delete ", "request_id": "req-0a0d2f40-31c5-415f-b975-2999085fbb51"}]} 2026-04-23 09:29:04.075 7 INFO neutron.services.segments.plugin [-] Segment 8b579171-3483-49b8-8239-2f04580e8802 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b579171-3483-49b8-8239-2f04580e8802 found for delete ", "request_id": "req-6a461bf9-e179-4179-9b18-669019379fdf"}]} [pid: 7|app: 0|req: 572/1117] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:03 2026] DELETE /v2.0/networks/5af44cc9-3348-4e8c-b6a4-31937e68c94e => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:04.108 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f68b04ea-c71c-4b28-9405-1bb6d2a83e5a 66fed3bdd7f2425181f1ad17ec095d9b c1e731648b384e3b9b19ee25750172b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1118] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:04 2026] DELETE /v2.0/networks/5af44cc9-3348-4e8c-b6a4-31937e68c94e => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1119] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/networks?id=37bac8d2-3d40-46f2-98c0-48c15ed30dda => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1120] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1121] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=940abc733c0a4f038f94d90f5cad69c9 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1122] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/subnets?network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1123] 10.0.0.84 () {32 vars in 651 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1124] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/networks => generated 1312 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1125] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/subnets => generated 1312 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1126] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 579/1127] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/networks/cfd01d0a-3a07-4c50-8937-80c5b9d91e99 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1128] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 581/1129] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/subnets/db23641b-e85c-42d0-8346-421b4197ef7c => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1130] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:29:04 2026] POST /v2.0/ports => generated 954 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 582/1131] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&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-04-23 09:29:04.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-901c31c7-86a5-479c-8f78-921632f3e20b 66fed3bdd7f2425181f1ad17ec095d9b c1e731648b384e3b9b19ee25750172b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1132] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:04 2026] DELETE /v2.0/subnets/01fbc4a5-f608-4715-af7a-0ba0efb11a02 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:29:04.552 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27ba57b7-76d9-4d8c-a547-23bbf22b5a29 66fed3bdd7f2425181f1ad17ec095d9b c1e731648b384e3b9b19ee25750172b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1133] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:04 2026] DELETE /v2.0/networks/5af44cc9-3348-4e8c-b6a4-31937e68c94e => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1134] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:04 2026] DELETE /v2.0/subnets/db23641b-e85c-42d0-8346-421b4197ef7c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1135] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/ports?tenant_id=5b3a7b7c66694087a6776a3634460e96&device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:29:04.827 8 INFO neutron.services.segments.plugin [-] Segment 6103778f-fb17-4ff2-b4bc-0bd09c608c02 resource provider aggregate not found 2026-04-23 09:29:04.833 8 INFO neutron.services.segments.plugin [-] Segment 6103778f-fb17-4ff2-b4bc-0bd09c608c02 resource provider aggregate not found 2026-04-23 09:29:04.849 8 INFO neutron.services.segments.plugin [-] Segment 6103778f-fb17-4ff2-b4bc-0bd09c608c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6103778f-fb17-4ff2-b4bc-0bd09c608c02 found for delete ", "request_id": "req-bdaf8e62-d08b-4987-b6e5-2feefe9756b7"}]} 2026-04-23 09:29:04.855 8 INFO neutron.services.segments.plugin [-] Segment 6103778f-fb17-4ff2-b4bc-0bd09c608c02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6103778f-fb17-4ff2-b4bc-0bd09c608c02 found for delete ", "request_id": "req-b5a7d079-359d-4c02-82d9-d51634bfbca5"}]} [pid: 8|app: 0|req: 554/1136] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:04 2026] DELETE /v2.0/networks/cfd01d0a-3a07-4c50-8937-80c5b9d91e99 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1137] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c73fafb1-1e3d-46ed-81c8-510a26397d59 => 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: 583/1138] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:29:04 2026] PUT /v2.0/ports/7bcddf04-ef0d-43ed-b288-f1f2762f82ce => generated 1235 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1139] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/subnets?id=ed22acab-5d1c-49c3-9b9c-3449efa98ca2 => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:29:04.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41afe568-759a-4599-8f6f-c226c26bda54'] response: {'name': 'network-changed', 'server_uuid': 'bb1f89f9-a097-47c9-9cc0-9efce1e0366a', 'tag': '7bcddf04-ef0d-43ed-b288-f1f2762f82ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 584/1140] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/ports?network_id=f597ce64-6d24-4d36-a0fe-15db032495df&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: 557/1141] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:29:04 2026] GET /v2.0/networks/f597ce64-6d24-4d36-a0fe-15db032495df?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1142] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/networks/f597ce64-6d24-4d36-a0fe-15db032495df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1143] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1144] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/ports?tenant_id=940abc733c0a4f038f94d90f5cad69c9&device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1145] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/security-groups?tenant_id=c1e731648b384e3b9b19ee25750172b0&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1146] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 8|app: 0|req: 559/1147] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/networks?tenant_id=940abc733c0a4f038f94d90f5cad69c9&shared=False => generated 775 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1148] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 589/1149] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:05 2026] DELETE /v2.0/security-groups/4cb19a1d-f912-4a97-a7bb-72c73af0dcdf => 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: 561/1150] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1151] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:05 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1152] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 591/1153] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 563/1154] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/ports?tenant_id=940abc733c0a4f038f94d90f5cad69c9&device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1155] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7bcddf04-ef0d-43ed-b288-f1f2762f82ce => 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: 564/1156] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1157] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/subnets?id=f95fc416-d2f3-4efb-a2f4-e28222f44c28 => generated 697 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1158] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1159] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/ports?network_id=37bac8d2-3d40-46f2-98c0-48c15ed30dda&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: 566/1160] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/networks/37bac8d2-3d40-46f2-98c0-48c15ed30dda?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: 595/1161] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:29:06 2026] GET /v2.0/networks/37bac8d2-3d40-46f2-98c0-48c15ed30dda?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1162] 10.0.0.84 () {34 vars in 675 bytes} [Thu Apr 23 09:29:07 2026] POST /v2.0/subnetpools => generated 549 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1163] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:29:07 2026] GET /v2.0/subnetpools/82dbddec-346f-41bf-8c9b-a239ec95d665 => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1164] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:07 2026] PUT /v2.0/subnetpools/82dbddec-346f-41bf-8c9b-a239ec95d665 => generated 501 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1165] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:29:07 2026] DELETE /v2.0/subnetpools/82dbddec-346f-41bf-8c9b-a239ec95d665 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:07.758 8 INFO neutron.api.v2.resource [None req-5d52a263-1cd6-4790-9add-3760037db9e8 1b525d304a954d869128d2ee690ecf77 2fd6cea9777a4e8c9da01cdccdba4aec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1166] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:29:07 2026] GET /v2.0/subnetpools/82dbddec-346f-41bf-8c9b-a239ec95d665 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:29:07.775 7 INFO neutron.api.v2.resource [None req-b4979e6b-5df7-4b13-9b5a-7452c438a1f6 1b525d304a954d869128d2ee690ecf77 2fd6cea9777a4e8c9da01cdccdba4aec - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1167] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:29:07 2026] DELETE /v2.0/subnetpools/82dbddec-346f-41bf-8c9b-a239ec95d665 => 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: 570/1168] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:07 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1169] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:07 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 571/1170] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:07 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1171] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:07 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1172] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:08 2026] GET /v2.0/security-groups?tenant_id=2fd6cea9777a4e8c9da01cdccdba4aec&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1173] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:08 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 573/1174] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:08 2026] DELETE /v2.0/security-groups/626586df-7afd-4c35-9a05-040cdc6114aa => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1175] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:08 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1176] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:08 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 603/1177] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:08 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 575/1178] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:08 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 604/1179] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:08 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 576/1180] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:09 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 605/1181] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:09 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1182] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:09 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 606/1183] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:10 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1184] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:10 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1185] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:10 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 579/1186] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:10 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 608/1187] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:10 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1188] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:11 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 609/1189] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:11 2026] GET /v2.0/security-groups?id=fb27efac-58b0-475d-8918-89d055857ec4&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: 581/1190] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:11 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1191] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:11 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1192] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:29:11 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:11.670 7 INFO neutron_taas.services.taas.taas_plugin [req-85e14e76-b388-4bcb-8779-38739eca523e req-c5968583-dba2-4bc0-b208-c2f6e709f34f 2e20cf4680df4f3f952a976419ebb00c 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] TaaS: Handle Delete Port: d7d03f32-7f74-4f08-a090-794e6ed5281e 2026-04-23 09:29:11.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-85e14e76-b388-4bcb-8779-38739eca523e req-c5968583-dba2-4bc0-b208-c2f6e709f34f 2e20cf4680df4f3f952a976419ebb00c 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] Tap Mirror: Handle Delete Port: d7d03f32-7f74-4f08-a090-794e6ed5281e [pid: 8|app: 0|req: 583/1193] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:11 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1194] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:11 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:11.757 7 INFO neutron.db.l3_db [req-85e14e76-b388-4bcb-8779-38739eca523e req-c5968583-dba2-4bc0-b208-c2f6e709f34f 2e20cf4680df4f3f952a976419ebb00c 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] Floating IP 672e9a3a-e139-4f1c-ac16-149f217e7220 disassociated. External IP: 10.96.250.205, port: d7d03f32-7f74-4f08-a090-794e6ed5281e. [pid: 7|app: 0|req: 611/1195] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:29:11 2026] DELETE /v2.0/ports/d7d03f32-7f74-4f08-a090-794e6ed5281e => generated 0 bytes in 533 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:12.091 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-201ba406-1f4c-4392-8a7c-68f824c9c6df'] response: {'server_uuid': '8a6b699f-2144-4faa-a59c-d3f183d31d33', 'name': 'network-vif-deleted', 'tag': 'd7d03f32-7f74-4f08-a090-794e6ed5281e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 585/1196] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:12 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 612/1197] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:12 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1198] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:12 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 613/1199] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:12 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1200] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:12 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1201] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:12 2026] GET /v2.0/security-groups?tenant_id=d9ce8b8d0e024eb5b968c3c13ee56b6b&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1202] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:13 2026] DELETE /v2.0/security-groups/0371e2d3-953c-4812-bb0f-ee00fe4af0eb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1203] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:13 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 589/1204] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:13 2026] GET /v2.0/security-groups?tenant_id=c685d72e035e430e91fbf66cde5ad0c0&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1205] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:13 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1206] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:13 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1207] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:13 2026] DELETE /v2.0/security-groups/3e28b447-cdcd-485b-8d1d-ecf7f49d7546 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1208] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:14 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 591/1209] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:14 2026] GET /v2.0/security-groups?id=bfc4b584-a73a-43cb-96c4-884037dc51dd&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1210] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:29:14 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:14.499 8 INFO neutron_taas.services.taas.taas_plugin [req-a3bab8e8-2db0-445c-b02e-fddb84876a46 req-00c53c01-73b6-4f29-8460-e60756cb27ba 4024bba1258b41bead913ce577166f2c 5b3a7b7c66694087a6776a3634460e96 - - default default] TaaS: Handle Delete Port: c73fafb1-1e3d-46ed-81c8-510a26397d59 2026-04-23 09:29:14.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a3bab8e8-2db0-445c-b02e-fddb84876a46 req-00c53c01-73b6-4f29-8460-e60756cb27ba 4024bba1258b41bead913ce577166f2c 5b3a7b7c66694087a6776a3634460e96 - - default default] Tap Mirror: Handle Delete Port: c73fafb1-1e3d-46ed-81c8-510a26397d59 [pid: 7|app: 0|req: 620/1211] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:14 2026] GET /v2.0/ports?device_id=8a6b699f-2144-4faa-a59c-d3f183d31d33 => 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: 592/1212] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:29:14 2026] DELETE /v2.0/ports/c73fafb1-1e3d-46ed-81c8-510a26397d59 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:14.709 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f1d4ee3-63a8-4ef1-82be-614bdbf0cb3a'] response: {'server_uuid': '896586ad-2adf-4215-87e5-ce3934d76fec', 'name': 'network-vif-deleted', 'tag': 'c73fafb1-1e3d-46ed-81c8-510a26397d59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 621/1213] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:14 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 593/1214] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:14 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1215] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:15 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => 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: 594/1216] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:15 2026] DELETE /v2.0/security-groups/fb27efac-58b0-475d-8918-89d055857ec4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:15.766 7 INFO neutron.api.v2.resource [None req-a731200b-d171-41f6-830e-303010145755 2e20cf4680df4f3f952a976419ebb00c 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1217] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:29:15 2026] GET /v2.0/security-groups/fb27efac-58b0-475d-8918-89d055857ec4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:29:15.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bf87b2e-e7a8-4263-914b-9c5a7c4c4d3b 2e20cf4680df4f3f952a976419ebb00c 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] TaaS: Handle Delete Port: 834cebc3-ef02-401b-870c-577c1e9633f8 2026-04-23 09:29:15.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bf87b2e-e7a8-4263-914b-9c5a7c4c4d3b 2e20cf4680df4f3f952a976419ebb00c 51a25bcdfbeb40b49a3c017059ae9e0f - - default default] Tap Mirror: Handle Delete Port: 834cebc3-ef02-401b-870c-577c1e9633f8 [pid: 7|app: 0|req: 624/1218] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:15 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1219] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:16 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1220] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:29:15 2026] DELETE /v2.0/floatingips/672e9a3a-e139-4f1c-ac16-149f217e7220 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1221] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:16 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:16.526 7 INFO neutron.db.l3_db [None req-c7a87565-27cc-4c51-8340-00522f118d6a 76703f2fdd0048d486dee3b4a9f8f678 940abc733c0a4f038f94d90f5cad69c9 - - default default] Floating IP 4430e367-db5d-4115-a03e-8616d88df2bf associated. External IP: 10.96.250.211, port: 7bcddf04-ef0d-43ed-b288-f1f2762f82ce. 2026-04-23 09:29:16.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-a89c9829-1863-4de9-87f6-f9bb2e71e12c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 76cff786-c2dd-49d8-999b-5aa912644bc5 2026-04-23 09:29:16.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a89c9829-1863-4de9-87f6-f9bb2e71e12c 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 76cff786-c2dd-49d8-999b-5aa912644bc5 [pid: 7|app: 0|req: 627/1222] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:16 2026] PUT /v2.0/floatingips/4430e367-db5d-4115-a03e-8616d88df2bf => generated 855 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1223] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:16 2026] GET /v2.0/ports?device_id=896586ad-2adf-4215-87e5-ce3934d76fec => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:16.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ff8dc94-f4d5-4e4a-89df-4c8d8cc5b5ef'] response: {'name': 'network-changed', 'server_uuid': 'bb1f89f9-a097-47c9-9cc0-9efce1e0366a', 'tag': '7bcddf04-ef0d-43ed-b288-f1f2762f82ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 629/1224] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:16 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 630/1225] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:16 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 596/1226] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:29:16 2026] PUT /v2.0/routers/89230f5f-ae4e-4c52-be2b-6a5fd733a1bb/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:17.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-c832e873-1792-4b6e-b99f-df88d88232e8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 053bada7-895b-408a-83ef-661dc64ff659 2026-04-23 09:29:17.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c832e873-1792-4b6e-b99f-df88d88232e8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 053bada7-895b-408a-83ef-661dc64ff659 [pid: 7|app: 0|req: 631/1227] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/security-groups?tenant_id=e8ff1d9e27884dddbafaf28ed45ebc84&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1228] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1231] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/ports?tenant_id=940abc733c0a4f038f94d90f5cad69c9&device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:29:17.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-c832e873-1792-4b6e-b99f-df88d88232e8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 28a0eab6-b457-48ff-b856-de5200a1ef7e 2026-04-23 09:29:17.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c832e873-1792-4b6e-b99f-df88d88232e8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 28a0eab6-b457-48ff-b856-de5200a1ef7e [pid: 7|app: 0|req: 636/1232] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:17 2026] DELETE /v2.0/security-groups/15c4b20f-0fbb-470d-80c9-9ea5103b731a => 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: 637/1233] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 7|app: 0|req: 638/1234] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/networks?id=37bac8d2-3d40-46f2-98c0-48c15ed30dda => generated 775 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1235] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7bcddf04-ef0d-43ed-b288-f1f2762f82ce => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1236] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/subnets?id=f95fc416-d2f3-4efb-a2f4-e28222f44c28 => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1237] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/ports?network_id=37bac8d2-3d40-46f2-98c0-48c15ed30dda&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: 642/1238] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/networks/37bac8d2-3d40-46f2-98c0-48c15ed30dda?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: 643/1239] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:29:17 2026] GET /v2.0/networks/37bac8d2-3d40-46f2-98c0-48c15ed30dda?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:18.082 8 INFO neutron.services.segments.plugin [-] Segment 0bfce778-365f-483c-a368-589dfbb1b23d resource provider aggregate not found 2026-04-23 09:29:18.089 8 INFO neutron.services.segments.plugin [-] Segment 0bfce778-365f-483c-a368-589dfbb1b23d resource provider aggregate not found 2026-04-23 09:29:18.102 8 INFO neutron.services.segments.plugin [-] Segment 0bfce778-365f-483c-a368-589dfbb1b23d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfce778-365f-483c-a368-589dfbb1b23d found for delete ", "request_id": "req-f817283e-a284-4862-a0f3-2a1a2b79d8b3"}]} 2026-04-23 09:29:18.109 8 INFO neutron.db.l3_hamode_db [None req-c832e873-1792-4b6e-b99f-df88d88232e8 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 16278f3a-74f0-4655-9294-9c3724228ff9 was deleted as no HA routers are present in tenant 51a25bcdfbeb40b49a3c017059ae9e0f. 2026-04-23 09:29:18.113 8 INFO neutron.services.segments.plugin [-] Segment 0bfce778-365f-483c-a368-589dfbb1b23d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfce778-365f-483c-a368-589dfbb1b23d found for delete ", "request_id": "req-20761d85-3af4-4943-bb4b-77ec39e83a6e"}]} [pid: 8|app: 0|req: 597/1240] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:17 2026] DELETE /v2.0/routers/89230f5f-ae4e-4c52-be2b-6a5fd733a1bb => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1241] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:18 2026] DELETE /v2.0/subnets/2241434d-9357-4eb5-8f97-266f96ad5743 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:18.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-62259e1b-7fd1-4d1f-8c39-9c4985668d73 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 1bd7ad8b-8343-4168-a54e-4adf7583a506 2026-04-23 09:29:18.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62259e1b-7fd1-4d1f-8c39-9c4985668d73 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 1bd7ad8b-8343-4168-a54e-4adf7583a506 [pid: 8|app: 0|req: 598/1242] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:18 2026] DELETE /v2.0/networks/230e9147-b6cb-46b9-bd1d-f14afd75e7b1 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1243] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:18 2026] GET /v2.0/security-groups?tenant_id=51a25bcdfbeb40b49a3c017059ae9e0f&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1244] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:18 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 647/1245] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:18 2026] GET /v2.0/security-groups?id=dab127da-4cfd-467f-b7cb-ded6df5f92fc&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: 8|app: 0|req: 599/1246] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:18 2026] DELETE /v2.0/security-groups/c9556f05-0af0-4144-a60c-caf518f7be9f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:19.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2d386ea-d8d7-44e8-b948-2a0f93b7b449 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 3036dd2b-c612-4848-b93f-047123afa517 2026-04-23 09:29:19.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2d386ea-d8d7-44e8-b948-2a0f93b7b449 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 3036dd2b-c612-4848-b93f-047123afa517 [pid: 8|app: 0|req: 600/1247] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:29:19 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:19.819 8 INFO neutron_taas.services.taas.taas_plugin [req-40ba9990-6b25-4e40-8b6c-0dcfdaf0e668 req-04f01688-a7c3-4e8e-932c-ae46469c63c9 76703f2fdd0048d486dee3b4a9f8f678 940abc733c0a4f038f94d90f5cad69c9 - - default default] TaaS: Handle Delete Port: 7bcddf04-ef0d-43ed-b288-f1f2762f82ce 2026-04-23 09:29:19.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40ba9990-6b25-4e40-8b6c-0dcfdaf0e668 req-04f01688-a7c3-4e8e-932c-ae46469c63c9 76703f2fdd0048d486dee3b4a9f8f678 940abc733c0a4f038f94d90f5cad69c9 - - default default] Tap Mirror: Handle Delete Port: 7bcddf04-ef0d-43ed-b288-f1f2762f82ce 2026-04-23 09:29:19.933 8 INFO neutron.db.l3_db [req-40ba9990-6b25-4e40-8b6c-0dcfdaf0e668 req-04f01688-a7c3-4e8e-932c-ae46469c63c9 76703f2fdd0048d486dee3b4a9f8f678 940abc733c0a4f038f94d90f5cad69c9 - - default default] Floating IP 4430e367-db5d-4115-a03e-8616d88df2bf disassociated. External IP: 10.96.250.211, port: 7bcddf04-ef0d-43ed-b288-f1f2762f82ce. [pid: 7|app: 0|req: 648/1248] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:29:19 2026] PUT /v2.0/routers/257902a1-874f-46c9-8fe0-b19067867d46/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:20.148 8 INFO neutron.services.segments.plugin [-] Segment 6dabfab3-8d70-429e-9d4a-15dfd3c8d425 resource provider aggregate not found 2026-04-23 09:29:20.154 8 INFO neutron.services.segments.plugin [-] Segment 6dabfab3-8d70-429e-9d4a-15dfd3c8d425 resource provider aggregate not found 2026-04-23 09:29:20.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-c50f9cb1-d1b5-444a-aca3-8e3c05549eab 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 93bf4382-6ac7-47a6-a20f-2b9635c79666 2026-04-23 09:29:20.172 8 INFO neutron.services.segments.plugin [-] Segment 6dabfab3-8d70-429e-9d4a-15dfd3c8d425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dabfab3-8d70-429e-9d4a-15dfd3c8d425 found for delete ", "request_id": "req-7e8f9f79-e901-479a-8bca-a46cffcb607e"}]} 2026-04-23 09:29:20.173 8 INFO neutron.services.segments.plugin [-] Segment 6dabfab3-8d70-429e-9d4a-15dfd3c8d425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dabfab3-8d70-429e-9d4a-15dfd3c8d425 found for delete ", "request_id": "req-853132f3-5cec-45f7-945d-f0769d39207b"}]} 2026-04-23 09:29:20.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c50f9cb1-d1b5-444a-aca3-8e3c05549eab 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 93bf4382-6ac7-47a6-a20f-2b9635c79666 [pid: 8|app: 0|req: 601/1249] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:29:19 2026] DELETE /v2.0/ports/7bcddf04-ef0d-43ed-b288-f1f2762f82ce => generated 0 bytes in 606 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1250] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:20 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:20.381 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d37295d5-2d05-4218-a9cb-357890d20120'] response: {'server_uuid': 'bb1f89f9-a097-47c9-9cc0-9efce1e0366a', 'name': 'network-vif-deleted', 'tag': '7bcddf04-ef0d-43ed-b288-f1f2762f82ce', 'status': 'completed', 'code': 200} 2026-04-23 09:29:20.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-c50f9cb1-d1b5-444a-aca3-8e3c05549eab 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: a53bc492-8af8-4b28-beeb-ca084a20a7b1 2026-04-23 09:29:20.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c50f9cb1-d1b5-444a-aca3-8e3c05549eab 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: a53bc492-8af8-4b28-beeb-ca084a20a7b1 2026-04-23 09:29:20.805 7 INFO neutron.services.segments.plugin [-] Segment 014cd023-457e-4c98-acd5-b4d6f1d5f77d resource provider aggregate not found 2026-04-23 09:29:20.815 7 INFO neutron.services.segments.plugin [-] Segment 014cd023-457e-4c98-acd5-b4d6f1d5f77d resource provider aggregate not found 2026-04-23 09:29:20.824 7 INFO neutron.services.segments.plugin [-] Segment 014cd023-457e-4c98-acd5-b4d6f1d5f77d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 014cd023-457e-4c98-acd5-b4d6f1d5f77d found for delete ", "request_id": "req-24c18c40-94da-46c1-830d-1602dcc959b8"}]} 2026-04-23 09:29:20.830 7 INFO neutron.services.segments.plugin [-] Segment 014cd023-457e-4c98-acd5-b4d6f1d5f77d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 014cd023-457e-4c98-acd5-b4d6f1d5f77d found for delete ", "request_id": "req-3333fc38-66a6-4679-893e-0270747bea63"}]} 2026-04-23 09:29:20.847 7 INFO neutron.db.l3_hamode_db [None req-c50f9cb1-d1b5-444a-aca3-8e3c05549eab 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 5fbee889-2e58-4147-aab2-016557ca550e was deleted as no HA routers are present in tenant 5b3a7b7c66694087a6776a3634460e96. [pid: 7|app: 0|req: 649/1251] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:19 2026] DELETE /v2.0/routers/257902a1-874f-46c9-8fe0-b19067867d46 => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1252] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:20 2026] DELETE /v2.0/subnets/ed22acab-5d1c-49c3-9b9c-3449efa98ca2 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:21.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0f23870-5daa-4d7d-8318-19278ec8fbae 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 0299f2cc-7435-4329-bbe9-64a1611b7f1b 2026-04-23 09:29:21.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0f23870-5daa-4d7d-8318-19278ec8fbae 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 0299f2cc-7435-4329-bbe9-64a1611b7f1b [pid: 7|app: 0|req: 650/1253] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:21 2026] DELETE /v2.0/networks/f597ce64-6d24-4d36-a0fe-15db032495df => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1254] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:21 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 651/1255] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:21 2026] GET /v2.0/security-groups?tenant_id=5b3a7b7c66694087a6776a3634460e96&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1256] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:21 2026] DELETE /v2.0/security-groups/bfc4b584-a73a-43cb-96c4-884037dc51dd => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1257] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:22 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:22.844 7 INFO neutron.services.segments.plugin [-] Segment 2caad82a-7fbb-4187-90a0-ba540110a93b resource provider aggregate not found 2026-04-23 09:29:22.848 7 INFO neutron.services.segments.plugin [-] Segment 2caad82a-7fbb-4187-90a0-ba540110a93b resource provider aggregate not found 2026-04-23 09:29:22.861 7 INFO neutron.services.segments.plugin [-] Segment 2caad82a-7fbb-4187-90a0-ba540110a93b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2caad82a-7fbb-4187-90a0-ba540110a93b found for delete ", "request_id": "req-c05531a4-bd8a-4195-9fcc-5bc4afa2a501"}]} 2026-04-23 09:29:22.862 7 INFO neutron.services.segments.plugin [-] Segment 2caad82a-7fbb-4187-90a0-ba540110a93b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2caad82a-7fbb-4187-90a0-ba540110a93b found for delete ", "request_id": "req-5eec00fa-a8d5-46f0-8dc0-3de9b48ede51"}]} [pid: 7|app: 0|req: 653/1258] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:23 2026] GET /v2.0/ports?device_id=bb1f89f9-a097-47c9-9cc0-9efce1e0366a => 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: 606/1259] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:23 2026] GET /v2.0/security-groups?tenant_id=1c03dc5bc70d4b52a45cd3564432e5e9&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1260] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:23 2026] DELETE /v2.0/security-groups/d1b0e4b5-7261-4dde-b0f5-4c4b32b06932 => 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: 607/1261] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:24 2026] GET /v2.0/security-groups?tenant_id=73a5d8ab54094e5ab27fa088af13f4d7&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1262] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:24 2026] DELETE /v2.0/security-groups/4e9aa80e-9f2e-44dc-84ea-10cacd0ace07 => 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: 656/1263] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:24 2026] DELETE /v2.0/security-groups/dab127da-4cfd-467f-b7cb-ded6df5f92fc => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:24.968 7 INFO neutron.api.v2.resource [None req-713025ff-3b61-4389-8c63-65703cecc156 76703f2fdd0048d486dee3b4a9f8f678 940abc733c0a4f038f94d90f5cad69c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1264] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:29:24 2026] GET /v2.0/security-groups/dab127da-4cfd-467f-b7cb-ded6df5f92fc => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:29:25.102 8 INFO neutron.db.segments_db [None req-791e30e6-5285-4bef-9443-bdf9df9e7f43 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Added segment ea9e388a-0452-49cc-a9f2-6d27b2e942a2 of type vxlan for network 6218071a-005e-4ba7-b042-d2ef68312523 2026-04-23 09:29:25.133 7 INFO neutron_taas.services.taas.taas_plugin [None req-6980c71b-cc02-4abf-b5ef-aa618cde0b54 76703f2fdd0048d486dee3b4a9f8f678 940abc733c0a4f038f94d90f5cad69c9 - - default default] TaaS: Handle Delete Port: c7285ca4-1aa2-48bc-b9d2-de0a74abf935 2026-04-23 09:29:25.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6980c71b-cc02-4abf-b5ef-aa618cde0b54 76703f2fdd0048d486dee3b4a9f8f678 940abc733c0a4f038f94d90f5cad69c9 - - default default] Tap Mirror: Handle Delete Port: c7285ca4-1aa2-48bc-b9d2-de0a74abf935 [pid: 8|app: 0|req: 608/1265] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:29:24 2026] POST /v2.0/networks => generated 613 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:25.270 8 INFO neutron.db.segments_db [None req-cdca83fa-3b7a-46cb-abb0-e4084ea98639 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Added segment fb4cdfde-0c29-4586-af81-eba4bbceb202 of type vxlan for network e84cecad-150e-4398-9389-50430f05534b [pid: 7|app: 0|req: 658/1266] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:29:24 2026] DELETE /v2.0/floatingips/4430e367-db5d-4115-a03e-8616d88df2bf => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:25.528 8 INFO neutron.db.l3_hamode_db [None req-cdca83fa-3b7a-46cb-abb0-e4084ea98639 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:29:25.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-60e8cf2f-79d0-4a12-8307-92eccf95eeb9 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: ceb1e071-c9f7-4d5e-8a14-594e67781dde 2026-04-23 09:29:25.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60e8cf2f-79d0-4a12-8307-92eccf95eeb9 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: ceb1e071-c9f7-4d5e-8a14-594e67781dde [pid: 7|app: 0|req: 659/1267] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:29:25 2026] PUT /v2.0/routers/29e0e1a6-162b-4b8b-956e-2418612bd3f8/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:26.286 8 INFO neutron.db.l3_hamode_db [None req-cdca83fa-3b7a-46cb-abb0-e4084ea98639 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:29:26.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e99d863-e565-48e3-8d7a-69b1a5ea98de 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: a5d24de8-179e-4978-a739-fb0ddab63c8d 2026-04-23 09:29:26.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e99d863-e565-48e3-8d7a-69b1a5ea98de 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: a5d24de8-179e-4978-a739-fb0ddab63c8d 2026-04-23 09:29:26.784 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e99d863-e565-48e3-8d7a-69b1a5ea98de 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 9f2e25c7-7f02-4a87-8145-df84b1f19611 2026-04-23 09:29:26.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e99d863-e565-48e3-8d7a-69b1a5ea98de 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 9f2e25c7-7f02-4a87-8145-df84b1f19611 2026-04-23 09:29:27.200 7 INFO neutron.services.segments.plugin [-] Segment e87478b0-2d4c-4410-815d-0e1d2c99fc97 resource provider aggregate not found 2026-04-23 09:29:27.208 7 INFO neutron.services.segments.plugin [-] Segment e87478b0-2d4c-4410-815d-0e1d2c99fc97 resource provider aggregate not found [pid: 8|app: 0|req: 609/1268] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:25 2026] POST /v2.0/routers => generated 694 bytes in 1996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:27.226 7 INFO neutron.services.segments.plugin [-] Segment e87478b0-2d4c-4410-815d-0e1d2c99fc97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87478b0-2d4c-4410-815d-0e1d2c99fc97 found for delete ", "request_id": "req-78ec4157-cf3b-4ed0-b689-48fa02e30c05"}]} 2026-04-23 09:29:27.234 7 INFO neutron.services.segments.plugin [-] Segment e87478b0-2d4c-4410-815d-0e1d2c99fc97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87478b0-2d4c-4410-815d-0e1d2c99fc97 found for delete ", "request_id": "req-7cd6278f-4a15-4f86-947c-61174730be5c"}]} 2026-04-23 09:29:27.244 7 INFO neutron.db.l3_hamode_db [None req-7e99d863-e565-48e3-8d7a-69b1a5ea98de 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 32fe4cd1-6295-4816-bd46-be2debf7bca1 was deleted as no HA routers are present in tenant 940abc733c0a4f038f94d90f5cad69c9. [pid: 7|app: 0|req: 660/1269] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:26 2026] DELETE /v2.0/routers/29e0e1a6-162b-4b8b-956e-2418612bd3f8 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1270] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:27 2026] DELETE /v2.0/subnets/f95fc416-d2f3-4efb-a2f4-e28222f44c28 => 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: 610/1271] 10.0.0.84 () {32 vars in 774 bytes} [Thu Apr 23 09:29:27 2026] GET /v2.0/subnets?project_id=d51bbd3636304237a587ff6b055765d4&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) 2026-04-23 09:29:27.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2ba351d-694f-45e2-ae41-595c1d8336cd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: f6b69cd7-ba9e-470f-b93a-783d942856d9 2026-04-23 09:29:27.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2ba351d-694f-45e2-ae41-595c1d8336cd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: f6b69cd7-ba9e-470f-b93a-783d942856d9 [pid: 8|app: 0|req: 611/1272] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:29:27 2026] GET /v2.0/networks?router%3Aexternal=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: 612/1273] 10.0.0.84 () {32 vars in 782 bytes} [Thu Apr 23 09:29:27 2026] GET /v2.0/subnets?network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1274] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:27 2026] DELETE /v2.0/networks/37bac8d2-3d40-46f2-98c0-48c15ed30dda => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1275] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:27 2026] POST /v2.0/subnets => generated 656 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1276] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:27 2026] GET /v2.0/security-groups?tenant_id=7b205c6495ab4098a594353b320e3f60&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1277] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:28 2026] GET /v2.0/security-groups?tenant_id=940abc733c0a4f038f94d90f5cad69c9&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1278] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:28 2026] DELETE /v2.0/security-groups/4bb8da8e-219c-4349-a579-ce367fb17384 => 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: 666/1279] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:28 2026] DELETE /v2.0/security-groups/c9cfa182-489a-469e-8046-4aa99cc9f1b8 => 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: 667/1280] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:28 2026] GET /v2.0/security-groups?tenant_id=b28c5610391d43f889430276aa552e96&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1281] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:28 2026] DELETE /v2.0/security-groups/83c85f98-4c7b-4e5a-bd62-6d1f5a701c47 => 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: 669/1282] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:28 2026] GET /v2.0/security-groups?tenant_id=d07d46a532be43b38881218ecc9667b9&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: 670/1283] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:28 2026] DELETE /v2.0/security-groups/4004a865-d703-4de5-a459-83c3f3518486 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:29.251 7 INFO neutron.services.segments.plugin [-] Segment 4e531000-a0d2-4499-8294-62c4263acaf3 resource provider aggregate not found 2026-04-23 09:29:29.269 7 INFO neutron.services.segments.plugin [-] Segment 4e531000-a0d2-4499-8294-62c4263acaf3 resource provider aggregate not found 2026-04-23 09:29:29.273 7 INFO neutron.services.segments.plugin [-] Segment 4e531000-a0d2-4499-8294-62c4263acaf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e531000-a0d2-4499-8294-62c4263acaf3 found for delete ", "request_id": "req-c08c7f22-5aab-48b9-86ff-2132d85463ab"}]} 2026-04-23 09:29:29.284 7 INFO neutron.services.segments.plugin [-] Segment 4e531000-a0d2-4499-8294-62c4263acaf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e531000-a0d2-4499-8294-62c4263acaf3 found for delete ", "request_id": "req-1238fed6-00e8-4a97-8442-ed55767dcf27"}]} [pid: 8|app: 0|req: 614/1284] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:29:27 2026] PUT /v2.0/routers/78da57ee-7c49-4815-9394-0b1ab8470c86/add_router_interface => generated 309 bytes in 1657 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1285] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:29:29 2026] GET /v2.0/networks => generated 3606 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1286] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:29:29 2026] GET /v2.0/subnets => generated 2594 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1287] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:29:29 2026] GET /v2.0/routers => generated 737 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1288] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:29:29 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) [pid: 7|app: 0|req: 673/1289] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:29:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1290] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:29:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1291] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:29:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1292] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:29:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:30.334 7 INFO neutron.db.securitygroups_db [None req-15a7eefc-2803-40c9-9037-60a7f78b76bb b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Project d51bbd3636304237a587ff6b055765d4 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: 675/1293] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:29:30 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-04-23 09:29:30.485 8 INFO neutron.db.securitygroups_db [None req-c5fcee23-c4e7-438e-895a-3f80abb132b3 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Project d51bbd3636304237a587ff6b055765d4 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: 619/1294] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:29:30 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1295] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:29:30 2026] GET /v2.0/networks => generated 1297 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1296] 10.0.0.102 () {34 vars in 1099 bytes} [Thu Apr 23 09:29:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1795177823&fields=id&tenant_id=d51bbd3636304237a587ff6b055765d4 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1297] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:29:31 2026] GET /v2.0/networks?id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 660 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1298] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:29:31 2026] GET /v2.0/quotas/d51bbd3636304237a587ff6b055765d4 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1299] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:29:31 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&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: 622/1300] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:29:31 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1301] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:29:31 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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/1302] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:31 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => 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: 625/1305] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:32 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:33.176 7 INFO neutron.db.segments_db [None req-fc840c64-fcfc-4744-a78d-8a70083ef9de 5fc978beac584bb196088a75a3f6e865 72597af5808d4a2fa1fbc3e448b53e80 - - default default] Added segment 63c211cb-0466-472c-9f0d-52d9526e889b of type vxlan for network 35f7852e-aa75-4928-bcd9-51bda9151a45 [pid: 7|app: 0|req: 681/1306] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:32 2026] POST /v2.0/networks => generated 613 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:33.355 8 INFO neutron.db.segments_db [None req-1cd7a5b9-32d8-4f08-81ea-666bea962a80 5fc978beac584bb196088a75a3f6e865 72597af5808d4a2fa1fbc3e448b53e80 - - default default] Added segment 6b48ff77-a93b-4de0-aa23-2c18f2344155 of type vxlan for network 9b182167-038f-4ff7-b0c5-7dd059839b17 [pid: 8|app: 0|req: 626/1307] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:33 2026] POST /v2.0/networks => generated 613 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:33.550 7 INFO neutron.db.segments_db [None req-2fcf3132-a9cf-418f-aaed-f64b494f482e 5fc978beac584bb196088a75a3f6e865 72597af5808d4a2fa1fbc3e448b53e80 - - default default] Added segment 933d7cd0-ea19-40f8-8951-aa4b57572ceb of type vxlan for network 52da5cf7-74f4-4a8d-9040-99057d303b7c [pid: 7|app: 0|req: 682/1308] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:33 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:33.747 8 INFO neutron.db.segments_db [None req-c3e6956f-f279-45e7-a0eb-e2518a39e879 5fc978beac584bb196088a75a3f6e865 72597af5808d4a2fa1fbc3e448b53e80 - - default default] Added segment b180e815-b6af-42c3-9fe4-e7310c915534 of type vxlan for network dfec5ebd-38c5-4de9-b5d5-c228f684ccae [pid: 8|app: 0|req: 627/1309] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:33 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:33.898 7 INFO neutron.db.segments_db [None req-234d0c95-1a6d-48fb-bc9a-d6f13565273b 5fc978beac584bb196088a75a3f6e865 72597af5808d4a2fa1fbc3e448b53e80 - - default default] Added segment 0198639a-68dd-448d-9b9d-0e239cf332f9 of type vxlan for network 70edd206-2589-4f58-ae44-82f7ae3d2de7 [pid: 8|app: 0|req: 628/1310] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:33 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => 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: 683/1311] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:33 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1312] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:29:34 2026] PUT /v2.0/networks/35f7852e-aa75-4928-bcd9-51bda9151a45/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1313] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:29:34 2026] PUT /v2.0/networks/9b182167-038f-4ff7-b0c5-7dd059839b17/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: 630/1314] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:29:34 2026] PUT /v2.0/networks/52da5cf7-74f4-4a8d-9040-99057d303b7c/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1315] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:29:34 2026] PUT /v2.0/networks/dfec5ebd-38c5-4de9-b5d5-c228f684ccae/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1316] 10.0.0.84 () {32 vars in 664 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1317] 10.0.0.84 () {32 vars in 678 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1318] 10.0.0.84 () {32 vars in 674 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1319] 10.0.0.84 () {32 vars in 686 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1320] 10.0.0.84 () {32 vars in 672 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1321] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/security-groups?tenant_id=94d00f9a56e74e4abb5caafe40295661&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1322] 10.0.0.84 () {32 vars in 686 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1324] 10.0.0.84 () {32 vars in 682 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1324] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:34 2026] DELETE /v2.0/security-groups/dcb8c7f6-d07f-45c9-a946-6765333f233f => 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: 638/1325] 10.0.0.84 () {32 vars in 694 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:29:34.906 7 INFO neutron.services.segments.plugin [-] Segment 63c211cb-0466-472c-9f0d-52d9526e889b resource provider aggregate not found 2026-04-23 09:29:34.910 7 INFO neutron.services.segments.plugin [-] Segment 63c211cb-0466-472c-9f0d-52d9526e889b resource provider aggregate not found 2026-04-23 09:29:34.929 7 INFO neutron.services.segments.plugin [-] Segment 63c211cb-0466-472c-9f0d-52d9526e889b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c211cb-0466-472c-9f0d-52d9526e889b found for delete ", "request_id": "req-9d9402b3-da74-4a2f-8bfb-2f216799189c"}]} [pid: 7|app: 0|req: 688/1326] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:34 2026] DELETE /v2.0/networks/35f7852e-aa75-4928-bcd9-51bda9151a45 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:34.954 7 INFO neutron.services.segments.plugin [-] Segment 63c211cb-0466-472c-9f0d-52d9526e889b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c211cb-0466-472c-9f0d-52d9526e889b found for delete ", "request_id": "req-71a5dc20-164c-441c-be59-8fd38b3a4a73"}]} [pid: 8|app: 0|req: 639/1327] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:34 2026] GET /v2.0/security-groups?tenant_id=4d9c34c139754e5093b9d5b1fd9c5809&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: 689/1328] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:34 2026] DELETE /v2.0/networks/9b182167-038f-4ff7-b0c5-7dd059839b17 => 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: 690/1329] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:35 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => 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: 640/1330] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:35 2026] DELETE /v2.0/security-groups/0136eb83-965b-4162-89e2-2a561f86ddea => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1331] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:35 2026] DELETE /v2.0/networks/52da5cf7-74f4-4a8d-9040-99057d303b7c => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:35.437 8 INFO neutron.services.segments.plugin [-] Segment b180e815-b6af-42c3-9fe4-e7310c915534 resource provider aggregate not found 2026-04-23 09:29:35.441 8 INFO neutron.services.segments.plugin [-] Segment b180e815-b6af-42c3-9fe4-e7310c915534 resource provider aggregate not found 2026-04-23 09:29:35.464 8 INFO neutron.services.segments.plugin [-] Segment b180e815-b6af-42c3-9fe4-e7310c915534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b180e815-b6af-42c3-9fe4-e7310c915534 found for delete ", "request_id": "req-bda7452a-5f81-4279-997d-07acc8517634"}]} 2026-04-23 09:29:35.467 8 INFO neutron.services.segments.plugin [-] Segment b180e815-b6af-42c3-9fe4-e7310c915534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b180e815-b6af-42c3-9fe4-e7310c915534 found for delete ", "request_id": "req-6086e0aa-fc20-404a-9ef8-7bac6c26ab37"}]} [pid: 8|app: 0|req: 641/1332] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:35 2026] DELETE /v2.0/networks/dfec5ebd-38c5-4de9-b5d5-c228f684ccae => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1333] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:35 2026] DELETE /v2.0/networks/70edd206-2589-4f58-ae44-82f7ae3d2de7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1334] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:29:36 2026] GET /v2.0/networks?id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1335] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:29:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d51bbd3636304237a587ff6b055765d4 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1336] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:35 2026] GET /v2.0/security-groups?tenant_id=bdbc3af313e7484bb355b574c4f91075&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1337] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:36 2026] DELETE /v2.0/security-groups/9e8c1d8a-0bdd-4ab2-b9af-06850c6aebf8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1338] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:36 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1339] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:29:36 2026] POST /v2.0/ports => generated 958 bytes in 359 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: 696/1340] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:36 2026] GET /v2.0/security-groups?tenant_id=ae26656b74e04a778c3b0d16efa9913a&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1341] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:36 2026] GET /v2.0/security-groups?tenant_id=72597af5808d4a2fa1fbc3e448b53e80&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1342] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:36 2026] DELETE /v2.0/security-groups/f594e65a-7960-4fa3-bc58-091d52ebe52c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1343] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:36 2026] DELETE /v2.0/security-groups/eb28a185-7b7e-4a26-8695-8a6207e4734b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:36.950 7 INFO neutron.services.segments.plugin [-] Segment 6b48ff77-a93b-4de0-aa23-2c18f2344155 resource provider aggregate not found 2026-04-23 09:29:36.988 7 INFO neutron.services.segments.plugin [-] Segment 6b48ff77-a93b-4de0-aa23-2c18f2344155 resource provider aggregate not found 2026-04-23 09:29:36.992 7 INFO neutron.services.segments.plugin [-] Segment 6b48ff77-a93b-4de0-aa23-2c18f2344155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b48ff77-a93b-4de0-aa23-2c18f2344155 found for delete ", "request_id": "req-1a3d4690-9470-4a4a-bb26-5b75e1532501"}]} 2026-04-23 09:29:37.019 7 INFO neutron.services.segments.plugin [-] Segment 933d7cd0-ea19-40f8-8951-aa4b57572ceb resource provider aggregate not found 2026-04-23 09:29:37.024 7 INFO neutron.services.segments.plugin [-] Segment 6b48ff77-a93b-4de0-aa23-2c18f2344155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b48ff77-a93b-4de0-aa23-2c18f2344155 found for delete ", "request_id": "req-28c64b1f-661a-4dde-a775-f50249498046"}]} [pid: 7|app: 0|req: 697/1344] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:29:36 2026] PUT /v2.0/ports/ac0fd545-b494-43b3-8a46-0221864df21a => generated 1239 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:29:37.048 7 INFO neutron.services.segments.plugin [-] Segment 933d7cd0-ea19-40f8-8951-aa4b57572ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 933d7cd0-ea19-40f8-8951-aa4b57572ceb found for delete ", "request_id": "req-76c41530-6e81-46c0-b8b8-15c4e038f752"}]} 2026-04-23 09:29:37.051 7 INFO neutron.services.segments.plugin [-] Segment 933d7cd0-ea19-40f8-8951-aa4b57572ceb resource provider aggregate not found 2026-04-23 09:29:37.066 7 INFO neutron.services.segments.plugin [-] Segment 0198639a-68dd-448d-9b9d-0e239cf332f9 resource provider aggregate not found 2026-04-23 09:29:37.071 7 INFO neutron.services.segments.plugin [-] Segment 933d7cd0-ea19-40f8-8951-aa4b57572ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 933d7cd0-ea19-40f8-8951-aa4b57572ceb found for delete ", "request_id": "req-b3dc2cc5-f0ba-46d8-975a-6bf10c4643af"}]} 2026-04-23 09:29:37.085 7 INFO neutron.services.segments.plugin [-] Segment 0198639a-68dd-448d-9b9d-0e239cf332f9 resource provider aggregate not found 2026-04-23 09:29:37.088 7 INFO neutron.services.segments.plugin [-] Segment 0198639a-68dd-448d-9b9d-0e239cf332f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0198639a-68dd-448d-9b9d-0e239cf332f9 found for delete ", "request_id": "req-5f315363-750d-47ff-b5cd-a706bbe42bbc"}]} 2026-04-23 09:29:37.089 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6eaa547-4bb8-47ef-91bc-01fb15131188'] response: {'name': 'network-changed', 'server_uuid': 'ee57446a-59e4-476a-ad04-45d597ef1cee', 'tag': 'ac0fd545-b494-43b3-8a46-0221864df21a', 'status': 'completed', 'code': 200} 2026-04-23 09:29:37.108 7 INFO neutron.services.segments.plugin [-] Segment 0198639a-68dd-448d-9b9d-0e239cf332f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0198639a-68dd-448d-9b9d-0e239cf332f9 found for delete ", "request_id": "req-6dcd7dec-bbe4-4920-bd2b-ac27fb13d7dd"}]} [pid: 8|app: 0|req: 648/1345] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:36 2026] GET /v2.0/security-groups?tenant_id=00d2295bf29543b8a0b85a8e9aa37b2f&name=default => generated 2925 bytes in 184 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: 698/1346] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:37 2026] DELETE /v2.0/security-groups/b9230e68-1ee8-4b0f-9cc1-88960e7b1037 => 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: 699/1347] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:37 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1348] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:37 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&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: 649/1349] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:37 2026] GET /v2.0/security-groups?tenant_id=a37656d364d649889bbd7bde9692da7b&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: 701/1350] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:37 2026] DELETE /v2.0/security-groups/09755e00-51db-4a6b-b0a6-9ca1276f4575 => 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: 650/1351] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:37 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1352] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:29:37 2026] GET /v2.0/networks?tenant_id=d51bbd3636304237a587ff6b055765d4&shared=False => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1353] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:29:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1354] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:38 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1355] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:38 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&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: 704/1356] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:38 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1357] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac0fd545-b494-43b3-8a46-0221864df21a => 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: 705/1358] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/subnets?id=17ee8a56-3211-4ff5-aed4-cd81d03a9565 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1359] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/ports?network_id=6218071a-005e-4ba7-b042-d2ef68312523&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: 655/1360] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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: 656/1361] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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: 706/1362] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/security-groups?tenant_id=74e9e673b60a442fa56256bf2cffc77c&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1363] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/security-groups?tenant_id=631066c100fb4f0cadfd15a817ed8cbd&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1364] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:39 2026] DELETE /v2.0/security-groups/797c0dcc-c20b-48b1-b7af-72c112c7d5d0 => 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: 658/1365] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:39 2026] DELETE /v2.0/security-groups/2e762013-269f-494a-a1a3-b9cd82a81145 => 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: 708/1366] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/security-groups?tenant_id=b7c77d0ba7114ee99ecf895f0af7dc3b&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: 659/1367] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1368] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:39 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1369] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:39 2026] DELETE /v2.0/security-groups/90ebc56c-b927-45b8-b1a8-d89943dc3605 => 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: 661/1370] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:40 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1371] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:40 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:41.966 8 INFO neutron.db.segments_db [None req-34f9d1cc-77fb-4f81-8547-8ba01e54a502 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Added segment 924d516d-05d8-4d85-bce9-730970368f9c of type vxlan for network 9e02a217-d9e1-46a1-b13a-9560331f33f0 [pid: 8|app: 0|req: 662/1372] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:41 2026] POST /v2.0/networks => generated 630 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1373] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:42 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:42.114 7 INFO neutron.db.segments_db [None req-230e6ea5-4121-4051-aa33-eac366f377a8 3c9ab08b13e04653a60aa29aa65df6c1 54eed1ee36a94c1bbbf979461fcf6626 - - default default] Added segment fa374748-403e-495e-bc75-99da314fcc3e of type vxlan for network 9a43050a-9e25-4716-9a9c-817acdde784c [pid: 7|app: 0|req: 711/1374] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:41 2026] POST /v2.0/networks => generated 612 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1375] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:42 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1376] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:42 2026] POST /v2.0/subnets => generated 627 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:42.387 8 INFO neutron.db.segments_db [None req-84c66479-88f1-46ee-b2db-c67ca09e1bec 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Added segment 2965c50d-4e66-428f-880c-8cc441f0df5f of type vxlan for network 9ae00161-14d1-42b3-80b3-586eb58f7839 [pid: 7|app: 0|req: 713/1377] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:42 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:42.539 7 INFO neutron.db.segments_db [None req-90ef0a62-cb7f-446c-828d-942d76b6493c 3c9ab08b13e04653a60aa29aa65df6c1 54eed1ee36a94c1bbbf979461fcf6626 - - default default] Added segment 614156b5-47b5-4509-91df-c9ea9edcf737 of type vxlan for network 4df9f9f4-90d8-4b7d-9d52-2fe3ec755aec [pid: 7|app: 0|req: 714/1378] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:42 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:42.653 8 INFO neutron.db.l3_hamode_db [None req-84c66479-88f1-46ee-b2db-c67ca09e1bec 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 715/1379] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:42 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:42.949 7 INFO neutron.db.segments_db [None req-32aa753e-5d82-4172-8b7c-9663df032c28 3c9ab08b13e04653a60aa29aa65df6c1 54eed1ee36a94c1bbbf979461fcf6626 - - default default] Added segment 81bc8fcf-095f-4134-ad0f-c8d2bc044da2 of type vxlan for network 163f02b0-2487-4467-8a5a-38d78b039aac [pid: 7|app: 0|req: 716/1380] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:42 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1381] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:43 2026] POST /v2.0/subnets => generated 629 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:43.344 7 INFO neutron.db.segments_db [None req-ce8f37f3-776f-46d0-b613-7b9e0fdf90d8 3c9ab08b13e04653a60aa29aa65df6c1 54eed1ee36a94c1bbbf979461fcf6626 - - default default] Added segment 62d57018-6fe9-4b10-b008-dea80f5f8e43 of type vxlan for network e0919060-efda-4637-ac09-d1b88fe1136e [pid: 7|app: 0|req: 718/1382] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:43 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:43.514 8 INFO neutron.db.l3_hamode_db [None req-84c66479-88f1-46ee-b2db-c67ca09e1bec 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 719/1383] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:43 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1384] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:43 2026] POST /v2.0/subnets => generated 629 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1385] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:43 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:43.952 7 INFO neutron.db.segments_db [None req-7e239f3b-4168-4284-9918-6379b1b9b6c3 3c9ab08b13e04653a60aa29aa65df6c1 54eed1ee36a94c1bbbf979461fcf6626 - - default default] Added segment a41440d3-d4d9-407c-a783-fcbb46cad033 of type vxlan for network fb54cb22-8032-4da6-a946-f056205636a2 [pid: 7|app: 0|req: 722/1386] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:43 2026] POST /v2.0/networks => generated 613 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1387] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:44 2026] POST /v2.0/subnets => generated 629 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1388] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:42 2026] POST /v2.0/routers => generated 694 bytes in 2254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1389] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:29:44 2026] PUT /v2.0/subnets/c6d83cd9-ffc2-4553-bcd4-883b8e64b364/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1390] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:44 2026] GET /v2.0/security-groups?tenant_id=59dce4614daa498e944cf126d2c35368&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1391] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:29:44 2026] PUT /v2.0/subnets/d6158f90-5f7a-4636-a4cf-d05b84039507/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1392] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:44 2026] DELETE /v2.0/security-groups/0b59c066-bbd9-469f-a0ff-48d3cab21d3b => 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: 727/1393] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:29:44 2026] PUT /v2.0/subnets/9c93a1cb-96c6-4716-b855-5ccbe9469433/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1394] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:29:44 2026] PUT /v2.0/subnets/1f8e197c-95a8-4867-9a87-b2b4ee96aea9/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1395] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:44 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1396] 10.0.0.84 () {32 vars in 662 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1397] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1398] 10.0.0.84 () {32 vars in 676 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1399] 10.0.0.84 () {32 vars in 672 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1400] 10.0.0.84 () {32 vars in 684 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1401] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1402] 10.0.0.84 () {32 vars in 670 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1403] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1404] 10.0.0.84 () {32 vars in 684 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1405] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 1244 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1406] 10.0.0.84 () {32 vars in 680 bytes} [Thu Apr 23 09:29:45 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1407] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:29:44 2026] PUT /v2.0/routers/95a8b56f-a856-4489-9212-5a5afdf5a887/add_router_interface => generated 309 bytes in 1361 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1408] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:29:46 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1409] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:29:46 2026] POST /v2.0/ports => generated 954 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:29:46.527 7 INFO neutron.db.l3_db [None req-37e75645-b54f-4121-9844-e790d5f0ad18 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Floating IP 44261790-dac9-48c4-abb8-5d05f798faf6 associated. External IP: 10.96.250.204, port: ac0fd545-b494-43b3-8a46-0221864df21a. [pid: 8|app: 0|req: 670/1410] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:46 2026] DELETE /v2.0/subnets/c6d83cd9-ffc2-4553-bcd4-883b8e64b364 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1411] 10.0.0.84 () {34 vars in 675 bytes} [Thu Apr 23 09:29:45 2026] POST /v2.0/floatingips => generated 856 bytes in 937 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:46.853 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-661d3e40-390b-4003-9037-719fe4f3624b'] response: {'name': 'network-changed', 'server_uuid': 'ee57446a-59e4-476a-ad04-45d597ef1cee', 'tag': 'ac0fd545-b494-43b3-8a46-0221864df21a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 671/1412] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:29:46 2026] POST /v2.0/ports => generated 955 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1413] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:46 2026] DELETE /v2.0/subnets/d6158f90-5f7a-4636-a4cf-d05b84039507 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1414] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:29:46 2026] GET /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 672/1415] 10.0.0.84 () {32 vars in 651 bytes} [Thu Apr 23 09:29:46 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: 673/1416] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:47 2026] DELETE /v2.0/subnets/9c93a1cb-96c6-4716-b855-5ccbe9469433 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1417] 10.0.0.84 () {32 vars in 679 bytes} [Thu Apr 23 09:29:47 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1418] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:47 2026] DELETE /v2.0/subnets/1f8e197c-95a8-4867-9a87-b2b4ee96aea9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1419] 10.0.0.84 () {32 vars in 679 bytes} [Thu Apr 23 09:29:47 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1420] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:29:47 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1421] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:47 2026] DELETE /v2.0/subnets/c3c1c016-aae9-41be-8406-6b91b314384d => 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: 679/1422] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:29:47 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1425] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:29:47 2026] GET /v2.0/networks?id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 756 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:47.749 8 INFO neutron.services.segments.plugin [-] Segment fa374748-403e-495e-bc75-99da314fcc3e resource provider aggregate not found 2026-04-23 09:29:47.760 8 INFO neutron.services.segments.plugin [-] Segment fa374748-403e-495e-bc75-99da314fcc3e resource provider aggregate not found 2026-04-23 09:29:47.777 8 INFO neutron.services.segments.plugin [-] Segment fa374748-403e-495e-bc75-99da314fcc3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa374748-403e-495e-bc75-99da314fcc3e found for delete ", "request_id": "req-c3973f30-c77f-42e1-bfda-64620c8fb539"}]} 2026-04-23 09:29:47.807 8 INFO neutron.services.segments.plugin [-] Segment fa374748-403e-495e-bc75-99da314fcc3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa374748-403e-495e-bc75-99da314fcc3e found for delete ", "request_id": "req-ca60323d-d598-427a-aafe-1a7d310e638a"}]} [pid: 8|app: 0|req: 683/1426] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:47 2026] DELETE /v2.0/networks/9a43050a-9e25-4716-9a9c-817acdde784c => 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: 684/1427] 10.0.0.84 () {32 vars in 663 bytes} [Thu Apr 23 09:29:47 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1428] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:29:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac0fd545-b494-43b3-8a46-0221864df21a => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:47.869 7 INFO neutron.db.l3_db [None req-f10ebde1-7157-45ba-bc15-ed1da890870d 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Floating IP b410c8bc-d894-4849-a2f0-021632d87c28 associated. External IP: 10.96.250.215, port: 6c909df0-81e6-4883-ac7d-938d53014cda. [pid: 8|app: 0|req: 686/1429] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:47 2026] DELETE /v2.0/networks/4df9f9f4-90d8-4b7d-9d52-2fe3ec755aec => 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: 687/1430] 10.0.0.84 () {32 vars in 697 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1431] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/subnets?id=17ee8a56-3211-4ff5-aed4-cd81d03a9565 => generated 677 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1432] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1433] 10.0.0.84 () {34 vars in 675 bytes} [Thu Apr 23 09:29:46 2026] POST /v2.0/floatingips => generated 842 bytes in 1233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1434] 10.0.0.84 () {32 vars in 695 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1435] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:48 2026] DELETE /v2.0/networks/163f02b0-2487-4467-8a5a-38d78b039aac => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1436] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/ports?network_id=6218071a-005e-4ba7-b042-d2ef68312523&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1437] 10.0.0.84 () {32 vars in 699 bytes} [Thu Apr 23 09:29:48 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) 2026-04-23 09:29:48.345 8 INFO neutron.db.l3_db [None req-06b1e194-5b85-4f30-aefd-1d4a7d4043f0 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Floating IP b410c8bc-d894-4849-a2f0-021632d87c28 disassociated. External IP: 10.96.250.215, port: 6c909df0-81e6-4883-ac7d-938d53014cda. 2026-04-23 09:29:48.377 7 INFO neutron.services.segments.plugin [-] Segment 62d57018-6fe9-4b10-b008-dea80f5f8e43 resource provider aggregate not found 2026-04-23 09:29:48.383 7 INFO neutron.services.segments.plugin [-] Segment 62d57018-6fe9-4b10-b008-dea80f5f8e43 resource provider aggregate not found 2026-04-23 09:29:48.393 7 INFO neutron.services.segments.plugin [-] Segment 62d57018-6fe9-4b10-b008-dea80f5f8e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62d57018-6fe9-4b10-b008-dea80f5f8e43 found for delete ", "request_id": "req-59dd4ca3-aae4-4882-9c2a-bbb2f74053fa"}]} 2026-04-23 09:29:48.400 7 INFO neutron.services.segments.plugin [-] Segment 62d57018-6fe9-4b10-b008-dea80f5f8e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62d57018-6fe9-4b10-b008-dea80f5f8e43 found for delete ", "request_id": "req-eb7c4334-61e8-425a-ae89-f1c6fa76b925"}]} [pid: 7|app: 0|req: 748/1438] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:48 2026] DELETE /v2.0/networks/e0919060-efda-4637-ac09-d1b88fe1136e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1439] 10.0.0.84 () {32 vars in 687 bytes} [Thu Apr 23 09:29:48 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: 750/1440] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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: 751/1441] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:48 2026] DELETE /v2.0/networks/fb54cb22-8032-4da6-a946-f056205636a2 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1442] 10.0.0.84 () {32 vars in 701 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1443] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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: 754/1444] 10.0.0.84 () {32 vars in 691 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1445] 10.0.0.84 () {32 vars in 693 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1446] 10.0.0.84 () {32 vars in 683 bytes} [Thu Apr 23 09:29:48 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: 757/1447] 10.0.0.84 () {32 vars in 685 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1448] 10.0.0.84 () {32 vars in 659 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1449] 10.0.0.84 () {32 vars in 697 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1450] 10.0.0.84 () {32 vars in 677 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1451] 10.0.0.84 () {32 vars in 681 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1452] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:48 2026] PUT /v2.0/floatingips/b410c8bc-d894-4849-a2f0-021632d87c28 => generated 552 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1453] 10.0.0.84 () {32 vars in 673 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1454] 10.0.0.84 () {32 vars in 687 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1455] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1456] 10.0.0.84 () {32 vars in 685 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1457] 10.0.0.84 () {32 vars in 667 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1458] 10.0.0.84 () {32 vars in 685 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1459] 10.0.0.84 () {32 vars in 679 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1460] 10.0.0.84 () {32 vars in 697 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1461] 10.0.0.84 () {32 vars in 677 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/l2_adjacency => 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: 771/1462] 10.0.0.84 () {32 vars in 665 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1463] 10.0.0.84 () {32 vars in 675 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1464] 10.0.0.84 () {32 vars in 663 bytes} [Thu Apr 23 09:29:48 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) 2026-04-23 09:29:48.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad21dab5-c749-4a81-8f5b-94108c96270c 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] TaaS: Handle Delete Port: 68f0c537-c287-4d01-835c-4886c214f177 2026-04-23 09:29:48.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad21dab5-c749-4a81-8f5b-94108c96270c 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Tap Mirror: Handle Delete Port: 68f0c537-c287-4d01-835c-4886c214f177 [pid: 7|app: 0|req: 774/1465] 10.0.0.84 () {32 vars in 673 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1466] 10.0.0.84 () {32 vars in 711 bytes} [Thu Apr 23 09:29:48 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: 776/1467] 10.0.0.84 () {32 vars in 689 bytes} [Thu Apr 23 09:29:48 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: 777/1468] 10.0.0.84 () {32 vars in 681 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1469] 10.0.0.84 () {32 vars in 667 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1470] 10.0.0.84 () {32 vars in 685 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1471] 10.0.0.84 () {32 vars in 703 bytes} [Thu Apr 23 09:29:48 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: 781/1472] 10.0.0.84 () {32 vars in 673 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1473] 10.0.0.84 () {32 vars in 699 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1474] 10.0.0.84 () {32 vars in 673 bytes} [Thu Apr 23 09:29:48 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: 7|app: 0|req: 784/1475] 10.0.0.84 () {32 vars in 691 bytes} [Thu Apr 23 09:29:48 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: 785/1476] 10.0.0.84 () {32 vars in 687 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1477] 10.0.0.84 () {32 vars in 707 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1478] 10.0.0.84 () {32 vars in 703 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1479] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1480] 10.0.0.84 () {32 vars in 695 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1481] 10.0.0.84 () {32 vars in 709 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1482] 10.0.0.84 () {32 vars in 667 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1483] 10.0.0.84 () {32 vars in 685 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1484] 10.0.0.84 () {32 vars in 679 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1485] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:29:48 2026] DELETE /v2.0/floatingips/b410c8bc-d894-4849-a2f0-021632d87c28 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1486] 10.0.0.84 () {32 vars in 673 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1487] 10.0.0.84 () {32 vars in 669 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1488] 10.0.0.84 () {32 vars in 659 bytes} [Thu Apr 23 09:29:48 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: 797/1489] 10.0.0.84 () {32 vars in 697 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1490] 10.0.0.84 () {32 vars in 697 bytes} [Thu Apr 23 09:29:48 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1491] 10.0.0.84 () {32 vars in 675 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1492] 10.0.0.84 () {32 vars in 667 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1493] 10.0.0.84 () {32 vars in 681 bytes} [Thu Apr 23 09:29:49 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: 802/1494] 10.0.0.84 () {32 vars in 699 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1495] 10.0.0.84 () {32 vars in 683 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1496] 10.0.0.84 () {32 vars in 705 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1497] 10.0.0.84 () {32 vars in 667 bytes} [Thu Apr 23 09:29:49 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: 806/1498] 10.0.0.84 () {32 vars in 695 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1499] 10.0.0.84 () {32 vars in 693 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1500] 10.0.0.84 () {32 vars in 683 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1501] 10.0.0.84 () {32 vars in 687 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1502] 10.0.0.84 () {32 vars in 703 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1503] 10.0.0.84 () {32 vars in 665 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1504] 10.0.0.84 () {32 vars in 679 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1505] 10.0.0.84 () {32 vars in 679 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1506] 10.0.0.84 () {32 vars in 689 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1507] 10.0.0.84 () {32 vars in 689 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1508] 10.0.0.84 () {32 vars in 693 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1509] 10.0.0.84 () {32 vars in 683 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1510] 10.0.0.84 () {32 vars in 687 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1511] 10.0.0.84 () {32 vars in 699 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1512] 10.0.0.84 () {32 vars in 701 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/router_availability_zone => 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: 821/1513] 10.0.0.84 () {32 vars in 711 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1514] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1515] 10.0.0.84 () {32 vars in 713 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1516] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1517] 10.0.0.84 () {32 vars in 739 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1518] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1519] 10.0.0.84 () {32 vars in 681 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1520] 10.0.0.84 () {32 vars in 667 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1521] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1522] 10.0.0.84 () {32 vars in 677 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1523] 10.0.0.84 () {32 vars in 667 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1524] 10.0.0.84 () {32 vars in 695 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1525] 10.0.0.84 () {32 vars in 703 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1526] 10.0.0.84 () {32 vars in 699 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1527] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/security-groups?tenant_id=54eed1ee36a94c1bbbf979461fcf6626&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1528] 10.0.0.84 () {32 vars in 699 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1529] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:49 2026] DELETE /v2.0/security-groups/06f1830d-aea8-466e-9317-60551be59688 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1530] 10.0.0.84 () {32 vars in 681 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1531] 10.0.0.84 () {32 vars in 703 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1532] 10.0.0.84 () {32 vars in 693 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1533] 10.0.0.84 () {32 vars in 687 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1534] 10.0.0.84 () {32 vars in 695 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1535] 10.0.0.84 () {32 vars in 677 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1536] 10.0.0.84 () {32 vars in 687 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1537] 10.0.0.84 () {32 vars in 699 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1538] 10.0.0.84 () {32 vars in 663 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1539] 10.0.0.84 () {32 vars in 679 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1540] 10.0.0.84 () {32 vars in 675 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1541] 10.0.0.84 () {32 vars in 691 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1542] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/security-groups?tenant_id=b92a51166e51484babe6f1b4cb110cdc&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1543] 10.0.0.84 () {32 vars in 675 bytes} [Thu Apr 23 09:29:49 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) 2026-04-23 09:29:49.761 8 INFO neutron.db.l3_db [None req-76415222-820e-4a29-be92-b37759757628 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Floating IP 6b96420d-865d-4d24-85a7-0ce4de50cf25 associated. External IP: 10.96.250.206, port: aaddda96-5e41-41a0-a767-4875a89361ce. 2026-04-23 09:29:49.805 8 INFO neutron.services.segments.plugin [-] Segment 614156b5-47b5-4509-91df-c9ea9edcf737 resource provider aggregate not found 2026-04-23 09:29:49.825 8 INFO neutron.services.segments.plugin [-] Segment 614156b5-47b5-4509-91df-c9ea9edcf737 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 614156b5-47b5-4509-91df-c9ea9edcf737 found for delete ", "request_id": "req-28afd039-36ed-4b94-830e-12e998fa4d85"}]} 2026-04-23 09:29:49.827 8 INFO neutron.services.segments.plugin [-] Segment 614156b5-47b5-4509-91df-c9ea9edcf737 resource provider aggregate not found [pid: 7|app: 0|req: 852/1544] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:49 2026] DELETE /v2.0/security-groups/1a81a1e5-f113-4cd9-9165-017e38ae40a9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:49.850 8 INFO neutron.services.segments.plugin [-] Segment 614156b5-47b5-4509-91df-c9ea9edcf737 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 614156b5-47b5-4509-91df-c9ea9edcf737 found for delete ", "request_id": "req-a4eee5ea-fe67-466a-9cb8-f116ecbf999c"}]} [pid: 7|app: 0|req: 853/1545] 10.0.0.84 () {32 vars in 665 bytes} [Thu Apr 23 09:29:49 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) 2026-04-23 09:29:49.852 8 INFO neutron.services.segments.plugin [-] Segment 81bc8fcf-095f-4134-ad0f-c8d2bc044da2 resource provider aggregate not found [pid: 7|app: 0|req: 854/1546] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1547] 10.0.0.84 () {32 vars in 673 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1548] 10.0.0.84 () {32 vars in 685 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:49.878 8 INFO neutron.services.segments.plugin [-] Segment 81bc8fcf-095f-4134-ad0f-c8d2bc044da2 resource provider aggregate not found 2026-04-23 09:29:49.887 8 INFO neutron.services.segments.plugin [-] Segment 81bc8fcf-095f-4134-ad0f-c8d2bc044da2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81bc8fcf-095f-4134-ad0f-c8d2bc044da2 found for delete ", "request_id": "req-87523287-dd67-46ef-b2ff-479f2fef73e3"}]} 2026-04-23 09:29:49.903 8 INFO neutron.services.segments.plugin [-] Segment 81bc8fcf-095f-4134-ad0f-c8d2bc044da2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81bc8fcf-095f-4134-ad0f-c8d2bc044da2 found for delete ", "request_id": "req-eacfc166-0398-4174-8c0b-118f8c56519c"}]} [pid: 7|app: 0|req: 857/1549] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:49 2026] GET /v2.0/security-groups?tenant_id=015efcad4785406484548487c298760d&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1550] 10.0.0.84 () {34 vars in 675 bytes} [Thu Apr 23 09:29:48 2026] POST /v2.0/floatingips => generated 841 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1551] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:29:50 2026] GET /v2.0/floatingips/6b96420d-865d-4d24-85a7-0ce4de50cf25 => generated 841 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1552] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:50 2026] DELETE /v2.0/security-groups/136a6e7d-52a9-41f6-acfe-db47bcb41572 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1553] 10.0.0.84 () {32 vars in 653 bytes} [Thu Apr 23 09:29:50 2026] GET /v2.0/floatingips => generated 844 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:50.424 7 INFO neutron.services.segments.plugin [-] Segment a41440d3-d4d9-407c-a783-fcbb46cad033 resource provider aggregate not found 2026-04-23 09:29:50.430 7 INFO neutron.services.segments.plugin [-] Segment a41440d3-d4d9-407c-a783-fcbb46cad033 resource provider aggregate not found 2026-04-23 09:29:50.441 7 INFO neutron.services.segments.plugin [-] Segment a41440d3-d4d9-407c-a783-fcbb46cad033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41440d3-d4d9-407c-a783-fcbb46cad033 found for delete ", "request_id": "req-e3aa16c7-9217-4a2f-9e0c-47a133d42a35"}]} 2026-04-23 09:29:50.463 7 INFO neutron.services.segments.plugin [-] Segment a41440d3-d4d9-407c-a783-fcbb46cad033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41440d3-d4d9-407c-a783-fcbb46cad033 found for delete ", "request_id": "req-d272739e-9cab-492c-be63-e4c3c43623d0"}]} 2026-04-23 09:29:50.594 7 INFO neutron.db.l3_db [None req-1aac24b2-b767-4f1c-9000-e93ac379e276 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Floating IP 6b96420d-865d-4d24-85a7-0ce4de50cf25 associated. External IP: 10.96.250.206, port: aaddda96-5e41-41a0-a767-4875a89361ce. [pid: 8|app: 0|req: 696/1554] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:50 2026] GET /v2.0/security-groups?tenant_id=0ec16796bb8a4408a9f95adfcff9e42c&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1555] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:50 2026] DELETE /v2.0/security-groups/05f92d4b-a31a-4713-918e-4b6de999c272 => 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: 859/1556] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:50 2026] PUT /v2.0/floatingips/6b96420d-865d-4d24-85a7-0ce4de50cf25 => generated 842 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:51.316 8 INFO neutron.db.l3_db [None req-faa038ac-c6e2-41b8-aa26-d6522295267b 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Floating IP 6b96420d-865d-4d24-85a7-0ce4de50cf25 disassociated. External IP: 10.96.250.206, port: 6c909df0-81e6-4883-ac7d-938d53014cda. [pid: 8|app: 0|req: 698/1557] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:51 2026] PUT /v2.0/floatingips/6b96420d-865d-4d24-85a7-0ce4de50cf25 => generated 552 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:51.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ecae15b-3e4f-4716-a3f7-78c430eca81d 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] TaaS: Handle Delete Port: a6a5afca-9399-4ede-bb44-b9c7fbdfa5f9 2026-04-23 09:29:51.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ecae15b-3e4f-4716-a3f7-78c430eca81d 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Tap Mirror: Handle Delete Port: a6a5afca-9399-4ede-bb44-b9c7fbdfa5f9 [pid: 7|app: 0|req: 860/1558] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:29:51 2026] DELETE /v2.0/floatingips/6b96420d-865d-4d24-85a7-0ce4de50cf25 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:29:51.877 8 INFO neutron.api.v2.resource [None req-7b6b3c0a-e980-4e11-a611-c6c445c5124c 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1559] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:29:51 2026] DELETE /v2.0/floatingips/6b96420d-865d-4d24-85a7-0ce4de50cf25 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:29:52.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-25d1a6c8-32ab-4cda-acce-7c688187f7bb 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] TaaS: Handle Delete Port: 6c909df0-81e6-4883-ac7d-938d53014cda 2026-04-23 09:29:52.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25d1a6c8-32ab-4cda-acce-7c688187f7bb 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Tap Mirror: Handle Delete Port: 6c909df0-81e6-4883-ac7d-938d53014cda [pid: 7|app: 0|req: 861/1560] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:51 2026] DELETE /v2.0/ports/6c909df0-81e6-4883-ac7d-938d53014cda => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:52.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-99738318-0982-4cb8-96a7-9f3cce49e9f6 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] TaaS: Handle Delete Port: aaddda96-5e41-41a0-a767-4875a89361ce 2026-04-23 09:29:52.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99738318-0982-4cb8-96a7-9f3cce49e9f6 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Tap Mirror: Handle Delete Port: aaddda96-5e41-41a0-a767-4875a89361ce [pid: 8|app: 0|req: 700/1561] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:52 2026] DELETE /v2.0/ports/aaddda96-5e41-41a0-a767-4875a89361ce => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1562] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:29:52 2026] GET /v2.0/ports?device_id=95a8b56f-a856-4489-9212-5a5afdf5a887 => generated 958 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:52.776 8 INFO neutron.db.segments_db [None req-8f973eff-94a4-4552-9bb3-a9d879659677 d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Added segment 95e8ef56-ce50-46af-b2cc-f09b3bb664e0 of type vxlan for network b091a37f-ea65-430e-9c64-84fdce771939 2026-04-23 09:29:52.829 8 INFO neutron.db.segments_db [None req-8f973eff-94a4-4552-9bb3-a9d879659677 d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Added segment 2a4960c2-8d0f-4abb-bf72-e29329b968bf of type vxlan for network 7f848ee3-f559-4288-8e98-97f0fc2daa87 2026-04-23 09:29:52.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e45cf44-5840-4f8c-b048-100c90aefd7e 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] TaaS: Handle Delete Port: b6dfd695-8d86-4dcc-9f08-4eb1649b0842 2026-04-23 09:29:52.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e45cf44-5840-4f8c-b048-100c90aefd7e 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Tap Mirror: Handle Delete Port: b6dfd695-8d86-4dcc-9f08-4eb1649b0842 [pid: 8|app: 0|req: 701/1563] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:52 2026] POST /v2.0/networks => generated 1207 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1564] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:29:52 2026] GET /v2.0/networks => generated 1844 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:29:53.195 8 INFO neutron.services.segments.plugin [-] Segment 95e8ef56-ce50-46af-b2cc-f09b3bb664e0 resource provider aggregate not found 2026-04-23 09:29:53.199 8 INFO neutron.services.segments.plugin [-] Segment 95e8ef56-ce50-46af-b2cc-f09b3bb664e0 resource provider aggregate not found 2026-04-23 09:29:53.210 8 INFO neutron.services.segments.plugin [-] Segment 95e8ef56-ce50-46af-b2cc-f09b3bb664e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95e8ef56-ce50-46af-b2cc-f09b3bb664e0 found for delete ", "request_id": "req-c0b21732-9f05-4f2b-8429-b50d0fef5e83"}]} 2026-04-23 09:29:53.220 8 INFO neutron.services.segments.plugin [-] Segment 95e8ef56-ce50-46af-b2cc-f09b3bb664e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95e8ef56-ce50-46af-b2cc-f09b3bb664e0 found for delete ", "request_id": "req-2e4ebbff-04db-45b7-a7bd-9dbb3256aaa9"}]} [pid: 8|app: 0|req: 703/1565] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:53 2026] DELETE /v2.0/networks/b091a37f-ea65-430e-9c64-84fdce771939 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1566] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:53 2026] DELETE /v2.0/networks/7f848ee3-f559-4288-8e98-97f0fc2daa87 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1567] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:29:53 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1568] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:29:52 2026] PUT /v2.0/routers/95a8b56f-a856-4489-9212-5a5afdf5a887/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:53.475 8 INFO neutron.db.segments_db [None req-a1017f8a-9ebf-4520-8c7e-a1cbf362e159 d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Added segment e4a67ae3-d387-4977-a3f3-098785d47a66 of type vxlan for network b7db1a2f-ccde-4416-a501-3e8077fb5260 [pid: 8|app: 0|req: 706/1569] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:53 2026] POST /v2.0/networks => generated 635 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:53.615 8 INFO neutron.db.segments_db [None req-ebb13bd7-b247-4587-b968-28897dc16387 d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Added segment 962dc179-19e9-47d3-9017-a4dbe5800943 of type vxlan for network f0e79910-b8b8-4f89-b2d6-3865c9a69f73 2026-04-23 09:29:53.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-396b10da-7e46-44fd-a30b-ade1c0140e5e 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] TaaS: Handle Delete Port: 9c60f731-a35b-412a-adbc-12065b895a1a 2026-04-23 09:29:53.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-396b10da-7e46-44fd-a30b-ade1c0140e5e 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Tap Mirror: Handle Delete Port: 9c60f731-a35b-412a-adbc-12065b895a1a [pid: 8|app: 0|req: 707/1570] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:53 2026] POST /v2.0/networks => generated 634 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:53.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-396b10da-7e46-44fd-a30b-ade1c0140e5e 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] TaaS: Handle Delete Port: acefd5ca-01e2-491f-ac1c-abdf7276b1bc 2026-04-23 09:29:53.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-396b10da-7e46-44fd-a30b-ade1c0140e5e 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] Tap Mirror: Handle Delete Port: acefd5ca-01e2-491f-ac1c-abdf7276b1bc 2026-04-23 09:29:54.269 7 INFO neutron.services.segments.plugin [-] Segment 2965c50d-4e66-428f-880c-8cc441f0df5f resource provider aggregate not found 2026-04-23 09:29:54.274 7 INFO neutron.services.segments.plugin [-] Segment 2965c50d-4e66-428f-880c-8cc441f0df5f resource provider aggregate not found [pid: 8|app: 0|req: 708/1571] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:29:53 2026] POST /v2.0/ports => generated 1506 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 09:29:54.287 7 INFO neutron.services.segments.plugin [-] Segment 2965c50d-4e66-428f-880c-8cc441f0df5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2965c50d-4e66-428f-880c-8cc441f0df5f found for delete ", "request_id": "req-fe0fb0c1-9e1b-4cb4-8613-700796bad15e"}]} 2026-04-23 09:29:54.289 7 INFO neutron.services.segments.plugin [-] Segment 2965c50d-4e66-428f-880c-8cc441f0df5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2965c50d-4e66-428f-880c-8cc441f0df5f found for delete ", "request_id": "req-e9c17db0-3dc3-460a-a783-f1b4e3d6119e"}]} 2026-04-23 09:29:54.293 7 INFO neutron.db.l3_hamode_db [None req-396b10da-7e46-44fd-a30b-ade1c0140e5e 019df347e6204835ab97899320da7b92 1e37d002d5564c82b3523cc25a6c112c - - default default] HA network 9ae00161-14d1-42b3-80b3-586eb58f7839 was deleted as no HA routers are present in tenant 1e37d002d5564c82b3523cc25a6c112c. [pid: 7|app: 0|req: 864/1572] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:53 2026] DELETE /v2.0/routers/95a8b56f-a856-4489-9212-5a5afdf5a887 => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1573] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:29:54 2026] GET /v2.0/ports => generated 1506 bytes in 88 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: 866/1574] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:54 2026] DELETE /v2.0/subnets/3298b6a5-64b3-487c-9ca9-9dc4e77a5eac => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:54.544 8 INFO neutron.db.segments_db [None req-d1196c01-fbfa-48d8-ae26-ac4d5826da88 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Added segment 66e43b17-7fd1-428a-9ec8-1a2d446d06a5 of type vxlan for network 5ad55028-ef0e-45d8-9c61-9aa83d4f6ae0 2026-04-23 09:29:54.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-22a36b3e-c1a5-4dfb-81f0-5f21cec1c74e d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] TaaS: Handle Delete Port: 0d0d4e81-f479-4148-8688-3f74b0ec7aed 2026-04-23 09:29:54.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22a36b3e-c1a5-4dfb-81f0-5f21cec1c74e d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Tap Mirror: Handle Delete Port: 0d0d4e81-f479-4148-8688-3f74b0ec7aed [pid: 8|app: 0|req: 709/1575] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:54 2026] POST /v2.0/networks => generated 613 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1576] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:54 2026] DELETE /v2.0/ports/0d0d4e81-f479-4148-8688-3f74b0ec7aed => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1577] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:54 2026] DELETE /v2.0/networks/9e02a217-d9e1-46a1-b13a-9560331f33f0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:54.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0261841-42f4-45cb-a3d2-43852c000c3d d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] TaaS: Handle Delete Port: 35a1b38d-f856-4fbd-82d4-fa1773e36814 2026-04-23 09:29:54.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0261841-42f4-45cb-a3d2-43852c000c3d d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Tap Mirror: Handle Delete Port: 35a1b38d-f856-4fbd-82d4-fa1773e36814 [pid: 8|app: 0|req: 711/1578] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:54 2026] DELETE /v2.0/ports/35a1b38d-f856-4fbd-82d4-fa1773e36814 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1579] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:29:54 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 712/1580] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:29:54 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:55.049 8 INFO neutron.db.segments_db [None req-68b7aee4-320e-482f-a76a-c191d577193d d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Added segment 676562cc-2ecf-4120-8ca0-2dee2d46ffba of type vxlan for network 5bbcb1c1-c9a2-4dec-b171-34871324d01c [pid: 8|app: 0|req: 713/1581] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:54 2026] POST /v2.0/networks => generated 635 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1582] 10.0.0.84 () {34 vars in 664 bytes} [Thu Apr 23 09:29:54 2026] POST /v2.0/trunks => generated 407 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:55.205 8 INFO neutron.db.segments_db [None req-804ba5f2-da1d-4801-b071-4b2945628be1 d160f4ccc04849b0a51b90307e2dc891 f9e7400376b44f6ca10a6d8696b8c605 - - default default] Added segment aedcec6c-c8ee-4e1d-835e-0c3fd4437ecc of type vxlan for network 40fdac1f-60b3-4d40-a26f-11054c0b93f2 2026-04-23 09:29:55.229 8 INFO neutron.services.segments.plugin [-] Segment 2a4960c2-8d0f-4abb-bf72-e29329b968bf resource provider aggregate not found 2026-04-23 09:29:55.247 8 INFO neutron.services.segments.plugin [-] Segment 2a4960c2-8d0f-4abb-bf72-e29329b968bf resource provider aggregate not found 2026-04-23 09:29:55.248 7 INFO neutron.db.segments_db [None req-d6dc988d-fdec-4f4d-b1c9-6b0487e4efa0 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Added segment 49c9c42c-7668-47ec-9cdf-19e6ea69ee62 of type vxlan for network aaeafae7-1c5f-432e-89f5-66fe21310aef 2026-04-23 09:29:55.263 8 INFO neutron.services.segments.plugin [-] Segment 2a4960c2-8d0f-4abb-bf72-e29329b968bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4960c2-8d0f-4abb-bf72-e29329b968bf found for delete ", "request_id": "req-87c7cf86-9842-4b55-afe0-76b67ea3a28e"}]} 2026-04-23 09:29:55.266 8 INFO neutron.services.segments.plugin [-] Segment 2a4960c2-8d0f-4abb-bf72-e29329b968bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4960c2-8d0f-4abb-bf72-e29329b968bf found for delete ", "request_id": "req-2297a66b-7cc2-4cd1-9044-42ae7f65c8eb"}]} 2026-04-23 09:29:55.288 8 INFO neutron.services.segments.plugin [-] Segment 924d516d-05d8-4d85-bce9-730970368f9c resource provider aggregate not found 2026-04-23 09:29:55.301 8 INFO neutron.services.segments.plugin [-] Segment 924d516d-05d8-4d85-bce9-730970368f9c resource provider aggregate not found 2026-04-23 09:29:55.314 8 INFO neutron.services.segments.plugin [-] Segment 924d516d-05d8-4d85-bce9-730970368f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924d516d-05d8-4d85-bce9-730970368f9c found for delete ", "request_id": "req-17df1b6a-0ce0-4d49-bea3-436843553062"}]} 2026-04-23 09:29:55.321 8 INFO neutron.services.segments.plugin [-] Segment 924d516d-05d8-4d85-bce9-730970368f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924d516d-05d8-4d85-bce9-730970368f9c found for delete ", "request_id": "req-75654aa8-c51c-4be1-a204-ac0e18547ea1"}]} [pid: 7|app: 0|req: 870/1583] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:55 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1584] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:55 2026] POST /v2.0/networks => generated 634 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1585] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:55 2026] GET /v2.0/security-groups?tenant_id=1e37d002d5564c82b3523cc25a6c112c&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: 872/1586] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:55 2026] DELETE /v2.0/security-groups/b618817e-270c-490d-b2bd-4088a620fbb7 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1587] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:29:55 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 873/1588] 10.0.0.84 () {34 vars in 664 bytes} [Thu Apr 23 09:29:55 2026] POST /v2.0/trunks => generated 407 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:55.885 7 INFO neutron.db.segments_db [None req-66553fd0-218d-4fa1-88b1-78b78867b599 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Added segment cd830c50-0a67-470f-9329-6f389367982d of type vxlan for network 6ee14585-c16c-4935-9442-f5e79f4e21cc [pid: 7|app: 0|req: 874/1589] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:55 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1590] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:55 2026] POST /v2.0/subnets => generated 1324 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1591] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:29:55 2026] POST /v2.0/ports => generated 743 bytes in 317 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: 717/1592] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:29:56 2026] GET /v2.0/subnets => generated 1960 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1593] 10.0.0.84 () {34 vars in 664 bytes} [Thu Apr 23 09:29:56 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1594] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:56 2026] DELETE /v2.0/subnets/1debb378-542e-4741-a9d9-72cc69c61bcc => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1595] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:29:56 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:29:56.492 8 INFO neutron.db.segments_db [None req-d979345d-c9fb-4063-8d87-f16bb1d93b81 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Added segment c7089e7e-b873-4480-8ef9-421c0d0b6aff of type vxlan for network 8b0fb69b-8fb9-415b-8d94-83c47a2f52b9 [pid: 7|app: 0|req: 878/1596] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:56 2026] DELETE /v2.0/subnets/219f7616-2e43-49ff-b33a-2ebbeacaca11 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1597] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:56 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1598] 10.0.0.85 () {34 vars in 1038 bytes} [Thu Apr 23 09:29:56 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1599] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:29:56 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1600] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:56 2026] DELETE /v2.0/networks/40fdac1f-60b3-4d40-a26f-11054c0b93f2 => 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: 722/1601] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:56 2026] DELETE /v2.0/networks/5bbcb1c1-c9a2-4dec-b171-34871324d01c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1602] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:29:56 2026] POST /v2.0/ports => generated 743 bytes in 309 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: 723/1603] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:56 2026] DELETE /v2.0/networks/f0e79910-b8b8-4f89-b2d6-3865c9a69f73 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1604] 10.0.0.84 () {34 vars in 664 bytes} [Thu Apr 23 09:29:56 2026] POST /v2.0/trunks => generated 407 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:57.137 7 INFO neutron.db.segments_db [None req-fbe18192-397e-4715-bee2-6636477bea9e 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Added segment 03c9f935-8b33-446d-a5fb-88165fbad3c4 of type vxlan for network a36e3619-6350-4478-ba78-561fecb01a43 [pid: 8|app: 0|req: 724/1605] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:57 2026] DELETE /v2.0/networks/b7db1a2f-ccde-4416-a501-3e8077fb5260 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1606] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:57 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:29:57.331 8 INFO neutron.services.segments.plugin [-] Segment aedcec6c-c8ee-4e1d-835e-0c3fd4437ecc resource provider aggregate not found 2026-04-23 09:29:57.342 8 INFO neutron.services.segments.plugin [-] Segment aedcec6c-c8ee-4e1d-835e-0c3fd4437ecc resource provider aggregate not found 2026-04-23 09:29:57.346 8 INFO neutron.services.segments.plugin [-] Segment aedcec6c-c8ee-4e1d-835e-0c3fd4437ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedcec6c-c8ee-4e1d-835e-0c3fd4437ecc found for delete ", "request_id": "req-d0c384e8-bbe6-4439-a179-284a322d5fe7"}]} 2026-04-23 09:29:57.368 8 INFO neutron.services.segments.plugin [-] Segment aedcec6c-c8ee-4e1d-835e-0c3fd4437ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedcec6c-c8ee-4e1d-835e-0c3fd4437ecc found for delete ", "request_id": "req-baa34fa8-c764-495c-96c4-2fb44c7e375b"}]} 2026-04-23 09:29:57.373 8 INFO neutron.services.segments.plugin [-] Segment 676562cc-2ecf-4120-8ca0-2dee2d46ffba resource provider aggregate not found 2026-04-23 09:29:57.391 8 INFO neutron.services.segments.plugin [-] Segment 676562cc-2ecf-4120-8ca0-2dee2d46ffba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 676562cc-2ecf-4120-8ca0-2dee2d46ffba found for delete ", "request_id": "req-13880c9f-9867-4650-a1b9-1a6235d1a3d2"}]} 2026-04-23 09:29:57.397 8 INFO neutron.services.segments.plugin [-] Segment 676562cc-2ecf-4120-8ca0-2dee2d46ffba resource provider aggregate not found 2026-04-23 09:29:57.417 8 INFO neutron.services.segments.plugin [-] Segment 962dc179-19e9-47d3-9017-a4dbe5800943 resource provider aggregate not found 2026-04-23 09:29:57.421 8 INFO neutron.services.segments.plugin [-] Segment 676562cc-2ecf-4120-8ca0-2dee2d46ffba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 676562cc-2ecf-4120-8ca0-2dee2d46ffba found for delete ", "request_id": "req-6aca1c5c-41ab-4af3-966b-0948e72f0c7a"}]} 2026-04-23 09:29:57.440 8 INFO neutron.services.segments.plugin [-] Segment 962dc179-19e9-47d3-9017-a4dbe5800943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 962dc179-19e9-47d3-9017-a4dbe5800943 found for delete ", "request_id": "req-ee9829e6-f408-4461-b54b-a7a962ead029"}]} 2026-04-23 09:29:57.444 8 INFO neutron.services.segments.plugin [-] Segment 962dc179-19e9-47d3-9017-a4dbe5800943 resource provider aggregate not found 2026-04-23 09:29:57.461 8 INFO neutron.services.segments.plugin [-] Segment e4a67ae3-d387-4977-a3f3-098785d47a66 resource provider aggregate not found 2026-04-23 09:29:57.466 8 INFO neutron.services.segments.plugin [-] Segment 962dc179-19e9-47d3-9017-a4dbe5800943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 962dc179-19e9-47d3-9017-a4dbe5800943 found for delete ", "request_id": "req-ba8e7620-e895-46f1-b6ac-bceb99a75661"}]} 2026-04-23 09:29:57.479 8 INFO neutron.services.segments.plugin [-] Segment e4a67ae3-d387-4977-a3f3-098785d47a66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a67ae3-d387-4977-a3f3-098785d47a66 found for delete ", "request_id": "req-a1c2be62-d9f0-4b32-9063-20b1229899f4"}]} 2026-04-23 09:29:57.483 8 INFO neutron.services.segments.plugin [-] Segment e4a67ae3-d387-4977-a3f3-098785d47a66 resource provider aggregate not found 2026-04-23 09:29:57.506 8 INFO neutron.services.segments.plugin [-] Segment e4a67ae3-d387-4977-a3f3-098785d47a66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a67ae3-d387-4977-a3f3-098785d47a66 found for delete ", "request_id": "req-3042255f-5de0-4b41-b096-5dfb890bc3c0"}]} [pid: 7|app: 0|req: 883/1607] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:29:57 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:29:57.559 8 INFO neutron.db.segments_db [None req-2acf3d79-8542-4f06-a7c8-0d9394516951 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] Added segment e7dacc3e-1d38-4e75-82a8-4a1b0fb943e4 of type vxlan for network 0389a4b3-97b4-4d8d-a3ae-c8183c96614e [pid: 8|app: 0|req: 725/1608] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:57 2026] POST /v2.0/networks => generated 629 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1609] 10.0.0.84 () {34 vars in 664 bytes} [Thu Apr 23 09:29:57 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) [pid: 7|app: 0|req: 885/1610] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:29:57 2026] GET /v2.0/security-groups?tenant_id=f9e7400376b44f6ca10a6d8696b8c605&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: 886/1611] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:57 2026] PUT /v2.0/trunks/33f2a947-9b03-4cf1-99f7-4076664bca9c/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: 887/1612] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:29:57 2026] DELETE /v2.0/security-groups/2e528034-f4e9-4ff0-8d9b-d920d2f48449 => 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: 726/1613] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:29:57 2026] POST /v2.0/ports => generated 779 bytes in 317 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: 888/1614] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:57 2026] PUT /v2.0/trunks/4e7b24ef-cb11-4208-8c24-53f7ccbb6a63/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1615] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:57 2026] PUT /v2.0/trunks/fd65f612-ce4d-4d72-8767-448a2f7690d4/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:29:58.037 8 INFO neutron.db.segments_db [None req-dd83746b-8a08-4acf-88cd-b28dfc6489a6 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] Added segment ac56ef6a-64e0-4a17-bc81-0da00f2e9d2d of type vxlan for network 47c03d7e-4201-4bbc-9ea2-3948ae07e2f1 [pid: 7|app: 0|req: 890/1616] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:29:58 2026] PUT /v2.0/trunks/914ed69a-44d3-4e67-b9c6-3bbad11e1d6b/tags => 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: 891/1617] 10.0.0.84 () {32 vars in 660 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?tags=red => 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: 892/1618] 10.0.0.84 () {32 vars in 674 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1619] 10.0.0.84 () {32 vars in 670 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1620] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:57 2026] POST /v2.0/networks => generated 617 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1621] 10.0.0.84 () {32 vars in 682 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1622] 10.0.0.84 () {32 vars in 668 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1623] 10.0.0.84 () {32 vars in 682 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1624] 10.0.0.84 () {32 vars in 678 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?not-tags-any=blue => 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: 898/1625] 10.0.0.84 () {32 vars in 690 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1626] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks/33f2a947-9b03-4cf1-99f7-4076664bca9c => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1627] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/ports/9c91eb6d-9311-46cd-b7b8-50c4aef44214 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1628] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:58 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1629] 10.0.0.84 () {32 vars in 720 bytes} [Thu Apr 23 09:29:58 2026] DELETE /v2.0/trunks/33f2a947-9b03-4cf1-99f7-4076664bca9c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1630] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks/4e7b24ef-cb11-4208-8c24-53f7ccbb6a63 => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1631] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/ports/2022a4f3-412b-4f87-8f0d-bb6c6ff5f17d => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1632] 10.0.0.84 () {32 vars in 720 bytes} [Thu Apr 23 09:29:58 2026] DELETE /v2.0/trunks/4e7b24ef-cb11-4208-8c24-53f7ccbb6a63 => 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: 905/1633] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks/fd65f612-ce4d-4d72-8767-448a2f7690d4 => generated 429 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1634] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/ports/205e7f0c-1b3b-4238-b7bf-bb4b5c5fefb8 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1635] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:29:58 2026] POST /v2.0/ports => generated 966 bytes in 311 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: 907/1636] 10.0.0.84 () {32 vars in 720 bytes} [Thu Apr 23 09:29:58 2026] DELETE /v2.0/trunks/fd65f612-ce4d-4d72-8767-448a2f7690d4 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1637] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks/914ed69a-44d3-4e67-b9c6-3bbad11e1d6b => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:29:58.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-51454052-b3e2-4e60-8378-c3874a7aa670 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] TaaS: Handle Delete Port: 7d5cc6c5-8cd5-490b-85aa-396ac6829b74 2026-04-23 09:29:58.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51454052-b3e2-4e60-8378-c3874a7aa670 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] Tap Mirror: Handle Delete Port: 7d5cc6c5-8cd5-490b-85aa-396ac6829b74 [pid: 7|app: 0|req: 909/1638] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/ports/a29f104d-a8f7-486a-8e6c-915e2765fb77 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1639] 10.0.0.84 () {32 vars in 720 bytes} [Thu Apr 23 09:29:58 2026] DELETE /v2.0/trunks/914ed69a-44d3-4e67-b9c6-3bbad11e1d6b => 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: 911/1640] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/trunks/1de07ae1-7c3b-437e-943d-f4b19d9706c3 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1641] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:58 2026] DELETE /v2.0/ports/7d5cc6c5-8cd5-490b-85aa-396ac6829b74 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:58.922 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d96735b-5126-4396-b8ae-bd426b8a2639 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1642] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:58 2026] DELETE /v2.0/ports/7d5cc6c5-8cd5-490b-85aa-396ac6829b74 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:29:58.943 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33534e90-fdf9-4688-9d3f-469025ed4b5b d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1643] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/ports/7d5cc6c5-8cd5-490b-85aa-396ac6829b74 => 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: 731/1644] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:29:58 2026] GET /v2.0/ports/64156c17-7cd8-4b7c-9734-52cb40a69863 => generated 826 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1645] 10.0.0.84 () {32 vars in 720 bytes} [Thu Apr 23 09:29:59 2026] DELETE /v2.0/trunks/1de07ae1-7c3b-437e-943d-f4b19d9706c3 => 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: 914/1646] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:29:58 2026] DELETE /v2.0/subnets/38adcc2e-aeb1-4980-b25d-b8e0e30891c7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:59.198 7 INFO neutron.services.segments.plugin [-] Segment ac56ef6a-64e0-4a17-bc81-0da00f2e9d2d resource provider aggregate not found 2026-04-23 09:29:59.200 7 INFO neutron.services.segments.plugin [-] Segment ac56ef6a-64e0-4a17-bc81-0da00f2e9d2d resource provider aggregate not found 2026-04-23 09:29:59.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-00a91613-4814-4397-a337-9c8321477590 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] TaaS: Handle Delete Port: 9c91eb6d-9311-46cd-b7b8-50c4aef44214 2026-04-23 09:29:59.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00a91613-4814-4397-a337-9c8321477590 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Tap Mirror: Handle Delete Port: 9c91eb6d-9311-46cd-b7b8-50c4aef44214 2026-04-23 09:29:59.218 7 INFO neutron.services.segments.plugin [-] Segment ac56ef6a-64e0-4a17-bc81-0da00f2e9d2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac56ef6a-64e0-4a17-bc81-0da00f2e9d2d found for delete ", "request_id": "req-5d5992e5-318b-4200-960e-07a046857365"}]} 2026-04-23 09:29:59.219 7 INFO neutron.services.segments.plugin [-] Segment ac56ef6a-64e0-4a17-bc81-0da00f2e9d2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac56ef6a-64e0-4a17-bc81-0da00f2e9d2d found for delete ", "request_id": "req-a56367bc-137f-4b1f-b6ec-3a580e0454ca"}]} [pid: 7|app: 0|req: 915/1647] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:29:59 2026] DELETE /v2.0/networks/47c03d7e-4201-4bbc-9ea2-3948ae07e2f1 => 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: 733/1648] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:59 2026] DELETE /v2.0/ports/9c91eb6d-9311-46cd-b7b8-50c4aef44214 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:59.300 7 INFO neutron.db.segments_db [None req-c456829b-52f9-43ce-80f7-79f46adeca2a d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] Added segment 47d55983-f355-4e33-9fba-395f1e0c4fa5 of type vxlan for network d472f745-bdba-419d-b3ce-ad13456dd2ac 2026-04-23 09:29:59.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e0eae5d-dd7b-421a-9c25-2aff9375e9a6 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] TaaS: Handle Delete Port: 2022a4f3-412b-4f87-8f0d-bb6c6ff5f17d 2026-04-23 09:29:59.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e0eae5d-dd7b-421a-9c25-2aff9375e9a6 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Tap Mirror: Handle Delete Port: 2022a4f3-412b-4f87-8f0d-bb6c6ff5f17d [pid: 7|app: 0|req: 916/1649] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:59 2026] POST /v2.0/networks => generated 617 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1650] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:59 2026] DELETE /v2.0/ports/2022a4f3-412b-4f87-8f0d-bb6c6ff5f17d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:59.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-b89cf93a-e0bc-472a-b010-eb3d8854aff5 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] TaaS: Handle Delete Port: 205e7f0c-1b3b-4238-b7bf-bb4b5c5fefb8 2026-04-23 09:29:59.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b89cf93a-e0bc-472a-b010-eb3d8854aff5 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Tap Mirror: Handle Delete Port: 205e7f0c-1b3b-4238-b7bf-bb4b5c5fefb8 [pid: 7|app: 0|req: 917/1651] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:29:59 2026] POST /v2.0/subnets => generated 646 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1652] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:59 2026] DELETE /v2.0/ports/205e7f0c-1b3b-4238-b7bf-bb4b5c5fefb8 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:29:59.872 7 INFO neutron.db.segments_db [None req-365c01f5-ce4e-4ba4-91a8-f9c8c3057ec7 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Added segment cb6975ba-a321-4a9e-9f31-4d4ab11cb1f6 of type vxlan for network 9709f7d2-a42b-4e5c-8aa4-93ba72a30e87 2026-04-23 09:29:59.927 7 INFO neutron.db.segments_db [None req-365c01f5-ce4e-4ba4-91a8-f9c8c3057ec7 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Added segment 056888d5-eb64-41c9-8f40-6075f407ac3f of type vxlan for network 149a4927-b08a-4be9-a672-f58cc74d7e06 [pid: 8|app: 0|req: 736/1653] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:29:59 2026] POST /v2.0/ports => generated 928 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1654] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:29:59 2026] POST /v2.0/networks => generated 1208 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 09:30:00.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cdf1e9d-f3b4-47ba-8c1b-ddb1ec7e7463 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] TaaS: Handle Delete Port: a29f104d-a8f7-486a-8e6c-915e2765fb77 2026-04-23 09:30:00.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cdf1e9d-f3b4-47ba-8c1b-ddb1ec7e7463 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Tap Mirror: Handle Delete Port: a29f104d-a8f7-486a-8e6c-915e2765fb77 2026-04-23 09:30:00.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-11cbe2ec-a6f1-47c9-a1cc-490583d035c0 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] TaaS: Handle Delete Port: 5177c9f1-dab9-4ed4-9774-02e6f23e993e 2026-04-23 09:30:00.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11cbe2ec-a6f1-47c9-a1cc-490583d035c0 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] Tap Mirror: Handle Delete Port: 5177c9f1-dab9-4ed4-9774-02e6f23e993e [pid: 8|app: 0|req: 737/1655] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:29:59 2026] DELETE /v2.0/ports/a29f104d-a8f7-486a-8e6c-915e2765fb77 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1656] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:30:00 2026] GET /v2.0/networks => generated 1845 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1657] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/ports/5177c9f1-dab9-4ed4-9774-02e6f23e993e => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:00.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-2943afd0-6024-4f9d-8133-df7192e2a198 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] TaaS: Handle Delete Port: 64156c17-7cd8-4b7c-9734-52cb40a69863 2026-04-23 09:30:00.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2943afd0-6024-4f9d-8133-df7192e2a198 9ccd954fa30f468a88d490d45ef63ec0 d13553faf499468c9276d82e1d2e5840 - - default default] Tap Mirror: Handle Delete Port: 64156c17-7cd8-4b7c-9734-52cb40a69863 [pid: 7|app: 0|req: 920/1658] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/networks/9709f7d2-a42b-4e5c-8aa4-93ba72a30e87 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:00.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3cf3283-a83a-456c-a29d-3a1c5f766957 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1659] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:00 2026] GET /v2.0/ports/5177c9f1-dab9-4ed4-9774-02e6f23e993e => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1660] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/ports/64156c17-7cd8-4b7c-9734-52cb40a69863 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1661] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/subnets/a1ea037a-69c5-42cc-853f-99cbe1413623 => 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: 922/1662] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/networks/149a4927-b08a-4be9-a672-f58cc74d7e06 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:00.666 8 INFO neutron.services.segments.plugin [-] Segment 66e43b17-7fd1-428a-9ec8-1a2d446d06a5 resource provider aggregate not found 2026-04-23 09:30:00.670 8 INFO neutron.services.segments.plugin [-] Segment 66e43b17-7fd1-428a-9ec8-1a2d446d06a5 resource provider aggregate not found 2026-04-23 09:30:00.683 8 INFO neutron.services.segments.plugin [-] Segment 66e43b17-7fd1-428a-9ec8-1a2d446d06a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e43b17-7fd1-428a-9ec8-1a2d446d06a5 found for delete ", "request_id": "req-e46b8010-0572-4cb3-9255-b47f010829c9"}]} 2026-04-23 09:30:00.687 8 INFO neutron.services.segments.plugin [-] Segment 66e43b17-7fd1-428a-9ec8-1a2d446d06a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66e43b17-7fd1-428a-9ec8-1a2d446d06a5 found for delete ", "request_id": "req-df8f712a-170a-4dce-be90-113682f5cf8d"}]} [pid: 8|app: 0|req: 741/1663] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/networks/5ad55028-ef0e-45d8-9c61-9aa83d4f6ae0 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1664] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/networks/d472f745-bdba-419d-b3ce-ad13456dd2ac => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1665] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:30:00 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1666] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/networks/aaeafae7-1c5f-432e-89f5-66fe21310aef => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:00.839 7 INFO neutron.db.segments_db [None req-324f5ae3-55e6-483a-8ca5-252ed52b3f89 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Added segment df81e426-90ca-4f33-99a2-200230922a81 of type vxlan for network 4a6087d6-5a18-4440-ba07-cf827e1932b1 [pid: 7|app: 0|req: 925/1667] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:00 2026] POST /v2.0/networks => generated 631 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1668] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:30:00 2026] POST /v2.0/ports => generated 779 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:30:01.012 8 INFO neutron.db.segments_db [None req-264fa8b2-25fb-4d78-9596-05eef06f145b 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Added segment 2afcc466-b8fe-4990-8896-e9adf5efe286 of type vxlan for network de1fb748-5cdc-4d57-a9f3-98b39c1212d7 [pid: 7|app: 0|req: 926/1669] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:00 2026] DELETE /v2.0/networks/6ee14585-c16c-4935-9442-f5e79f4e21cc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1670] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:00 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1671] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:01 2026] DELETE /v2.0/networks/8b0fb69b-8fb9-415b-8d94-83c47a2f52b9 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:01.244 7 INFO neutron.services.segments.plugin [-] Segment cb6975ba-a321-4a9e-9f31-4d4ab11cb1f6 resource provider aggregate not found 2026-04-23 09:30:01.247 7 INFO neutron.services.segments.plugin [-] Segment cb6975ba-a321-4a9e-9f31-4d4ab11cb1f6 resource provider aggregate not found 2026-04-23 09:30:01.265 7 INFO neutron.services.segments.plugin [-] Segment cb6975ba-a321-4a9e-9f31-4d4ab11cb1f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb6975ba-a321-4a9e-9f31-4d4ab11cb1f6 found for delete ", "request_id": "req-f97bf2d7-9d7d-46ae-b9cf-ea226f977af1"}]} 2026-04-23 09:30:01.269 7 INFO neutron.services.segments.plugin [-] Segment cb6975ba-a321-4a9e-9f31-4d4ab11cb1f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb6975ba-a321-4a9e-9f31-4d4ab11cb1f6 found for delete ", "request_id": "req-f226e6e6-fb8b-458d-95ac-85468da04ca6"}]} 2026-04-23 09:30:01.286 7 INFO neutron.services.segments.plugin [-] Segment 056888d5-eb64-41c9-8f40-6075f407ac3f resource provider aggregate not found 2026-04-23 09:30:01.294 7 INFO neutron.services.segments.plugin [-] Segment 056888d5-eb64-41c9-8f40-6075f407ac3f resource provider aggregate not found [pid: 7|app: 0|req: 927/1672] 10.0.0.84 () {34 vars in 735 bytes} [Thu Apr 23 09:30:01 2026] PUT /v2.0/ports/a2b1216b-2c18-43f7-95f9-66cb2058f4b0 => generated 752 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:30:01.307 7 INFO neutron.services.segments.plugin [-] Segment 056888d5-eb64-41c9-8f40-6075f407ac3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056888d5-eb64-41c9-8f40-6075f407ac3f found for delete ", "request_id": "req-27a9164d-19c8-4809-ba99-80b68ad6ca60"}]} 2026-04-23 09:30:01.313 7 INFO neutron.services.segments.plugin [-] Segment 056888d5-eb64-41c9-8f40-6075f407ac3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056888d5-eb64-41c9-8f40-6075f407ac3f found for delete ", "request_id": "req-976330b9-b748-4899-b806-6adf3d35b172"}]} 2026-04-23 09:30:01.321 7 INFO neutron.services.segments.plugin [-] Segment 47d55983-f355-4e33-9fba-395f1e0c4fa5 resource provider aggregate not found 2026-04-23 09:30:01.334 7 INFO neutron.services.segments.plugin [-] Segment 47d55983-f355-4e33-9fba-395f1e0c4fa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d55983-f355-4e33-9fba-395f1e0c4fa5 found for delete ", "request_id": "req-c66859cf-b969-4a6a-aa8b-7eadbfef4ccf"}]} 2026-04-23 09:30:01.337 7 INFO neutron.services.segments.plugin [-] Segment 47d55983-f355-4e33-9fba-395f1e0c4fa5 resource provider aggregate not found 2026-04-23 09:30:01.352 7 INFO neutron.services.segments.plugin [-] Segment 47d55983-f355-4e33-9fba-395f1e0c4fa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d55983-f355-4e33-9fba-395f1e0c4fa5 found for delete ", "request_id": "req-d5daffb3-8966-43b6-8b79-c3b551f2e966"}]} 2026-04-23 09:30:01.362 7 INFO neutron.services.segments.plugin [-] Segment 49c9c42c-7668-47ec-9cdf-19e6ea69ee62 resource provider aggregate not found 2026-04-23 09:30:01.369 7 INFO neutron.services.segments.plugin [-] Segment 49c9c42c-7668-47ec-9cdf-19e6ea69ee62 resource provider aggregate not found 2026-04-23 09:30:01.379 7 INFO neutron.services.segments.plugin [-] Segment 49c9c42c-7668-47ec-9cdf-19e6ea69ee62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c9c42c-7668-47ec-9cdf-19e6ea69ee62 found for delete ", "request_id": "req-f5153e9f-1f26-4a35-811f-539e2c1b6603"}]} 2026-04-23 09:30:01.386 7 INFO neutron.services.segments.plugin [-] Segment 49c9c42c-7668-47ec-9cdf-19e6ea69ee62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c9c42c-7668-47ec-9cdf-19e6ea69ee62 found for delete ", "request_id": "req-1239c6f5-27a7-46d0-9935-800a63d6cb38"}]} 2026-04-23 09:30:01.396 7 INFO neutron.services.segments.plugin [-] Segment cd830c50-0a67-470f-9329-6f389367982d resource provider aggregate not found 2026-04-23 09:30:01.401 7 INFO neutron.services.segments.plugin [-] Segment cd830c50-0a67-470f-9329-6f389367982d resource provider aggregate not found 2026-04-23 09:30:01.414 7 INFO neutron.services.segments.plugin [-] Segment cd830c50-0a67-470f-9329-6f389367982d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd830c50-0a67-470f-9329-6f389367982d found for delete ", "request_id": "req-ca8db1e0-364e-44e0-addc-7b75d81209ca"}]} 2026-04-23 09:30:01.414 7 INFO neutron.services.segments.plugin [-] Segment cd830c50-0a67-470f-9329-6f389367982d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd830c50-0a67-470f-9329-6f389367982d found for delete ", "request_id": "req-7194c850-328a-42db-8b2d-006f82f99125"}]} [pid: 7|app: 0|req: 928/1673] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:01 2026] DELETE /v2.0/networks/a36e3619-6350-4478-ba78-561fecb01a43 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:01.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-dab67cc9-e100-438c-b072-eadc7704a827 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] TaaS: Handle Delete Port: a2b1216b-2c18-43f7-95f9-66cb2058f4b0 2026-04-23 09:30:01.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dab67cc9-e100-438c-b072-eadc7704a827 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] Tap Mirror: Handle Delete Port: a2b1216b-2c18-43f7-95f9-66cb2058f4b0 [pid: 7|app: 0|req: 929/1674] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:01 2026] DELETE /v2.0/ports/a2b1216b-2c18-43f7-95f9-66cb2058f4b0 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1675] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:30:01 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:01.706 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b7f2932-3815-45e2-8708-3f2a282dcfa1 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1676] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:01 2026] GET /v2.0/ports/a2b1216b-2c18-43f7-95f9-66cb2058f4b0 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1677] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:30:01 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1678] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:01 2026] GET /v2.0/ports/f132e9e4-b67e-4f01-b69d-03b9d3cb4a49 => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:01.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ceb5e1e-1ccb-483b-8fad-61f34736218a d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1679] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:01 2026] DELETE /v2.0/ports/5177c9f1-dab9-4ed4-9774-02e6f23e993e => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:01.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c081cbe-c28e-4e6f-89c6-070e9d21c8a3 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 935/1680] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:01 2026] DELETE /v2.0/subnets/a1ea037a-69c5-42cc-853f-99cbe1413623 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:01.837 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06e0b0f6-7feb-4306-8b9d-60942f26f00d d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1681] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:01 2026] DELETE /v2.0/subnets/38adcc2e-aeb1-4980-b25d-b8e0e30891c7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:01.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-09f4b483-249d-4170-b339-e82a8f174d74 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] TaaS: Handle Delete Port: f132e9e4-b67e-4f01-b69d-03b9d3cb4a49 2026-04-23 09:30:01.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09f4b483-249d-4170-b339-e82a8f174d74 d7122158dd864528837f5c0e3affebfb 778878c71ae54403b7f557fbf468a234 - - default default] Tap Mirror: Handle Delete Port: f132e9e4-b67e-4f01-b69d-03b9d3cb4a49 [pid: 7|app: 0|req: 937/1682] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:01 2026] DELETE /v2.0/ports/f132e9e4-b67e-4f01-b69d-03b9d3cb4a49 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1683] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:02 2026] DELETE /v2.0/networks/0389a4b3-97b4-4d8d-a3ae-c8183c96614e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1684] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:30:01 2026] POST /v2.0/ports => generated 1505 bytes in 907 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1685] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:30:02 2026] GET /v2.0/ports => generated 1505 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:30:02.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-19250fa2-7a90-4ec7-b319-03bce9c93b45 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] TaaS: Handle Delete Port: ef1833ce-afdf-4645-9b2e-b218f6cea1d6 2026-04-23 09:30:02.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19250fa2-7a90-4ec7-b319-03bce9c93b45 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Tap Mirror: Handle Delete Port: ef1833ce-afdf-4645-9b2e-b218f6cea1d6 [pid: 8|app: 0|req: 747/1686] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:02 2026] DELETE /v2.0/ports/ef1833ce-afdf-4645-9b2e-b218f6cea1d6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:02.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c4b9f9b-c911-4cce-9cb3-eaf933692926 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] TaaS: Handle Delete Port: c1aecced-90d0-4e2a-b0ea-be945ff7dc8f 2026-04-23 09:30:02.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c4b9f9b-c911-4cce-9cb3-eaf933692926 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Tap Mirror: Handle Delete Port: c1aecced-90d0-4e2a-b0ea-be945ff7dc8f [pid: 8|app: 0|req: 750/1689] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:02 2026] DELETE /v2.0/ports/c1aecced-90d0-4e2a-b0ea-be945ff7dc8f => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1690] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:30:02 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1691] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:02 2026] GET /v2.0/security-groups?tenant_id=6c1f282207cb4bc5a5f5b02acc4719d9&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:02.633 8 INFO neutron.db.segments_db [None req-92c6f7f0-b762-46a1-9691-fa2d39490c01 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Added segment d9488d42-194d-4d17-b685-f60fca4246a4 of type vxlan for network 805a77be-170a-4d47-a638-510241922db9 [pid: 7|app: 0|req: 941/1692] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:02 2026] DELETE /v2.0/security-groups/b7146001-e900-40d7-906f-aab2d1830b4f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:02.717 8 INFO neutron.services.segments.plugin [-] Segment c7089e7e-b873-4480-8ef9-421c0d0b6aff resource provider aggregate not found 2026-04-23 09:30:02.721 8 INFO neutron.services.segments.plugin [-] Segment c7089e7e-b873-4480-8ef9-421c0d0b6aff resource provider aggregate not found 2026-04-23 09:30:02.741 8 INFO neutron.services.segments.plugin [-] Segment c7089e7e-b873-4480-8ef9-421c0d0b6aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7089e7e-b873-4480-8ef9-421c0d0b6aff found for delete ", "request_id": "req-0db89ef8-716e-49e1-9258-9c0da9aff597"}]} [pid: 8|app: 0|req: 752/1693] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:02 2026] POST /v2.0/networks => generated 629 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:02.743 8 INFO neutron.services.segments.plugin [-] Segment c7089e7e-b873-4480-8ef9-421c0d0b6aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7089e7e-b873-4480-8ef9-421c0d0b6aff found for delete ", "request_id": "req-5e554a35-2e1f-4e95-9aba-337aa24be1db"}]} 2026-04-23 09:30:02.796 8 INFO neutron.db.segments_db [None req-f49d11d5-cc00-4d67-977c-b2a29b962b21 440b31e844704a20960de8a5c0148185 523ce0014bf043b7a883ff018bbec828 - - default default] Added segment 17d13fdd-07b9-4d1b-8cc1-07c4bd768144 of type vxlan for network dedda84a-3db2-42aa-803c-39377a77d223 [pid: 8|app: 0|req: 753/1694] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:02 2026] POST /v2.0/networks => generated 630 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1695] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:02 2026] GET /v2.0/security-groups?tenant_id=778878c71ae54403b7f557fbf468a234&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1696] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:02 2026] GET /v2.0/security-groups?tenant_id=61dcfa33864a406687fd81c3083e5fcf&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: 755/1697] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:03 2026] DELETE /v2.0/security-groups/038c42a6-4392-4569-bd8d-f56af8859cd6 => 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: 756/1698] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:03 2026] DELETE /v2.0/security-groups/95fafceb-bcd0-4a5d-8b2b-8caa9afeeda7 => 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: 943/1699] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:02 2026] POST /v2.0/subnets => generated 1274 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1700] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:03 2026] GET /v2.0/security-groups?tenant_id=d13553faf499468c9276d82e1d2e5840&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1701] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:30:03 2026] GET /v2.0/subnets => generated 1910 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:03.461 7 INFO neutron.services.segments.plugin [-] Segment 03c9f935-8b33-446d-a5fb-88165fbad3c4 resource provider aggregate not found 2026-04-23 09:30:03.472 7 INFO neutron.services.segments.plugin [-] Segment 03c9f935-8b33-446d-a5fb-88165fbad3c4 resource provider aggregate not found 2026-04-23 09:30:03.481 7 INFO neutron.services.segments.plugin [-] Segment 03c9f935-8b33-446d-a5fb-88165fbad3c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c9f935-8b33-446d-a5fb-88165fbad3c4 found for delete ", "request_id": "req-31709ac7-4a44-434e-86b3-1493f864ae8b"}]} 2026-04-23 09:30:03.495 7 INFO neutron.services.segments.plugin [-] Segment e7dacc3e-1d38-4e75-82a8-4a1b0fb943e4 resource provider aggregate not found [pid: 8|app: 0|req: 758/1702] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:03 2026] DELETE /v2.0/security-groups/62e5129c-d6ef-4618-a708-251f3a9f82c5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:03.504 7 INFO neutron.services.segments.plugin [-] Segment 03c9f935-8b33-446d-a5fb-88165fbad3c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c9f935-8b33-446d-a5fb-88165fbad3c4 found for delete ", "request_id": "req-a5d6bca4-6bd0-465c-a659-7c6f052df420"}]} 2026-04-23 09:30:03.513 7 INFO neutron.services.segments.plugin [-] Segment e7dacc3e-1d38-4e75-82a8-4a1b0fb943e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7dacc3e-1d38-4e75-82a8-4a1b0fb943e4 found for delete ", "request_id": "req-360d6205-2a35-4894-b887-4842a5a99c40"}]} 2026-04-23 09:30:03.524 7 INFO neutron.services.segments.plugin [-] Segment e7dacc3e-1d38-4e75-82a8-4a1b0fb943e4 resource provider aggregate not found 2026-04-23 09:30:03.542 7 INFO neutron.services.segments.plugin [-] Segment e7dacc3e-1d38-4e75-82a8-4a1b0fb943e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7dacc3e-1d38-4e75-82a8-4a1b0fb943e4 found for delete ", "request_id": "req-87b24265-3c1d-46dd-a858-57294372389f"}]} [pid: 7|app: 0|req: 945/1703] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:03 2026] DELETE /v2.0/subnets/aa9d1285-b0d3-401a-9fae-6d4a076bbb3c => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1704] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:03 2026] DELETE /v2.0/subnets/37487f12-be7b-4314-a900-b4f477c3c2cf => 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: 946/1705] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:30:03 2026] GET /v2.0/subnets => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1706] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:03 2026] DELETE /v2.0/networks/dedda84a-3db2-42aa-803c-39377a77d223 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1707] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:03 2026] DELETE /v2.0/networks/805a77be-170a-4d47-a638-510241922db9 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1708] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:04 2026] DELETE /v2.0/networks/de1fb748-5cdc-4d57-a9f3-98b39c1212d7 => 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: 948/1709] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:04 2026] DELETE /v2.0/networks/4a6087d6-5a18-4440-ba07-cf827e1932b1 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:04.762 8 INFO neutron.services.segments.plugin [-] Segment 17d13fdd-07b9-4d1b-8cc1-07c4bd768144 resource provider aggregate not found 2026-04-23 09:30:04.769 8 INFO neutron.services.segments.plugin [-] Segment 17d13fdd-07b9-4d1b-8cc1-07c4bd768144 resource provider aggregate not found 2026-04-23 09:30:04.788 8 INFO neutron.services.segments.plugin [-] Segment 17d13fdd-07b9-4d1b-8cc1-07c4bd768144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17d13fdd-07b9-4d1b-8cc1-07c4bd768144 found for delete ", "request_id": "req-1583686f-22a1-4f45-9c92-2dfb36c2e725"}]} 2026-04-23 09:30:04.791 8 INFO neutron.services.segments.plugin [-] Segment 17d13fdd-07b9-4d1b-8cc1-07c4bd768144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17d13fdd-07b9-4d1b-8cc1-07c4bd768144 found for delete ", "request_id": "req-44590aab-2a0c-4526-8f74-ee9de44ae25e"}]} 2026-04-23 09:30:04.805 8 INFO neutron.services.segments.plugin [-] Segment 2afcc466-b8fe-4990-8896-e9adf5efe286 resource provider aggregate not found 2026-04-23 09:30:04.809 8 INFO neutron.services.segments.plugin [-] Segment 2afcc466-b8fe-4990-8896-e9adf5efe286 resource provider aggregate not found 2026-04-23 09:30:04.821 8 INFO neutron.services.segments.plugin [-] Segment 2afcc466-b8fe-4990-8896-e9adf5efe286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afcc466-b8fe-4990-8896-e9adf5efe286 found for delete ", "request_id": "req-a6d2f4ba-d8dd-47ee-9b6c-d92bab84fe8a"}]} 2026-04-23 09:30:04.827 8 INFO neutron.services.segments.plugin [-] Segment 2afcc466-b8fe-4990-8896-e9adf5efe286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afcc466-b8fe-4990-8896-e9adf5efe286 found for delete ", "request_id": "req-5c3c37a2-49b9-4a63-b0f5-9655c0c2f178"}]} [pid: 8|app: 0|req: 762/1710] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:04 2026] GET /v2.0/security-groups?tenant_id=523ce0014bf043b7a883ff018bbec828&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1711] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:05 2026] DELETE /v2.0/security-groups/0ea437e5-e548-491d-bbc5-8c696c4b8430 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:05.388 7 INFO neutron.db.segments_db [None req-34a5d769-bcd2-481d-b5fc-27f9bb064d71 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] Added segment 239fb580-5974-4875-9c26-1a5676d4720e of type vxlan for network 0830b3b5-ae1b-47f0-807e-4151f88e0476 [pid: 8|app: 0|req: 764/1712] 10.0.0.84 () {32 vars in 824 bytes} [Thu Apr 23 09:30:05 2026] GET /v2.0/ports?project_id=d51bbd3636304237a587ff6b055765d4&network_id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 3695 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1713] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:05 2026] POST /v2.0/networks => generated 625 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:05.550 7 INFO neutron.services.segments.plugin [-] Segment d9488d42-194d-4d17-b685-f60fca4246a4 resource provider aggregate not found 2026-04-23 09:30:05.564 7 INFO neutron.services.segments.plugin [-] Segment d9488d42-194d-4d17-b685-f60fca4246a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9488d42-194d-4d17-b685-f60fca4246a4 found for delete ", "request_id": "req-06360b41-b062-4966-85ec-be5fa9ab6c1d"}]} 2026-04-23 09:30:05.576 7 INFO neutron.services.segments.plugin [-] Segment d9488d42-194d-4d17-b685-f60fca4246a4 resource provider aggregate not found 2026-04-23 09:30:05.579 7 INFO neutron.services.segments.plugin [-] Segment df81e426-90ca-4f33-99a2-200230922a81 resource provider aggregate not found 2026-04-23 09:30:05.592 7 INFO neutron.services.segments.plugin [-] Segment d9488d42-194d-4d17-b685-f60fca4246a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9488d42-194d-4d17-b685-f60fca4246a4 found for delete ", "request_id": "req-b83bdddc-6a29-412c-a3b7-de16f1b2d3fa"}]} 2026-04-23 09:30:05.601 7 INFO neutron.services.segments.plugin [-] Segment df81e426-90ca-4f33-99a2-200230922a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df81e426-90ca-4f33-99a2-200230922a81 found for delete ", "request_id": "req-0d1d30d0-7878-4bd1-95af-8eb3d404203c"}]} 2026-04-23 09:30:05.606 7 INFO neutron.services.segments.plugin [-] Segment df81e426-90ca-4f33-99a2-200230922a81 resource provider aggregate not found 2026-04-23 09:30:05.622 7 INFO neutron.services.segments.plugin [-] Segment df81e426-90ca-4f33-99a2-200230922a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df81e426-90ca-4f33-99a2-200230922a81 found for delete ", "request_id": "req-f8750178-d14c-4d90-b28b-791dbcf98fd9"}]} [pid: 7|app: 0|req: 950/1714] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:30:05 2026] GET /v2.0/subnets?network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1715] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:30:05 2026] POST /v2.0/ports => generated 774 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:30:05.947 7 INFO neutron.db.segments_db [None req-4775a551-890d-48b7-bf80-6bac92076036 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] Added segment decbdce8-be64-4cc4-a197-c4d3b256ed1f of type vxlan for network e6b3cacd-1c32-45ae-a0c6-1cfa93dfbdc8 2026-04-23 09:30:05.996 8 INFO neutron.db.l3_db [None req-c0449eae-a08d-4037-9c4e-9d52bbbe2202 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Floating IP 44261790-dac9-48c4-abb8-5d05f798faf6 disassociated. External IP: 10.96.250.204, port: ac0fd545-b494-43b3-8a46-0221864df21a. [pid: 7|app: 0|req: 951/1716] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:05 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1717] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:06 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1718] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:30:05 2026] PUT /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 554 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1719] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:30:06 2026] GET /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:06.359 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44c53866-d881-489e-b07a-699623ca0c5b'] response: {'name': 'network-changed', 'server_uuid': 'ee57446a-59e4-476a-ad04-45d597ef1cee', 'tag': 'ac0fd545-b494-43b3-8a46-0221864df21a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 953/1720] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:30:06 2026] POST /v2.0/ports => generated 949 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:06.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac1e906d-0638-45aa-8632-bac6b6e65827 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] TaaS: Handle Delete Port: 80049ca9-a3cb-42a9-b929-0361ea0e97d7 2026-04-23 09:30:06.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac1e906d-0638-45aa-8632-bac6b6e65827 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] Tap Mirror: Handle Delete Port: 80049ca9-a3cb-42a9-b929-0361ea0e97d7 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 954/1721] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:30:06 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1722] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:06 2026] DELETE /v2.0/ports/80049ca9-a3cb-42a9-b929-0361ea0e97d7 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:06.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff590d3a-e6f6-4dda-8f98-3959b37f9254 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1723] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:06 2026] DELETE /v2.0/ports/80049ca9-a3cb-42a9-b929-0361ea0e97d7 => 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: 955/1724] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:30:06 2026] GET /v2.0/networks?id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:06.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd05e6e6-574f-429f-994c-a5f30eb36d26 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 770/1725] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:06 2026] GET /v2.0/ports/80049ca9-a3cb-42a9-b929-0361ea0e97d7 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1726] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:30:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac0fd545-b494-43b3-8a46-0221864df21a => 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: 957/1727] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:30:06 2026] GET /v2.0/subnets?id=17ee8a56-3211-4ff5-aed4-cd81d03a9565 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1728] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:06 2026] DELETE /v2.0/subnets/4e283a59-1ae7-4e5e-ab2a-b7542201dc54 => 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: 772/1729] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:30:07 2026] GET /v2.0/ports?network_id=6218071a-005e-4ba7-b042-d2ef68312523&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1730] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:30:07 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) 2026-04-23 09:30:07.233 8 INFO neutron.services.segments.plugin [-] Segment decbdce8-be64-4cc4-a197-c4d3b256ed1f resource provider aggregate not found 2026-04-23 09:30:07.238 8 INFO neutron.services.segments.plugin [-] Segment decbdce8-be64-4cc4-a197-c4d3b256ed1f resource provider aggregate not found [pid: 7|app: 0|req: 959/1731] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:30:07 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:07.254 8 INFO neutron.services.segments.plugin [-] Segment decbdce8-be64-4cc4-a197-c4d3b256ed1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid decbdce8-be64-4cc4-a197-c4d3b256ed1f found for delete ", "request_id": "req-61eded9e-e897-462d-b789-353f74a3b38e"}]} 2026-04-23 09:30:07.256 8 INFO neutron.services.segments.plugin [-] Segment decbdce8-be64-4cc4-a197-c4d3b256ed1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid decbdce8-be64-4cc4-a197-c4d3b256ed1f found for delete ", "request_id": "req-d84e1888-1050-4a79-834d-69e4de31637e"}]} [pid: 8|app: 0|req: 773/1732] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:07 2026] DELETE /v2.0/networks/e6b3cacd-1c32-45ae-a0c6-1cfa93dfbdc8 => 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: 774/1733] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:30:07 2026] PUT /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1734] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:30:07 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:07.416 8 INFO neutron.db.segments_db [None req-f672f0e4-0408-4194-ab4b-612f648a3d96 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] Added segment 8a95c730-1683-4dfc-a8c5-471a660e1eab of type vxlan for network de16caaa-0f0b-4f57-b9fe-405be0206f7a 2026-04-23 09:30:07.449 7 INFO neutron.db.segments_db [None req-2d3acb57-9409-4eb5-800f-b321050e358f 206a1a4471ce4214b2ef9dc485a816ce 87d705c1a5564d219e78ca06ed76e4bc - - default default] Added segment fb377374-95bd-49f1-ad43-4091c4e3a00d of type vxlan for network b7714414-6681-426f-8f65-d050bf1eec49 [pid: 8|app: 0|req: 776/1735] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:07 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1736] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:07 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/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: 960/1737] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:07 2026] POST /v2.0/networks => generated 625 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1738] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:30:07 2026] GET /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1739] 10.0.0.84 () {34 vars in 768 bytes} [Thu Apr 23 09:30:07 2026] PUT /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1740] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:07 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1741] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:07 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1742] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:07 2026] POST /v2.0/subnets => generated 641 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1743] 10.0.0.84 () {34 vars in 764 bytes} [Thu Apr 23 09:30:07 2026] PUT /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 09:30:07.930 8 INFO neutron.db.segments_db [None req-bbd157d8-0a50-4448-aac8-d1e12d2342b9 206a1a4471ce4214b2ef9dc485a816ce 87d705c1a5564d219e78ca06ed76e4bc - - default default] Added segment 405a1f97-c047-4d15-94b2-985161398774 of type vxlan for network 56df81c4-432e-4a50-8a77-20a829221ded [pid: 8|app: 0|req: 782/1744] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:07 2026] POST /v2.0/networks => generated 625 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1745] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1746] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:30:07 2026] POST /v2.0/ports => generated 911 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1747] 10.0.0.84 () {34 vars in 741 bytes} [Thu Apr 23 09:30:08 2026] PUT /v2.0/networks/56df81c4-432e-4a50-8a77-20a829221ded => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1748] 10.0.0.84 () {34 vars in 786 bytes} [Thu Apr 23 09:30:08 2026] PUT /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 09:30:08.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-7166d4aa-8ec0-4b66-ad15-d330be2f10b1 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] TaaS: Handle Delete Port: 6f68f996-dd5f-4cda-b13f-15a3ded9046c 2026-04-23 09:30:08.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7166d4aa-8ec0-4b66-ad15-d330be2f10b1 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] Tap Mirror: Handle Delete Port: 6f68f996-dd5f-4cda-b13f-15a3ded9046c [pid: 7|app: 0|req: 965/1749] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:08 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) [pid: 7|app: 0|req: 966/1750] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1751] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/ports/6f68f996-dd5f-4cda-b13f-15a3ded9046c => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1752] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:30:08 2026] PUT /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:08.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-faf8c256-beeb-48d9-ad45-247258b6a8ae 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1753] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/ports/6f68f996-dd5f-4cda-b13f-15a3ded9046c => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1754] 10.0.0.84 () {34 vars in 739 bytes} [Thu Apr 23 09:30:08 2026] PUT /v2.0/subnets/86bbe027-dd84-4b87-b055-a52bc742cfbf => generated 636 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1755] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1756] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/subnets/8b92b05d-6545-4d74-bb97-88025ca01325 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1757] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 552 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1758] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1759] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/networks/56df81c4-432e-4a50-8a77-20a829221ded => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:08.750 8 INFO neutron.api.v2.resource [None req-40ef9831-49bb-4863-b90a-1c75415de972 30095576f32d4b0a96020c3a1fcf58e9 21d36638a8a041e1a612e6be6b64f7d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1760] 10.0.0.84 () {32 vars in 749 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 09:30:08.761 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f18d2dc-645d-490f-a9cc-cae3d0a75c55 206a1a4471ce4214b2ef9dc485a816ce 87d705c1a5564d219e78ca06ed76e4bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 791/1761] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/networks/56df81c4-432e-4a50-8a77-20a829221ded => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:08.790 7 INFO neutron.services.segments.plugin [-] Segment 8a95c730-1683-4dfc-a8c5-471a660e1eab resource provider aggregate not found 2026-04-23 09:30:08.795 7 INFO neutron.services.segments.plugin [-] Segment 8a95c730-1683-4dfc-a8c5-471a660e1eab resource provider aggregate not found [pid: 8|app: 0|req: 792/1762] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:08.810 7 INFO neutron.services.segments.plugin [-] Segment 8a95c730-1683-4dfc-a8c5-471a660e1eab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a95c730-1683-4dfc-a8c5-471a660e1eab found for delete ", "request_id": "req-cdfe8c51-a43f-47e1-aeca-8f10d49ffcc2"}]} 2026-04-23 09:30:08.815 7 INFO neutron.services.segments.plugin [-] Segment 8a95c730-1683-4dfc-a8c5-471a660e1eab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a95c730-1683-4dfc-a8c5-471a660e1eab found for delete ", "request_id": "req-ad991c52-1444-4c5f-8de2-9ee6bd9927c3"}]} [pid: 7|app: 0|req: 971/1763] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/networks/de16caaa-0f0b-4f57-b9fe-405be0206f7a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1764] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1765] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:08.896 8 INFO neutron.api.v2.resource [None req-1a51f05a-e088-4338-b92e-e83dc1c875c3 30095576f32d4b0a96020c3a1fcf58e9 21d36638a8a041e1a612e6be6b64f7d2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1766] 10.0.0.84 () {32 vars in 752 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1767] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnets?network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1768] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:30:08 2026] DELETE /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1769] 10.0.0.84 () {32 vars in 651 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1770] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:08 2026] GET /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1771] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/networks => generated 1309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1772] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:30:08 2026] POST /v2.0/ports => generated 773 bytes in 228 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: 800/1773] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/subnetpools/639edfc5-a828-49a3-bb90-52e62f5bcbe8 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1774] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/subnets => generated 1280 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1775] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/networks/b7714414-6681-426f-8f65-d050bf1eec49 => generated 669 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1776] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/subnets/b455a5ad-7760-4662-86e3-e98fc8bfe29f => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:09.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-202a6749-37ae-49b5-83da-c555d8daff6c 206a1a4471ce4214b2ef9dc485a816ce 87d705c1a5564d219e78ca06ed76e4bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/1777] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/subnets/86bbe027-dd84-4b87-b055-a52bc742cfbf => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:09.203 7 INFO neutron.pecan_wsgi.hooks.translation [None req-201e133d-6bb8-4c6b-a899-1644fe3780bf 206a1a4471ce4214b2ef9dc485a816ce 87d705c1a5564d219e78ca06ed76e4bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1778] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/networks/56df81c4-432e-4a50-8a77-20a829221ded => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:09.282 8 INFO neutron.services.segments.plugin [-] Segment 405a1f97-c047-4d15-94b2-985161398774 resource provider aggregate not found 2026-04-23 09:30:09.289 8 INFO neutron.services.segments.plugin [-] Segment 405a1f97-c047-4d15-94b2-985161398774 resource provider aggregate not found [pid: 8|app: 0|req: 801/1779] 10.0.0.84 () {34 vars in 735 bytes} [Thu Apr 23 09:30:09 2026] PUT /v2.0/ports/44ab6e6f-7759-4304-8c6c-3cd6a41e7d53 => generated 752 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:09.304 8 INFO neutron.services.segments.plugin [-] Segment 405a1f97-c047-4d15-94b2-985161398774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405a1f97-c047-4d15-94b2-985161398774 found for delete ", "request_id": "req-624dd710-c296-4e71-bfde-87a81b851662"}]} 2026-04-23 09:30:09.306 8 INFO neutron.services.segments.plugin [-] Segment 405a1f97-c047-4d15-94b2-985161398774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405a1f97-c047-4d15-94b2-985161398774 found for delete ", "request_id": "req-ebb85710-23c5-43f8-988c-c8d04b68b876"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 979/1780] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/subnets/b455a5ad-7760-4662-86e3-e98fc8bfe29f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:09.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe5e4c22-efa9-4a45-8b3c-e11b518bd806 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] TaaS: Handle Delete Port: 44ab6e6f-7759-4304-8c6c-3cd6a41e7d53 2026-04-23 09:30:09.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe5e4c22-efa9-4a45-8b3c-e11b518bd806 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] Tap Mirror: Handle Delete Port: 44ab6e6f-7759-4304-8c6c-3cd6a41e7d53 [pid: 7|app: 0|req: 980/1781] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/networks/b7714414-6681-426f-8f65-d050bf1eec49 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1782] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/ports/44ab6e6f-7759-4304-8c6c-3cd6a41e7d53 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1783] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/ports => generated 777 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:09.549 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2a10caa-44a6-4f02-adee-22baa13d688e 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 803/1784] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/ports/44ab6e6f-7759-4304-8c6c-3cd6a41e7d53 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1785] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1786] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/ports/2d41530c-03fe-47f7-ae16-ce63830466ee => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:09.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99c87f48-0dab-4ba6-bb30-1bf694f0b192 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/1787] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/ports/6f68f996-dd5f-4cda-b13f-15a3ded9046c => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:09.704 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00e5ea62-c6c0-462b-8367-15e0ec8ae27d 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 805/1788] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/subnets/8b92b05d-6545-4d74-bb97-88025ca01325 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:09.730 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b753247c-c227-47fa-8194-fda0ad14888a 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 984/1789] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/subnets/4e283a59-1ae7-4e5e-ab2a-b7542201dc54 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:09.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-458579c1-334c-48a7-a252-9aaae2817afc 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] TaaS: Handle Delete Port: 2d41530c-03fe-47f7-ae16-ce63830466ee 2026-04-23 09:30:09.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-458579c1-334c-48a7-a252-9aaae2817afc 732a06193df8459eb8f4efd02d121fa2 59832322f9074a428a99876641709027 - - default default] Tap Mirror: Handle Delete Port: 2d41530c-03fe-47f7-ae16-ce63830466ee [pid: 7|app: 0|req: 985/1790] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:30:09 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: 8|app: 0|req: 806/1791] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:30:09 2026] DELETE /v2.0/ports/2d41530c-03fe-47f7-ae16-ce63830466ee => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1792] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/security-groups?tenant_id=87d705c1a5564d219e78ca06ed76e4bc&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: 986/1793] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:09 2026] GET /v2.0/security-groups?tenant_id=4ed223be27aa4c4eab2cf98b58f4b7c4&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1794] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1795] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:10 2026] DELETE /v2.0/security-groups/d7522c7e-b5a7-4dee-8938-e23d5834fa7a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1796] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:10 2026] DELETE /v2.0/networks/0830b3b5-ae1b-47f0-807e-4151f88e0476 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1797] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:10 2026] DELETE /v2.0/security-groups/cf4acc98-b397-4edc-8ac3-0733aea73e6d => 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: 988/1798] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:10 2026] POST /v2.0/security-group-rules => generated 596 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1799] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1800] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1801] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:10 2026] GET /v2.0/security-groups?tenant_id=21d36638a8a041e1a612e6be6b64f7d2&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:10.701 7 INFO neutron.db.securitygroups_db [None req-8870d9fa-e04a-4a44-9404-c8b5fe58371f b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Project d51bbd3636304237a587ff6b055765d4 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: 813/1802] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:10 2026] DELETE /v2.0/security-groups/7f11b002-9c1c-4efd-8497-90fcd4403488 => 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: 990/1803] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:10.816 7 INFO neutron.db.securitygroups_db [None req-b0f58197-0c65-4863-9846-fe72a6168a03 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Project d51bbd3636304237a587ff6b055765d4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 09:30:10.834 7 INFO neutron.services.segments.plugin [-] Segment fb377374-95bd-49f1-ad43-4091c4e3a00d resource provider aggregate not found 2026-04-23 09:30:10.837 7 INFO neutron.services.segments.plugin [-] Segment fb377374-95bd-49f1-ad43-4091c4e3a00d resource provider aggregate not found 2026-04-23 09:30:10.858 7 INFO neutron.services.segments.plugin [-] Segment fb377374-95bd-49f1-ad43-4091c4e3a00d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb377374-95bd-49f1-ad43-4091c4e3a00d found for delete ", "request_id": "req-6f56728b-497b-47c3-9067-4e3bb55e5990"}]} 2026-04-23 09:30:10.861 7 INFO neutron.services.segments.plugin [-] Segment fb377374-95bd-49f1-ad43-4091c4e3a00d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb377374-95bd-49f1-ad43-4091c4e3a00d found for delete ", "request_id": "req-a7b5a4fa-a152-4476-b4e7-7b64a884e21c"}]} 2026-04-23 09:30:10.881 7 INFO neutron.services.segments.plugin [-] Segment 239fb580-5974-4875-9c26-1a5676d4720e resource provider aggregate not found 2026-04-23 09:30:10.888 7 INFO neutron.services.segments.plugin [-] Segment 239fb580-5974-4875-9c26-1a5676d4720e resource provider aggregate not found 2026-04-23 09:30:10.911 7 INFO neutron.services.segments.plugin [-] Segment 239fb580-5974-4875-9c26-1a5676d4720e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239fb580-5974-4875-9c26-1a5676d4720e found for delete ", "request_id": "req-3a26dc7c-15b2-4fd8-be00-7c1ba8e3cd03"}]} 2026-04-23 09:30:10.912 7 INFO neutron.services.segments.plugin [-] Segment 239fb580-5974-4875-9c26-1a5676d4720e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239fb580-5974-4875-9c26-1a5676d4720e found for delete ", "request_id": "req-9b3f7412-05ae-48b1-9814-9b6345701cb4"}]} [pid: 7|app: 0|req: 991/1804] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1805] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:10 2026] GET /v2.0/security-groups?tenant_id=59832322f9074a428a99876641709027&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1806] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:11 2026] DELETE /v2.0/security-groups/d6f87091-52c4-482e-9368-e0087b01975c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1807] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/networks => generated 1297 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1808] 10.0.0.102 () {34 vars in 1099 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1364995935&fields=id&tenant_id=d51bbd3636304237a587ff6b055765d4 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1809] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/networks?id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1810] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/quotas/d51bbd3636304237a587ff6b055765d4 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1811] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1812] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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: 818/1813] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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: 996/1814] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:11 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 997/1815] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:13 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:13.111 8 INFO neutron.db.segments_db [None req-0aaf824b-5261-4985-9f53-591d83e6e15c 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment a2786d14-da76-4afb-a3a8-eedae567d246 of type vxlan for network c853e402-dbaf-4b5a-8e30-f117bca591e5 [pid: 8|app: 0|req: 819/1816] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:12 2026] POST /v2.0/networks => generated 615 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:13.275 7 INFO neutron.db.segments_db [None req-2d9ec92c-3f58-4f54-ad3d-5a4ca830a2ce 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment 7b012c9a-934b-4062-b03d-6e29b6f0be37 of type vxlan for network bb5d23e7-ae97-4e8c-96bf-1e75ed8ce469 [pid: 7|app: 0|req: 998/1817] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:13 2026] POST /v2.0/networks => generated 615 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1818] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:13 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1819] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:13 2026] POST /v2.0/subnets => generated 655 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:13.886 7 INFO neutron.db.segments_db [None req-ddf196f7-3211-42df-9a8a-78943a004887 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment 7e042e33-596d-49a8-9a98-114cf94b0735 of type vxlan for network 2eed398c-7638-4fc5-b803-d546d933e98f [pid: 8|app: 0|req: 821/1820] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:13 2026] GET /v2.0/security-groups?tenant_id=4562e54c551f4c53a93c2ee50271eddf&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:14.099 8 INFO neutron.db.segments_db [None req-3b186d05-1223-40fd-8441-5eabe5241b73 c5b743cb73ad40a9a9266a1bcaa66405 b259e1474a72473a9e2daa2022b6ac28 - - default default] Added segment 29addb20-4929-4998-a7d5-d983944b9bfd of type vxlan for network a9bbd37a-44d1-4936-bcfb-f2da0768c57b 2026-04-23 09:30:14.132 7 INFO neutron.db.l3_hamode_db [None req-ddf196f7-3211-42df-9a8a-78943a004887 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 822/1821] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:13 2026] POST /v2.0/networks => generated 612 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1822] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:14 2026] DELETE /v2.0/security-groups/46e4c1bf-9728-4bc6-9141-fc25ad9b8e25 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:14.275 7 INFO neutron.db.l3_hamode_db [None req-ddf196f7-3211-42df-9a8a-78943a004887 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 824/1823] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:14 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 825/1824] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:14 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1825] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:30:14 2026] PUT /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1826] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:30:14 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/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: 828/1827] 10.0.0.84 () {34 vars in 760 bytes} [Thu Apr 23 09:30:14 2026] PUT /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1828] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:30:14 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1829] 10.0.0.84 () {34 vars in 756 bytes} [Thu Apr 23 09:30:14 2026] PUT /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags/red => 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: 831/1830] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:30:14 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1831] 10.0.0.84 () {34 vars in 778 bytes} [Thu Apr 23 09:30:14 2026] PUT /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1832] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:13 2026] POST /v2.0/routers => generated 511 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1833] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:30:14 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1834] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:30:14 2026] PUT /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/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: 835/1835] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:30:14 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1836] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:30:15 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:15.080 8 INFO neutron.api.v2.resource [None req-06b9a8ee-2194-4b8a-bcb8-dda18231806e c5b743cb73ad40a9a9266a1bcaa66405 b259e1474a72473a9e2daa2022b6ac28 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 837/1837] 10.0.0.84 () {32 vars in 741 bytes} [Thu Apr 23 09:30:15 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/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: 838/1838] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:30:15 2026] DELETE /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1839] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:30:15 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:15.220 8 INFO neutron.api.v2.resource [None req-893547bc-f663-4344-a345-5ff386f2045a c5b743cb73ad40a9a9266a1bcaa66405 b259e1474a72473a9e2daa2022b6ac28 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1840] 10.0.0.84 () {32 vars in 744 bytes} [Thu Apr 23 09:30:15 2026] DELETE /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1841] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:30:15 2026] DELETE /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1842] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:30:15 2026] GET /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1843] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:15 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 844/1844] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:15 2026] DELETE /v2.0/subnets/93130e45-0562-4764-8d08-770bbdef7547 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:15.611 8 INFO neutron.services.segments.plugin [-] Segment 29addb20-4929-4998-a7d5-d983944b9bfd resource provider aggregate not found 2026-04-23 09:30:15.618 8 INFO neutron.services.segments.plugin [-] Segment 29addb20-4929-4998-a7d5-d983944b9bfd resource provider aggregate not found 2026-04-23 09:30:15.626 8 INFO neutron.services.segments.plugin [-] Segment 29addb20-4929-4998-a7d5-d983944b9bfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29addb20-4929-4998-a7d5-d983944b9bfd found for delete ", "request_id": "req-11efca5d-b202-4f31-bf5c-d704542ac95e"}]} [pid: 8|app: 0|req: 845/1845] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:15 2026] DELETE /v2.0/networks/a9bbd37a-44d1-4936-bcfb-f2da0768c57b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:15.636 8 INFO neutron.services.segments.plugin [-] Segment 29addb20-4929-4998-a7d5-d983944b9bfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29addb20-4929-4998-a7d5-d983944b9bfd found for delete ", "request_id": "req-3f9c201c-c3ad-4464-9a9b-21769fd43aa6"}]} [pid: 7|app: 0|req: 1001/1846] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:30:14 2026] PUT /v2.0/routers/fa531b6e-0fb7-4c30-b13a-2fef708b3f2b/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1847] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:15 2026] GET /v2.0/ports/5fc0546d-123b-41b0-b6c4-63046c811727 => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:16.275 8 INFO neutron.db.segments_db [None req-39e0c148-36b0-465c-b3e7-33f8631110e4 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 812c0f15-48e1-484f-a132-54570f35a9be of type vxlan for network e95fde5b-63e4-47c7-aff0-9391fb72fa66 [pid: 8|app: 0|req: 846/1848] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:30:15 2026] POST /v2.0/networks => generated 722 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1849] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:30:16 2026] GET /v2.0/networks?id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1850] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:16 2026] GET /v2.0/security-groups?tenant_id=e9020fd9f19e45de8d5fa05949ce6cf2&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1851] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:16 2026] POST /v2.0/subnets => generated 688 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1852] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:30:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d51bbd3636304237a587ff6b055765d4 => generated 274 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1853] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:16 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 852/1854] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:16 2026] DELETE /v2.0/security-groups/c4b5f0dc-c0ad-4a4a-95b6-eba720d0e27d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:16.977 8 INFO neutron.db.segments_db [None req-3e2d2602-bdd5-4fc6-980f-e85404c52e04 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment b637de41-bda0-42c7-8908-7d0681308b22 of type vxlan for network 0fcda66c-d9ac-4236-8c06-3edf8c7fd3ff [pid: 7|app: 0|req: 1003/1855] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:30:16 2026] PUT /v2.0/routers/fa531b6e-0fb7-4c30-b13a-2fef708b3f2b/add_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:17.215 8 INFO neutron.db.l3_hamode_db [None req-3e2d2602-bdd5-4fc6-980f-e85404c52e04 7a5e7e2e40074b5eabd3fac25ca98826 5afba54c1d084301adbbd97c47b1bf6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1004/1856] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:30:17 2026] POST /v2.0/ports => generated 958 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1005/1857] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:17 2026] GET /v2.0/security-groups?tenant_id=b259e1474a72473a9e2daa2022b6ac28&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1858] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:17 2026] GET /v2.0/ports/2ffa105a-b227-4355-b2b2-eb5a86aebe6f => generated 967 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1861] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:30:17 2026] PUT /v2.0/ports/199aa17c-b784-4538-b0c7-5ffa8290278b => generated 1239 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:30:17.897 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a00284a-2309-4db6-9bf1-6db7dd58f006'] response: {'name': 'network-changed', 'server_uuid': 'd96c0760-6a9d-4a4e-8956-9fc56d36ccb1', 'tag': '199aa17c-b784-4538-b0c7-5ffa8290278b', 'status': 'completed', 'code': 200} 2026-04-23 09:30:17.902 8 INFO neutron.db.l3_hamode_db [None req-3e2d2602-bdd5-4fc6-980f-e85404c52e04 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1010/1862] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:17 2026] DELETE /v2.0/security-groups/a1b7cb9e-c840-4e84-8af5-a0a666c61e11 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:18.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbeebc7c-8f54-49d9-85d9-78536bd19147 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 2ffa105a-b227-4355-b2b2-eb5a86aebe6f 2026-04-23 09:30:18.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbeebc7c-8f54-49d9-85d9-78536bd19147 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 2ffa105a-b227-4355-b2b2-eb5a86aebe6f [pid: 8|app: 0|req: 853/1863] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:16 2026] POST /v2.0/routers => generated 728 bytes in 1835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1864] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:18 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1865] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:30:18 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 1011/1866] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:30:17 2026] PUT /v2.0/routers/fa531b6e-0fb7-4c30-b13a-2fef708b3f2b/remove_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1867] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:19 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&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: 1013/1868] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:30:19 2026] GET /v2.0/networks?tenant_id=d51bbd3636304237a587ff6b055765d4&shared=False => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:19.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bc45827-ba2c-44d7-8b92-39099f9c86af 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 5fc0546d-123b-41b0-b6c4-63046c811727 2026-04-23 09:30:19.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bc45827-ba2c-44d7-8b92-39099f9c86af 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 5fc0546d-123b-41b0-b6c4-63046c811727 [pid: 7|app: 0|req: 1014/1869] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:30:19 2026] PUT /v2.0/routers/fa531b6e-0fb7-4c30-b13a-2fef708b3f2b/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1870] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:30:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1871] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:20 2026] GET /v2.0/ports?device_id=fa531b6e-0fb7-4c30-b13a-2fef708b3f2b => 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: 856/1872] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:30:18 2026] PUT /v2.0/routers/86df2f3a-e811-415f-bfb3-793aa574200e/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1873] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:20 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:20.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-5040f639-0e37-43b1-80c0-04541a90f1c5 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 140ab289-147f-46e8-8aba-95acad92af77 2026-04-23 09:30:20.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5040f639-0e37-43b1-80c0-04541a90f1c5 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 140ab289-147f-46e8-8aba-95acad92af77 [pid: 8|app: 0|req: 858/1874] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:20 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:20.629 7 INFO neutron.services.segments.plugin [-] Segment 7e042e33-596d-49a8-9a98-114cf94b0735 resource provider aggregate not found 2026-04-23 09:30:20.636 7 INFO neutron.services.segments.plugin [-] Segment 7e042e33-596d-49a8-9a98-114cf94b0735 resource provider aggregate not found 2026-04-23 09:30:20.650 7 INFO neutron.services.segments.plugin [-] Segment 7e042e33-596d-49a8-9a98-114cf94b0735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e042e33-596d-49a8-9a98-114cf94b0735 found for delete ", "request_id": "req-0cd98329-3a86-4043-b567-16862d84b5c3"}]} 2026-04-23 09:30:20.665 7 INFO neutron.db.l3_hamode_db [None req-5040f639-0e37-43b1-80c0-04541a90f1c5 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] HA network 2eed398c-7638-4fc5-b803-d546d933e98f was deleted as no HA routers are present in tenant a416d3d710f843028f55191cf0bef1b0. 2026-04-23 09:30:20.671 7 INFO neutron.services.segments.plugin [-] Segment 7e042e33-596d-49a8-9a98-114cf94b0735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e042e33-596d-49a8-9a98-114cf94b0735 found for delete ", "request_id": "req-829162c5-3ac0-4a9c-a874-f9dc0785d49e"}]} [pid: 7|app: 0|req: 1017/1875] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:20 2026] DELETE /v2.0/routers/fa531b6e-0fb7-4c30-b13a-2fef708b3f2b => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1876] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:20 2026] DELETE /v2.0/subnets/08c84223-f895-4349-bb30-13dc733c4511 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1877] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:20 2026] DELETE /v2.0/subnets/c236a09a-6ccb-4f31-adfe-63d7e4f3c77d => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1878] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1879] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=199aa17c-b784-4538-b0c7-5ffa8290278b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1880] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/subnets?id=17ee8a56-3211-4ff5-aed4-cd81d03a9565 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:21.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b869314-29a6-4fd0-b91f-2f20cd030708 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: cf61bcf7-eb30-4921-953e-33f8c1e825b6 [pid: 8|app: 0|req: 863/1881] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/ports?network_id=6218071a-005e-4ba7-b042-d2ef68312523&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:21.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b869314-29a6-4fd0-b91f-2f20cd030708 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: cf61bcf7-eb30-4921-953e-33f8c1e825b6 [pid: 7|app: 0|req: 1019/1882] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:21 2026] DELETE /v2.0/networks/bb5d23e7-ae97-4e8c-96bf-1e75ed8ce469 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1883] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:21.549 8 INFO neutron.db.segments_db [None req-016cbb97-976d-4b88-9087-718800744993 181307c2765a41e6b931a6fe6bf177a0 6f4421fa544c4735bcdb84aa3276f200 - - default default] Added segment 8efc7cda-1687-4805-8c21-02e04f9477c6 of type vxlan for network e2345b46-4012-4131-b42a-f014ad354b1c 2026-04-23 09:30:21.593 7 INFO neutron.db.segments_db [None req-23e35211-2852-4f20-9d5b-bc6267856782 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 48dfe83c-3b5c-4749-a457-3a735de94954 of type vxlan for network 32d0130e-9462-4063-be2e-5e5e9c7def10 [pid: 8|app: 0|req: 864/1884] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:21 2026] POST /v2.0/networks => generated 612 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1885] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1886] 10.0.0.84 () {34 vars in 669 bytes} [Thu Apr 23 09:30:21 2026] POST /v2.0/networks => generated 720 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1887] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:21.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-72251a90-0286-4712-b3a1-5db53206c80d 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: cc5b49b4-240f-4009-bb82-4b2c2ba43013 2026-04-23 09:30:21.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72251a90-0286-4712-b3a1-5db53206c80d 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: cc5b49b4-240f-4009-bb82-4b2c2ba43013 2026-04-23 09:30:21.790 7 INFO neutron.db.segments_db [None req-8a3ad6ab-8895-41b5-9824-af8fc8892c57 181307c2765a41e6b931a6fe6bf177a0 6f4421fa544c4735bcdb84aa3276f200 - - default default] Added segment b4e89130-c051-4677-b7b0-02b3d8aa5382 of type vxlan for network 35c13547-b0a4-44a4-8ecd-6a2706db0176 [pid: 7|app: 0|req: 1023/1888] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:21 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1889] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:21 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:21.978 8 INFO neutron.services.segments.plugin [-] Segment a2786d14-da76-4afb-a3a8-eedae567d246 resource provider aggregate not found 2026-04-23 09:30:21.991 8 INFO neutron.services.segments.plugin [-] Segment a2786d14-da76-4afb-a3a8-eedae567d246 resource provider aggregate not found 2026-04-23 09:30:21.999 8 INFO neutron.services.segments.plugin [-] Segment a2786d14-da76-4afb-a3a8-eedae567d246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2786d14-da76-4afb-a3a8-eedae567d246 found for delete ", "request_id": "req-19a36148-f298-4294-b5a6-3a482c59d6f9"}]} 2026-04-23 09:30:22.013 8 INFO neutron.services.segments.plugin [-] Segment a2786d14-da76-4afb-a3a8-eedae567d246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2786d14-da76-4afb-a3a8-eedae567d246 found for delete ", "request_id": "req-9c46cc7c-7258-452e-8365-4366a4f0e91c"}]} [pid: 8|app: 0|req: 866/1890] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:21 2026] DELETE /v2.0/networks/c853e402-dbaf-4b5a-8e30-f117bca591e5 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1891] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:21 2026] POST /v2.0/subnets => generated 686 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1892] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:30:22 2026] PUT /v2.0/networks/e2345b46-4012-4131-b42a-f014ad354b1c/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:22.117 7 INFO neutron.db.segments_db [None req-38dcb570-3033-4b5d-b6c1-b693cab50d7b 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment a0aabf10-2e79-45ec-9896-36c836777efb of type vxlan for network 28ba210b-838b-4802-a0f1-ac94a02f7aba 2026-04-23 09:30:22.134 8 INFO neutron.db.segments_db [None req-813bba5c-5932-41cf-8fe3-4c992b504705 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Added segment 78ac275b-e099-41a8-a755-9b0edf2a8da5 of type vxlan for network e5eaa4f0-a549-4aa8-aadc-69e3659f5512 [pid: 7|app: 0|req: 1026/1893] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:22 2026] POST /v2.0/networks => generated 615 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1894] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:30:22 2026] GET /v2.0/networks/e2345b46-4012-4131-b42a-f014ad354b1c/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:22.424 8 INFO neutron.db.l3_hamode_db [None req-813bba5c-5932-41cf-8fe3-4c992b504705 7a5e7e2e40074b5eabd3fac25ca98826 e690ff48bfea4cb4a285776cbaf6a88b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1028/1895] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:22 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1896] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:30:22 2026] PUT /v2.0/networks/35c13547-b0a4-44a4-8ecd-6a2706db0176/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:22.588 7 INFO neutron.db.segments_db [None req-8251c83e-2e11-4ac2-b40b-4f3d3c1b3cc1 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment ae2bf754-72c3-42f8-b350-a639ca6473ba of type vxlan for network 35e0a29e-fd7b-4fbf-9bc7-86624236f9de 2026-04-23 09:30:22.686 7 INFO neutron.services.segments.plugin [-] Segment 7b012c9a-934b-4062-b03d-6e29b6f0be37 resource provider aggregate not found 2026-04-23 09:30:22.692 7 INFO neutron.services.segments.plugin [-] Segment 7b012c9a-934b-4062-b03d-6e29b6f0be37 resource provider aggregate not found 2026-04-23 09:30:22.714 7 INFO neutron.services.segments.plugin [-] Segment 7b012c9a-934b-4062-b03d-6e29b6f0be37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b012c9a-934b-4062-b03d-6e29b6f0be37 found for delete ", "request_id": "req-5bf2a09e-235f-45d3-aa1c-ef2bebb4e3bd"}]} 2026-04-23 09:30:22.733 7 INFO neutron.services.segments.plugin [-] Segment 7b012c9a-934b-4062-b03d-6e29b6f0be37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b012c9a-934b-4062-b03d-6e29b6f0be37 found for delete ", "request_id": "req-d5534ba9-4c8e-4778-869d-f6226a8a7a05"}]} 2026-04-23 09:30:22.866 7 INFO neutron.db.l3_hamode_db [None req-8251c83e-2e11-4ac2-b40b-4f3d3c1b3cc1 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:30:23.019 7 INFO neutron.db.l3_hamode_db [None req-8251c83e-2e11-4ac2-b40b-4f3d3c1b3cc1 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:30:23.264 8 INFO neutron.db.l3_hamode_db [None req-813bba5c-5932-41cf-8fe3-4c992b504705 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1030/1897] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:22 2026] POST /v2.0/routers => generated 510 bytes in 1177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1898] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:30:23 2026] GET /v2.0/networks/35c13547-b0a4-44a4-8ecd-6a2706db0176/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1899] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:23 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1900] 10.0.0.84 () {34 vars in 663 bytes} [Thu Apr 23 09:30:23 2026] POST /v2.0/ports => generated 962 bytes in 271 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: 1034/1901] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:30:24 2026] PUT /v2.0/networks/35c13547-b0a4-44a4-8ecd-6a2706db0176/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1902] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:24 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&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: 868/1903] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:22 2026] POST /v2.0/routers => generated 726 bytes in 2198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1904] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:30:24 2026] GET /v2.0/networks/35c13547-b0a4-44a4-8ecd-6a2706db0176/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1905] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:30:24 2026] PUT /v2.0/routers/b1318ba2-ec4f-4e7f-aad9-5536d9ed7793/add_router_interface => generated 309 bytes in 1216 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: 1037/1906] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:30:25 2026] GET /v2.0/networks/e2345b46-4012-4131-b42a-f014ad354b1c/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1907] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:25 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1908] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:25 2026] GET /v2.0/ports/110168ba-6615-4cc0-b29c-7f95d4b15248 => generated 1036 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1909] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:30:24 2026] PUT /v2.0/routers/29a1eea1-bb45-4274-9322-eb6e12096754/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1910] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:25 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:25.720 7 INFO neutron.services.segments.plugin [-] Segment 8efc7cda-1687-4805-8c21-02e04f9477c6 resource provider aggregate not found 2026-04-23 09:30:25.728 7 INFO neutron.services.segments.plugin [-] Segment 8efc7cda-1687-4805-8c21-02e04f9477c6 resource provider aggregate not found 2026-04-23 09:30:25.747 7 INFO neutron.services.segments.plugin [-] Segment 8efc7cda-1687-4805-8c21-02e04f9477c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8efc7cda-1687-4805-8c21-02e04f9477c6 found for delete ", "request_id": "req-37a22cd4-d1ea-497d-9e2f-c6215ca19568"}]} 2026-04-23 09:30:25.756 7 INFO neutron.services.segments.plugin [-] Segment 8efc7cda-1687-4805-8c21-02e04f9477c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8efc7cda-1687-4805-8c21-02e04f9477c6 found for delete ", "request_id": "req-ffdc7ce4-afb4-444a-aad7-7a9fc7795705"}]} [pid: 7|app: 0|req: 1040/1911] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:25 2026] DELETE /v2.0/networks/e2345b46-4012-4131-b42a-f014ad354b1c => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1912] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:25 2026] DELETE /v2.0/networks/35c13547-b0a4-44a4-8ecd-6a2706db0176 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:26.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-875d3264-f805-4d23-b992-49fe842aa055 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 110168ba-6615-4cc0-b29c-7f95d4b15248 2026-04-23 09:30:26.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-875d3264-f805-4d23-b992-49fe842aa055 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 110168ba-6615-4cc0-b29c-7f95d4b15248 [pid: 8|app: 0|req: 872/1913] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:30:25 2026] PUT /v2.0/routers/b1318ba2-ec4f-4e7f-aad9-5536d9ed7793/remove_router_interface => generated 309 bytes in 811 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: 1042/1914] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:30:26 2026] POST /v2.0/security-groups => generated 1673 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 09:30:26.624 8 INFO neutron.api.v2.resource [None req-760d2fc1-be51-4974-bd3b-e5287e792d93 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1915] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:30:26 2026] PUT /v2.0/routers/b1318ba2-ec4f-4e7f-aad9-5536d9ed7793/remove_router_interface => generated 197 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1916] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:26 2026] GET /v2.0/ports?device_id=b1318ba2-ec4f-4e7f-aad9-5536d9ed7793 => 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: 1043/1917] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1918] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:26.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac8cfdc2-9df8-4359-8be8-d7ea60bb010f 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: db1849eb-82d1-4053-9735-9f5a68193944 2026-04-23 09:30:26.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac8cfdc2-9df8-4359-8be8-d7ea60bb010f 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: db1849eb-82d1-4053-9735-9f5a68193944 [pid: 7|app: 0|req: 1045/1919] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:26 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:27.199 8 INFO neutron.services.segments.plugin [-] Segment ae2bf754-72c3-42f8-b350-a639ca6473ba resource provider aggregate not found 2026-04-23 09:30:27.200 8 INFO neutron.services.segments.plugin [-] Segment ae2bf754-72c3-42f8-b350-a639ca6473ba resource provider aggregate not found [pid: 7|app: 0|req: 1046/1920] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:26 2026] GET /v2.0/security-groups?tenant_id=d707392b8e57456ab1b817709af83bbd&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:27.230 8 INFO neutron.services.segments.plugin [-] Segment ae2bf754-72c3-42f8-b350-a639ca6473ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae2bf754-72c3-42f8-b350-a639ca6473ba found for delete ", "request_id": "req-2cb647c4-78c5-4954-8287-62190e5e1e55"}]} 2026-04-23 09:30:27.231 8 INFO neutron.services.segments.plugin [-] Segment ae2bf754-72c3-42f8-b350-a639ca6473ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae2bf754-72c3-42f8-b350-a639ca6473ba found for delete ", "request_id": "req-df7cac70-08ec-43d7-99a1-c4df3e1edf84"}]} 2026-04-23 09:30:27.234 8 INFO neutron.db.l3_hamode_db [None req-ac8cfdc2-9df8-4359-8be8-d7ea60bb010f 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] HA network 35e0a29e-fd7b-4fbf-9bc7-86624236f9de was deleted as no HA routers are present in tenant a416d3d710f843028f55191cf0bef1b0. [pid: 8|app: 0|req: 875/1921] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:26 2026] DELETE /v2.0/routers/b1318ba2-ec4f-4e7f-aad9-5536d9ed7793 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1922] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:27 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1923] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:27 2026] DELETE /v2.0/security-groups/53551a90-fe4c-45e3-89ce-f78c36312e5d => 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: 1047/1924] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1925] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:27 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1926] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:27 2026] DELETE /v2.0/subnets/1a11c1e1-f510-4f32-8d4c-339823a050ee => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1927] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:27 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&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: 1049/1928] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1929] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:27 2026] GET /v2.0/security-groups?tenant_id=6f4421fa544c4735bcdb84aa3276f200&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:27.575 8 INFO neutron.db.securitygroups_db [None req-f8a138d4-7ccc-4244-b05a-27811d510569 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] Project 5afba54c1d084301adbbd97c47b1bf6b 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: 881/1930] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1931] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:27 2026] DELETE /v2.0/networks/28ba210b-838b-4802-a0f1-ac94a02f7aba => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1932] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:27 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:27.737 8 INFO neutron.db.securitygroups_db [None req-986c1ddb-9717-408a-96f3-c1546c715b53 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] Project 5afba54c1d084301adbbd97c47b1bf6b 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: 1051/1933] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:27 2026] DELETE /v2.0/security-groups/0e7a14cd-a109-4657-99f4-772d4aafd212 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:27.769 7 INFO neutron.services.segments.plugin [-] Segment b4e89130-c051-4677-b7b0-02b3d8aa5382 resource provider aggregate not found 2026-04-23 09:30:27.782 7 INFO neutron.services.segments.plugin [-] Segment b4e89130-c051-4677-b7b0-02b3d8aa5382 resource provider aggregate not found 2026-04-23 09:30:27.786 7 INFO neutron.services.segments.plugin [-] Segment b4e89130-c051-4677-b7b0-02b3d8aa5382 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e89130-c051-4677-b7b0-02b3d8aa5382 found for delete ", "request_id": "req-47d0468d-c387-47e8-bbe1-473281c2741b"}]} 2026-04-23 09:30:27.808 7 INFO neutron.services.segments.plugin [-] Segment a0aabf10-2e79-45ec-9896-36c836777efb resource provider aggregate not found 2026-04-23 09:30:27.811 7 INFO neutron.services.segments.plugin [-] Segment b4e89130-c051-4677-b7b0-02b3d8aa5382 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e89130-c051-4677-b7b0-02b3d8aa5382 found for delete ", "request_id": "req-4a71b581-6a25-4b33-99cd-300b8ec9f549"}]} 2026-04-23 09:30:27.822 7 INFO neutron.db.segments_db [None req-6da0ea31-9469-4c55-b510-dc333383a297 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment 294f6863-30fd-4dc7-8dbb-b83b2b0aee9b of type vxlan for network 6d019c71-3d2e-4534-8b2c-b899a83643d9 [pid: 8|app: 0|req: 883/1934] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:27.828 7 INFO neutron.services.segments.plugin [-] Segment a0aabf10-2e79-45ec-9896-36c836777efb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0aabf10-2e79-45ec-9896-36c836777efb found for delete ", "request_id": "req-a990f2a0-d23b-48e0-b843-6c4c5913093c"}]} 2026-04-23 09:30:27.834 7 INFO neutron.services.segments.plugin [-] Segment a0aabf10-2e79-45ec-9896-36c836777efb resource provider aggregate not found 2026-04-23 09:30:27.852 7 INFO neutron.services.segments.plugin [-] Segment a0aabf10-2e79-45ec-9896-36c836777efb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0aabf10-2e79-45ec-9896-36c836777efb found for delete ", "request_id": "req-0083f7f6-dd92-4a84-baaa-91ad96b9a9b8"}]} [pid: 7|app: 0|req: 1052/1935] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:30:27 2026] POST /v2.0/networks => generated 615 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:28.131 8 INFO neutron.db.l3_db [None req-cd6b41f2-9298-4bc6-a9e6-1c6a9c9851dc b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Floating IP 44261790-dac9-48c4-abb8-5d05f798faf6 associated. External IP: 10.96.250.204, port: 199aa17c-b784-4538-b0c7-5ffa8290278b. [pid: 7|app: 0|req: 1053/1936] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:27 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:28.283 7 INFO neutron.db.segments_db [None req-7334bcd2-0075-4600-95d5-cc5a78d91aea 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment 90b73f7a-60f4-4187-9688-b840b22fed31 of type vxlan for network 39b3bdda-e052-4a92-8cb8-e46100875f14 [pid: 8|app: 0|req: 884/1937] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:30:27 2026] PUT /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 856 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:28.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6348c1f4-2b39-40a5-ba27-8e99f3776df5'] response: {'name': 'network-changed', 'server_uuid': 'd96c0760-6a9d-4a4e-8956-9fc56d36ccb1', 'tag': '199aa17c-b784-4538-b0c7-5ffa8290278b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 885/1938] 10.0.0.84 () {34 vars in 683 bytes} [Thu Apr 23 09:30:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1939] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:30:28 2026] GET /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 856 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:28.570 7 INFO neutron.db.l3_hamode_db [None req-7334bcd2-0075-4600-95d5-cc5a78d91aea 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 887/1940] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:30:28.721 7 INFO neutron.db.l3_hamode_db [None req-7334bcd2-0075-4600-95d5-cc5a78d91aea 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 888/1941] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1942] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:30:28 2026] POST /v2.0/floatingips => generated 552 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1943] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/ports?tenant_id=d51bbd3636304237a587ff6b055765d4&device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1944] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/networks?id=6218071a-005e-4ba7-b042-d2ef68312523 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1945] 10.0.0.102 () {34 vars in 1097 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-452964002&fields=id&tenant_id=5afba54c1d084301adbbd97c47b1bf6b => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1946] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=199aa17c-b784-4538-b0c7-5ffa8290278b => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1947] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:28 2026] POST /v2.0/routers => generated 509 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1948] 10.0.0.102 () {34 vars in 1097 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--696226586&fields=id&tenant_id=5afba54c1d084301adbbd97c47b1bf6b => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1949] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/subnets?id=17ee8a56-3211-4ff5-aed4-cd81d03a9565 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1950] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/networks?id=e95fde5b-63e4-47c7-aff0-9391fb72fa66 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1951] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/ports?network_id=6218071a-005e-4ba7-b042-d2ef68312523&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1952] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/quotas/5afba54c1d084301adbbd97c47b1bf6b => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1953] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1954] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/ports?tenant_id=5afba54c1d084301adbbd97c47b1bf6b&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1955] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523?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: 1062/1956] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1957] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/networks/e95fde5b-63e4-47c7-aff0-9391fb72fa66?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: 1064/1958] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/networks/e95fde5b-63e4-47c7-aff0-9391fb72fa66?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: 1065/1959] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:29 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => 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: 895/1960] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:30:29 2026] PUT /v2.0/routers/c73f035d-7a84-4070-8057-cb34200634c9/add_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1961] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:30:30 2026] GET /v2.0/ports/7ec0639a-c775-4bb2-8b7a-1f053a0a6dbb => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:30.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-91417ba2-be4c-41d9-a6c8-faf9355d91cb 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 7ec0639a-c775-4bb2-8b7a-1f053a0a6dbb 2026-04-23 09:30:30.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91417ba2-be4c-41d9-a6c8-faf9355d91cb 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 7ec0639a-c775-4bb2-8b7a-1f053a0a6dbb [pid: 7|app: 0|req: 1067/1962] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:31 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => 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: 896/1963] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:30:30 2026] PUT /v2.0/routers/c73f035d-7a84-4070-8057-cb34200634c9/remove_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/1964] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:31 2026] GET /v2.0/ports?device_id=c73f035d-7a84-4070-8057-cb34200634c9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:31.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-91db17be-e754-4324-bfbd-a4f36f6d7ebe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 628787f3-26c9-4eb6-a431-70d35705ce98 2026-04-23 09:30:31.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91db17be-e754-4324-bfbd-a4f36f6d7ebe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 628787f3-26c9-4eb6-a431-70d35705ce98 2026-04-23 09:30:31.833 8 INFO neutron.services.segments.plugin [-] Segment 90b73f7a-60f4-4187-9688-b840b22fed31 resource provider aggregate not found 2026-04-23 09:30:31.839 8 INFO neutron.services.segments.plugin [-] Segment 90b73f7a-60f4-4187-9688-b840b22fed31 resource provider aggregate not found 2026-04-23 09:30:31.857 8 INFO neutron.services.segments.plugin [-] Segment 90b73f7a-60f4-4187-9688-b840b22fed31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b73f7a-60f4-4187-9688-b840b22fed31 found for delete ", "request_id": "req-2ba8cdf7-6c82-44f2-8aa7-ed2ba24aac5a"}]} 2026-04-23 09:30:31.858 8 INFO neutron.services.segments.plugin [-] Segment 90b73f7a-60f4-4187-9688-b840b22fed31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b73f7a-60f4-4187-9688-b840b22fed31 found for delete ", "request_id": "req-2dcfdb44-9209-406b-aa4e-5205a4597a21"}]} 2026-04-23 09:30:31.869 8 INFO neutron.db.l3_hamode_db [None req-91db17be-e754-4324-bfbd-a4f36f6d7ebe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] HA network 39b3bdda-e052-4a92-8cb8-e46100875f14 was deleted as no HA routers are present in tenant a416d3d710f843028f55191cf0bef1b0. [pid: 8|app: 0|req: 897/1965] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:31 2026] DELETE /v2.0/routers/c73f035d-7a84-4070-8057-cb34200634c9 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/1966] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:31 2026] DELETE /v2.0/subnets/537c95a7-f78b-4115-9cd3-3ffa59fd7058 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1967] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:30:32 2026] DELETE /v2.0/networks/6d019c71-3d2e-4534-8b2c-b899a83643d9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1968] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:32 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:32.176 8 INFO neutron.db.segments_db [None req-897dbad6-93e8-4530-a3b7-8b77dc28868b 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Added segment 1bb7934a-d25f-48ff-9883-eaf0c06c2b5b of type vxlan for network 341f8032-3d07-486c-8725-c1b1e42cf4fc 2026-04-23 09:30:32.389 8 INFO neutron.db.l3_hamode_db [None req-897dbad6-93e8-4530-a3b7-8b77dc28868b 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1073/1971] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:33 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:33.489 8 INFO neutron.db.l3_hamode_db [None req-897dbad6-93e8-4530-a3b7-8b77dc28868b 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:30:33.880 8 INFO neutron.services.segments.plugin [-] Segment 294f6863-30fd-4dc7-8dbb-b83b2b0aee9b resource provider aggregate not found 2026-04-23 09:30:33.888 8 INFO neutron.services.segments.plugin [-] Segment 294f6863-30fd-4dc7-8dbb-b83b2b0aee9b resource provider aggregate not found 2026-04-23 09:30:33.909 8 INFO neutron.services.segments.plugin [-] Segment 294f6863-30fd-4dc7-8dbb-b83b2b0aee9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294f6863-30fd-4dc7-8dbb-b83b2b0aee9b found for delete ", "request_id": "req-0d8a3207-6691-4acb-ae67-31ff21fa2b29"}]} 2026-04-23 09:30:33.915 8 INFO neutron.services.segments.plugin [-] Segment 294f6863-30fd-4dc7-8dbb-b83b2b0aee9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294f6863-30fd-4dc7-8dbb-b83b2b0aee9b found for delete ", "request_id": "req-c8306033-266c-4456-97a5-695a0db9d2c8"}]} [pid: 7|app: 0|req: 1074/1972] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:30:34 2026] GET /v2.0/networks?id=e95fde5b-63e4-47c7-aff0-9391fb72fa66 => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/1973] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:34 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => 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: 1076/1974] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:30:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5afba54c1d084301adbbd97c47b1bf6b => generated 272 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1975] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:30:32 2026] POST /v2.0/routers => generated 691 bytes in 2259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1976] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:30:34 2026] GET /v2.0/routers/87164241-e252-43f3-9db4-c0595152af48 => generated 697 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1977] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:30:34 2026] GET /v2.0/routers => generated 700 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/1978] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:30:34 2026] POST /v2.0/ports => generated 997 bytes in 383 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: 902/1979] 10.0.0.84 () {34 vars in 739 bytes} [Thu Apr 23 09:30:34 2026] PUT /v2.0/routers/87164241-e252-43f3-9db4-c0595152af48 => generated 704 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1980] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:30:34 2026] GET /v2.0/routers/87164241-e252-43f3-9db4-c0595152af48 => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1981] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:34 2026] GET /v2.0/ports?device_id=87164241-e252-43f3-9db4-c0595152af48 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:35.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab4ece2d-b68e-41d4-8a69-0514a441acfe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 82f39c02-53f9-4128-a733-0b92cd23ba80 2026-04-23 09:30:35.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab4ece2d-b68e-41d4-8a69-0514a441acfe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 82f39c02-53f9-4128-a733-0b92cd23ba80 [pid: 7|app: 0|req: 1078/1982] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:30:34 2026] PUT /v2.0/ports/39d9c955-70ff-4173-93ba-aee989d2489e => generated 1278 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:35.265 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8a6b3ff-087f-402b-812b-e142c999d935'] response: {'name': 'network-changed', 'server_uuid': '06873b69-74ff-43c1-b7a6-60341923d5df', 'tag': '39d9c955-70ff-4173-93ba-aee989d2489e', '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: 1079/1983] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:35.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab4ece2d-b68e-41d4-8a69-0514a441acfe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] TaaS: Handle Delete Port: 0f57593a-b904-4742-b52f-3ee070611ad2 2026-04-23 09:30:35.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab4ece2d-b68e-41d4-8a69-0514a441acfe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] Tap Mirror: Handle Delete Port: 0f57593a-b904-4742-b52f-3ee070611ad2 [pid: 7|app: 0|req: 1080/1984] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:35.777 8 INFO neutron.db.l3_hamode_db [None req-ab4ece2d-b68e-41d4-8a69-0514a441acfe 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] HA network 341f8032-3d07-486c-8725-c1b1e42cf4fc was deleted as no HA routers are present in tenant a416d3d710f843028f55191cf0bef1b0. [pid: 8|app: 0|req: 905/1985] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:34 2026] DELETE /v2.0/routers/87164241-e252-43f3-9db4-c0595152af48 => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1986] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/ports?device_id=87164241-e252-43f3-9db4-c0595152af48 => 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: 1081/1987] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/ports?tenant_id=5afba54c1d084301adbbd97c47b1bf6b&device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:35.835 7 INFO neutron.api.v2.resource [None req-a08107da-0a8b-49d8-8236-646330f243cb 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1082/1988] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:35 2026] DELETE /v2.0/routers/87164241-e252-43f3-9db4-c0595152af48 => 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: 1083/1989] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/ports?device_id=c73f035d-7a84-4070-8057-cb34200634c9 => 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: 907/1990] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/networks?tenant_id=5afba54c1d084301adbbd97c47b1bf6b&shared=False => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:35.872 7 INFO neutron.api.v2.resource [None req-251bbd9f-10be-465a-9039-af9a1c77fcd7 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1084/1991] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:35 2026] DELETE /v2.0/routers/c73f035d-7a84-4070-8057-cb34200634c9 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:35.890 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13a712d7-368f-49ca-9cd4-feb6359de1eb 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1085/1992] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:35 2026] DELETE /v2.0/subnets/537c95a7-f78b-4115-9cd3-3ffa59fd7058 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1993] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/1994] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:35 2026] GET /v2.0/ports?device_id=b1318ba2-ec4f-4e7f-aad9-5536d9ed7793 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:35.937 8 INFO neutron.services.segments.plugin [-] Segment 1bb7934a-d25f-48ff-9883-eaf0c06c2b5b resource provider aggregate not found 2026-04-23 09:30:35.944 8 INFO neutron.services.segments.plugin [-] Segment 1bb7934a-d25f-48ff-9883-eaf0c06c2b5b resource provider aggregate not found 2026-04-23 09:30:35.981 8 INFO neutron.services.segments.plugin [-] Segment 1bb7934a-d25f-48ff-9883-eaf0c06c2b5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb7934a-d25f-48ff-9883-eaf0c06c2b5b found for delete ", "request_id": "req-3ecd1529-f542-48e4-b8a0-1c96115a1563"}]} 2026-04-23 09:30:35.982 8 INFO neutron.services.segments.plugin [-] Segment 1bb7934a-d25f-48ff-9883-eaf0c06c2b5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb7934a-d25f-48ff-9883-eaf0c06c2b5b found for delete ", "request_id": "req-3d7553ef-c5e6-468e-a9d5-07fe0e56c6cd"}]} 2026-04-23 09:30:35.983 8 INFO neutron.api.v2.resource [None req-86a58964-3c92-470f-8674-149962d698f1 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1995] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:35 2026] DELETE /v2.0/routers/b1318ba2-ec4f-4e7f-aad9-5536d9ed7793 => generated 135 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:35.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ccee6680-d52b-4f00-bf89-259fdd66e361 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1087/1996] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:35 2026] DELETE /v2.0/subnets/1a11c1e1-f510-4f32-8d4c-339823a050ee => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1997] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:36 2026] GET /v2.0/ports?device_id=fa531b6e-0fb7-4c30-b13a-2fef708b3f2b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:30:36.061 7 INFO neutron.api.v2.resource [None req-69d959dd-1494-4a0d-a815-c3abf4cd0127 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1088/1998] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:36 2026] DELETE /v2.0/routers/fa531b6e-0fb7-4c30-b13a-2fef708b3f2b => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:36.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7f924e7-ad4a-48fb-ac79-fc9961082106 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1999] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:36 2026] DELETE /v2.0/subnets/08c84223-f895-4349-bb30-13dc733c4511 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:30:36.108 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4251330c-d92d-4179-9f2c-ddd279f411c9 272e3c7ec77443848e9da205531f50e3 a416d3d710f843028f55191cf0bef1b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2000] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:30:36 2026] DELETE /v2.0/subnets/c236a09a-6ccb-4f31-adfe-63d7e4f3c77d => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/2001] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:36 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2002] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:36 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/2003] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:36 2026] GET /v2.0/security-groups?tenant_id=a416d3d710f843028f55191cf0bef1b0&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: 1091/2004] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:36 2026] DELETE /v2.0/security-groups/d405feed-d8ae-4c92-afce-bed368e21acd => 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: 914/2005] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:30:36 2026] GET /v2.0/ports?tenant_id=5afba54c1d084301adbbd97c47b1bf6b&device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2006] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39d9c955-70ff-4173-93ba-aee989d2489e => 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: 915/2007] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:30:37 2026] GET /v2.0/subnets?id=ef8f85ee-01dd-43fc-87fb-0c740a1f68ab => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2008] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:30:37 2026] GET /v2.0/ports?network_id=e95fde5b-63e4-47c7-aff0-9391fb72fa66&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: 916/2009] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:30:37 2026] GET /v2.0/networks/e95fde5b-63e4-47c7-aff0-9391fb72fa66?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: 1094/2010] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:30:37 2026] GET /v2.0/networks/e95fde5b-63e4-47c7-aff0-9391fb72fa66?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/2011] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:37 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2012] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:37 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/2013] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:30:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/2014] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:30:38 2026] GET /v2.0/security-groups => generated 4530 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2015] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:38 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2016] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:38 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/2017] 10.0.0.84 () {34 vars in 756 bytes} [Thu Apr 23 09:30:38 2026] PUT /v2.0/security-groups/4d2a3a21-a769-43bf-8cb0-05180506382a => generated 1663 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2018] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:30:38 2026] GET /v2.0/security-groups/4d2a3a21-a769-43bf-8cb0-05180506382a => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/2019] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:38 2026] DELETE /v2.0/security-groups/4d2a3a21-a769-43bf-8cb0-05180506382a => 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: 1099/2020] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:30:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:30:39.120 8 INFO neutron.api.v2.resource [None req-53f14426-1c0a-45c7-8696-0afce7767e4a ea305929016f46fe8aaa8ec6cbbe553b 5f8f3fcb8e95489a871a123d44708f09 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/2021] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:39 2026] DELETE /v2.0/security-groups/4d2a3a21-a769-43bf-8cb0-05180506382a => 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: 1100/2022] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:30:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/2023] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2024] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:30:39 2026] GET /v2.0/security-group-rules/a086c589-4bc2-4ed6-bd55-2347dbc055e0 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/2025] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:30:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2026] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:30:39 2026] DELETE /v2.0/security-group-rules/a086c589-4bc2-4ed6-bd55-2347dbc055e0 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2027] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:30:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2028] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:39 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: 926/2029] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:30:39 2026] GET /v2.0/security-group-rules/ae4c4120-7799-49fe-8a65-addbe0207e0c => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2030] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:30:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2031] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:30:39 2026] DELETE /v2.0/security-group-rules/ae4c4120-7799-49fe-8a65-addbe0207e0c => 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: 1105/2032] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:30:39 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-04-23 09:30:40.004 8 INFO neutron.db.securitygroups_db [None req-4ec25ee2-5774-433f-aed0-a9a3acb95258 ea305929016f46fe8aaa8ec6cbbe553b 5f8f3fcb8e95489a871a123d44708f09 - - default default] Project 5f8f3fcb8e95489a871a123d44708f09 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: 1106/2033] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:39 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1012 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/2034] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:30:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2035] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-group-rules/a0b98804-26b9-4757-bc42-ed781662531d => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/2036] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2037] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2038] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:30:40 2026] DELETE /v2.0/security-group-rules/a0b98804-26b9-4757-bc42-ed781662531d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2039] 10.0.0.84 () {32 vars in 671 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/2040] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:40 2026] DELETE /v2.0/security-groups/3c23c29a-f8dc-49b7-b1bb-3f21d213faaa => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2041] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2042] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2043] 199.19.213.15 () {34 vars in 1122 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-groups?id=55cd2818-9b6b-43ef-859b-692a767abf69&id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/2044] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-groups => 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: 1112/2045] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:40 2026] GET /v2.0/security-groups?tenant_id=5f8f3fcb8e95489a871a123d44708f09&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: 934/2046] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:41 2026] DELETE /v2.0/security-groups/fd563a44-0daa-4962-9829-7b5299ccc5c0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2047] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:41 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2048] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:41 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2049] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:30:41 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2050] 10.0.0.85 () {34 vars in 1038 bytes} [Thu Apr 23 09:30:41 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&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: 1115/2051] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:42 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2052] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:42 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2053] 10.0.0.84 () {32 vars in 621 bytes} [Thu Apr 23 09:30:42 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: 938/2054] 10.0.0.84 () {32 vars in 631 bytes} [Thu Apr 23 09:30:42 2026] GET /v2.0/ => generated 632 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2055] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:43 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2056] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:43 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2057] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:43 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2058] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:43 2026] GET /v2.0/security-groups?tenant_id=25b8b137ea9249c08583741b0bcad0e0&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2059] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:43 2026] DELETE /v2.0/security-groups/e8fd51ce-2290-4c60-b360-6b29cc77bb3e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:44.110 7 INFO neutron.db.l3_db [None req-d3dfb83b-74ac-42d6-9659-624c3456c22d 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] Floating IP 7d5465fc-aca3-4a89-8362-8dc684705e85 associated. External IP: 10.96.250.208, port: 39d9c955-70ff-4173-93ba-aee989d2489e. [pid: 7|app: 0|req: 1119/2060] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:30:43 2026] PUT /v2.0/floatingips/7d5465fc-aca3-4a89-8362-8dc684705e85 => generated 856 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:44.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4c002cb-8e60-4688-8764-5cfcd5656341'] response: {'name': 'network-changed', 'server_uuid': '06873b69-74ff-43c1-b7a6-60341923d5df', 'tag': '39d9c955-70ff-4173-93ba-aee989d2489e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 942/2061] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:30:45 2026] GET /v2.0/ports?tenant_id=5afba54c1d084301adbbd97c47b1bf6b&device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2062] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:30:45 2026] GET /v2.0/networks?id=e95fde5b-63e4-47c7-aff0-9391fb72fa66 => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2063] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:30:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39d9c955-70ff-4173-93ba-aee989d2489e => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2064] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:30:45 2026] GET /v2.0/subnets?id=ef8f85ee-01dd-43fc-87fb-0c740a1f68ab => generated 691 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2065] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:30:45 2026] GET /v2.0/ports?network_id=e95fde5b-63e4-47c7-aff0-9391fb72fa66&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: 1122/2066] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:30:45 2026] GET /v2.0/networks/e95fde5b-63e4-47c7-aff0-9391fb72fa66?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2067] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:30:45 2026] GET /v2.0/networks/e95fde5b-63e4-47c7-aff0-9391fb72fa66?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: 947/2070] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:47 2026] GET /v2.0/security-groups?tenant_id=d069336f50994f7f80071de17e1dc980&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2071] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:47 2026] DELETE /v2.0/security-groups/c1298d3f-559e-4b67-8e7d-0b504615ad50 => 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: 948/2072] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:30:50 2026] GET /v2.0/security-groups?tenant_id=c2a9ecdda7014b298695fbc6e2300618&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2073] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:50 2026] DELETE /v2.0/security-groups/53cf811d-e9d9-48c5-9cf1-df588e37f01d => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2074] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:51 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2075] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:52 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2076] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:30:52 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1283 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2077] 10.0.0.84 () {32 vars in 856 bytes} [Thu Apr 23 09:30:52 2026] GET /v2.0/floatingips?floating_network_id=9e6390cb-4e4e-466f-84c7-0948405c60ea&port_id=39d9c955-70ff-4173-93ba-aee989d2489e => generated 861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2078] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:52 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2079] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:53 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&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: 952/2080] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:30:53 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2081] 10.0.0.85 () {34 vars in 1118 bytes} [Thu Apr 23 09:30:53 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2082] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:54 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2083] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:54 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&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: 8|app: 0|req: 954/2084] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:55 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2085] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:30:55 2026] GET /v2.0/security-groups?id=def953ff-2041-4183-a1c2-b4f6146b735d&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: 955/2086] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:30:55 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:55.586 7 INFO neutron_taas.services.taas.taas_plugin [req-62fd95ec-d978-45af-930d-4e180bae7709 req-ec0e6eb3-e135-42b4-aec1-885ddbfe43b2 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] TaaS: Handle Delete Port: 199aa17c-b784-4538-b0c7-5ffa8290278b 2026-04-23 09:30:55.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-62fd95ec-d978-45af-930d-4e180bae7709 req-ec0e6eb3-e135-42b4-aec1-885ddbfe43b2 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Tap Mirror: Handle Delete Port: 199aa17c-b784-4538-b0c7-5ffa8290278b 2026-04-23 09:30:55.700 7 INFO neutron.db.l3_db [req-62fd95ec-d978-45af-930d-4e180bae7709 req-ec0e6eb3-e135-42b4-aec1-885ddbfe43b2 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Floating IP 44261790-dac9-48c4-abb8-5d05f798faf6 disassociated. External IP: 10.96.250.204, port: 199aa17c-b784-4538-b0c7-5ffa8290278b. [pid: 8|app: 0|req: 956/2087] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:55 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2088] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:55 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2089] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:30:55 2026] DELETE /v2.0/ports/199aa17c-b784-4538-b0c7-5ffa8290278b => generated 0 bytes in 655 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:56.104 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f8e84c2-5282-463f-b25e-140f9e7d14e8'] response: {'server_uuid': 'd96c0760-6a9d-4a4e-8956-9fc56d36ccb1', 'name': 'network-vif-deleted', 'tag': '199aa17c-b784-4538-b0c7-5ffa8290278b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 958/2090] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:56 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 1133/2091] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:56 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2092] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:57 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2093] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:57 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 960/2094] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:58 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2095] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:30:58 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2096] 10.0.0.102 () {34 vars in 1119 bytes} [Thu Apr 23 09:30:58 2026] GET /v2.0/security-groups?id=cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc&id=55cd2818-9b6b-43ef-859b-692a767abf69&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:30:58.387 7 INFO neutron_taas.services.taas.taas_plugin [req-eaf46958-ad53-47c0-ae8c-3152dac0af02 req-8ad91e3f-ef25-4c23-87dd-8c4ddb6abaa6 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] TaaS: Handle Delete Port: 39d9c955-70ff-4173-93ba-aee989d2489e 2026-04-23 09:30:58.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eaf46958-ad53-47c0-ae8c-3152dac0af02 req-8ad91e3f-ef25-4c23-87dd-8c4ddb6abaa6 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] Tap Mirror: Handle Delete Port: 39d9c955-70ff-4173-93ba-aee989d2489e 2026-04-23 09:30:58.510 7 INFO neutron.db.l3_db [req-eaf46958-ad53-47c0-ae8c-3152dac0af02 req-8ad91e3f-ef25-4c23-87dd-8c4ddb6abaa6 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] Floating IP 7d5465fc-aca3-4a89-8362-8dc684705e85 disassociated. External IP: 10.96.250.208, port: 39d9c955-70ff-4173-93ba-aee989d2489e. [pid: 8|app: 0|req: 962/2097] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:58 2026] GET /v2.0/ports?device_id=d96c0760-6a9d-4a4e-8956-9fc56d36ccb1 => 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: 1136/2098] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:30:58 2026] DELETE /v2.0/ports/39d9c955-70ff-4173-93ba-aee989d2489e => generated 0 bytes in 594 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:30:58.900 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47312ed4-7e90-4771-900d-7588f4becc61'] response: {'server_uuid': '06873b69-74ff-43c1-b7a6-60341923d5df', 'name': 'network-vif-deleted', 'tag': '39d9c955-70ff-4173-93ba-aee989d2489e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 963/2099] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:30:59 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2100] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:30:59 2026] DELETE /v2.0/security-groups/def953ff-2041-4183-a1c2-b4f6146b735d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:30:59.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2cc9684-998d-4e1b-8fd8-b3a8d4c94c37 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] TaaS: Handle Delete Port: e84bb27c-d6d5-4ac8-a1b0-733af29633ff 2026-04-23 09:30:59.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2cc9684-998d-4e1b-8fd8-b3a8d4c94c37 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Tap Mirror: Handle Delete Port: e84bb27c-d6d5-4ac8-a1b0-733af29633ff [pid: 8|app: 0|req: 964/2101] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:30:59 2026] DELETE /v2.0/floatingips/44261790-dac9-48c4-abb8-5d05f798faf6 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2102] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:31:00 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2103] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:31:00 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2104] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:31:00 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => 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: 966/2105] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:31:01 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2106] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:31:01 2026] GET /v2.0/ports?device_id=06873b69-74ff-43c1-b7a6-60341923d5df => 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: 967/2107] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:31:01 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&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: 1142/2110] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:31:02 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2111] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:31:02 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2112] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:31:02 2026] GET /v2.0/security-groups?id=b1d96b5f-08a5-495e-9113-7f0bcc51a3ef&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2113] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:02 2026] DELETE /v2.0/security-groups/55cd2818-9b6b-43ef-859b-692a767abf69 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:02.789 8 INFO neutron.api.v2.resource [None req-b7da6c82-33bb-4b04-bbe7-a038272f22a7 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/2114] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:31:02 2026] GET /v2.0/security-groups/55cd2818-9b6b-43ef-859b-692a767abf69 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:31:02.835 7 INFO neutron_taas.services.taas.taas_plugin [req-49035d3a-b163-43cf-aa36-66a78a49fcff req-25b7e038-1284-4dd5-92c8-c84aca7af14e b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] TaaS: Handle Delete Port: ac0fd545-b494-43b3-8a46-0221864df21a 2026-04-23 09:31:02.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-49035d3a-b163-43cf-aa36-66a78a49fcff req-25b7e038-1284-4dd5-92c8-c84aca7af14e b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Tap Mirror: Handle Delete Port: ac0fd545-b494-43b3-8a46-0221864df21a 2026-04-23 09:31:02.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-b08cd5bd-0ed4-4ac7-9a8d-9d84ac1dc595 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] TaaS: Handle Delete Port: 274b0e4e-63ef-4a8f-b302-bb2bac02e3e0 2026-04-23 09:31:02.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b08cd5bd-0ed4-4ac7-9a8d-9d84ac1dc595 1bd36ef29f9a4ed2a9656ababa4a12b1 5afba54c1d084301adbbd97c47b1bf6b - - default default] Tap Mirror: Handle Delete Port: 274b0e4e-63ef-4a8f-b302-bb2bac02e3e0 [pid: 7|app: 0|req: 1145/2115] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:31:02 2026] DELETE /v2.0/ports/ac0fd545-b494-43b3-8a46-0221864df21a => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:03.000 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d15c6ab-8156-4de5-b3a2-d5a4a659df41'] response: {'server_uuid': 'ee57446a-59e4-476a-ad04-45d597ef1cee', 'name': 'network-vif-deleted', 'tag': 'ac0fd545-b494-43b3-8a46-0221864df21a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 971/2116] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:02 2026] DELETE /v2.0/floatingips/7d5465fc-aca3-4a89-8362-8dc684705e85 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2117] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:03 2026] DELETE /v2.0/security-groups/cd56febc-b7c4-4ece-a2b9-689b2e9fd1fc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:03.522 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ee27158-c96b-4242-baa5-1e62249bfe71 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: c3821865-f659-4ba9-9238-a87c7ae0825f 2026-04-23 09:31:03.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ee27158-c96b-4242-baa5-1e62249bfe71 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: c3821865-f659-4ba9-9238-a87c7ae0825f [pid: 8|app: 0|req: 972/2118] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:31:03 2026] PUT /v2.0/routers/86df2f3a-e811-415f-bfb3-793aa574200e/remove_router_interface => generated 309 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2119] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:03 2026] GET /v2.0/security-groups?tenant_id=243125b6384e490088573b081205bf0e&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2120] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:31:04 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => 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: 974/2121] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:04 2026] DELETE /v2.0/security-groups/5bac3c4b-f17d-404b-b857-567960cafb18 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:04.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd0a5f69-df11-4fc9-a258-f38df8065d20 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 8e0051da-0fa6-4bec-bbb7-e90ea1d42b9a 2026-04-23 09:31:04.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd0a5f69-df11-4fc9-a258-f38df8065d20 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 8e0051da-0fa6-4bec-bbb7-e90ea1d42b9a 2026-04-23 09:31:04.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd0a5f69-df11-4fc9-a258-f38df8065d20 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 8fae7b87-e3b4-423c-b8c8-534059cb63c5 2026-04-23 09:31:04.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd0a5f69-df11-4fc9-a258-f38df8065d20 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 8fae7b87-e3b4-423c-b8c8-534059cb63c5 2026-04-23 09:31:04.926 7 INFO neutron.services.segments.plugin [-] Segment b637de41-bda0-42c7-8908-7d0681308b22 resource provider aggregate not found 2026-04-23 09:31:04.937 7 INFO neutron.services.segments.plugin [-] Segment b637de41-bda0-42c7-8908-7d0681308b22 resource provider aggregate not found 2026-04-23 09:31:04.951 7 INFO neutron.services.segments.plugin [-] Segment b637de41-bda0-42c7-8908-7d0681308b22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b637de41-bda0-42c7-8908-7d0681308b22 found for delete ", "request_id": "req-863c5c25-13f2-418c-a96f-f34b1ef56a95"}]} 2026-04-23 09:31:04.953 7 INFO neutron.services.segments.plugin [-] Segment b637de41-bda0-42c7-8908-7d0681308b22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b637de41-bda0-42c7-8908-7d0681308b22 found for delete ", "request_id": "req-2e28b584-5170-4655-a4f9-808f46e6426c"}]} 2026-04-23 09:31:04.961 7 INFO neutron.db.l3_hamode_db [None req-bd0a5f69-df11-4fc9-a258-f38df8065d20 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network 0fcda66c-d9ac-4236-8c06-3edf8c7fd3ff was deleted as no HA routers are present in tenant 5afba54c1d084301adbbd97c47b1bf6b. [pid: 7|app: 0|req: 1148/2122] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:04 2026] DELETE /v2.0/routers/86df2f3a-e811-415f-bfb3-793aa574200e => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2123] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:31:05 2026] GET /v2.0/ports?device_id=ee57446a-59e4-476a-ad04-45d597ef1cee => 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: 975/2124] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:04 2026] DELETE /v2.0/subnets/ef8f85ee-01dd-43fc-87fb-0c740a1f68ab => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:05.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-23f2e358-1b36-4b23-9d80-c9d23b21fcd3 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 5c4e8894-c1a2-47a4-b534-c515e0af0cbd 2026-04-23 09:31:05.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23f2e358-1b36-4b23-9d80-c9d23b21fcd3 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 5c4e8894-c1a2-47a4-b534-c515e0af0cbd [pid: 7|app: 0|req: 1150/2125] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:05 2026] DELETE /v2.0/networks/e95fde5b-63e4-47c7-aff0-9391fb72fa66 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:05.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-75868630-dacc-45ee-922d-059295fa664e 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 1ba71530-2595-4180-89a5-6b8d3ae92660 2026-04-23 09:31:05.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75868630-dacc-45ee-922d-059295fa664e 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 1ba71530-2595-4180-89a5-6b8d3ae92660 [pid: 7|app: 0|req: 1151/2126] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:06 2026] DELETE /v2.0/security-groups/b1d96b5f-08a5-495e-9113-7f0bcc51a3ef => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2127] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:31:05 2026] PUT /v2.0/routers/29a1eea1-bb45-4274-9322-eb6e12096754/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:31:06.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-363dac2b-3326-4539-8fd9-cfa8ed5cdb2b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 28011df2-0d57-46e1-b8b0-3243c88e8ffe 2026-04-23 09:31:06.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-363dac2b-3326-4539-8fd9-cfa8ed5cdb2b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 28011df2-0d57-46e1-b8b0-3243c88e8ffe 2026-04-23 09:31:06.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-623786d6-aa91-4fa5-b3e2-8cbf8c871f65 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] TaaS: Handle Delete Port: 7ae8d8ab-267c-4c4e-98fc-af9978e8d763 2026-04-23 09:31:06.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-623786d6-aa91-4fa5-b3e2-8cbf8c871f65 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Tap Mirror: Handle Delete Port: 7ae8d8ab-267c-4c4e-98fc-af9978e8d763 2026-04-23 09:31:06.973 7 INFO neutron.services.segments.plugin [-] Segment 812c0f15-48e1-484f-a132-54570f35a9be resource provider aggregate not found 2026-04-23 09:31:06.979 7 INFO neutron.services.segments.plugin [-] Segment 812c0f15-48e1-484f-a132-54570f35a9be resource provider aggregate not found 2026-04-23 09:31:06.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-363dac2b-3326-4539-8fd9-cfa8ed5cdb2b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: a6603f57-2f20-4c30-9e79-685d275ce309 2026-04-23 09:31:06.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-363dac2b-3326-4539-8fd9-cfa8ed5cdb2b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: a6603f57-2f20-4c30-9e79-685d275ce309 2026-04-23 09:31:07.003 7 INFO neutron.services.segments.plugin [-] Segment 812c0f15-48e1-484f-a132-54570f35a9be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 812c0f15-48e1-484f-a132-54570f35a9be found for delete ", "request_id": "req-1751fb2a-b7cf-4536-9292-7572338ec151"}]} 2026-04-23 09:31:07.006 7 INFO neutron.services.segments.plugin [-] Segment 812c0f15-48e1-484f-a132-54570f35a9be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 812c0f15-48e1-484f-a132-54570f35a9be found for delete ", "request_id": "req-9287f5cf-07a7-4ae1-b546-ba150587f06e"}]} 2026-04-23 09:31:07.348 8 INFO neutron.services.segments.plugin [-] Segment 78ac275b-e099-41a8-a755-9b0edf2a8da5 resource provider aggregate not found 2026-04-23 09:31:07.355 8 INFO neutron.services.segments.plugin [-] Segment 78ac275b-e099-41a8-a755-9b0edf2a8da5 resource provider aggregate not found 2026-04-23 09:31:07.368 8 INFO neutron.services.segments.plugin [-] Segment 78ac275b-e099-41a8-a755-9b0edf2a8da5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78ac275b-e099-41a8-a755-9b0edf2a8da5 found for delete ", "request_id": "req-b56242d9-27d7-47eb-9f41-81aedc9ba0a5"}]} 2026-04-23 09:31:07.372 8 INFO neutron.services.segments.plugin [-] Segment 78ac275b-e099-41a8-a755-9b0edf2a8da5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78ac275b-e099-41a8-a755-9b0edf2a8da5 found for delete ", "request_id": "req-15b6c2d7-c422-4641-ae49-be412addffe2"}]} 2026-04-23 09:31:07.391 8 INFO neutron.db.l3_hamode_db [None req-363dac2b-3326-4539-8fd9-cfa8ed5cdb2b 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] HA network e5eaa4f0-a549-4aa8-aadc-69e3659f5512 was deleted as no HA routers are present in tenant e690ff48bfea4cb4a285776cbaf6a88b. [pid: 8|app: 0|req: 977/2128] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:06 2026] DELETE /v2.0/routers/29a1eea1-bb45-4274-9322-eb6e12096754 => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2129] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:31:06 2026] PUT /v2.0/routers/78da57ee-7c49-4815-9394-0b1ab8470c86/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2130] 10.0.0.2 () {32 vars in 798 bytes} [Thu Apr 23 09:31:07 2026] GET /v2.0/extensions => generated 21537 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2131] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:07 2026] DELETE /v2.0/subnets/1efcff4a-d141-481d-9386-8731debd8325 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2132] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:07 2026] DELETE /v2.0/subnets/17ee8a56-3211-4ff5-aed4-cd81d03a9565 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:07.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea909a5e-a4ff-4bea-9499-323a1c1161fd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 7dea7a46-a2ad-47a2-a625-055cee1c7c2d 2026-04-23 09:31:07.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea909a5e-a4ff-4bea-9499-323a1c1161fd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 7dea7a46-a2ad-47a2-a625-055cee1c7c2d 2026-04-23 09:31:07.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f167a4a-bbc4-4ee7-b3bf-ddcd19020c4c b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] TaaS: Handle Delete Port: db5446cf-cff9-4fff-a146-718d9e80cfbc 2026-04-23 09:31:07.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f167a4a-bbc4-4ee7-b3bf-ddcd19020c4c b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Tap Mirror: Handle Delete Port: db5446cf-cff9-4fff-a146-718d9e80cfbc [pid: 7|app: 0|req: 1154/2133] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:07 2026] DELETE /v2.0/networks/32d0130e-9462-4063-be2e-5e5e9c7def10 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2134] 10.0.0.2 () {30 vars in 721 bytes} [Thu Apr 23 09:31:07 2026] GET /v2.0/quotas/6b3be2e5d3884cf68f0b004b57e94ac8/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:31:08.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f167a4a-bbc4-4ee7-b3bf-ddcd19020c4c b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] TaaS: Handle Delete Port: b1b1e5e9-1ece-4164-aa3e-de31092e9f7b 2026-04-23 09:31:08.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f167a4a-bbc4-4ee7-b3bf-ddcd19020c4c b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Tap Mirror: Handle Delete Port: b1b1e5e9-1ece-4164-aa3e-de31092e9f7b [pid: 7|app: 0|req: 1156/2135] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:08 2026] GET /v2.0/security-groups?tenant_id=e690ff48bfea4cb4a285776cbaf6a88b&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2136] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:08 2026] DELETE /v2.0/security-groups/0cadd02c-a403-42b6-8f2c-8d6ff05b0f11 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:08.403 8 INFO neutron.db.l3_hamode_db [None req-2f167a4a-bbc4-4ee7-b3bf-ddcd19020c4c b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] HA network e84cecad-150e-4398-9389-50430f05534b was deleted as no HA routers are present in tenant d51bbd3636304237a587ff6b055765d4. [pid: 8|app: 0|req: 980/2137] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:07 2026] DELETE /v2.0/routers/78da57ee-7c49-4815-9394-0b1ab8470c86 => generated 0 bytes in 755 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2138] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:08 2026] GET /v2.0/security-groups?tenant_id=5afba54c1d084301adbbd97c47b1bf6b&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:31:08.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc783d38-5128-49b1-b0a2-b1b51091fd32 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] TaaS: Handle Delete Port: fc8dc6d0-b5ce-4a84-881f-c5303d49fdaf 2026-04-23 09:31:08.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc783d38-5128-49b1-b0a2-b1b51091fd32 b93fb60f8f474108a352fd3173fbea9e d51bbd3636304237a587ff6b055765d4 - - default default] Tap Mirror: Handle Delete Port: fc8dc6d0-b5ce-4a84-881f-c5303d49fdaf [pid: 8|app: 0|req: 982/2139] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:08 2026] DELETE /v2.0/security-groups/33be1205-3605-4c59-8f4a-435716625b2f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2140] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:08 2026] DELETE /v2.0/networks/6218071a-005e-4ba7-b042-d2ef68312523 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:09.021 7 INFO neutron.services.segments.plugin [-] Segment 48dfe83c-3b5c-4749-a457-3a735de94954 resource provider aggregate not found 2026-04-23 09:31:09.029 7 INFO neutron.services.segments.plugin [-] Segment 48dfe83c-3b5c-4749-a457-3a735de94954 resource provider aggregate not found 2026-04-23 09:31:09.039 7 INFO neutron.services.segments.plugin [-] Segment 48dfe83c-3b5c-4749-a457-3a735de94954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48dfe83c-3b5c-4749-a457-3a735de94954 found for delete ", "request_id": "req-96cddc81-24d1-44aa-9f5b-a0b867eede77"}]} 2026-04-23 09:31:09.051 7 INFO neutron.services.segments.plugin [-] Segment 48dfe83c-3b5c-4749-a457-3a735de94954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48dfe83c-3b5c-4749-a457-3a735de94954 found for delete ", "request_id": "req-50e3d69b-9f1d-4d54-9236-e751839e8fdb"}]} 2026-04-23 09:31:09.051 7 INFO neutron.services.segments.plugin [-] Segment ea9e388a-0452-49cc-a9f2-6d27b2e942a2 resource provider aggregate not found 2026-04-23 09:31:09.069 7 INFO neutron.services.segments.plugin [-] Segment ea9e388a-0452-49cc-a9f2-6d27b2e942a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea9e388a-0452-49cc-a9f2-6d27b2e942a2 found for delete ", "request_id": "req-3ca50c21-0706-4939-8e77-813074bacf78"}]} 2026-04-23 09:31:09.072 7 INFO neutron.services.segments.plugin [-] Segment ea9e388a-0452-49cc-a9f2-6d27b2e942a2 resource provider aggregate not found 2026-04-23 09:31:09.087 7 INFO neutron.services.segments.plugin [-] Segment ea9e388a-0452-49cc-a9f2-6d27b2e942a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea9e388a-0452-49cc-a9f2-6d27b2e942a2 found for delete ", "request_id": "req-ab03b5ec-b482-4d29-af01-527337f43a52"}]} 2026-04-23 09:31:09.391 8 INFO neutron.services.segments.plugin [-] Segment fb4cdfde-0c29-4586-af81-eba4bbceb202 resource provider aggregate not found 2026-04-23 09:31:09.393 8 INFO neutron.services.segments.plugin [-] Segment fb4cdfde-0c29-4586-af81-eba4bbceb202 resource provider aggregate not found 2026-04-23 09:31:09.409 8 INFO neutron.services.segments.plugin [-] Segment fb4cdfde-0c29-4586-af81-eba4bbceb202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb4cdfde-0c29-4586-af81-eba4bbceb202 found for delete ", "request_id": "req-eefb8bb1-9c87-4020-ab41-8cc8ab902d77"}]} 2026-04-23 09:31:09.411 8 INFO neutron.services.segments.plugin [-] Segment fb4cdfde-0c29-4586-af81-eba4bbceb202 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb4cdfde-0c29-4586-af81-eba4bbceb202 found for delete ", "request_id": "req-3e3e1c24-28f4-455a-8e60-bd703cc9ff13"}]} [pid: 8|app: 0|req: 983/2141] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:09 2026] GET /v2.0/security-groups?tenant_id=fc58a68f45754e10b248279651adaf99&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2142] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:09 2026] DELETE /v2.0/security-groups/15ad122a-bce7-4eaa-a072-01a5cd9be401 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2143] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:10 2026] GET /v2.0/security-groups?tenant_id=d51bbd3636304237a587ff6b055765d4&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2144] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:10 2026] DELETE /v2.0/security-groups/310fa973-44ea-46c9-b13c-eab1ccb1338e => 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: 985/2145] 10.0.0.2 () {32 vars in 798 bytes} [Thu Apr 23 09:31:11 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: 1161/2146] 10.0.0.2 () {30 vars in 721 bytes} [Thu Apr 23 09:31:11 2026] GET /v2.0/quotas/6b3be2e5d3884cf68f0b004b57e94ac8/details => generated 847 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2147] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:12 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2148] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:13 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2149] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:13 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2150] 10.0.0.84 () {34 vars in 676 bytes} [Thu Apr 23 09:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2151] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:14 2026] GET /v2.0/security-groups?tenant_id=6b3be2e5d3884cf68f0b004b57e94ac8&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2152] 10.0.0.84 () {34 vars in 676 bytes} [Thu Apr 23 09:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2153] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:14 2026] DELETE /v2.0/security-groups/e3ac9929-4645-4552-84b2-23f18d7e027c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2154] 10.0.0.84 () {34 vars in 676 bytes} [Thu Apr 23 09:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2155] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:14 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2156] 10.0.0.84 () {34 vars in 676 bytes} [Thu Apr 23 09:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2157] 10.0.0.84 () {34 vars in 676 bytes} [Thu Apr 23 09:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2158] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/policies/1c5845fc-d056-44ad-9269-fa9d7e50ec7c/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: 1171/2159] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/policies/47016cd6-413e-4edd-87d5-e3c556ca8b36/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2160] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/policies/5acdcde3-712d-49bf-8e2e-759b95d7fa5a/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2161] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/policies/bdbc5afd-ffa5-4ee8-9bd5-6ce4d227cbb2/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2162] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:14 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2163] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/floatingips/50e533bd-3ef5-4415-8e6d-e07d5ef7583a/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2164] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/floatingips/885195cb-fef4-4572-9257-c790d8796e85/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2165] 10.0.0.84 () {32 vars in 672 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2166] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/floatingips/e2064daa-f7c2-49b9-92af-70b54f7ecd1f/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2167] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:15 2026] PUT /v2.0/floatingips/1742d651-8245-4af5-94c9-5a1b93c8bf77/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2168] 10.0.0.84 () {32 vars in 686 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2169] 10.0.0.84 () {32 vars in 670 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2170] 10.0.0.84 () {32 vars in 682 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2171] 10.0.0.84 () {32 vars in 684 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2172] 10.0.0.84 () {32 vars in 694 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2173] 10.0.0.84 () {32 vars in 680 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2174] 10.0.0.84 () {32 vars in 680 bytes} [Thu Apr 23 09:31:15 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2175] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2176] 10.0.0.84 () {32 vars in 694 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2177] 10.0.0.84 () {32 vars in 678 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2178] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2179] 10.0.0.84 () {32 vars in 690 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2180] 10.0.0.84 () {32 vars in 688 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2181] 10.0.0.84 () {32 vars in 702 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2182] 10.0.0.84 () {32 vars in 700 bytes} [Thu Apr 23 09:31:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2183] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:31:16 2026] DELETE /v2.0/qos/policies/1c5845fc-d056-44ad-9269-fa9d7e50ec7c => 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: 999/2184] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:31:16 2026] DELETE /v2.0/qos/policies/47016cd6-413e-4edd-87d5-e3c556ca8b36 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2185] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:31:16 2026] DELETE /v2.0/qos/policies/5acdcde3-712d-49bf-8e2e-759b95d7fa5a => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2186] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:31:16 2026] DELETE /v2.0/qos/policies/bdbc5afd-ffa5-4ee8-9bd5-6ce4d227cbb2 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2187] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:31:16 2026] DELETE /v2.0/qos/policies/8c52635f-fb9a-47c7-9bbf-2fa5089f191a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:16.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-39855cad-48a2-4c22-b4f4-76668376b8f2 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] TaaS: Handle Delete Port: 98fa940d-1326-4302-8196-4713c9c70d84 2026-04-23 09:31:16.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39855cad-48a2-4c22-b4f4-76668376b8f2 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] Tap Mirror: Handle Delete Port: 98fa940d-1326-4302-8196-4713c9c70d84 [pid: 7|app: 0|req: 1186/2188] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:16 2026] DELETE /v2.0/floatingips/50e533bd-3ef5-4415-8e6d-e07d5ef7583a => generated 0 bytes in 747 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:17.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-335a5f77-6986-4919-9d7c-a89b94b65674 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] TaaS: Handle Delete Port: 9b6f5169-27f6-4c28-9346-67450f9551bb 2026-04-23 09:31:17.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-335a5f77-6986-4919-9d7c-a89b94b65674 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] Tap Mirror: Handle Delete Port: 9b6f5169-27f6-4c28-9346-67450f9551bb [pid: 8|app: 0|req: 1003/2189] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:17 2026] DELETE /v2.0/floatingips/885195cb-fef4-4572-9257-c790d8796e85 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:17.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-24d31be0-ce16-4be1-a85f-6fab79fbe8af 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] TaaS: Handle Delete Port: 712180c4-d0d9-4adb-baa5-8f4ece270eb3 2026-04-23 09:31:17.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24d31be0-ce16-4be1-a85f-6fab79fbe8af 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] Tap Mirror: Handle Delete Port: 712180c4-d0d9-4adb-baa5-8f4ece270eb3 [pid: 7|app: 0|req: 1187/2192] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:17 2026] DELETE /v2.0/floatingips/e2064daa-f7c2-49b9-92af-70b54f7ecd1f => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:17.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-66e5b3f6-92e5-490f-94c6-ed86dcaa8681 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] TaaS: Handle Delete Port: e8a3ed11-e4e5-476f-b359-24ff9d879c45 2026-04-23 09:31:17.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66e5b3f6-92e5-490f-94c6-ed86dcaa8681 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] Tap Mirror: Handle Delete Port: e8a3ed11-e4e5-476f-b359-24ff9d879c45 [pid: 8|app: 0|req: 1006/2193] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:17 2026] GET /v2.0/security-groups?tenant_id=e661e8bad7e541e8bb0defe6f657b05a&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2194] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:17 2026] DELETE /v2.0/floatingips/1742d651-8245-4af5-94c9-5a1b93c8bf77 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2195] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:17 2026] DELETE /v2.0/security-groups/e1cff0bb-9d24-416d-8c97-a1d9a60a7cba => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:17.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b465e4d-45c5-4a93-8bf8-2caae3fa1def 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] TaaS: Handle Delete Port: 91fb3c14-0edf-46c9-9d9a-de9369abae97 2026-04-23 09:31:17.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b465e4d-45c5-4a93-8bf8-2caae3fa1def 22a040fd984d4bafaf63a081a70eda08 f75ffca696014e1ba958740000049ce7 - - default default] Tap Mirror: Handle Delete Port: 91fb3c14-0edf-46c9-9d9a-de9369abae97 [pid: 7|app: 0|req: 1189/2196] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:17 2026] DELETE /v2.0/floatingips/1b3617ec-f58b-40ca-9520-a39cfe94fced => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2197] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:17 2026] GET /v2.0/security-groups?tenant_id=07178333d11a4b8382651ab933b8e4ba&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2198] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:18 2026] DELETE /v2.0/security-groups/d4781e9b-29f8-4176-b477-f6afe3058ec5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2199] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:18 2026] GET /v2.0/security-groups?tenant_id=809f646658054c1e9337e662942de350&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2200] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:18 2026] DELETE /v2.0/security-groups/2464c956-6866-4444-8786-d4c336c76fe4 => 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: 1010/2201] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:18 2026] GET /v2.0/security-groups?tenant_id=7842d68ac02449ef9f119a11301c39df&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2202] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:19 2026] DELETE /v2.0/security-groups/d0959396-89e7-4d53-adea-a9c3f5520950 => 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: 1011/2203] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:19 2026] GET /v2.0/security-groups?tenant_id=f015224bc5ce42c9b44aa27b54753412&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: 1012/2204] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:19 2026] DELETE /v2.0/security-groups/08c637ad-bd11-4304-b162-8161177a4918 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:19.620 7 INFO neutron.db.segments_db [None req-9d8a20a7-3b2e-4561-8873-b853cd89677f 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] Added segment 383ee700-2fcc-4e08-ad83-cb8265c368f9 of type vxlan for network 5bb3ef33-701e-4076-85ce-a96647645e32 [pid: 8|app: 0|req: 1013/2205] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:19 2026] GET /v2.0/security-groups?tenant_id=f75ffca696014e1ba958740000049ce7&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2206] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:19 2026] POST /v2.0/networks => generated 707 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2207] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:19 2026] DELETE /v2.0/security-groups/2abc3312-0821-4f3c-bd8d-30a7d2c7d7ba => 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: 1194/2208] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:31:19 2026] POST /v2.0/subnets => generated 644 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:31:19.894 8 WARNING neutron.api.v2.base [None req-a596322e-ef6c-4109-9d2b-addcd9410bc5 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-23 09:31:19.896 8 INFO neutron.api.v2.resource [None req-a596322e-ef6c-4109-9d2b-addcd9410bc5 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1015/2209] 10.0.0.84 () {34 vars in 679 bytes} [Thu Apr 23 09:31:19 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-23 09:31:20.072 7 INFO neutron.services.segments.plugin [-] Segment 383ee700-2fcc-4e08-ad83-cb8265c368f9 resource provider aggregate not found 2026-04-23 09:31:20.072 7 INFO neutron.services.segments.plugin [-] Segment 383ee700-2fcc-4e08-ad83-cb8265c368f9 resource provider aggregate not found 2026-04-23 09:31:20.094 7 INFO neutron.services.segments.plugin [-] Segment 383ee700-2fcc-4e08-ad83-cb8265c368f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383ee700-2fcc-4e08-ad83-cb8265c368f9 found for delete ", "request_id": "req-56c85c61-03d9-4045-98a4-4e593d736172"}]} 2026-04-23 09:31:20.099 7 INFO neutron.services.segments.plugin [-] Segment 383ee700-2fcc-4e08-ad83-cb8265c368f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383ee700-2fcc-4e08-ad83-cb8265c368f9 found for delete ", "request_id": "req-1a399d1e-87a8-4e18-878c-13e693def2c7"}]} [pid: 7|app: 0|req: 1195/2210] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:19 2026] DELETE /v2.0/networks/5bb3ef33-701e-4076-85ce-a96647645e32 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:20.185 8 INFO neutron.db.segments_db [None req-81cacb91-f31c-4b49-8dd0-901d8dcae5af 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] Added segment 309825fb-025e-43c3-8d79-4758f78bbbfd of type vxlan for network 4ca336db-277a-4a09-b624-fbb7f9fe215e [pid: 8|app: 0|req: 1016/2211] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:20 2026] POST /v2.0/networks => generated 707 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2212] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:31:20 2026] POST /v2.0/subnets => generated 647 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:31:20.497 8 WARNING neutron.api.v2.base [None req-595e6c69-5103-4d14-b836-82558a248e1a 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-23 09:31:20.498 8 INFO neutron.api.v2.resource [None req-595e6c69-5103-4d14-b836-82558a248e1a 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1017/2213] 10.0.0.84 () {34 vars in 679 bytes} [Thu Apr 23 09:31:20 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2214] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:20 2026] DELETE /v2.0/networks/4ca336db-277a-4a09-b624-fbb7f9fe215e => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:20.732 8 INFO neutron.db.segments_db [None req-6970b9d7-537d-42e9-97f0-56007ca902ab 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] Added segment 8e7937c3-ed04-4431-8fe6-d5d4642c8d22 of type vxlan for network 7db475ce-f5a1-41d2-b812-a4bbbd84bb07 [pid: 8|app: 0|req: 1018/2215] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:20 2026] POST /v2.0/networks => generated 707 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2216] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:31:20 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2217] 10.0.0.84 () {34 vars in 679 bytes} [Thu Apr 23 09:31:21 2026] POST /v2.0/rbac-policies => generated 324 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2218] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:31:21 2026] GET /v2.0/networks/7db475ce-f5a1-41d2-b812-a4bbbd84bb07 => generated 654 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:31:22.119 7 INFO neutron.services.segments.plugin [-] Segment 309825fb-025e-43c3-8d79-4758f78bbbfd resource provider aggregate not found 2026-04-23 09:31:22.124 7 INFO neutron.services.segments.plugin [-] Segment 309825fb-025e-43c3-8d79-4758f78bbbfd resource provider aggregate not found 2026-04-23 09:31:22.137 7 INFO neutron.services.segments.plugin [-] Segment 309825fb-025e-43c3-8d79-4758f78bbbfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 309825fb-025e-43c3-8d79-4758f78bbbfd found for delete ", "request_id": "req-e6f9eb8f-f25b-42b3-9f92-bb0443acf524"}]} 2026-04-23 09:31:22.139 7 INFO neutron.services.segments.plugin [-] Segment 309825fb-025e-43c3-8d79-4758f78bbbfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 309825fb-025e-43c3-8d79-4758f78bbbfd found for delete ", "request_id": "req-b6195f82-cfe8-4f3e-89af-2ecf0e292f09"}]} 2026-04-23 09:31:22.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34266d18-45a4-4450-919f-e5d8e478a118 04d389c63d624d0e82c11e10c9d58fe6 6e278cff950347da939b1e5d711110fd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2219] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:31:22 2026] GET /v2.0/networks/7db475ce-f5a1-41d2-b812-a4bbbd84bb07 => generated 138 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2220] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:22 2026] DELETE /v2.0/networks/7db475ce-f5a1-41d2-b812-a4bbbd84bb07 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:31:22.492 8 INFO neutron.pecan_wsgi.hooks.translation [None req-837f183b-dd0a-42d6-a325-66942cd7636a 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2221] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:22 2026] DELETE /v2.0/subnets/adefe2ea-d60e-40a0-84f6-5ded398e1233 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:31:22.515 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e52c77f8-675d-40c9-8a1d-0671e3ffabed 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2222] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:22 2026] DELETE /v2.0/subnets/e46b55c5-1d52-489f-b822-d5bf1642ad0d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:31:22.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0bfb4361-c9f8-446b-8ba5-8dab4368da40 9515819086d446229c66ff355a84ba9f 54afdf69d18c46c48652c8447094487c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/2223] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:22 2026] DELETE /v2.0/subnets/452e63cc-9e9c-4652-9b05-4e610f884241 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:31:22.827 7 INFO neutron.db.segments_db [None req-ae0d303c-8532-450b-8746-39b0f7869617 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Added segment b1312eef-d25d-4975-a433-cd6149c23aa9 of type vxlan for network 472b7c6d-c360-43b6-8365-0fdf4661572b 2026-04-23 09:31:23.074 7 INFO neutron.db.l3_hamode_db [None req-ae0d303c-8532-450b-8746-39b0f7869617 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:31:23.197 7 INFO neutron.db.l3_hamode_db [None req-ae0d303c-8532-450b-8746-39b0f7869617 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1023/2224] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:23 2026] GET /v2.0/security-groups?tenant_id=16b0e2482a3c4555b21adccd076794b1&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2225] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:23 2026] DELETE /v2.0/security-groups/c5b7782c-78d6-4d07-b50b-7044cd2f1806 => 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: 1025/2226] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:23 2026] GET /v2.0/security-groups?tenant_id=54afdf69d18c46c48652c8447094487c&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2227] 10.0.0.84 () {34 vars in 666 bytes} [Thu Apr 23 09:31:22 2026] POST /v2.0/routers => generated 474 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:31:23.837 7 INFO neutron.db.l3_hamode_db [None req-1eb2ffe1-6ee2-4e0b-8433-2e3c6499765c c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1026/2228] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:23 2026] DELETE /v2.0/security-groups/5dbccbcd-65cd-4438-90a9-538bd4d43889 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:23.960 7 INFO neutron.db.l3_hamode_db [None req-1eb2ffe1-6ee2-4e0b-8433-2e3c6499765c c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:31:24.140 8 INFO neutron.db.segments_db [None req-ee5940b5-0c96-4f65-a9e3-370bdc34efc6 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Added segment 97d9e8b9-0340-41f8-838d-edf7c610b914 of type vxlan for network 074c5fc4-aeb3-4d75-8231-2198dadd946f 2026-04-23 09:31:24.159 7 INFO neutron.services.segments.plugin [-] Segment 8e7937c3-ed04-4431-8fe6-d5d4642c8d22 resource provider aggregate not found 2026-04-23 09:31:24.165 7 INFO neutron.services.segments.plugin [-] Segment 8e7937c3-ed04-4431-8fe6-d5d4642c8d22 resource provider aggregate not found 2026-04-23 09:31:24.182 7 INFO neutron.services.segments.plugin [-] Segment 8e7937c3-ed04-4431-8fe6-d5d4642c8d22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e7937c3-ed04-4431-8fe6-d5d4642c8d22 found for delete ", "request_id": "req-c6f1143a-835e-47fd-9843-492bc568b2f4"}]} 2026-04-23 09:31:24.186 7 INFO neutron.services.segments.plugin [-] Segment 8e7937c3-ed04-4431-8fe6-d5d4642c8d22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e7937c3-ed04-4431-8fe6-d5d4642c8d22 found for delete ", "request_id": "req-f97390bb-ba81-4ddc-8672-3ce2a28b707f"}]} [pid: 8|app: 0|req: 1027/2229] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:23 2026] POST /v2.0/networks => generated 613 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2230] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:24 2026] GET /v2.0/security-groups?tenant_id=6e278cff950347da939b1e5d711110fd&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2231] 10.0.0.84 () {34 vars in 666 bytes} [Thu Apr 23 09:31:23 2026] POST /v2.0/routers => generated 474 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2232] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:24 2026] DELETE /v2.0/security-groups/f988a5df-c710-4ba3-ba3c-fb11e5d58e32 => 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: 1029/2233] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:31:24 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:31:24.700 7 INFO neutron.db.l3_hamode_db [None req-12e2a9a8-eef3-4d6b-afc6-6b0aec539439 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:31:24.732 8 INFO neutron.db.segments_db [None req-641d8c5c-f840-48fe-ac23-13c9e2511894 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Added segment c6e273d0-6b6b-43a0-ae80-cbf333634fc9 of type vxlan for network c59ede46-7356-49ef-b253-d9beba928a54 [pid: 8|app: 0|req: 1030/2234] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:24 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:31:24.843 7 INFO neutron.db.l3_hamode_db [None req-12e2a9a8-eef3-4d6b-afc6-6b0aec539439 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1031/2235] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:31:24 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:31:25.221 8 INFO neutron.db.segments_db [None req-5c3c2f37-9977-4707-a7b2-881f563ef272 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Added segment 04f84b7f-25e1-4bf6-8ae5-e73c44d97bf0 of type vxlan for network 43a219c4-0c2c-4be7-8b58-c997f55ca97b [pid: 8|app: 0|req: 1032/2236] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:25 2026] POST /v2.0/networks => generated 613 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2237] 10.0.0.84 () {34 vars in 666 bytes} [Thu Apr 23 09:31:24 2026] POST /v2.0/routers => generated 474 bytes in 836 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:31:25.534 7 INFO neutron.db.l3_hamode_db [None req-fe5f4bba-1cdd-46a8-91e3-78cf6dc82daf c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1033/2238] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:31:25 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:31:25.642 7 INFO neutron.db.l3_hamode_db [None req-fe5f4bba-1cdd-46a8-91e3-78cf6dc82daf c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:31:25.683 8 INFO neutron.db.segments_db [None req-b9c51b0a-afe8-405b-a893-9361811c3e3c 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Added segment c0b617bb-6eb8-4f96-abba-eff22e1381d7 of type vxlan for network de8b220e-e6db-4c9e-8bf2-3d94df0aee82 [pid: 8|app: 0|req: 1034/2239] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:25 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2240] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:31:25 2026] POST /v2.0/ports => generated 743 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, ' 2026-04-23 09:31:26.100 8 INFO neutron.db.segments_db [None req-2d20f688-decf-42c5-9a02-af33d523d85e 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Added segment 3a0e8216-05c8-4d4a-871e-286b6e1902a5 of type vxlan for network 10a2609b-2a21-4729-96c0-de32c5a4ee1f [pid: 8|app: 0|req: 1036/2241] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:26 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2242] 10.0.0.84 () {34 vars in 666 bytes} [Thu Apr 23 09:31:25 2026] POST /v2.0/routers => generated 474 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:31:26.300 7 INFO neutron.db.l3_hamode_db [None req-22f377ee-9c7d-49ca-bc3d-096c5ab21f9f c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:31:26.419 7 INFO neutron.db.l3_hamode_db [None req-22f377ee-9c7d-49ca-bc3d-096c5ab21f9f c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1037/2243] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:31:26 2026] POST /v2.0/ports => generated 743 bytes in 270 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: 1038/2244] 10.0.0.84 () {34 vars in 745 bytes} [Thu Apr 23 09:31:26 2026] PUT /v2.0/ports/bcf805ad-3d46-41a8-87b6-e8e9bb830518/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1039/2245] 10.0.0.84 () {34 vars in 745 bytes} [Thu Apr 23 09:31:26 2026] PUT /v2.0/ports/d1c58f71-dcc0-417a-9822-c1ebaad70389/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1040/2246] 10.0.0.84 () {34 vars in 745 bytes} [Thu Apr 23 09:31:26 2026] PUT /v2.0/ports/2717b8c5-5281-495b-ad72-5ef18b0bf053/tags => generated 34 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: 1041/2247] 10.0.0.84 () {34 vars in 745 bytes} [Thu Apr 23 09:31:26 2026] PUT /v2.0/ports/4f4c1940-bcd9-4080-b1b6-12c853d11db9/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: 1042/2248] 10.0.0.84 () {32 vars in 658 bytes} [Thu Apr 23 09:31:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2249] 10.0.0.84 () {32 vars in 672 bytes} [Thu Apr 23 09:31:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2250] 10.0.0.84 () {32 vars in 668 bytes} [Thu Apr 23 09:31:26 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2251] 10.0.0.84 () {32 vars in 680 bytes} [Thu Apr 23 09:31:26 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2252] 10.0.0.84 () {34 vars in 666 bytes} [Thu Apr 23 09:31:26 2026] POST /v2.0/routers => generated 474 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2253] 10.0.0.84 () {32 vars in 666 bytes} [Thu Apr 23 09:31:26 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2254] 10.0.0.84 () {32 vars in 680 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2255] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:31:27 2026] PUT /v2.0/routers/116e1ee0-c2ef-4925-bfd4-97ea37cfee1c/tags => generated 17 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2256] 10.0.0.84 () {32 vars in 676 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2257] 10.0.0.84 () {32 vars in 688 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2258] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:31:27 2026] PUT /v2.0/routers/e95b4cde-67c5-46af-85c1-d9aebf487de0/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:27.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-64cbaec2-bb21-44fd-b990-0639bbc5ec27 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] TaaS: Handle Delete Port: bcf805ad-3d46-41a8-87b6-e8e9bb830518 2026-04-23 09:31:27.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64cbaec2-bb21-44fd-b990-0639bbc5ec27 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Tap Mirror: Handle Delete Port: bcf805ad-3d46-41a8-87b6-e8e9bb830518 [pid: 7|app: 0|req: 1210/2259] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:31:27 2026] PUT /v2.0/routers/0d9643d7-de48-4112-96c1-bd69ea79ad66/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2260] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:31:27 2026] DELETE /v2.0/ports/bcf805ad-3d46-41a8-87b6-e8e9bb830518 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2261] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:31:27 2026] PUT /v2.0/routers/e0341b8b-3eec-480b-8ae5-e02c3f24725a/tags => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:27.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-934cd810-563e-4fe2-b42e-9f997ccdea8e 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] TaaS: Handle Delete Port: d1c58f71-dcc0-417a-9822-c1ebaad70389 2026-04-23 09:31:27.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-934cd810-563e-4fe2-b42e-9f997ccdea8e 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Tap Mirror: Handle Delete Port: d1c58f71-dcc0-417a-9822-c1ebaad70389 [pid: 7|app: 0|req: 1212/2262] 10.0.0.84 () {32 vars in 662 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2263] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:31:27 2026] DELETE /v2.0/ports/d1c58f71-dcc0-417a-9822-c1ebaad70389 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2264] 10.0.0.84 () {32 vars in 676 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2265] 10.0.0.84 () {32 vars in 672 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:31:27.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1a6dc11-04ac-41e9-8fab-ccea8237f061 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] TaaS: Handle Delete Port: 2717b8c5-5281-495b-ad72-5ef18b0bf053 2026-04-23 09:31:27.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a6dc11-04ac-41e9-8fab-ccea8237f061 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Tap Mirror: Handle Delete Port: 2717b8c5-5281-495b-ad72-5ef18b0bf053 [pid: 7|app: 0|req: 1215/2266] 10.0.0.84 () {32 vars in 684 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2267] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:31:27 2026] DELETE /v2.0/ports/2717b8c5-5281-495b-ad72-5ef18b0bf053 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2268] 10.0.0.84 () {32 vars in 670 bytes} [Thu Apr 23 09:31:27 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:31:27.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ecbdfd7-da05-4fe1-9626-a6b9f7eaaaf7 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] TaaS: Handle Delete Port: 4f4c1940-bcd9-4080-b1b6-12c853d11db9 2026-04-23 09:31:27.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ecbdfd7-da05-4fe1-9626-a6b9f7eaaaf7 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Tap Mirror: Handle Delete Port: 4f4c1940-bcd9-4080-b1b6-12c853d11db9 [pid: 7|app: 0|req: 1217/2269] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:31:27 2026] DELETE /v2.0/ports/4f4c1940-bcd9-4080-b1b6-12c853d11db9 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2270] 10.0.0.84 () {32 vars in 684 bytes} [Thu Apr 23 09:31:28 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:31:28.096 8 INFO neutron.db.segments_db [None req-d84c6a72-09e1-49d5-9275-f02360a1e95a 74d99528822244bcaa442c0c4497d390 4378b690ab594836ada1e96126db2814 - - default default] Added segment b8ac888e-5154-4e12-b73c-db5510e0a604 of type vxlan for network 260d2a69-6d75-4b68-a30e-8c9de10bbbb7 2026-04-23 09:31:28.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-378a3420-00c7-413e-b68c-6e83aa3aa618 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] TaaS: Handle Delete Port: 25639e4b-ca4f-4cc2-b3e6-fc18ccd9fcb0 2026-04-23 09:31:28.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-378a3420-00c7-413e-b68c-6e83aa3aa618 996b32b878904773935a6970023fe6ed f0f48be0eea6447685bb2c60f2247ac0 - - default default] Tap Mirror: Handle Delete Port: 25639e4b-ca4f-4cc2-b3e6-fc18ccd9fcb0 [pid: 8|app: 0|req: 1053/2271] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:27 2026] POST /v2.0/networks => generated 612 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2272] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:31:28 2026] DELETE /v2.0/ports/25639e4b-ca4f-4cc2-b3e6-fc18ccd9fcb0 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2273] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:28 2026] PUT /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:28.448 7 INFO neutron.services.segments.plugin [-] Segment 97d9e8b9-0340-41f8-838d-edf7c610b914 resource provider aggregate not found 2026-04-23 09:31:28.459 7 INFO neutron.services.segments.plugin [-] Segment 97d9e8b9-0340-41f8-838d-edf7c610b914 resource provider aggregate not found 2026-04-23 09:31:28.475 7 INFO neutron.services.segments.plugin [-] Segment 97d9e8b9-0340-41f8-838d-edf7c610b914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d9e8b9-0340-41f8-838d-edf7c610b914 found for delete ", "request_id": "req-ea479a0d-706b-4274-93e1-f858fdfb131f"}]} 2026-04-23 09:31:28.476 7 INFO neutron.services.segments.plugin [-] Segment 97d9e8b9-0340-41f8-838d-edf7c610b914 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d9e8b9-0340-41f8-838d-edf7c610b914 found for delete ", "request_id": "req-29b959d9-8997-40b8-8581-bcaabb7b957d"}]} [pid: 7|app: 0|req: 1221/2274] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:28 2026] DELETE /v2.0/networks/074c5fc4-aeb3-4d75-8231-2198dadd946f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2275] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:28 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2276] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:28 2026] DELETE /v2.0/networks/c59ede46-7356-49ef-b253-d9beba928a54 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2277] 10.0.0.84 () {32 vars in 680 bytes} [Thu Apr 23 09:31:28 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2278] 10.0.0.84 () {34 vars in 762 bytes} [Thu Apr 23 09:31:28 2026] PUT /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 09:31:28.763 8 INFO neutron.services.segments.plugin [-] Segment 04f84b7f-25e1-4bf6-8ae5-e73c44d97bf0 resource provider aggregate not found 2026-04-23 09:31:28.765 8 INFO neutron.services.segments.plugin [-] Segment 04f84b7f-25e1-4bf6-8ae5-e73c44d97bf0 resource provider aggregate not found 2026-04-23 09:31:28.782 8 INFO neutron.services.segments.plugin [-] Segment 04f84b7f-25e1-4bf6-8ae5-e73c44d97bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04f84b7f-25e1-4bf6-8ae5-e73c44d97bf0 found for delete ", "request_id": "req-8a8cb6f3-8870-4131-8a29-f3e1326c5232"}]} 2026-04-23 09:31:28.786 8 INFO neutron.services.segments.plugin [-] Segment 04f84b7f-25e1-4bf6-8ae5-e73c44d97bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04f84b7f-25e1-4bf6-8ae5-e73c44d97bf0 found for delete ", "request_id": "req-8b6b20b0-2f09-4ffa-bb1e-76463905dec6"}]} [pid: 7|app: 0|req: 1225/2279] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:31:28 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2280] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:28 2026] DELETE /v2.0/networks/43a219c4-0c2c-4be7-8b58-c997f55ca97b => 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: 1226/2281] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:28 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/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: 1056/2282] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:31:28 2026] GET /v2.0/routers/116e1ee0-c2ef-4925-bfd4-97ea37cfee1c => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2283] 10.0.0.84 () {34 vars in 758 bytes} [Thu Apr 23 09:31:28 2026] PUT /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2284] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:28 2026] DELETE /v2.0/networks/de8b220e-e6db-4c9e-8bf2-3d94df0aee82 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2285] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:28 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2286] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:28 2026] DELETE /v2.0/networks/10a2609b-2a21-4729-96c0-de32c5a4ee1f => 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: 1230/2287] 10.0.0.84 () {34 vars in 780 bytes} [Thu Apr 23 09:31:29 2026] PUT /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags/black.or.white => generated 4 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2288] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2289] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:29 2026] PUT /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2290] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2291] 10.0.0.84 () {34 vars in 740 bytes} [Thu Apr 23 09:31:28 2026] PUT /v2.0/routers/116e1ee0-c2ef-4925-bfd4-97ea37cfee1c => generated 485 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2292] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/ports?device_id=116e1ee0-c2ef-4925-bfd4-97ea37cfee1c => 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: 1234/2293] 10.0.0.84 () {32 vars in 739 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:29.516 7 INFO neutron.api.v2.resource [None req-3e696629-0b0f-41bb-a40e-f2484151e399 74d99528822244bcaa442c0c4497d390 4378b690ab594836ada1e96126db2814 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1235/2294] 10.0.0.84 () {32 vars in 743 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2295] 10.0.0.84 () {32 vars in 742 bytes} [Thu Apr 23 09:31:29 2026] DELETE /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2296] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:29.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-d23bd76c-07f6-4fb9-a89f-e65add9bdfdd c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] TaaS: Handle Delete Port: 71f4923b-5f53-4ef5-b96d-6496761ac695 2026-04-23 09:31:29.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d23bd76c-07f6-4fb9-a89f-e65add9bdfdd c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Tap Mirror: Handle Delete Port: 71f4923b-5f53-4ef5-b96d-6496761ac695 2026-04-23 09:31:29.658 7 INFO neutron.api.v2.resource [None req-c2c61b4e-7e5a-41cd-b72f-fca715c648d7 74d99528822244bcaa442c0c4497d390 4378b690ab594836ada1e96126db2814 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1238/2297] 10.0.0.84 () {32 vars in 746 bytes} [Thu Apr 23 09:31:29 2026] DELETE /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2298] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:31:29 2026] DELETE /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2299] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2300] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:29 2026] DELETE /v2.0/routers/116e1ee0-c2ef-4925-bfd4-97ea37cfee1c => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2301] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:29 2026] DELETE /v2.0/networks/260d2a69-6d75-4b68-a30e-8c9de10bbbb7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2302] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/routers/e95b4cde-67c5-46af-85c1-d9aebf487de0 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2303] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:29 2026] GET /v2.0/security-groups?tenant_id=f0f48be0eea6447685bb2c60f2247ac0&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: 1063/2304] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:30 2026] DELETE /v2.0/security-groups/f2715573-b3c3-4e15-bc5e-b1af30fc3ab2 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2305] 10.0.0.84 () {34 vars in 740 bytes} [Thu Apr 23 09:31:29 2026] PUT /v2.0/routers/e95b4cde-67c5-46af-85c1-d9aebf487de0 => generated 493 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2306] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:31:30 2026] GET /v2.0/ports?device_id=e95b4cde-67c5-46af-85c1-d9aebf487de0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:30.508 7 INFO neutron.services.segments.plugin [-] Segment c6e273d0-6b6b-43a0-ae80-cbf333634fc9 resource provider aggregate not found 2026-04-23 09:31:30.511 7 INFO neutron.services.segments.plugin [-] Segment c6e273d0-6b6b-43a0-ae80-cbf333634fc9 resource provider aggregate not found 2026-04-23 09:31:30.525 7 INFO neutron.services.segments.plugin [-] Segment c6e273d0-6b6b-43a0-ae80-cbf333634fc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6e273d0-6b6b-43a0-ae80-cbf333634fc9 found for delete ", "request_id": "req-925d70e5-fa34-495b-9344-ed14f444d3aa"}]} 2026-04-23 09:31:30.529 7 INFO neutron.services.segments.plugin [-] Segment c6e273d0-6b6b-43a0-ae80-cbf333634fc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6e273d0-6b6b-43a0-ae80-cbf333634fc9 found for delete ", "request_id": "req-a6718340-a2fd-4c7b-8b97-968f42c5c2c8"}]} [pid: 8|app: 0|req: 1064/2307] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:30 2026] GET /v2.0/security-groups?tenant_id=3d734459413f425b87009dde3f811341&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:31:30.545 7 INFO neutron.services.segments.plugin [-] Segment c0b617bb-6eb8-4f96-abba-eff22e1381d7 resource provider aggregate not found 2026-04-23 09:31:30.556 7 INFO neutron.services.segments.plugin [-] Segment c0b617bb-6eb8-4f96-abba-eff22e1381d7 resource provider aggregate not found 2026-04-23 09:31:30.580 7 INFO neutron.services.segments.plugin [-] Segment c0b617bb-6eb8-4f96-abba-eff22e1381d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b617bb-6eb8-4f96-abba-eff22e1381d7 found for delete ", "request_id": "req-5b1da170-8ce7-472b-90bb-d3a0cab498b3"}]} 2026-04-23 09:31:30.587 7 INFO neutron.services.segments.plugin [-] Segment c0b617bb-6eb8-4f96-abba-eff22e1381d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b617bb-6eb8-4f96-abba-eff22e1381d7 found for delete ", "request_id": "req-73f707c5-3e8d-48c1-8d24-3ac09ae7a5f5"}]} 2026-04-23 09:31:30.607 7 INFO neutron.services.segments.plugin [-] Segment 3a0e8216-05c8-4d4a-871e-286b6e1902a5 resource provider aggregate not found 2026-04-23 09:31:30.607 7 INFO neutron.services.segments.plugin [-] Segment 3a0e8216-05c8-4d4a-871e-286b6e1902a5 resource provider aggregate not found 2026-04-23 09:31:30.641 7 INFO neutron.services.segments.plugin [-] Segment 3a0e8216-05c8-4d4a-871e-286b6e1902a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a0e8216-05c8-4d4a-871e-286b6e1902a5 found for delete ", "request_id": "req-a5c346dd-b7b4-46c9-843a-48d565d63df9"}]} 2026-04-23 09:31:30.651 7 INFO neutron.services.segments.plugin [-] Segment 3a0e8216-05c8-4d4a-871e-286b6e1902a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a0e8216-05c8-4d4a-871e-286b6e1902a5 found for delete ", "request_id": "req-81e1b824-c72d-4914-9e7e-8d8260069bd4"}]} 2026-04-23 09:31:30.666 7 INFO neutron.services.segments.plugin [-] Segment b8ac888e-5154-4e12-b73c-db5510e0a604 resource provider aggregate not found 2026-04-23 09:31:30.678 7 INFO neutron.services.segments.plugin [-] Segment b8ac888e-5154-4e12-b73c-db5510e0a604 resource provider aggregate not found 2026-04-23 09:31:30.692 7 INFO neutron.services.segments.plugin [-] Segment b8ac888e-5154-4e12-b73c-db5510e0a604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8ac888e-5154-4e12-b73c-db5510e0a604 found for delete ", "request_id": "req-ce16f346-7fe1-401a-bfbc-a3d16b055133"}]} 2026-04-23 09:31:30.692 7 INFO neutron.services.segments.plugin [-] Segment b8ac888e-5154-4e12-b73c-db5510e0a604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8ac888e-5154-4e12-b73c-db5510e0a604 found for delete ", "request_id": "req-7dc2711f-2e7a-4023-92fa-37c056c65754"}]} 2026-04-23 09:31:30.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-8dd4b436-81aa-4615-86b0-d5bd04e2f3c6 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] TaaS: Handle Delete Port: 27e4d595-03da-433e-a81f-61e9aaddbf8e 2026-04-23 09:31:30.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd4b436-81aa-4615-86b0-d5bd04e2f3c6 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Tap Mirror: Handle Delete Port: 27e4d595-03da-433e-a81f-61e9aaddbf8e [pid: 8|app: 0|req: 1065/2308] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:30 2026] GET /v2.0/security-groups?tenant_id=fe1313a714e94c0ab2473faf41f9361b&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2309] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:30 2026] DELETE /v2.0/security-groups/dc75bb49-ec3e-4893-acc5-1444e3008e33 => 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: 1244/2310] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:30 2026] DELETE /v2.0/routers/e95b4cde-67c5-46af-85c1-d9aebf487de0 => generated 0 bytes in 438 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2311] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:30 2026] DELETE /v2.0/security-groups/9620f441-2192-42f6-b2bb-b9e815fb462a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2312] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:31:30 2026] GET /v2.0/routers/0d9643d7-de48-4112-96c1-bd69ea79ad66 => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2313] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:30 2026] GET /v2.0/security-groups?tenant_id=851aaf5c19c749bab632cd7a5043682b&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2314] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:31 2026] GET /v2.0/security-groups?tenant_id=4378b690ab594836ada1e96126db2814&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2315] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:31 2026] DELETE /v2.0/security-groups/b8dacc2f-fed6-4dd4-8bc1-fd9dc9c2cbdf => 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: 1071/2316] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:31 2026] DELETE /v2.0/security-groups/005405f0-ca1b-42ee-8eb7-22daeaea5993 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2317] 10.0.0.84 () {34 vars in 740 bytes} [Thu Apr 23 09:31:30 2026] PUT /v2.0/routers/0d9643d7-de48-4112-96c1-bd69ea79ad66 => generated 502 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2318] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:31:31 2026] GET /v2.0/ports?device_id=0d9643d7-de48-4112-96c1-bd69ea79ad66 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:31.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-68a3117c-71f5-4244-9c98-d7245b851249 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] TaaS: Handle Delete Port: 9aa3f676-10a5-4012-8a2c-f39e1959fc86 2026-04-23 09:31:31.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68a3117c-71f5-4244-9c98-d7245b851249 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Tap Mirror: Handle Delete Port: 9aa3f676-10a5-4012-8a2c-f39e1959fc86 [pid: 7|app: 0|req: 1247/2319] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:31 2026] DELETE /v2.0/routers/0d9643d7-de48-4112-96c1-bd69ea79ad66 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2320] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:31:31 2026] GET /v2.0/routers/e0341b8b-3eec-480b-8ae5-e02c3f24725a => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2321] 10.0.0.84 () {34 vars in 740 bytes} [Thu Apr 23 09:31:31 2026] PUT /v2.0/routers/e0341b8b-3eec-480b-8ae5-e02c3f24725a => generated 487 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2322] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:31:32 2026] GET /v2.0/ports?device_id=e0341b8b-3eec-480b-8ae5-e02c3f24725a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:32.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-0591843b-2e09-496c-8eb6-b15317964f8e c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] TaaS: Handle Delete Port: 7f919372-cade-49b8-97ef-bcb0c83d3dd3 2026-04-23 09:31:32.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0591843b-2e09-496c-8eb6-b15317964f8e c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Tap Mirror: Handle Delete Port: 7f919372-cade-49b8-97ef-bcb0c83d3dd3 [pid: 7|app: 0|req: 1249/2325] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:32 2026] DELETE /v2.0/routers/e0341b8b-3eec-480b-8ae5-e02c3f24725a => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2326] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:31:32 2026] GET /v2.0/routers/11bd1104-eca1-4689-bcc6-fa25f2750316 => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2327] 10.0.0.84 () {34 vars in 740 bytes} [Thu Apr 23 09:31:32 2026] PUT /v2.0/routers/11bd1104-eca1-4689-bcc6-fa25f2750316 => generated 480 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2328] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:31:33 2026] GET /v2.0/ports?device_id=11bd1104-eca1-4689-bcc6-fa25f2750316 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:33.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-e254141c-c345-4d02-a81e-963b047deac5 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] TaaS: Handle Delete Port: 453581eb-ebd6-4512-853c-01d88eb1f4af 2026-04-23 09:31:33.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e254141c-c345-4d02-a81e-963b047deac5 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] Tap Mirror: Handle Delete Port: 453581eb-ebd6-4512-853c-01d88eb1f4af 2026-04-23 09:31:33.804 7 INFO neutron.services.segments.plugin [-] Segment b1312eef-d25d-4975-a433-cd6149c23aa9 resource provider aggregate not found 2026-04-23 09:31:33.810 7 INFO neutron.services.segments.plugin [-] Segment b1312eef-d25d-4975-a433-cd6149c23aa9 resource provider aggregate not found 2026-04-23 09:31:33.823 7 INFO neutron.services.segments.plugin [-] Segment b1312eef-d25d-4975-a433-cd6149c23aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1312eef-d25d-4975-a433-cd6149c23aa9 found for delete ", "request_id": "req-3fc81a5d-5b0c-41df-834d-82f5eee63d0e"}]} 2026-04-23 09:31:33.826 7 INFO neutron.services.segments.plugin [-] Segment b1312eef-d25d-4975-a433-cd6149c23aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1312eef-d25d-4975-a433-cd6149c23aa9 found for delete ", "request_id": "req-322a7f59-2f8e-46c7-a34e-f0f034872992"}]} 2026-04-23 09:31:33.839 7 INFO neutron.db.l3_hamode_db [None req-e254141c-c345-4d02-a81e-963b047deac5 c83dbe4a86dc40379cbcc9a0f772b004 d72fa951c92e4fc1b6b6bee71e30b344 - - default default] HA network 472b7c6d-c360-43b6-8365-0fdf4661572b was deleted as no HA routers are present in tenant d72fa951c92e4fc1b6b6bee71e30b344. [pid: 7|app: 0|req: 1251/2329] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:31:33 2026] DELETE /v2.0/routers/11bd1104-eca1-4689-bcc6-fa25f2750316 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:34.537 8 INFO neutron.db.segments_db [None req-f227c052-ec92-455f-b87c-686f980aa902 3ad67782ff9848f59c2720b017f03965 1c294c24ded54b9e9dd454664a75e7fe - - default default] Added segment c319e46b-b925-432d-96d0-0e74c15cb53f of type vxlan for network 037b01ef-9d73-4399-bd1a-ba5dbcc6c99a [pid: 8|app: 0|req: 1079/2330] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:34 2026] POST /v2.0/networks => generated 613 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2331] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:34 2026] GET /v2.0/security-groups?tenant_id=d72fa951c92e4fc1b6b6bee71e30b344&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2332] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:31:34 2026] POST /v2.0/ports => generated 743 bytes in 327 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: 1253/2333] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:34 2026] DELETE /v2.0/security-groups/43f66954-4417-48a4-876d-667abcc55e27 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2334] 10.0.0.84 () {34 vars in 664 bytes} [Thu Apr 23 09:31:34 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) [pid: 8|app: 0|req: 1082/2335] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2336] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/security-groups?tenant_id=fc23e5f0208148d1a436c1d48872a04a&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2337] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 25 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2338] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:35 2026] DELETE /v2.0/security-groups/ea5b4114-207b-4cca-aeea-6bb81a474a95 => 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: 1083/2339] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2340] 10.0.0.84 () {34 vars in 758 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2341] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2342] 10.0.0.84 () {34 vars in 754 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2343] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2344] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2345] 10.0.0.84 () {34 vars in 776 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2346] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2347] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2348] 10.0.0.84 () {34 vars in 747 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2349] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2350] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2351] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags/red => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:35.644 7 INFO neutron.api.v2.resource [None req-eed6d416-8774-4f80-8883-d26f2f7a28e8 3ad67782ff9848f59c2720b017f03965 1c294c24ded54b9e9dd454664a75e7fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1266/2352] 10.0.0.84 () {32 vars in 739 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2353] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2354] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/subnetpools/b8344634-f83f-481b-85f4-d079d6a79aab/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2355] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:35 2026] DELETE /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2356] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/subnetpools/10c7af6d-ed26-4c57-bb64-34174a3b7cd1/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: 1267/2357] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/security-groups?tenant_id=adce17a2701d4f08ad64684bb8a584b5&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2358] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2359] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/subnetpools/2bc4a859-fc38-4f5c-b769-824438abde9b/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:35.797 7 INFO neutron.api.v2.resource [None req-b285e6ba-1126-4360-875e-5225c6e6aae4 3ad67782ff9848f59c2720b017f03965 1c294c24ded54b9e9dd454664a75e7fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1269/2360] 10.0.0.84 () {32 vars in 742 bytes} [Thu Apr 23 09:31:35 2026] DELETE /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2361] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:35 2026] PUT /v2.0/subnetpools/c99b1c31-487c-433a-a6ae-c8de3df4c4d1/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2362] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:35 2026] DELETE /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2363] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:35 2026] DELETE /v2.0/security-groups/895c24eb-5d8f-4ab8-ae52-203a38653156 => 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: 1272/2364] 10.0.0.84 () {32 vars in 670 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2365] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06/tags => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2366] 10.0.0.84 () {32 vars in 684 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2367] 10.0.0.84 () {32 vars in 717 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2368] 10.0.0.84 () {32 vars in 680 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2369] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2370] 10.0.0.84 () {32 vars in 715 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/ports/823cd71f-5331-4c5d-8163-b9ed2f6ad041 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2371] 10.0.0.84 () {32 vars in 678 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2372] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:31:35 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2373] 10.0.0.84 () {32 vars in 720 bytes} [Thu Apr 23 09:31:35 2026] DELETE /v2.0/trunks/13543e40-f3e4-4571-9457-7be7d1634d06 => 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: 1278/2374] 10.0.0.84 () {32 vars in 688 bytes} [Thu Apr 23 09:31:36 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2375] 10.0.0.84 () {32 vars in 700 bytes} [Thu Apr 23 09:31:36 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2376] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:36 2026] DELETE /v2.0/subnetpools/b8344634-f83f-481b-85f4-d079d6a79aab => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:36.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b5b53b1-6301-4594-8844-6bd1ab2ee359 3ad67782ff9848f59c2720b017f03965 1c294c24ded54b9e9dd454664a75e7fe - - default default] TaaS: Handle Delete Port: 823cd71f-5331-4c5d-8163-b9ed2f6ad041 2026-04-23 09:31:36.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b5b53b1-6301-4594-8844-6bd1ab2ee359 3ad67782ff9848f59c2720b017f03965 1c294c24ded54b9e9dd454664a75e7fe - - default default] Tap Mirror: Handle Delete Port: 823cd71f-5331-4c5d-8163-b9ed2f6ad041 [pid: 7|app: 0|req: 1281/2377] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:36 2026] DELETE /v2.0/subnetpools/10c7af6d-ed26-4c57-bb64-34174a3b7cd1 => 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: 1097/2378] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:31:36 2026] DELETE /v2.0/ports/823cd71f-5331-4c5d-8163-b9ed2f6ad041 => 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: 1282/2379] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:36 2026] DELETE /v2.0/subnetpools/2bc4a859-fc38-4f5c-b769-824438abde9b => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2380] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:36 2026] DELETE /v2.0/subnetpools/c99b1c31-487c-433a-a6ae-c8de3df4c4d1 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2381] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:36 2026] DELETE /v2.0/subnetpools/8e94167e-36fb-4e84-843a-3396169adba6 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:36.341 8 INFO neutron.services.segments.plugin [-] Segment c319e46b-b925-432d-96d0-0e74c15cb53f resource provider aggregate not found 2026-04-23 09:31:36.348 8 INFO neutron.services.segments.plugin [-] Segment c319e46b-b925-432d-96d0-0e74c15cb53f resource provider aggregate not found 2026-04-23 09:31:36.365 8 INFO neutron.services.segments.plugin [-] Segment c319e46b-b925-432d-96d0-0e74c15cb53f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c319e46b-b925-432d-96d0-0e74c15cb53f found for delete ", "request_id": "req-ee5a500b-fab8-4997-a908-b1d3616fde89"}]} 2026-04-23 09:31:36.371 8 INFO neutron.services.segments.plugin [-] Segment c319e46b-b925-432d-96d0-0e74c15cb53f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c319e46b-b925-432d-96d0-0e74c15cb53f found for delete ", "request_id": "req-092292ae-926b-4918-aa27-5d2bbe7b5564"}]} [pid: 8|app: 0|req: 1098/2382] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:36 2026] DELETE /v2.0/networks/037b01ef-9d73-4399-bd1a-ba5dbcc6c99a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2383] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:36 2026] GET /v2.0/security-groups?tenant_id=1c294c24ded54b9e9dd454664a75e7fe&name=default => generated 2929 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2384] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:37 2026] DELETE /v2.0/security-groups/5ad78ac8-751a-4033-b2ca-bd0050f1b153 => 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: 1099/2385] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:37 2026] GET /v2.0/security-groups?tenant_id=eedc7169c25a41c5a81795faf00b53d5&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2386] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:37 2026] DELETE /v2.0/security-groups/288f3a49-530b-4fbd-a5ad-1f7a844a5c68 => 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: 1100/2387] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:37 2026] GET /v2.0/security-groups?tenant_id=3b97ddb9ece24362b866bf0ecb5cf3f1&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2388] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:37 2026] DELETE /v2.0/security-groups/d938422a-c788-4d41-b693-88d32cf583c8 => 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: 1101/2389] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:37 2026] GET /v2.0/security-groups?tenant_id=75dc885f70b94627bc175402c0dbb25b&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2390] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:37 2026] DELETE /v2.0/security-groups/389cd9c3-516a-4efc-ba97-9283998b1c68 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2391] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:37 2026] GET /v2.0/security-groups?tenant_id=2e1c8b398f834e519d23651f0651dc89&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2392] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:38 2026] DELETE /v2.0/security-groups/dda70a4e-0704-408f-ab21-37f2e199d9a5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2393] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:31:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2394] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:31:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2395] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:31:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2396] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:31:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2397] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:31:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2398] 10.0.0.84 () {34 vars in 765 bytes} [Thu Apr 23 09:31:40 2026] PUT /v2.0/security-groups/189c7b6f-3921-41f9-ab0b-c2446d397e71/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2399] 10.0.0.84 () {34 vars in 765 bytes} [Thu Apr 23 09:31:40 2026] PUT /v2.0/security-groups/54ce9da1-aa4e-4eae-a1b4-bb1d9e7aaf4b/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2400] 10.0.0.84 () {34 vars in 765 bytes} [Thu Apr 23 09:31:40 2026] PUT /v2.0/security-groups/d0fdc115-5a1f-4f14-b727-11b0df684827/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2401] 10.0.0.84 () {34 vars in 765 bytes} [Thu Apr 23 09:31:41 2026] PUT /v2.0/security-groups/767cc09f-f25f-4e4d-b93b-2ee0b338acde/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2402] 10.0.0.84 () {32 vars in 678 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2403] 10.0.0.84 () {32 vars in 692 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2404] 10.0.0.84 () {32 vars in 688 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2405] 10.0.0.84 () {32 vars in 700 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2406] 10.0.0.84 () {32 vars in 686 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2407] 10.0.0.84 () {34 vars in 674 bytes} [Thu Apr 23 09:31:41 2026] POST /v2.0/floatingips => generated 552 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2408] 10.0.0.84 () {32 vars in 700 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2409] 10.0.0.84 () {32 vars in 696 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2410] 10.0.0.84 () {32 vars in 708 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2411] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:41 2026] PUT /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2412] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:41 2026] DELETE /v2.0/security-groups/189c7b6f-3921-41f9-ab0b-c2446d397e71 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2413] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2414] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:41 2026] DELETE /v2.0/security-groups/54ce9da1-aa4e-4eae-a1b4-bb1d9e7aaf4b => 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: 1111/2415] 10.0.0.84 () {34 vars in 768 bytes} [Thu Apr 23 09:31:41 2026] PUT /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2416] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:41 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2417] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:41 2026] DELETE /v2.0/security-groups/d0fdc115-5a1f-4f14-b727-11b0df684827 => 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: 1113/2418] 10.0.0.84 () {34 vars in 764 bytes} [Thu Apr 23 09:31:42 2026] PUT /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2419] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:42 2026] DELETE /v2.0/security-groups/767cc09f-f25f-4e4d-b93b-2ee0b338acde => 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: 1114/2420] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2421] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:42 2026] DELETE /v2.0/security-groups/400b32b2-d893-4f3e-96f3-ba031eea67d0 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2422] 10.0.0.84 () {34 vars in 786 bytes} [Thu Apr 23 09:31:42 2026] PUT /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2423] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2424] 10.0.0.84 () {34 vars in 757 bytes} [Thu Apr 23 09:31:42 2026] PUT /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2425] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/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: 1117/2426] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:42.367 7 INFO neutron.api.v2.resource [None req-46b0313c-1bbf-4700-b625-c3131cb436ba fb3c4ebebd7d47cd969c1c3ebd242894 12ac3343b05049b6ae61b6e4a9bc28de - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1310/2427] 10.0.0.84 () {32 vars in 749 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2428] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:31:42 2026] DELETE /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags/red => 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: 1311/2429] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:42.503 8 INFO neutron.api.v2.resource [None req-f254e067-ced9-44fb-a9fd-e77bd6257062 fb3c4ebebd7d47cd969c1c3ebd242894 12ac3343b05049b6ae61b6e4a9bc28de - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1119/2430] 10.0.0.84 () {32 vars in 752 bytes} [Thu Apr 23 09:31:42 2026] DELETE /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2431] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:31:42 2026] DELETE /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2432] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:42.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5e0d699-af1f-4972-83e4-69fc8f75973c fb3c4ebebd7d47cd969c1c3ebd242894 12ac3343b05049b6ae61b6e4a9bc28de - - default default] TaaS: Handle Delete Port: 606ea071-6db5-4950-a584-29727add59d4 2026-04-23 09:31:42.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e0d699-af1f-4972-83e4-69fc8f75973c fb3c4ebebd7d47cd969c1c3ebd242894 12ac3343b05049b6ae61b6e4a9bc28de - - default default] Tap Mirror: Handle Delete Port: 606ea071-6db5-4950-a584-29727add59d4 [pid: 7|app: 0|req: 1313/2433] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:31:42 2026] DELETE /v2.0/floatingips/bc3c82f3-f922-47c1-a966-56296c397723 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2434] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:42 2026] GET /v2.0/security-groups?tenant_id=75d57fb4b2f94935989080b82b8bc907&name=default => generated 2929 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2435] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:43 2026] DELETE /v2.0/security-groups/f478a9e5-3a05-4258-a6b6-4eefff5b99bd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2436] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:43 2026] GET /v2.0/security-groups?tenant_id=f5405b2c56db447383f9e3e34496f8b6&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2437] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:43 2026] DELETE /v2.0/security-groups/66d44583-c7f8-4e6f-8d83-f54171a37303 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2438] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:43 2026] GET /v2.0/security-groups?tenant_id=12ac3343b05049b6ae61b6e4a9bc28de&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2439] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:43 2026] DELETE /v2.0/security-groups/279feb30-2ee3-4130-9476-5b4444199ecd => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2440] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:43 2026] GET /v2.0/security-groups?tenant_id=75bb40444fa84db5b4b79d4f9ec249cc&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2441] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:43 2026] DELETE /v2.0/security-groups/bb46f053-823b-4d58-a9d3-4bf5fff3043a => 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: 1317/2442] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:43 2026] GET /v2.0/security-groups?tenant_id=5358bd272a7c4e5d85b163058432c8aa&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: 1126/2443] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:43 2026] DELETE /v2.0/security-groups/cce29d20-04e5-4d14-ac6f-943dbe734939 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:47.303 7 INFO neutron.db.segments_db [None req-2209a470-8d58-49b7-8e9a-73b89be3bb90 7589fbd6d1cb42c5bb889600a37ad278 907a7c10e0ed495ea0426a5b7bffff62 - - default default] Added segment 8661da31-3f45-43f7-904f-80b0ab0d7294 of type vxlan for network 385e9676-ef4a-4a98-8ccd-840845b49d49 [pid: 7|app: 0|req: 1318/2444] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:31:47 2026] POST /v2.0/networks => generated 612 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2447] 10.0.0.84 () {34 vars in 662 bytes} [Thu Apr 23 09:31:47 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: 1128/2448] 10.0.0.84 () {34 vars in 745 bytes} [Thu Apr 23 09:31:47 2026] PUT /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1129/2449] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:31:47 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1130/2450] 10.0.0.84 () {34 vars in 756 bytes} [Thu Apr 23 09:31:47 2026] PUT /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1321/2451] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:47 2026] GET /v2.0/security-groups?tenant_id=fa425fbb7e8e4428923df59655f86cf9&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2452] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:31:47 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1322/2453] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:47 2026] DELETE /v2.0/security-groups/09cde92f-c60b-4bfe-8f48-9225bb602591 => 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: 1132/2454] 10.0.0.84 () {34 vars in 752 bytes} [Thu Apr 23 09:31:47 2026] PUT /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2455] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 34 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2456] 10.0.0.84 () {34 vars in 774 bytes} [Thu Apr 23 09:31:48 2026] PUT /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/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: 7|app: 0|req: 1324/2457] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/security-groups?tenant_id=d74606ba4f524f15ae29bdfb53a154bf&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: 1134/2458] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 52 bytes in 49 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: 1135/2459] 10.0.0.84 () {34 vars in 745 bytes} [Thu Apr 23 09:31:48 2026] PUT /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 37 bytes in 72 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: 1325/2460] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:48 2026] DELETE /v2.0/security-groups/7bf3563d-7d24-498e-bfcd-0dce385841e3 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2461] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2462] 10.0.0.84 () {32 vars in 733 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:31:48.435 8 INFO neutron.api.v2.resource [None req-8310823a-7803-4acd-875f-02a5a3d3d59b 7589fbd6d1cb42c5bb889600a37ad278 907a7c10e0ed495ea0426a5b7bffff62 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1137/2463] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1327/2464] 10.0.0.84 () {32 vars in 736 bytes} [Thu Apr 23 09:31:48 2026] DELETE /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags/red => generated 0 bytes in 64 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: 1138/2465] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:31:48.612 7 INFO neutron.api.v2.resource [None req-0a47d956-180c-4150-90e6-7ced926c13fd 7589fbd6d1cb42c5bb889600a37ad278 907a7c10e0ed495ea0426a5b7bffff62 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1328/2466] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:31:48 2026] DELETE /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags/green => generated 99 bytes in 59 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: 1139/2467] 10.0.0.84 () {32 vars in 728 bytes} [Thu Apr 23 09:31:48 2026] DELETE /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 0 bytes in 77 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: 1329/2468] 10.0.0.84 () {32 vars in 725 bytes} [Thu Apr 23 09:31:48 2026] GET /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b/tags => generated 12 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, ' 2026-04-23 09:31:48.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d9b6908-e82c-4749-92aa-b11c2496d011 7589fbd6d1cb42c5bb889600a37ad278 907a7c10e0ed495ea0426a5b7bffff62 - - default default] TaaS: Handle Delete Port: 89defe0d-da9a-44c0-84b2-1cba7860cf9b 2026-04-23 09:31:48.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d9b6908-e82c-4749-92aa-b11c2496d011 7589fbd6d1cb42c5bb889600a37ad278 907a7c10e0ed495ea0426a5b7bffff62 - - default default] Tap Mirror: Handle Delete Port: 89defe0d-da9a-44c0-84b2-1cba7860cf9b [pid: 8|app: 0|req: 1140/2469] 10.0.0.84 () {32 vars in 718 bytes} [Thu Apr 23 09:31:48 2026] DELETE /v2.0/ports/89defe0d-da9a-44c0-84b2-1cba7860cf9b => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:31:49.054 7 INFO neutron.services.segments.plugin [-] Segment 8661da31-3f45-43f7-904f-80b0ab0d7294 resource provider aggregate not found 2026-04-23 09:31:49.058 7 INFO neutron.services.segments.plugin [-] Segment 8661da31-3f45-43f7-904f-80b0ab0d7294 resource provider aggregate not found 2026-04-23 09:31:49.076 7 INFO neutron.services.segments.plugin [-] Segment 8661da31-3f45-43f7-904f-80b0ab0d7294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8661da31-3f45-43f7-904f-80b0ab0d7294 found for delete ", "request_id": "req-86a62923-bc24-4154-9c69-c237fca480a4"}]} 2026-04-23 09:31:49.079 7 INFO neutron.services.segments.plugin [-] Segment 8661da31-3f45-43f7-904f-80b0ab0d7294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8661da31-3f45-43f7-904f-80b0ab0d7294 found for delete ", "request_id": "req-ff207d66-bfee-4a4b-aeed-3cd390c1447c"}]} [pid: 7|app: 0|req: 1330/2470] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:31:48 2026] DELETE /v2.0/networks/385e9676-ef4a-4a98-8ccd-840845b49d49 => 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: 1141/2471] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:49 2026] GET /v2.0/security-groups?tenant_id=40c1b79e702248b4a3bc5b7eaf5af2c4&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2472] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:50 2026] DELETE /v2.0/security-groups/450bde80-c002-4084-8398-68a25f66d811 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2473] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:50 2026] GET /v2.0/security-groups?tenant_id=907a7c10e0ed495ea0426a5b7bffff62&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2474] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:50 2026] DELETE /v2.0/security-groups/8abe4b54-107a-49c9-884d-5fee7db443d4 => 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: 1143/2475] 10.0.0.84 () {34 vars in 676 bytes} [Thu Apr 23 09:31:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2476] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:53 2026] PUT /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2477] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:53 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2478] 10.0.0.84 () {34 vars in 762 bytes} [Thu Apr 23 09:31:53 2026] PUT /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2479] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:53 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2480] 10.0.0.84 () {34 vars in 758 bytes} [Thu Apr 23 09:31:53 2026] PUT /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2481] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:53 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2482] 10.0.0.84 () {34 vars in 780 bytes} [Thu Apr 23 09:31:53 2026] PUT /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/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: 1147/2483] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:53 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2484] 10.0.0.84 () {34 vars in 751 bytes} [Thu Apr 23 09:31:53 2026] PUT /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2485] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:53 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2486] 10.0.0.84 () {32 vars in 739 bytes} [Thu Apr 23 09:31:53 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:53.989 8 INFO neutron.api.v2.resource [None req-bef547ca-946f-4927-a016-3d638521fdf9 3943e7e06d3b45af8e717a498f1b393c 414a34665be24ccead89d2a8efebbeac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2487] 10.0.0.84 () {32 vars in 743 bytes} [Thu Apr 23 09:31:53 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2488] 10.0.0.84 () {32 vars in 742 bytes} [Thu Apr 23 09:31:53 2026] DELETE /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2489] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:54 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:31:54.121 7 INFO neutron.api.v2.resource [None req-28f9ed64-b245-4bf1-b664-6a0eefe4858f 3943e7e06d3b45af8e717a498f1b393c 414a34665be24ccead89d2a8efebbeac - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2490] 10.0.0.84 () {32 vars in 746 bytes} [Thu Apr 23 09:31:54 2026] DELETE /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/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: 1151/2491] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:31:54 2026] DELETE /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => 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: 1341/2492] 10.0.0.84 () {32 vars in 731 bytes} [Thu Apr 23 09:31:54 2026] GET /v2.0/policies/7f404d80-a453-443a-815b-30f722f0330f/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2493] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:31:54 2026] DELETE /v2.0/qos/policies/7f404d80-a453-443a-815b-30f722f0330f => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2494] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:54 2026] GET /v2.0/security-groups?tenant_id=414a34665be24ccead89d2a8efebbeac&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2495] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:55 2026] DELETE /v2.0/security-groups/581f14e0-781f-4256-9a73-6af3ec5892b4 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2496] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:31:55 2026] GET /v2.0/security-groups?tenant_id=4efffc42fc194757ba624acd95848f8a&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2497] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:31:55 2026] DELETE /v2.0/security-groups/0f715643-5500-4990-9290-b9da5537b3f8 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:31:58.776 7 INFO neutron.db.segments_db [None req-fcb8a1b7-2c67-4794-addd-366d63db799e efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] Added segment 9748ae8f-9006-41d4-9092-7ac7c076783f of type vxlan for network 5e2184a2-432f-4ec2-89dd-3cd69d450b1d 2026-04-23 09:31:59.010 7 INFO neutron.db.l3_hamode_db [None req-fcb8a1b7-2c67-4794-addd-366d63db799e efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:31:59.094 7 INFO neutron.db.l3_hamode_db [None req-fcb8a1b7-2c67-4794-addd-366d63db799e efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1344/2498] 10.0.0.84 () {34 vars in 666 bytes} [Thu Apr 23 09:31:58 2026] POST /v2.0/routers => generated 474 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2499] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:31:59 2026] PUT /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2500] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:31:59 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2501] 10.0.0.84 () {34 vars in 760 bytes} [Thu Apr 23 09:31:59 2026] PUT /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags/green => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2502] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:31:59 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2503] 10.0.0.84 () {34 vars in 756 bytes} [Thu Apr 23 09:32:00 2026] PUT /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags/red => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2504] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:32:00 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2505] 10.0.0.84 () {34 vars in 778 bytes} [Thu Apr 23 09:32:00 2026] PUT /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags/black.or.white => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2506] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:32:00 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 52 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2507] 10.0.0.84 () {34 vars in 749 bytes} [Thu Apr 23 09:32:00 2026] PUT /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2508] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:32:00 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2509] 10.0.0.84 () {32 vars in 737 bytes} [Thu Apr 23 09:32:00 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags/red => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:32:00.947 7 INFO neutron.api.v2.resource [None req-5e871f2b-80fe-4cdd-a8f7-cb924f410533 efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1350/2510] 10.0.0.84 () {32 vars in 741 bytes} [Thu Apr 23 09:32:00 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags/green => generated 99 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2511] 10.0.0.84 () {32 vars in 740 bytes} [Thu Apr 23 09:32:00 2026] DELETE /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags/red => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2512] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:32:01 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 30 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:32:01.252 8 INFO neutron.api.v2.resource [None req-290ae09b-ed18-4622-ac2d-2140a3c79e63 efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2513] 10.0.0.84 () {32 vars in 744 bytes} [Thu Apr 23 09:32:01 2026] DELETE /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags/green => generated 99 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2514] 10.0.0.84 () {32 vars in 732 bytes} [Thu Apr 23 09:32:01 2026] DELETE /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => 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: 1163/2515] 10.0.0.84 () {32 vars in 729 bytes} [Thu Apr 23 09:32:01 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af/tags => generated 12 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2516] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:32:01 2026] GET /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2517] 10.0.0.84 () {34 vars in 740 bytes} [Thu Apr 23 09:32:01 2026] PUT /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af => generated 480 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2518] 10.0.0.84 () {32 vars in 734 bytes} [Thu Apr 23 09:32:02 2026] GET /v2.0/ports?device_id=faafe825-75e4-439c-bcf0-ef15cc2cf2af => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:32:02.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-3381744a-1b5d-45a3-a7ee-90a98a72ff34 efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] TaaS: Handle Delete Port: 06dea8c5-4136-4513-86d6-56cce62669f6 2026-04-23 09:32:02.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3381744a-1b5d-45a3-a7ee-90a98a72ff34 efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] Tap Mirror: Handle Delete Port: 06dea8c5-4136-4513-86d6-56cce62669f6 2026-04-23 09:32:02.502 8 INFO neutron.services.segments.plugin [-] Segment 9748ae8f-9006-41d4-9092-7ac7c076783f resource provider aggregate not found 2026-04-23 09:32:02.511 8 INFO neutron.services.segments.plugin [-] Segment 9748ae8f-9006-41d4-9092-7ac7c076783f resource provider aggregate not found 2026-04-23 09:32:02.531 8 INFO neutron.services.segments.plugin [-] Segment 9748ae8f-9006-41d4-9092-7ac7c076783f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9748ae8f-9006-41d4-9092-7ac7c076783f found for delete ", "request_id": "req-c04add97-20e0-4316-a879-92c1d0b39cd3"}]} 2026-04-23 09:32:02.533 8 INFO neutron.services.segments.plugin [-] Segment 9748ae8f-9006-41d4-9092-7ac7c076783f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9748ae8f-9006-41d4-9092-7ac7c076783f found for delete ", "request_id": "req-9743020d-1a1f-4db1-ad18-99fa99848053"}]} 2026-04-23 09:32:02.536 8 INFO neutron.db.l3_hamode_db [None req-3381744a-1b5d-45a3-a7ee-90a98a72ff34 efb328744b24498aa8b40a08f8e1f973 d08743b1d6da46019ddce77e8980b909 - - default default] HA network 5e2184a2-432f-4ec2-89dd-3cd69d450b1d was deleted as no HA routers are present in tenant d08743b1d6da46019ddce77e8980b909. [pid: 8|app: 0|req: 1165/2521] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:32:02 2026] DELETE /v2.0/routers/faafe825-75e4-439c-bcf0-ef15cc2cf2af => generated 0 bytes in 507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2522] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:32:03 2026] GET /v2.0/security-groups?tenant_id=fcff029dbc0b48c4b69dae17cfaec42e&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2523] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:32:03 2026] DELETE /v2.0/security-groups/6c96b627-af33-4afa-b4ca-f1095e0555c0 => 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: 1358/2524] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:32:03 2026] GET /v2.0/security-groups?tenant_id=d08743b1d6da46019ddce77e8980b909&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2525] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:32:03 2026] DELETE /v2.0/security-groups/611e1e82-3b73-4c59-857a-ee7bdb66720e => 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: 1359/2526] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:32:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2527] 10.0.0.84 () {34 vars in 765 bytes} [Thu Apr 23 09:32:07 2026] PUT /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2528] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2529] 10.0.0.84 () {34 vars in 776 bytes} [Thu Apr 23 09:32:07 2026] PUT /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2530] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2531] 10.0.0.84 () {34 vars in 772 bytes} [Thu Apr 23 09:32:07 2026] PUT /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2532] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/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: 1171/2533] 10.0.0.84 () {34 vars in 794 bytes} [Thu Apr 23 09:32:07 2026] PUT /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2534] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2535] 10.0.0.84 () {34 vars in 765 bytes} [Thu Apr 23 09:32:07 2026] PUT /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2536] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2537] 10.0.0.84 () {32 vars in 753 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:32:07.748 7 INFO neutron.api.v2.resource [None req-fdf2e214-3184-446f-92c1-a7b4f2bab5ea be48504716bf4b2fa008bef06c17a498 48ba45e482734673a2ae3f6c6445c385 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1365/2538] 10.0.0.84 () {32 vars in 757 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2539] 10.0.0.84 () {32 vars in 756 bytes} [Thu Apr 23 09:32:07 2026] DELETE /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2540] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:32:07.880 8 INFO neutron.api.v2.resource [None req-36515696-941f-45a9-a2be-b428413e8fe3 be48504716bf4b2fa008bef06c17a498 48ba45e482734673a2ae3f6c6445c385 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1175/2541] 10.0.0.84 () {32 vars in 760 bytes} [Thu Apr 23 09:32:07 2026] DELETE /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2542] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:32:07 2026] DELETE /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2543] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:32:07 2026] GET /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2544] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:32:07 2026] DELETE /v2.0/security-groups/dce1d8d0-8118-462d-b40f-3738856987dc => 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: 1177/2545] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:32:08 2026] GET /v2.0/security-groups?tenant_id=aec67785be0c4680a7afa22cc0b9166a&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2546] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:32:08 2026] DELETE /v2.0/security-groups/c2ca6ee3-ef64-493e-a76c-19aa4ae92861 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2547] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:32:09 2026] GET /v2.0/security-groups?tenant_id=48ba45e482734673a2ae3f6c6445c385&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2548] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:32:09 2026] DELETE /v2.0/security-groups/ec818cda-2e1c-4cb0-ab78-e8727e9b1267 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:32:18.057 8 INFO neutron.db.segments_db [None req-fa96f8ee-146c-4024-9d5b-376b14843568 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Added segment 7a13e9a4-11b3-4f25-ac7e-06a09a5e360c of type vxlan for network d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc [pid: 8|app: 0|req: 1180/2551] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:32:17 2026] POST /v2.0/networks => generated 621 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2552] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:32:18 2026] POST /v2.0/subnets => generated 657 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2553] 10.0.0.84 () {32 vars in 720 bytes} [Thu Apr 23 09:32:18 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2554] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:32:18 2026] POST /v2.0/subnets => generated 731 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:32:18.718 8 INFO neutron.db.segments_db [None req-e36427a4-3ab9-4771-acc0-81564306f7b3 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Added segment 050ce70a-d742-4aa2-b9fd-0809cd8c9dd7 of type vxlan for network 4e77bf6d-4a54-4444-8434-12a88e2ba176 [pid: 8|app: 0|req: 1182/2555] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:32:18 2026] POST /v2.0/networks => generated 619 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2556] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:32:18 2026] POST /v2.0/subnets => generated 656 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2557] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:32:19 2026] POST /v2.0/subnets => generated 726 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:32:19.374 7 INFO neutron.db.segments_db [None req-90ee83c1-54ab-4557-861d-5acd3fbd49ad 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Added segment 20de0a49-5eea-4f05-a82c-004fe30bcf4c of type vxlan for network e73060da-ff74-4ee1-bd74-d2a9358ccaa9 [pid: 7|app: 0|req: 1375/2558] 10.0.0.84 () {34 vars in 668 bytes} [Thu Apr 23 09:32:19 2026] POST /v2.0/networks => generated 619 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2559] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:32:19 2026] POST /v2.0/subnets => generated 656 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2560] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:32:19 2026] POST /v2.0/subnets => generated 730 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:32:19.982 8 INFO neutron.db.segments_db [None req-60018c6e-c8f5-46dd-a566-c4b127a6251f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Added segment 7e444f28-bdeb-4d3b-8ed5-25f1f3af03b3 of type vxlan for network 9edc6f19-a6d1-46db-8abe-68dbc74de73d 2026-04-23 09:32:20.204 8 INFO neutron.db.l3_hamode_db [None req-60018c6e-c8f5-46dd-a566-c4b127a6251f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 09:32:20.905 8 INFO neutron.db.l3_hamode_db [None req-60018c6e-c8f5-46dd-a566-c4b127a6251f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1185/2561] 10.0.0.84 () {34 vars in 667 bytes} [Thu Apr 23 09:32:19 2026] POST /v2.0/routers => generated 685 bytes in 1863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2562] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:32:21 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2563] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:32:23 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2564] 10.0.0.84 () {34 vars in 781 bytes} [Thu Apr 23 09:32:24 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2565] 10.0.0.84 () {34 vars in 682 bytes} [Thu Apr 23 09:32:25 2026] POST /v2.0/security-groups => generated 1630 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2566] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2567] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2568] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:26 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2569] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2570] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2571] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2572] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2573] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2574] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2575] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2576] 10.0.0.84 () {34 vars in 693 bytes} [Thu Apr 23 09:32:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2577] 10.0.0.102 () {34 vars in 1095 bytes} [Thu Apr 23 09:32:27 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1004544311&fields=id&tenant_id=57af105e188d45c1a012720ed43f7d69 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2578] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:32:27 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2579] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:32:27 2026] GET /v2.0/quotas/57af105e188d45c1a012720ed43f7d69 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2580] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:32:27 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&fields=id => generated 241 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2581] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:32:28 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1387/2582] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:32:28 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2583] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:32:28 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => 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: 1198/2586] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:32:32 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2587] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:32:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57af105e188d45c1a012720ed43f7d69 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2588] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:32:32 2026] POST /v2.0/ports => generated 1175 bytes in 442 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: 1390/2589] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:32:32 2026] PUT /v2.0/ports/0e21d607-5768-4e2f-a595-864c32ded057 => generated 1456 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:32:33.451 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f384898-5008-4070-b71a-c9d7a0247856'] response: {'name': 'network-changed', 'server_uuid': '7c02efc6-0593-411b-9a7e-3739343ac2c7', 'tag': '0e21d607-5768-4e2f-a595-864c32ded057', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1200/2590] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:32:33 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1190 bytes in 159 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: 1391/2591] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:32:33 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2592] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:32:33 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1459 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2593] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:32:34 2026] GET /v2.0/networks?tenant_id=57af105e188d45c1a012720ed43f7d69&shared=False => generated 2376 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2594] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:32:34 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: 1393/2595] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1459 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2596] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.68&port_id=0e21d607-5768-4e2f-a595-864c32ded057 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2597] 199.19.213.15 () {34 vars in 1100 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=0e21d607-5768-4e2f-a595-864c32ded057 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2598] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/subnets?id=80c67f10-ac03-4c86-b587-7804b2dff79f&id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2599] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2600] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2601] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1206/2602] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:32:35 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2603] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:32:38 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1190 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2604] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:32:38 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2605] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:32:43 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1192 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2606] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:32:43 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2607] 10.0.0.84 () {32 vars in 816 bytes} [Thu Apr 23 09:32:43 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&mac_address=fa%3A16%3A3e%3Aab%3A06%3A6e => generated 1192 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:32:44.770 8 INFO neutron.db.l3_db [None req-1c213f38-5034-4a4f-a833-399a975abc7e 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Floating IP 04310a30-88f3-43d5-81be-64d93dcf1d1b associated. External IP: 10.96.250.204, port: 0e21d607-5768-4e2f-a595-864c32ded057. [pid: 8|app: 0|req: 1209/2608] 10.0.0.84 () {34 vars in 675 bytes} [Thu Apr 23 09:32:43 2026] POST /v2.0/floatingips => generated 854 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:32:45.169 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbeb6a47-b998-45c7-8aa0-4ed6d68981df'] response: {'name': 'network-changed', 'server_uuid': '7c02efc6-0593-411b-9a7e-3739343ac2c7', 'tag': '0e21d607-5768-4e2f-a595-864c32ded057', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1400/2609] 10.0.0.102 () {34 vars in 1095 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1004544311&fields=id&tenant_id=57af105e188d45c1a012720ed43f7d69 => 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: 1210/2610] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 705 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2611] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/quotas/57af105e188d45c1a012720ed43f7d69 => 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: 1211/2612] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&fields=id => generated 333 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2613] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?fields=segments => generated 14 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2614] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1461 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2615] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1403/2616] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2617] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.68&port_id=0e21d607-5768-4e2f-a595-864c32ded057 => generated 857 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2618] 199.19.213.15 () {34 vars in 1100 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=0e21d607-5768-4e2f-a595-864c32ded057 => 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: 1215/2619] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/subnets?id=80c67f10-ac03-4c86-b587-7804b2dff79f&id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 1411 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2620] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&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: 1216/2621] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2622] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:32:45 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2623] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:32:46 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2624] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:32:46 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2627] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:32:50 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2628] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:32:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57af105e188d45c1a012720ed43f7d69 => generated 179 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2629] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:32:50 2026] POST /v2.0/ports => generated 1187 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1221/2630] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:32:51 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1202 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2631] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:32:51 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2632] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:32:50 2026] PUT /v2.0/ports/2e424dad-a85c-4a74-baaa-59855b009516 => generated 1468 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:32:51.285 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb98205a-a6bc-4722-8b47-9bee467dee27'] response: {'name': 'network-changed', 'server_uuid': '490a4914-3598-49c7-97ca-e62aaf87965c', 'tag': '2e424dad-a85c-4a74-baaa-59855b009516', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1223/2633] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:32:51 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1411/2634] 10.0.0.85 () {34 vars in 1038 bytes} [Thu Apr 23 09:32:51 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2635] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:32:51 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1471 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2636] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:32:51 2026] GET /v2.0/networks?tenant_id=57af105e188d45c1a012720ed43f7d69&shared=False => generated 2376 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2637] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:32:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2638] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:32:52 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2639] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:32:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.166&port_id=2e424dad-a85c-4a74-baaa-59855b009516 => generated 19 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2640] 199.19.213.15 () {34 vars in 1104 bytes} [Thu Apr 23 09:32:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f7&port_id=2e424dad-a85c-4a74-baaa-59855b009516 => 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: 1227/2641] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:32:53 2026] GET /v2.0/subnets?id=fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07&id=2a4df5fd-5955-485c-a732-dd4aa084abc2 => 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: 1415/2642] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:32:53 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2643] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:32:53 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2644] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:32:53 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1229/2645] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:32:53 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1417/2646] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:32:56 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1202 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2647] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:32:56 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2648] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:01 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2649] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:33:01 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2650] 10.0.0.84 () {32 vars in 816 bytes} [Thu Apr 23 09:33:01 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&mac_address=fa%3A16%3A3e%3A50%3A51%3A84 => generated 1204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:33:02.366 8 INFO neutron.db.l3_db [None req-093e71cf-94e4-4661-a71c-26e129ab90fa 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Floating IP 5cf06caf-5143-487c-bcf5-7dac948cbe14 associated. External IP: 10.96.250.211, port: 2e424dad-a85c-4a74-baaa-59855b009516. [pid: 8|app: 0|req: 1232/2653] 10.0.0.84 () {34 vars in 675 bytes} [Thu Apr 23 09:33:01 2026] POST /v2.0/floatingips => generated 855 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 09:33:02.720 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4e2c63b-9601-44f3-ba4d-0fe90153cfc8'] response: {'name': 'network-changed', 'server_uuid': '490a4914-3598-49c7-97ca-e62aaf87965c', 'tag': '2e424dad-a85c-4a74-baaa-59855b009516', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1422/2654] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2655] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2656] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.166&port_id=2e424dad-a85c-4a74-baaa-59855b009516 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2657] 199.19.213.15 () {34 vars in 1104 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f7&port_id=2e424dad-a85c-4a74-baaa-59855b009516 => 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: 1424/2658] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/subnets?id=fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07&id=2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 1415 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2659] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&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: 1425/2660] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&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: 1236/2661] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2662] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:33:03 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1237/2663] 10.0.0.85 () {34 vars in 988 bytes} [Thu Apr 23 09:33:07 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1473 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2664] 10.0.0.85 () {34 vars in 1038 bytes} [Thu Apr 23 09:33:07 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2667] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:33:19 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2668] 10.0.0.4 () {30 vars in 687 bytes} [Thu Apr 23 09:33:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2669] 10.0.0.4 () {30 vars in 689 bytes} [Thu Apr 23 09:33:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2670] 10.0.0.4 () {30 vars in 665 bytes} [Thu Apr 23 09:33:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2671] 10.0.0.4 () {30 vars in 701 bytes} [Thu Apr 23 09:33:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2672] 10.0.0.4 () {28 vars in 436 bytes} [Thu Apr 23 09:33:21 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2673] 10.0.0.4 () {30 vars in 725 bytes} [Thu Apr 23 09:33:21 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 657 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2674] 10.0.0.4 () {30 vars in 687 bytes} [Thu Apr 23 09:33:21 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: 1433/2675] 10.0.0.4 () {30 vars in 689 bytes} [Thu Apr 23 09:33:21 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: 1243/2676] 10.0.0.4 () {30 vars in 665 bytes} [Thu Apr 23 09:33:21 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: 1434/2677] 10.0.0.4 () {30 vars in 701 bytes} [Thu Apr 23 09:33:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2678] 10.0.0.4 () {30 vars in 725 bytes} [Thu Apr 23 09:33:21 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2679] 10.0.0.4 () {30 vars in 687 bytes} [Thu Apr 23 09:33:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2680] 10.0.0.4 () {30 vars in 689 bytes} [Thu Apr 23 09:33:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2681] 10.0.0.4 () {30 vars in 665 bytes} [Thu Apr 23 09:33:21 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: 1246/2682] 10.0.0.4 () {30 vars in 701 bytes} [Thu Apr 23 09:33:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2683] 10.0.0.4 () {30 vars in 727 bytes} [Thu Apr 23 09:33:21 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => 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: 1247/2684] 10.0.0.4 () {30 vars in 679 bytes} [Thu Apr 23 09:33:21 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: 1438/2685] 10.0.0.4 () {34 vars in 701 bytes} [Thu Apr 23 09:33:21 2026] POST /v2.0/ports => generated 1132 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2686] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1439/2687] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:33:24 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: 1249/2688] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2689] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2690] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2691] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2692] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:33:24 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: 1442/2693] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:33:24 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: 1252/2694] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:33:24.475 7 INFO neutron.api.v2.resource [None req-a30a5b4f-45e6-4135-9f3c-c172cb8fe2a3 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1443/2695] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/security-groups/lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2696] 199.19.213.15 () {30 vars in 783 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/security-groups?name=lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 23 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2697] 199.19.213.15 () {34 vars in 734 bytes} [Thu Apr 23 09:33:24 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2698] 199.19.213.15 () {30 vars in 813 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/security-group-rules?security_group_id=d924d436-0c70-4d85-a7a2-0ac7c129b56a => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2699] 199.19.213.15 () {34 vars in 787 bytes} [Thu Apr 23 09:33:24 2026] PUT /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => 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: 1255/2700] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:33:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1446/2701] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:33:25 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: 1256/2702] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:33:25 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: 1447/2703] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:33: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: 1257/2704] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:33:25 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2705] 10.0.0.102 () {34 vars in 1015 bytes} [Thu Apr 23 09:33:32 2026] GET /v2.0/security-groups?id=a43df985-a4c7-45aa-a8f4-d3b1f508a985&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2706] 10.0.0.102 () {34 vars in 981 bytes} [Thu Apr 23 09:33:32 2026] GET /v2.0/networks?id=230620cc-4b24-48f0-bab9-9e94c49fff99 => 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: 1449/2708] 10.0.0.102 () {34 vars in 964 bytes} [Thu Apr 23 09:33:32 2026] GET /v2.0/quotas/9d22cafa068849ab9e12b73e5176609e => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2710] 10.0.0.102 () {34 vars in 1001 bytes} [Thu Apr 23 09:33:32 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&fields=id => generated 149 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2711] 10.0.0.102 () {34 vars in 1007 bytes} [Thu Apr 23 09:33:32 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2712] 10.0.0.102 () {34 vars in 1107 bytes} [Thu Apr 23 09:33:32 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2713] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:33 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => 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: 1452/2714] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:33 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => 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: 1263/2715] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:35 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2716] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:36 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => 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: 1264/2717] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:33:37 2026] GET /v2.0/networks?id=230620cc-4b24-48f0-bab9-9e94c49fff99 => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2718] 199.19.213.15 () {34 vars in 1048 bytes} [Thu Apr 23 09:33:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d22cafa068849ab9e12b73e5176609e => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2719] 199.19.213.15 () {38 vars in 953 bytes} [Thu Apr 23 09:33:37 2026] POST /v2.0/ports => generated 1082 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2720] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:33:37 2026] PUT /v2.0/ports/35640401-500a-4049-94a6-1452b9f255d0 => generated 1243 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:33:37.976 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9721c8e6-5bb4-4323-9ce3-146e0e5c3cf6'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': '35640401-500a-4049-94a6-1452b9f255d0', '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: 1266/2721] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:33:38 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1456/2722] 199.19.213.15 () {34 vars in 1016 bytes} [Thu Apr 23 09:33:38 2026] GET /v2.0/networks?tenant_id=9d22cafa068849ab9e12b73e5176609e&shared=False => 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: 1267/2723] 199.19.213.15 () {34 vars in 928 bytes} [Thu Apr 23 09:33:38 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: 1457/2724] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2725] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/security-groups?id=a43df985-a4c7-45aa-a8f4-d3b1f508a985&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2726] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => 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: 1269/2727] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2728] 199.19.213.15 () {34 vars in 1060 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=35640401-500a-4049-94a6-1452b9f255d0 => 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: 1270/2729] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/subnets?id=3bb15f07-bb67-48ba-8b9f-460b85c39dbc => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2730] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/ports?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99&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: 1271/2731] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1461/2732] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:33:39 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1272/2733] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:42 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2734] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:33:42 2026] GET /v2.0/security-groups?id=a43df985-a4c7-45aa-a8f4-d3b1f508a985&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2735] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:42 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2736] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:33:43 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => 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: 1274/2737] 199.19.213.15 () {34 vars in 1042 bytes} [Thu Apr 23 09:33:43 2026] GET /v2.0/security-groups?id=a43df985-a4c7-45aa-a8f4-d3b1f508a985&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2738] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:45 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2739] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:33:45 2026] GET /v2.0/security-groups?id=a43df985-a4c7-45aa-a8f4-d3b1f508a985&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2740] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:45 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2743] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:48 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2744] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:33:48 2026] GET /v2.0/security-groups?id=a43df985-a4c7-45aa-a8f4-d3b1f508a985&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2745] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:33:48 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2750] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:34:23 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: 1281/2751] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:34:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2752] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:34:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2753] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:34:23 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: 1472/2754] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:34:23 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2755] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:34:23 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2756] 199.19.213.15 () {34 vars in 715 bytes} [Thu Apr 23 09:34:23 2026] POST /v2.0/ports => generated 1059 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2757] 10.0.0.102 () {34 vars in 970 bytes} [Thu Apr 23 09:34:24 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2758] 10.0.0.102 () {34 vars in 906 bytes} [Thu Apr 23 09:34:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2759] 199.19.213.15 () {34 vars in 1260 bytes} [Thu Apr 23 09:34:25 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2760] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:34:25 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2761] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:34:25 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2762] 199.19.213.15 () {34 vars in 973 bytes} [Thu Apr 23 09:34:25 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1059 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2763] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:34:26 2026] GET /v2.0/networks?id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2764] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:34:26 2026] PUT /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1249 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:34:26.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-213281ab-0553-4077-805b-ddd638c0d2f6'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': '2eb1455f-384c-4282-baaa-5e55edff469b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1288/2765] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:34:27 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2489 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2766] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:34:27 2026] GET /v2.0/networks?id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2767] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => 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: 1479/2768] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:34:27 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2769] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:34:27 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2770] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:34:27 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1291/2771] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:34:27 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2772] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2773] 199.19.213.15 () {34 vars in 1060 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=35640401-500a-4049-94a6-1452b9f255d0 => 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: 1482/2774] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/subnets?id=3bb15f07-bb67-48ba-8b9f-460b85c39dbc => 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: 1293/2775] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/ports?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99&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: 1483/2776] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2777] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1484/2778] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => 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: 1295/2779] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2780] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2781] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1486/2782] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:34:28 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1298/2785] 10.0.0.102 () {34 vars in 970 bytes} [Thu Apr 23 09:34:32 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1251 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2786] 199.19.213.15 () {34 vars in 787 bytes} [Thu Apr 23 09:34:33 2026] PUT /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1276 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:34:33.285 8 INFO neutron.api.v2.resource [None req-e650fcb1-6faf-402e-be20-80039e3ab926 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1299/2787] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/security-groups/lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:34:33.299 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae12356a-5194-4784-978a-be6d5db28781'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': '2eb1455f-384c-4282-baaa-5e55edff469b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1489/2788] 199.19.213.15 () {30 vars in 783 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/security-groups?name=lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2789] 199.19.213.15 () {34 vars in 787 bytes} [Thu Apr 23 09:34:33 2026] PUT /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1314 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:34:33.614 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd4daabd-ba7b-4c83-a1a3-68862d62c4de'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': '2eb1455f-384c-4282-baaa-5e55edff469b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1490/2790] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1301/2791] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:34:33 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: 1491/2792] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:34:33 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: 1492/2793] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:34:33 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: 1493/2794] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2795] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2796] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2797] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/networks?id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2798] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => 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: 1304/2799] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1350 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2800] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:34:33 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2801] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:34:34 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2802] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:34:34 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&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: 1306/2803] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:34:34 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2804] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:34:34 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2805] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:34:34 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2806] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:34:34 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2807] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:34:34 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => 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: 1500/2808] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:34:35 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2809] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:34:35 2026] GET /v2.0/networks?id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 803 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2810] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2811] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:34:35 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2812] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:34:35 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2813] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:34:35 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1503/2814] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:34:35 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:34:42.913 8 INFO neutron.db.l3_db [None req-80dcd645-cfab-4d41-9715-131b4f6164e4 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Floating IP 94ba8657-49c0-40a9-aa56-daa40c203eb6 associated. External IP: 10.96.250.218, port: f3c96a10-02e1-4290-b50b-e00d5a460c84. [pid: 8|app: 0|req: 1312/2815] 10.0.0.84 () {34 vars in 675 bytes} [Thu Apr 23 09:34:42 2026] POST /v2.0/floatingips => generated 899 bytes in 973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2818] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:34:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2819] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:34:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2820] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:34: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: 1506/2821] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:34:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:34:48.319 8 INFO neutron.api.v2.resource [None req-8c0a153d-1aac-40b4-8972-c3b50481de08 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1316/2822] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:34:48 2026] GET /v2.0/security-groups/lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => 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: 1507/2823] 199.19.213.15 () {30 vars in 783 bytes} [Thu Apr 23 09:34:48 2026] GET /v2.0/security-groups?name=lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2824] 199.19.213.15 () {30 vars in 813 bytes} [Thu Apr 23 09:34:48 2026] GET /v2.0/security-group-rules?security_group_id=d924d436-0c70-4d85-a7a2-0ac7c129b56a => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2825] 199.19.213.15 () {34 vars in 745 bytes} [Thu Apr 23 09:34:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2826] 199.19.213.15 () {34 vars in 745 bytes} [Thu Apr 23 09:34:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2827] 10.0.0.4 () {30 vars in 687 bytes} [Thu Apr 23 09:35:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2828] 10.0.0.4 () {30 vars in 689 bytes} [Thu Apr 23 09:35:00 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: 1510/2829] 10.0.0.4 () {30 vars in 665 bytes} [Thu Apr 23 09:35:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2830] 10.0.0.4 () {30 vars in 701 bytes} [Thu Apr 23 09:35:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2831] 10.0.0.4 () {28 vars in 436 bytes} [Thu Apr 23 09:35:00 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2832] 10.0.0.4 () {30 vars in 725 bytes} [Thu Apr 23 09:35:00 2026] GET /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 656 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2833] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:01 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: 1322/2834] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2835] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:01 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: 1323/2836] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2837] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:01 2026] GET /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2838] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:01 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2839] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:01 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: 1325/2840] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2841] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:01 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: 1326/2842] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2843] 199.19.213.15 () {34 vars in 715 bytes} [Thu Apr 23 09:35:01 2026] POST /v2.0/ports => generated 1320 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2844] 10.0.0.102 () {34 vars in 970 bytes} [Thu Apr 23 09:35:02 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1320 bytes in 31 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: 1518/2845] 10.0.0.102 () {34 vars in 906 bytes} [Thu Apr 23 09:35:02 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2848] 199.19.213.15 () {34 vars in 1260 bytes} [Thu Apr 23 09:35:03 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2849] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:03 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1330/2850] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:03 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2851] 199.19.213.15 () {34 vars in 973 bytes} [Thu Apr 23 09:35:03 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1320 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2852] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:03 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2853] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:35:03 2026] PUT /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1510 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:35:04.430 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eeaefd72-da27-4538-9447-71d98187ee12'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': 'be32950f-ca63-4cab-b185-ce397d358b43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1332/2854] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:04 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4092 bytes in 48 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: 1523/2855] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 800 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2856] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.96&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2857] 199.19.213.15 () {34 vars in 1100 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A68&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2858] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/subnets?id=80c67f10-ac03-4c86-b587-7804b2dff79f&id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2859] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2860] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2861] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1336/2862] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:05 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 7|app: 0|req: 1527/2863] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4092 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2864] 199.19.213.15 () {34 vars in 1060 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=35640401-500a-4049-94a6-1452b9f255d0 => 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: 1528/2865] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/subnets?id=3bb15f07-bb67-48ba-8b9f-460b85c39dbc => 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: 1338/2866] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/ports?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99&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: 1529/2867] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1339/2868] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2869] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2870] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2871] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2872] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2873] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1342/2874] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.96&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => 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: 1533/2875] 199.19.213.15 () {34 vars in 1100 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A68&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => 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: 1343/2876] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/subnets?id=80c67f10-ac03-4c86-b587-7804b2dff79f&id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2877] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2878] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:06 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2879] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:07 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1345/2880] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:07 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 7|app: 0|req: 1536/2881] 10.0.0.102 () {34 vars in 970 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1512 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2882] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2883] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2884] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/subnets/80c67f10-ac03-4c86-b587-7804b2dff79f => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2885] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35: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: 8|app: 0|req: 1348/2886] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2887] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:11 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: 1349/2888] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2889] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2890] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => 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: 1541/2891] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2892] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2893] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2894] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2895] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:11 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2896] 10.0.0.4 () {30 vars in 687 bytes} [Thu Apr 23 09:35:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2897] 10.0.0.4 () {30 vars in 689 bytes} [Thu Apr 23 09:35:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2898] 10.0.0.4 () {30 vars in 665 bytes} [Thu Apr 23 09:35:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2899] 10.0.0.4 () {30 vars in 701 bytes} [Thu Apr 23 09:35:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2900] 10.0.0.4 () {28 vars in 436 bytes} [Thu Apr 23 09:35:16 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: 1546/2901] 10.0.0.4 () {30 vars in 725 bytes} [Thu Apr 23 09:35:16 2026] GET /v2.0/subnets/2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2904] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:17 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: 1357/2905] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2906] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:17 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: 1358/2907] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2908] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:17 2026] GET /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2909] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:17 2026] GET /v2.0/subnets/2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2910] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:17 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4094 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2911] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:17 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: 1552/2912] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:17 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: 1361/2913] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:17 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: 1553/2914] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35: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: 8|app: 0|req: 1362/2915] 199.19.213.15 () {34 vars in 715 bytes} [Thu Apr 23 09:35:17 2026] POST /v2.0/ports => generated 1324 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2916] 10.0.0.102 () {34 vars in 970 bytes} [Thu Apr 23 09:35:18 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1363/2917] 199.19.213.15 () {34 vars in 1260 bytes} [Thu Apr 23 09:35:19 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2918] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:19 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1364/2919] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:19 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2920] 199.19.213.15 () {34 vars in 973 bytes} [Thu Apr 23 09:35:20 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2921] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:20 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2922] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:35:20 2026] PUT /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1514 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:35:20.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ce4032d-c15a-407a-b42f-0131057626fb'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': '85e3ad43-c50c-4208-b895-88948c4b02fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1366/2923] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 5600 bytes in 52 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: 1558/2924] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2925] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.90&port_id=85e3ad43-c50c-4208-b895-88948c4b02fc => 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: 1559/2926] 199.19.213.15 () {34 vars in 1102 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e&port_id=85e3ad43-c50c-4208-b895-88948c4b02fc => 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: 1368/2927] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/subnets?id=fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07&id=2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2928] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&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: 1369/2929] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2930] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1370/2931] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:21 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1562/2932] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 5600 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2933] 199.19.213.15 () {34 vars in 1060 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=35640401-500a-4049-94a6-1452b9f255d0 => 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: 1563/2934] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/subnets?id=3bb15f07-bb67-48ba-8b9f-460b85c39dbc => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2935] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/ports?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2936] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1373/2937] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2938] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => 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: 1374/2939] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2940] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&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: 1375/2941] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:22 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2942] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1376/2943] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.96&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => 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: 1568/2944] 199.19.213.15 () {34 vars in 1100 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A68&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => 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: 1377/2945] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/subnets?id=80c67f10-ac03-4c86-b587-7804b2dff79f&id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2946] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&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: 1378/2947] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2948] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1379/2949] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1571/2950] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.90&port_id=85e3ad43-c50c-4208-b895-88948c4b02fc => 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: 1380/2951] 199.19.213.15 () {34 vars in 1102 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e&port_id=85e3ad43-c50c-4208-b895-88948c4b02fc => 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: 1572/2952] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/subnets?id=fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07&id=2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2953] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&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: 1573/2954] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2955] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2956] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:23 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1383/2957] 10.0.0.102 () {34 vars in 970 bytes} [Thu Apr 23 09:35:27 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1516 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2958] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:27 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2959] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:27 2026] GET /v2.0/subnets/2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2960] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:27 2026] GET /v2.0/subnets/fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07 => 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: 1385/2961] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:27 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1512 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2962] 199.19.213.15 () {34 vars in 788 bytes} [Thu Apr 23 09:35:27 2026] PUT /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1251 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:35:27.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8e7dd72-0b0d-492c-bd3b-a53097399a3f'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': 'be32950f-ca63-4cab-b185-ce397d358b43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1386/2963] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:27 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1578/2964] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2965] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/2966] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:28 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: 1388/2967] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:28 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: 1580/2968] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2969] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/2970] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => 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: 1390/2971] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/2972] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2973] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => 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: 1583/2974] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => 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: 1392/2975] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/2976] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 5377 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2977] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/2978] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.96&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => 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: 1394/2979] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/subnets?id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/2980] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2981] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/2982] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:28 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1397/2985] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:41 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: 1589/2986] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:41 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: 1398/2987] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:41 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: 1590/2988] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2989] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:41 2026] GET /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/2990] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:41 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 5377 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2991] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:41 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: 1592/2992] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:41 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: 1401/2993] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:41 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: 1593/2994] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2995] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:41 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/2996] 199.19.213.15 () {34 vars in 788 bytes} [Thu Apr 23 09:35:41 2026] PUT /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1307 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:35:42.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b5e9949-6844-448d-aaf8-89d1a2639d1b'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': '85e3ad43-c50c-4208-b895-88948c4b02fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1403/2997] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:41 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 798 bytes in 45 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: 1595/2998] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/subnets/fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07 => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2999] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3000] 199.19.213.15 () {34 vars in 787 bytes} [Thu Apr 23 09:35:42 2026] PUT /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1080 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/3001] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 798 bytes in 52 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: 1597/3002] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => 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: 1406/3003] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3004] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/3005] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3006] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/3007] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:42 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1600/3008] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:43 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:35:44.094 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9163d67e-940f-4ff7-a6c3-38b52413d0ce'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': '85e3ad43-c50c-4208-b895-88948c4b02fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1409/3009] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4977 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3010] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/3011] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3012] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/3013] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1603/3014] 199.19.213.15 () {34 vars in 973 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/3015] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3016] 199.19.213.15 () {34 vars in 1014 bytes} [Thu Apr 23 09:35:44 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/3017] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:35:45 2026] PUT /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 917 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3018] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:45 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:35:45.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-b656728c-5f7a-4c50-be0c-bbe15754e611 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 85e3ad43-c50c-4208-b895-88948c4b02fc 2026-04-23 09:35:45.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b656728c-5f7a-4c50-be0c-bbe15754e611 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 85e3ad43-c50c-4208-b895-88948c4b02fc [pid: 8|app: 0|req: 1414/3019] 199.19.213.15 () {32 vars in 757 bytes} [Thu Apr 23 09:35:45 2026] DELETE /v2.0/ports/85e3ad43-c50c-4208-b895-88948c4b02fc => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3020] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/3021] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:46 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: 1607/3022] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:46 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: 1416/3023] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:46 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: 1608/3024] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3025] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3026] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3027] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3028] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3029] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3030] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3031] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3032] 199.19.213.15 () {34 vars in 1224 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/networks?id=230620cc-4b24-48f0-bab9-9e94c49fff99&id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&id=4e77bf6d-4a54-4444-8434-12a88e2ba176&id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 3097 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/3033] 199.19.213.15 () {34 vars in 1060 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=35640401-500a-4049-94a6-1452b9f255d0 => 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: 1613/3034] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/subnets?id=3bb15f07-bb67-48ba-8b9f-460b85c39dbc => generated 654 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3035] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/ports?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3036] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:46 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1423/3037] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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) [pid: 7|app: 0|req: 1615/3038] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => 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: 1424/3039] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3040] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&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: 1425/3041] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3042] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1426/3043] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.96&port_id=be32950f-ca63-4cab-b185-ce397d358b43 => 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: 1618/3044] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/subnets?id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3045] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3048] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3049] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:47 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3050] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3051] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:51 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: 1621/3052] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:51 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: 1432/3053] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3054] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:51 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3869 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3055] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:51 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: 1623/3056] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:51 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: 1434/3057] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:51 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: 1624/3058] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:51 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: 1435/3059] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:51 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1287 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3060] 199.19.213.15 () {34 vars in 787 bytes} [Thu Apr 23 09:35:51 2026] PUT /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1080 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:35:52.334 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d44003a-5edf-4d86-b459-504334482219'] response: {'name': 'network-changed', 'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'tag': 'be32950f-ca63-4cab-b185-ce397d358b43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/3061] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:52 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1626/3062] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:52 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3063] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:52 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3064] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:52 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3065] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:35:52 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3066] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:52 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1439/3067] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:52 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1629/3068] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:53 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3698 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3069] 199.19.213.15 () {34 vars in 973 bytes} [Thu Apr 23 09:35:54 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3070] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:35:54 2026] GET /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3071] 199.19.213.15 () {34 vars in 1014 bytes} [Thu Apr 23 09:35:54 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3072] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:54 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3073] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:35:54 2026] PUT /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 917 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3074] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:35:55 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:35:55.784 7 INFO neutron_taas.services.taas.taas_plugin [None req-9362058a-6140-4056-90dc-1f6df5e5cafb 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: be32950f-ca63-4cab-b185-ce397d358b43 2026-04-23 09:35:55.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9362058a-6140-4056-90dc-1f6df5e5cafb 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: be32950f-ca63-4cab-b185-ce397d358b43 [pid: 7|app: 0|req: 1633/3075] 199.19.213.15 () {32 vars in 757 bytes} [Thu Apr 23 09:35:55 2026] DELETE /v2.0/ports/be32950f-ca63-4cab-b185-ce397d358b43 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3076] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:35:56 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: 1634/3077] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3078] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3079] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3080] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3081] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3082] 199.19.213.15 () {34 vars in 1144 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/networks?id=230620cc-4b24-48f0-bab9-9e94c49fff99&id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 2310 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3083] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3084] 199.19.213.15 () {34 vars in 1060 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=35640401-500a-4049-94a6-1452b9f255d0 => 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: 1639/3085] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3086] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/subnets?id=3bb15f07-bb67-48ba-8b9f-460b85c39dbc => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3087] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3088] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/ports?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99&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: 1641/3089] 199.19.213.15 () {30 vars in 741 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3090] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1642/3091] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3092] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3093] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3094] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=2eb1455f-384c-4282-baaa-5e55edff469b => 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: 1644/3095] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/subnets?id=06ec2049-519f-41da-aee8-199ec4efd990 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3096] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/ports?network_id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3097] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1453/3098] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:35:56 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?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: 1455/3101] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:36:08 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: 1647/3102] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:36:08 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: 1456/3103] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:36:08 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: 1648/3104] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:36:08 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) 2026-04-23 09:36:08.830 8 INFO neutron.api.v2.resource [None req-ced57234-7833-460c-bfba-b4ff945121cd 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/3105] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:36:08 2026] GET /v2.0/security-groups/lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3106] 199.19.213.15 () {30 vars in 783 bytes} [Thu Apr 23 09:36:08 2026] GET /v2.0/security-groups?name=lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3107] 199.19.213.15 () {30 vars in 813 bytes} [Thu Apr 23 09:36:08 2026] GET /v2.0/security-group-rules?security_group_id=d924d436-0c70-4d85-a7a2-0ac7c129b56a => generated 2334 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3108] 199.19.213.15 () {32 vars in 787 bytes} [Thu Apr 23 09:36:08 2026] DELETE /v2.0/security-group-rules/97b7cc50-b21d-4927-96ba-f0ce9e51419d => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3109] 199.19.213.15 () {32 vars in 787 bytes} [Thu Apr 23 09:36:08 2026] DELETE /v2.0/security-group-rules/f00edb10-d4e0-472d-aa96-d7f5d209729d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:11.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-11e093e3-9293-4d38-8c18-b8ccc49dfa2f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: d9463e0d-959d-431b-8629-96f0387ef230 2026-04-23 09:36:11.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11e093e3-9293-4d38-8c18-b8ccc49dfa2f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: d9463e0d-959d-431b-8629-96f0387ef230 2026-04-23 09:36:12.046 7 INFO neutron.db.l3_db [None req-11e093e3-9293-4d38-8c18-b8ccc49dfa2f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Floating IP 94ba8657-49c0-40a9-aa56-daa40c203eb6 disassociated (deleted). External IP: 10.96.250.218, port: f3c96a10-02e1-4290-b50b-e00d5a460c84. [pid: 7|app: 0|req: 1651/3110] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:36:11 2026] DELETE /v2.0/floatingips/94ba8657-49c0-40a9-aa56-daa40c203eb6 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:12.383 8 INFO neutron.api.v2.resource [None req-212d44fd-3e49-4463-8b65-5d5a1fa70749 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/3111] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:36:12 2026] GET /v2.0/floatingips/94ba8657-49c0-40a9-aa56-daa40c203eb6 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3112] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:36:13 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: 1461/3113] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3114] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:36:13 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: 1462/3115] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:36:13.446 7 INFO neutron.api.v2.resource [None req-6f29b45c-cc86-45d5-ab51-f786699e371a 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3116] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/security-groups/lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3117] 199.19.213.15 () {30 vars in 783 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/security-groups?name=lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3118] 199.19.213.15 () {30 vars in 813 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/security-group-rules?security_group_id=d924d436-0c70-4d85-a7a2-0ac7c129b56a => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3119] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:36: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: 7|app: 0|req: 1656/3120] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3121] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:36:13 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: 1657/3122] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:36: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: 8|app: 0|req: 1466/3123] 199.19.213.15 () {30 vars in 739 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3124] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3125] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3126] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:36:13 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3127] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:36:14 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3128] 199.19.213.15 () {34 vars in 973 bytes} [Thu Apr 23 09:36:15 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3129] 199.19.213.15 () {34 vars in 1058 bytes} [Thu Apr 23 09:36:15 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b?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: 7|app: 0|req: 1661/3130] 199.19.213.15 () {34 vars in 1014 bytes} [Thu Apr 23 09:36:15 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3131] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:36:16 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3132] 199.19.213.15 () {38 vars in 1026 bytes} [Thu Apr 23 09:36:16 2026] PUT /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1151 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3133] 199.19.213.15 () {30 vars in 767 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1663/3134] 199.19.213.15 () {34 vars in 787 bytes} [Thu Apr 23 09:36:17 2026] PUT /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1090 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3135] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 1090 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 09:36:17.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6943767-8464-4791-8145-85ed04936ccc 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 2eb1455f-384c-4282-baaa-5e55edff469b 2026-04-23 09:36:17.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6943767-8464-4791-8145-85ed04936ccc 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 2eb1455f-384c-4282-baaa-5e55edff469b [pid: 7|app: 0|req: 1664/3138] 199.19.213.15 () {32 vars in 757 bytes} [Thu Apr 23 09:36:17 2026] DELETE /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3139] 199.19.213.15 () {30 vars in 701 bytes} [Thu Apr 23 09:36:17 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: 1665/3140] 199.19.213.15 () {30 vars in 703 bytes} [Thu Apr 23 09:36:17 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: 1476/3141] 199.19.213.15 () {30 vars in 679 bytes} [Thu Apr 23 09:36:17 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: 1666/3142] 199.19.213.15 () {30 vars in 715 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:36:17.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-556f2d7e-afdd-4dd6-8df4-b9138198c6f7 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1477/3143] 199.19.213.15 () {32 vars in 757 bytes} [Thu Apr 23 09:36:17 2026] DELETE /v2.0/ports/2eb1455f-384c-4282-baaa-5e55edff469b => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3144] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:36:17.852 7 INFO neutron.api.v2.resource [None req-b8e2e815-13e8-4924-bb68-8d58a346ac53 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3145] 199.19.213.15 () {30 vars in 761 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/security-groups/lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3146] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/ports?tenant_id=9d22cafa068849ab9e12b73e5176609e&device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3147] 199.19.213.15 () {30 vars in 783 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/security-groups?name=lb-6e347fe6-6c50-4d09-b578-44b4bd71ae58 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3148] 199.19.213.15 () {30 vars in 735 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => 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: 1479/3149] 199.19.213.15 () {34 vars in 1064 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/networks?id=230620cc-4b24-48f0-bab9-9e94c49fff99&id=d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 1524 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3150] 199.19.213.15 () {34 vars in 1060 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=35640401-500a-4049-94a6-1452b9f255d0 => 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: 1481/3151] 199.19.213.15 () {34 vars in 982 bytes} [Thu Apr 23 09:36:17 2026] GET /v2.0/subnets?id=3bb15f07-bb67-48ba-8b9f-460b85c39dbc => 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: 1482/3152] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:36:18 2026] GET /v2.0/ports?network_id=230620cc-4b24-48f0-bab9-9e94c49fff99&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3153] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:36:18 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3154] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:36:18 2026] GET /v2.0/networks/230620cc-4b24-48f0-bab9-9e94c49fff99?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: 1671/3155] 199.19.213.15 () {34 vars in 787 bytes} [Thu Apr 23 09:36:17 2026] PUT /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 1094 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3156] 199.19.213.15 () {32 vars in 777 bytes} [Thu Apr 23 09:36:18 2026] DELETE /v2.0/security-groups/d924d436-0c70-4d85-a7a2-0ac7c129b56a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:18.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-2db989f7-bbb8-47f9-bc97-09c360f24a70 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: f3c96a10-02e1-4290-b50b-e00d5a460c84 2026-04-23 09:36:18.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2db989f7-bbb8-47f9-bc97-09c360f24a70 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: f3c96a10-02e1-4290-b50b-e00d5a460c84 [pid: 7|app: 0|req: 1672/3157] 199.19.213.15 () {32 vars in 757 bytes} [Thu Apr 23 09:36:18 2026] DELETE /v2.0/ports/f3c96a10-02e1-4290-b50b-e00d5a460c84 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3158] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:36:21 2026] GET /v2.0/ports?device_id=9e2c2ace-0c30-4986-880b-20e292aaae3a => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:36:21.391 7 INFO neutron_taas.services.taas.taas_plugin [req-3e7f5ab6-ca3a-447c-9c66-5c47c6aa196e req-a7abe6c8-87bf-4f18-a748-844b17d806b1 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] TaaS: Handle Delete Port: 35640401-500a-4049-94a6-1452b9f255d0 2026-04-23 09:36:21.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3e7f5ab6-ca3a-447c-9c66-5c47c6aa196e req-a7abe6c8-87bf-4f18-a748-844b17d806b1 7a5e7e2e40074b5eabd3fac25ca98826 9d22cafa068849ab9e12b73e5176609e - - default default] Tap Mirror: Handle Delete Port: 35640401-500a-4049-94a6-1452b9f255d0 [pid: 7|app: 0|req: 1673/3159] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:36:21 2026] DELETE /v2.0/ports/35640401-500a-4049-94a6-1452b9f255d0 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:21.590 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5c28f3a-392f-4240-85be-603085ceda2b'] response: {'server_uuid': '9e2c2ace-0c30-4986-880b-20e292aaae3a', 'name': 'network-vif-deleted', 'tag': '35640401-500a-4049-94a6-1452b9f255d0', 'status': 'completed', 'code': 200} 2026-04-23 09:36:22.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0186970-e9a1-43d6-9438-1437a718ea62 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: ae6a1fa0-aae8-44a2-a7d8-125c3f2521d5 2026-04-23 09:36:22.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0186970-e9a1-43d6-9438-1437a718ea62 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: ae6a1fa0-aae8-44a2-a7d8-125c3f2521d5 2026-04-23 09:36:22.908 8 INFO neutron.db.l3_db [None req-a0186970-e9a1-43d6-9438-1437a718ea62 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Floating IP 5cf06caf-5143-487c-bcf5-7dac948cbe14 disassociated (deleted). External IP: 10.96.250.211, port: 2e424dad-a85c-4a74-baaa-59855b009516. [pid: 8|app: 0|req: 1487/3160] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:36:22 2026] DELETE /v2.0/floatingips/5cf06caf-5143-487c-bcf5-7dac948cbe14 => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:23.274 7 INFO neutron.api.v2.resource [None req-54e86959-df8d-4e3a-990a-811869a118d1 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3161] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/floatingips/5cf06caf-5143-487c-bcf5-7dac948cbe14 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:23.288 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66a4b722-3311-482d-ab97-9d3ed01d6a8d'] response: {'name': 'network-changed', 'server_uuid': '490a4914-3598-49c7-97ca-e62aaf87965c', 'tag': '2e424dad-a85c-4a74-baaa-59855b009516', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1488/3162] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3163] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3164] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3165] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/networks?id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3166] 199.19.213.15 () {34 vars in 1056 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.166&port_id=2e424dad-a85c-4a74-baaa-59855b009516 => 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: 1677/3167] 199.19.213.15 () {34 vars in 1104 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f7&port_id=2e424dad-a85c-4a74-baaa-59855b009516 => 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: 1491/3168] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/subnets?id=fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07&id=2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3169] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:36:23 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&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: 8|app: 0|req: 1492/3170] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:36:24 2026] GET /v2.0/ports?network_id=e73060da-ff74-4ee1-bd74-d2a9358ccaa9&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: 1679/3171] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:36:24 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1493/3172] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:36:24 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9?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: 1680/3173] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:36:25 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 1204 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:36:26.101 8 INFO neutron_taas.services.taas.taas_plugin [req-cec8a8c8-51da-4800-b643-d4e497817e03 req-37916837-194d-4d8a-b06d-ce0e378e28c5 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: 2e424dad-a85c-4a74-baaa-59855b009516 2026-04-23 09:36:26.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cec8a8c8-51da-4800-b643-d4e497817e03 req-37916837-194d-4d8a-b06d-ce0e378e28c5 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: 2e424dad-a85c-4a74-baaa-59855b009516 [pid: 8|app: 0|req: 1494/3174] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:36:25 2026] DELETE /v2.0/ports/2e424dad-a85c-4a74-baaa-59855b009516 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:26.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c01bb23-9057-4388-9919-10d980b24d07'] response: {'server_uuid': '490a4914-3598-49c7-97ca-e62aaf87965c', 'name': 'network-vif-deleted', 'tag': '2e424dad-a85c-4a74-baaa-59855b009516', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1681/3175] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:36:28 2026] GET /v2.0/ports?device_id=490a4914-3598-49c7-97ca-e62aaf87965c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 09:36:33.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-a93765a9-b903-485a-ac83-e0223c47520e 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: 347db5f9-91e4-4475-bd9e-cabf120fa167 2026-04-23 09:36:33.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a93765a9-b903-485a-ac83-e0223c47520e 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: 347db5f9-91e4-4475-bd9e-cabf120fa167 2026-04-23 09:36:34.026 8 INFO neutron.db.l3_db [None req-a93765a9-b903-485a-ac83-e0223c47520e 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Floating IP 04310a30-88f3-43d5-81be-64d93dcf1d1b disassociated (deleted). External IP: 10.96.250.204, port: 0e21d607-5768-4e2f-a595-864c32ded057. [pid: 8|app: 0|req: 1496/3178] 10.0.0.84 () {32 vars in 730 bytes} [Thu Apr 23 09:36:33 2026] DELETE /v2.0/floatingips/04310a30-88f3-43d5-81be-64d93dcf1d1b => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:34.348 7 INFO neutron.api.v2.resource [None req-b0736bb2-0f20-405f-b4e3-f584c2e8cafc 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3179] 10.0.0.84 () {32 vars in 727 bytes} [Thu Apr 23 09:36:34 2026] GET /v2.0/floatingips/04310a30-88f3-43d5-81be-64d93dcf1d1b => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:34.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-961f0765-b2e0-4292-b2eb-ca21f5c2f09f'] response: {'name': 'network-changed', 'server_uuid': '7c02efc6-0593-411b-9a7e-3739343ac2c7', 'tag': '0e21d607-5768-4e2f-a595-864c32ded057', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1497/3180] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:36:34 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1192 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3181] 10.0.0.102 () {34 vars in 1039 bytes} [Thu Apr 23 09:36:34 2026] GET /v2.0/security-groups?id=38a5c058-c98e-4547-b656-33cc62b18a29&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3182] 199.19.213.15 () {34 vars in 1078 bytes} [Thu Apr 23 09:36:34 2026] GET /v2.0/ports?tenant_id=57af105e188d45c1a012720ed43f7d69&device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => 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: 1685/3183] 199.19.213.15 () {34 vars in 984 bytes} [Thu Apr 23 09:36:34 2026] GET /v2.0/networks?id=4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3184] 199.19.213.15 () {34 vars in 1054 bytes} [Thu Apr 23 09:36:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.68&port_id=0e21d607-5768-4e2f-a595-864c32ded057 => 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: 1686/3185] 199.19.213.15 () {34 vars in 1100 bytes} [Thu Apr 23 09:36:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=0e21d607-5768-4e2f-a595-864c32ded057 => 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: 1500/3186] 199.19.213.15 () {34 vars in 1062 bytes} [Thu Apr 23 09:36:35 2026] GET /v2.0/subnets?id=80c67f10-ac03-4c86-b587-7804b2dff79f&id=4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3187] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:36:35 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3188] 199.19.213.15 () {34 vars in 1050 bytes} [Thu Apr 23 09:36:35 2026] GET /v2.0/ports?network_id=4e77bf6d-4a54-4444-8434-12a88e2ba176&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: 1688/3189] 199.19.213.15 () {34 vars in 1010 bytes} [Thu Apr 23 09:36:35 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1502/3190] 199.19.213.15 () {34 vars in 1110 bytes} [Thu Apr 23 09:36:35 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176?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: 1689/3191] 199.19.213.15 () {34 vars in 992 bytes} [Thu Apr 23 09:36:36 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => generated 1190 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 09:36:37.110 8 INFO neutron_taas.services.taas.taas_plugin [req-7e4a3bd0-a5a9-45e1-ab3b-e7fc7ad2d4f1 req-96685479-7a21-4977-ac1d-dd01fa0b7ce0 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: 0e21d607-5768-4e2f-a595-864c32ded057 2026-04-23 09:36:37.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7e4a3bd0-a5a9-45e1-ab3b-e7fc7ad2d4f1 req-96685479-7a21-4977-ac1d-dd01fa0b7ce0 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: 0e21d607-5768-4e2f-a595-864c32ded057 [pid: 8|app: 0|req: 1503/3192] 199.19.213.15 () {36 vars in 995 bytes} [Thu Apr 23 09:36:36 2026] DELETE /v2.0/ports/0e21d607-5768-4e2f-a595-864c32ded057 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:37.319 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8f91096-1392-496f-bacd-f5e25acf8c98'] response: {'server_uuid': '7c02efc6-0593-411b-9a7e-3739343ac2c7', 'name': 'network-vif-deleted', 'tag': '0e21d607-5768-4e2f-a595-864c32ded057', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1690/3193] 10.0.0.102 () {34 vars in 989 bytes} [Thu Apr 23 09:36:39 2026] GET /v2.0/ports?device_id=7c02efc6-0593-411b-9a7e-3739343ac2c7 => 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: 1504/3194] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:44 2026] DELETE /v2.0/security-group-rules/7239a54c-6286-471d-ab73-bbfc9f4b639d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:44.877 7 INFO neutron.api.v2.resource [None req-f09f5a90-f8ca-483a-a192-e32aefe6d669 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1691/3195] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:44 2026] GET /v2.0/security-group-rules/7239a54c-6286-471d-ab73-bbfc9f4b639d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3196] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:44 2026] DELETE /v2.0/security-group-rules/a6f77ad4-989e-4627-a014-afadc8be48d7 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:44.960 7 INFO neutron.api.v2.resource [None req-fa75b7ef-2b19-4ede-9e0a-3306e17a4da1 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3197] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:44 2026] GET /v2.0/security-group-rules/a6f77ad4-989e-4627-a014-afadc8be48d7 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3198] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:44 2026] DELETE /v2.0/security-group-rules/ae3c0582-62eb-4468-8c1f-2b908403317b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.045 7 INFO neutron.api.v2.resource [None req-af3408ca-472c-47db-909b-c03abb07af52 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1693/3199] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/ae3c0582-62eb-4468-8c1f-2b908403317b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3200] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/72fdd2f3-a327-49ea-a55e-672ea82d160b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.131 7 INFO neutron.api.v2.resource [None req-6ca71a6a-ea36-4f38-9a39-f8af90954345 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1694/3201] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/72fdd2f3-a327-49ea-a55e-672ea82d160b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3202] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/11c61b98-1057-46a7-bac7-c26d0791669e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.250 7 INFO neutron.api.v2.resource [None req-8f6274f7-37c6-4eb6-a024-2f3fea620c0d 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3203] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/11c61b98-1057-46a7-bac7-c26d0791669e => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3204] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/6818083d-8527-453d-ac9e-905b17159de0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.346 7 INFO neutron.api.v2.resource [None req-cdfd1303-dd44-45d4-a363-0e24718d4477 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1696/3205] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/6818083d-8527-453d-ac9e-905b17159de0 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3206] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/483d4191-3f29-4e57-afa0-a6dccae56cb1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.441 7 INFO neutron.api.v2.resource [None req-cabfb391-3367-4b72-b5e5-7a8a6ad655dd 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1697/3207] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/483d4191-3f29-4e57-afa0-a6dccae56cb1 => generated 155 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3208] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/fad2f7b9-2145-4d7f-b156-ab0eff6590df => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.520 7 INFO neutron.api.v2.resource [None req-e5a3c499-cdf5-4b8f-9fb4-c7557b5e4609 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1698/3209] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/fad2f7b9-2145-4d7f-b156-ab0eff6590df => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3210] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/0599f674-0203-4f10-9869-7547eb670203 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.607 7 INFO neutron.api.v2.resource [None req-c17e02e3-0882-4e16-b44e-7e40e5d6ca4f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1699/3211] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/0599f674-0203-4f10-9869-7547eb670203 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3212] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/f38bb395-0992-4432-9ac5-2886a68d854d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.688 7 INFO neutron.api.v2.resource [None req-50795e3c-2dcd-4b0c-b5bb-9b964998a77e 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1700/3213] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/f38bb395-0992-4432-9ac5-2886a68d854d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3214] 10.0.0.84 () {32 vars in 748 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-group-rules/916ba649-a78d-403e-ba53-18e1903fe2cf => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.780 7 INFO neutron.api.v2.resource [None req-54a80de8-2580-4c84-8565-98f91dd7b996 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1701/3215] 10.0.0.84 () {32 vars in 745 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-group-rules/916ba649-a78d-403e-ba53-18e1903fe2cf => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3216] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:45 2026] DELETE /v2.0/security-groups/38a5c058-c98e-4547-b656-33cc62b18a29 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:45.900 7 INFO neutron.api.v2.resource [None req-3e8ae79f-f460-403f-a0b2-173df0a7ed43 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1702/3217] 10.0.0.84 () {32 vars in 735 bytes} [Thu Apr 23 09:36:45 2026] GET /v2.0/security-groups/38a5c058-c98e-4547-b656-33cc62b18a29 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:46.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6abd490-d3bd-4aee-84dd-4f704aa18393 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: dd04f940-3631-4331-831e-bf0a930fc138 2026-04-23 09:36:46.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6abd490-d3bd-4aee-84dd-4f704aa18393 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: dd04f940-3631-4331-831e-bf0a930fc138 [pid: 8|app: 0|req: 1516/3218] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:36:45 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:36:47.132 7 INFO neutron.api.v2.resource [None req-011beafd-18a5-46fe-92c8-c629df6cf7f6 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1703/3219] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:36:46 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/remove_router_interface => generated 198 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:47.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb010d36-ce5c-4e58-85c6-b5e4a8c82ff4 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: d30a1acc-dbe1-4d50-b523-bf4698441def 2026-04-23 09:36:47.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb010d36-ce5c-4e58-85c6-b5e4a8c82ff4 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: d30a1acc-dbe1-4d50-b523-bf4698441def [pid: 8|app: 0|req: 1517/3222] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:36:47 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/remove_router_interface => generated 309 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:36:48.123 7 INFO neutron.api.v2.resource [None req-c80a8ec0-d53b-4ef6-be3e-199f88adb242 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1706/3223] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:36:47 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/remove_router_interface => generated 198 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:48.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b76f126-0ff7-4d09-ba34-48f1e2ccc39d 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: b7853b75-9329-49fa-bf9f-84a3dfe97e0e 2026-04-23 09:36:48.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b76f126-0ff7-4d09-ba34-48f1e2ccc39d 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: b7853b75-9329-49fa-bf9f-84a3dfe97e0e [pid: 8|app: 0|req: 1518/3224] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:36:48 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 09:36:49.177 7 INFO neutron.api.v2.resource [None req-07a3e246-8295-4d8f-903e-69af94de0db4 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1707/3225] 10.0.0.84 () {34 vars in 787 bytes} [Thu Apr 23 09:36:49 2026] PUT /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:49.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfad1dad-be95-4ffb-a3b0-e6e3e3609e2a 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: bcf0451a-e6ec-4d83-a778-80b989c03508 2026-04-23 09:36:49.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfad1dad-be95-4ffb-a3b0-e6e3e3609e2a 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: bcf0451a-e6ec-4d83-a778-80b989c03508 2026-04-23 09:36:49.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfad1dad-be95-4ffb-a3b0-e6e3e3609e2a 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: 5ce67128-ef4b-4976-9bda-0fda0c118e2d 2026-04-23 09:36:49.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfad1dad-be95-4ffb-a3b0-e6e3e3609e2a 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: 5ce67128-ef4b-4976-9bda-0fda0c118e2d 2026-04-23 09:36:50.037 8 INFO neutron.db.l3_hamode_db [None req-cfad1dad-be95-4ffb-a3b0-e6e3e3609e2a 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] HA network 9edc6f19-a6d1-46db-8abe-68dbc74de73d was deleted as no HA routers are present in tenant 57af105e188d45c1a012720ed43f7d69. 2026-04-23 09:36:50.047 8 INFO neutron.services.segments.plugin [-] Segment 7e444f28-bdeb-4d3b-8ed5-25f1f3af03b3 resource provider aggregate not found [pid: 8|app: 0|req: 1519/3226] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:36:49 2026] DELETE /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3 => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 09:36:50.048 8 INFO neutron.services.segments.plugin [-] Segment 7e444f28-bdeb-4d3b-8ed5-25f1f3af03b3 resource provider aggregate not found 2026-04-23 09:36:50.068 8 INFO neutron.services.segments.plugin [-] Segment 7e444f28-bdeb-4d3b-8ed5-25f1f3af03b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e444f28-bdeb-4d3b-8ed5-25f1f3af03b3 found for delete ", "request_id": "req-0f3eb54e-fc11-473e-b2ff-e03110076cc8"}]} 2026-04-23 09:36:50.068 8 INFO neutron.services.segments.plugin [-] Segment 7e444f28-bdeb-4d3b-8ed5-25f1f3af03b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e444f28-bdeb-4d3b-8ed5-25f1f3af03b3 found for delete ", "request_id": "req-4cd670b9-2e59-4aa2-8e1e-c6614628b854"}]} 2026-04-23 09:36:50.076 7 INFO neutron.api.v2.resource [None req-b93dc9a9-1310-42e4-a260-57078645bfd3 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1708/3227] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:36:50 2026] GET /v2.0/routers/c9221297-06c4-4c66-9215-5306adb22ef3 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3228] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:36:50 2026] DELETE /v2.0/subnets/fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:50.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-329488a7-40ae-48f1-b381-ffda37b3101b 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1709/3229] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:36:50 2026] GET /v2.0/subnets/fcd9f90f-c6c0-48df-bfe3-ddd39b2daa07 => 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: 1521/3230] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:36:50 2026] DELETE /v2.0/subnets/2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:50.454 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e91f6fb2-d914-4b13-8baf-41711b29f2fe 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1710/3231] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:36:50 2026] GET /v2.0/subnets/2a4df5fd-5955-485c-a732-dd4aa084abc2 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:50.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f54173e-ad70-4259-9172-e3b60d571a54 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: ec8aaad3-918b-41c5-9024-6117b0aa4086 2026-04-23 09:36:50.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f54173e-ad70-4259-9172-e3b60d571a54 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: ec8aaad3-918b-41c5-9024-6117b0aa4086 [pid: 8|app: 0|req: 1522/3232] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:36:50 2026] DELETE /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:50.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-734faaa7-4e3d-4cf9-87a6-c20f187b5005 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1711/3233] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:36:50 2026] GET /v2.0/networks/e73060da-ff74-4ee1-bd74-d2a9358ccaa9 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3234] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:36:50 2026] DELETE /v2.0/subnets/80c67f10-ac03-4c86-b587-7804b2dff79f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:50.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31c6e170-ebd5-4f84-98a2-33358ef3fa08 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1712/3235] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:36:50 2026] GET /v2.0/subnets/80c67f10-ac03-4c86-b587-7804b2dff79f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3236] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:36:50 2026] DELETE /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:51.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb7916bc-30ce-46fa-ae40-89b31c58e47e 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1713/3237] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:36:51 2026] GET /v2.0/subnets/4c4a1a6a-3ab2-4b9b-afb7-479236d4a817 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:51.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-b73ead65-d237-4e90-952b-960a50c77840 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: 178d70ef-4873-4e4f-b38a-ee5c2b3d4a0b 2026-04-23 09:36:51.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b73ead65-d237-4e90-952b-960a50c77840 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: 178d70ef-4873-4e4f-b38a-ee5c2b3d4a0b [pid: 8|app: 0|req: 1525/3238] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:36:51 2026] DELETE /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:51.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d69a882-d3b1-43a5-ad24-7fe59aacfcf8 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1714/3239] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:36:51 2026] GET /v2.0/networks/4e77bf6d-4a54-4444-8434-12a88e2ba176 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3240] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:36:51 2026] DELETE /v2.0/subnets/ca2ae8cc-f253-400e-a3cb-03a1b32acbb5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:51.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ad3d7d2-1530-4eaf-8ac9-1c7b0650ad54 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1715/3241] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:36:51 2026] GET /v2.0/subnets/ca2ae8cc-f253-400e-a3cb-03a1b32acbb5 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3242] 10.0.0.84 () {32 vars in 722 bytes} [Thu Apr 23 09:36:51 2026] DELETE /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:51.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2720562-fc8b-440a-b297-e195be7b948f 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1716/3243] 10.0.0.84 () {32 vars in 719 bytes} [Thu Apr 23 09:36:51 2026] GET /v2.0/subnets/06ec2049-519f-41da-aee8-199ec4efd990 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:51.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccf49cbd-bc4b-4dd3-9f21-6c85a5c23011 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] TaaS: Handle Delete Port: c5b237a8-f5b2-4053-b71a-d369f4936d66 2026-04-23 09:36:51.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccf49cbd-bc4b-4dd3-9f21-6c85a5c23011 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] Tap Mirror: Handle Delete Port: c5b237a8-f5b2-4053-b71a-d369f4936d66 2026-04-23 09:36:52.094 8 INFO neutron.services.segments.plugin [-] Segment 20de0a49-5eea-4f05-a82c-004fe30bcf4c resource provider aggregate not found 2026-04-23 09:36:52.094 8 INFO neutron.services.segments.plugin [-] Segment 20de0a49-5eea-4f05-a82c-004fe30bcf4c resource provider aggregate not found 2026-04-23 09:36:52.126 8 INFO neutron.services.segments.plugin [-] Segment 20de0a49-5eea-4f05-a82c-004fe30bcf4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20de0a49-5eea-4f05-a82c-004fe30bcf4c found for delete ", "request_id": "req-6521cb9f-0354-4977-9aa7-01cfe188e74d"}]} 2026-04-23 09:36:52.130 8 INFO neutron.services.segments.plugin [-] Segment 20de0a49-5eea-4f05-a82c-004fe30bcf4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20de0a49-5eea-4f05-a82c-004fe30bcf4c found for delete ", "request_id": "req-5671e10a-77ae-4765-947c-d422267bdb22"}]} 2026-04-23 09:36:52.148 8 INFO neutron.services.segments.plugin [-] Segment 050ce70a-d742-4aa2-b9fd-0809cd8c9dd7 resource provider aggregate not found 2026-04-23 09:36:52.154 8 INFO neutron.services.segments.plugin [-] Segment 050ce70a-d742-4aa2-b9fd-0809cd8c9dd7 resource provider aggregate not found 2026-04-23 09:36:52.168 8 INFO neutron.services.segments.plugin [-] Segment 050ce70a-d742-4aa2-b9fd-0809cd8c9dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050ce70a-d742-4aa2-b9fd-0809cd8c9dd7 found for delete ", "request_id": "req-3959960d-18c2-480c-94a2-d0e8305f8180"}]} 2026-04-23 09:36:52.172 8 INFO neutron.services.segments.plugin [-] Segment 050ce70a-d742-4aa2-b9fd-0809cd8c9dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050ce70a-d742-4aa2-b9fd-0809cd8c9dd7 found for delete ", "request_id": "req-250cd14d-eb2e-4cbf-9f66-10d411566d1b"}]} [pid: 8|app: 0|req: 1528/3244] 10.0.0.84 () {32 vars in 724 bytes} [Thu Apr 23 09:36:51 2026] DELETE /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 09:36:52.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be04e297-cfa9-4aa3-81ef-4e3e122685ba 58ef13fd88614e199ba7d05456c5c3b3 57af105e188d45c1a012720ed43f7d69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1717/3245] 10.0.0.84 () {32 vars in 721 bytes} [Thu Apr 23 09:36:52 2026] GET /v2.0/networks/d13c6a2f-18aa-4bd4-aed5-b4fbb0d560bc => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 09:36:54.186 8 INFO neutron.services.segments.plugin [-] Segment 7a13e9a4-11b3-4f25-ac7e-06a09a5e360c resource provider aggregate not found 2026-04-23 09:36:54.194 8 INFO neutron.services.segments.plugin [-] Segment 7a13e9a4-11b3-4f25-ac7e-06a09a5e360c resource provider aggregate not found 2026-04-23 09:36:54.200 8 INFO neutron.services.segments.plugin [-] Segment 7a13e9a4-11b3-4f25-ac7e-06a09a5e360c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a13e9a4-11b3-4f25-ac7e-06a09a5e360c found for delete ", "request_id": "req-d6d367b4-f38e-4fc1-a741-1366cdfc7b01"}]} 2026-04-23 09:36:54.221 8 INFO neutron.services.segments.plugin [-] Segment 7a13e9a4-11b3-4f25-ac7e-06a09a5e360c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a13e9a4-11b3-4f25-ac7e-06a09a5e360c found for delete ", "request_id": "req-3419f379-1154-4ea0-968a-317787281ab8"}]} [pid: 8|app: 0|req: 1529/3246] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:36:54 2026] GET /v2.0/security-groups?tenant_id=5790e7fce5564670883912675a20d093&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3247] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:54 2026] DELETE /v2.0/security-groups/f5da10f9-7b4d-43d5-ac7e-4ad5a64c09d1 => 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: 1530/3248] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:36:54 2026] GET /v2.0/security-groups?tenant_id=dddb828ff5a9499dbd545204b84997c3&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3249] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:54 2026] DELETE /v2.0/security-groups/7bb55887-dbf6-4efe-9d6c-beb9e91ebad5 => 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: 1531/3250] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:36:54 2026] GET /v2.0/security-groups?tenant_id=57af105e188d45c1a012720ed43f7d69&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3251] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:54 2026] DELETE /v2.0/security-groups/02d373f3-e3d8-4d37-b155-a46cbecdc258 => 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: 1532/3252] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:36:55 2026] GET /v2.0/security-groups?tenant_id=2185a695cccb4a00aeb1663d32cf10b0&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: 1721/3253] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:55 2026] DELETE /v2.0/security-groups/a1abe17c-0701-47ea-b8b8-6798e007fcc5 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3254] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:36:55 2026] GET /v2.0/security-groups?tenant_id=b08b9dd0aafb4c33bbe95fc998df1c41&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3255] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:55 2026] DELETE /v2.0/security-groups/e388175e-c347-488d-9f29-62146cb25570 => 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: 1534/3256] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:36:55 2026] GET /v2.0/security-groups?tenant_id=7247d2551ec64d18a0e2683f72df9b1c&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: 1723/3257] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:56 2026] DELETE /v2.0/security-groups/227285a8-1cfc-4d99-b98b-d93c8cdf48a8 => 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: 1535/3258] 10.0.0.84 () {32 vars in 772 bytes} [Thu Apr 23 09:36:56 2026] GET /v2.0/security-groups?tenant_id=154b453a57b04ef5a520737870e08af1&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3259] 10.0.0.84 () {32 vars in 738 bytes} [Thu Apr 23 09:36:56 2026] DELETE /v2.0/security-groups/06c045b7-d1f2-44f9-9b9a-425248c3cbde => 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: 1536/3260] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:36:58 2026] GET /v2.0/networks => generated 2168 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3261] 10.0.0.84 () {32 vars in 653 bytes} [Thu Apr 23 09:37:00 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3262] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:37:00 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3263] 10.0.0.84 () {32 vars in 641 bytes} [Thu Apr 23 09:37:00 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3264] 10.0.0.84 () {32 vars in 645 bytes} [Thu Apr 23 09:37:00 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3265] 10.0.0.84 () {32 vars in 647 bytes} [Thu Apr 23 09:37:00 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3266] 10.0.0.84 () {32 vars in 661 bytes} [Thu Apr 23 09:37:00 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3267] 10.0.0.84 () {32 vars in 653 bytes} [Thu Apr 23 09:37:00 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)