+ 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 [Fri Feb 27 17:11:14 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-746899cb4d-58bqt 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 0x7f3711218668 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-02-27 17:11:18.861 7 INFO neutron.common.config [-] Logging enabled! 2026-02-27 17:11:18.861 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-27 17:11:18.956 8 INFO neutron.common.config [-] Logging enabled! 2026-02-27 17:11:18.956 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-27 17:11:19.247 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-27 17:11:19.335 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-27 17:11:20.856 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 17:11:20.858 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-27 17:11:20.862 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-27 17:11:20.863 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 17:11:20.863 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-27 17:11:20.863 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-27 17:11:20.863 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 17:11:20.871 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 17:11:20.871 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 17:11:20.871 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 17:11:20.896 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-27 17:11:20.897 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 17:11:20.897 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-27 17:11:20.925 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-27 17:11:20.926 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-27 17:11:20.926 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-27 17:11:20.926 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-27 17:11:20.936 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 17:11:20.939 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-27 17:11:20.943 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-27 17:11:20.944 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-27 17:11:20.944 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-27 17:11:20.944 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-27 17:11:20.944 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 17:11:20.952 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 17:11:20.952 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-27 17:11:20.952 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 17:11:20.974 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-27 17:11:20.975 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-27 17:11:20.975 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-27 17:11:21.002 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-27 17:11:21.002 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-27 17:11:21.002 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-27 17:11:21.002 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-27 17:11:21.256 7 INFO neutron.plugins.ml2.managers [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] Initializing driver for type 'vlan' 2026-02-27 17:11:21.296 8 INFO neutron.plugins.ml2.managers [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] Initializing driver for type 'vlan' 2026-02-27 17:11:21.545 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] VlanTypeDriver initialization complete 2026-02-27 17:11:21.545 7 INFO neutron.plugins.ml2.managers [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] Initializing driver for type 'vxlan' 2026-02-27 17:11:21.546 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-27 17:11:21.559 7 INFO neutron.plugins.ml2.managers [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-27 17:11:21.560 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-27 17:11:21.560 7 INFO neutron.plugins.ml2.managers [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] Initializing extension driver 'port_security' 2026-02-27 17:11:21.560 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-27 17:11:21.560 7 INFO neutron.plugins.ml2.managers [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] Initializing extension driver 'qos' 2026-02-27 17:11:21.560 7 INFO neutron.plugins.ml2.managers [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-27 17:11:21.560 7 INFO neutron.plugins.ml2.managers [None req-a43250d7-b64b-40a0-93f8-c6c10ce8cba6 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-27 17:11:21.571 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] VlanTypeDriver initialization complete 2026-02-27 17:11:21.571 8 INFO neutron.plugins.ml2.managers [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] Initializing driver for type 'vxlan' 2026-02-27 17:11:21.572 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-27 17:11:21.578 7 INFO neutron.quota [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded quota_driver: . 2026-02-27 17:11:21.579 7 INFO neutron.plugins.ml2.plugin [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Modular L2 Plugin initialization complete 2026-02-27 17:11:21.579 7 INFO neutron.plugins.ml2.managers [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-27 17:11:21.579 7 INFO neutron.plugins.ml2.managers [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-27 17:11:21.579 7 INFO neutron.plugins.ml2.managers [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-27 17:11:21.579 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: qos 2026-02-27 17:11:21.586 8 INFO neutron.plugins.ml2.managers [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-27 17:11:21.586 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-27 17:11:21.586 8 INFO neutron.plugins.ml2.managers [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] Initializing extension driver 'port_security' 2026-02-27 17:11:21.586 8 INFO neutron.plugins.ml2.extensions.port_security [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-27 17:11:21.587 8 INFO neutron.plugins.ml2.managers [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] Initializing extension driver 'qos' 2026-02-27 17:11:21.587 8 INFO neutron.plugins.ml2.managers [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-27 17:11:21.587 8 INFO neutron.plugins.ml2.managers [None req-3e25c80e-4646-48b2-a488-98a41e42b0f5 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-27 17:11:21.592 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: router 2026-02-27 17:11:21.602 8 INFO neutron.quota [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded quota_driver: . 2026-02-27 17:11:21.603 8 INFO neutron.plugins.ml2.plugin [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Modular L2 Plugin initialization complete 2026-02-27 17:11:21.603 8 INFO neutron.plugins.ml2.managers [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-27 17:11:21.603 8 INFO neutron.plugins.ml2.managers [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-27 17:11:21.603 8 INFO neutron.plugins.ml2.managers [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-27 17:11:21.604 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: qos 2026-02-27 17:11:21.616 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: router 2026-02-27 17:11:21.632 7 INFO neutron.services.service_base [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-27 17:11:21.632 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: segments 2026-02-27 17:11:21.666 8 INFO neutron.services.service_base [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-27 17:11:21.666 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: segments 2026-02-27 17:11:21.730 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: trunk 2026-02-27 17:11:21.745 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: vpnaas 2026-02-27 17:11:21.776 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: trunk 2026-02-27 17:11:21.785 7 WARNING stevedore.named [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 17:11:21.794 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: vpnaas 2026-02-27 17:11:21.848 8 WARNING stevedore.named [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 17:11:21.856 7 INFO neutron_vpnaas.services.vpn.plugin [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-27 17:11:21.856 7 INFO neutron.common.utils [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-27 17:11:21.856 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: taas 2026-02-27 17:11:21.881 7 WARNING stevedore.named [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 17:11:21.882 7 WARNING stevedore.named [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 17:11:21.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-27 17:11:21.908 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: tapmirror 2026-02-27 17:11:21.921 8 INFO neutron_vpnaas.services.vpn.plugin [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-27 17:11:21.922 8 INFO neutron.common.utils [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-27 17:11:21.922 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: taas 2026-02-27 17:11:21.922 7 WARNING stevedore.named [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 17:11:21.922 7 WARNING stevedore.named [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 17:11:21.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-27 17:11:21.941 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: auto_allocate 2026-02-27 17:11:21.951 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: tag 2026-02-27 17:11:21.958 8 WARNING stevedore.named [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 17:11:21.959 8 WARNING stevedore.named [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 17:11:21.960 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: timestamp 2026-02-27 17:11:21.963 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: network_ip_availability 2026-02-27 17:11:21.966 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: flavors 2026-02-27 17:11:21.970 7 INFO neutron.manager [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loading Plugin: revisions 2026-02-27 17:11:21.974 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Initializing extension manager. 2026-02-27 17:11:21.975 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: address-group 2026-02-27 17:11:21.976 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: address-scope 2026-02-27 17:11:21.976 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-27 17:11:21.978 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: agent 2026-02-27 17:11:21.979 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: agent-resources-synced 2026-02-27 17:11:21.980 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-27 17:11:21.980 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-27 17:11:21.981 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: availability_zone 2026-02-27 17:11:21.982 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: availability_zone_filter 2026-02-27 17:11:21.982 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-27 17:11:21.983 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: default-subnetpools 2026-02-27 17:11:21.984 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-27 17:11:21.985 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: dns-integration 2026-02-27 17:11:21.985 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: dns-domain-ports 2026-02-27 17:11:21.986 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-27 17:11:21.986 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: dvr 2026-02-27 17:11:21.986 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-27 17:11:21.987 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: tapmirror 2026-02-27 17:11:21.989 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-27 17:11:21.990 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: empty-string-filtering 2026-02-27 17:11:21.990 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 17:11:21.991 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-27 17:11:21.991 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: external-net 2026-02-27 17:11:21.992 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-27 17:11:21.992 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: extraroute 2026-02-27 17:11:21.993 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: extraroute-atomic 2026-02-27 17:11:21.994 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-27 17:11:21.994 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-27 17:11:21.995 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-27 17:11:21.996 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-27 17:11:21.996 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: fip-port-details 2026-02-27 17:11:21.997 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: flavors 2026-02-27 17:11:21.998 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-27 17:11:21.999 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: floatingip-pools 2026-02-27 17:11:22.000 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: ip_allocation 2026-02-27 17:11:22.000 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-27 17:11:22.001 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: l2_adjacency 2026-02-27 17:11:22.002 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: router 2026-02-27 17:11:22.004 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 17:11:22.004 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-27 17:11:22.005 8 WARNING stevedore.named [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-27 17:11:22.005 8 WARNING stevedore.named [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-27 17:11:22.005 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-27 17:11:22.005 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: ext-gw-mode 2026-02-27 17:11:22.006 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: l3-ha 2026-02-27 17:11:22.006 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-27 17:11:22.007 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-27 17:11:22.008 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: l3-flavors 2026-02-27 17:11:22.009 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-27 17:11:22.009 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-27 17:11:22.014 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-27 17:11:22.016 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-27 17:11:22.017 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-27 17:11:22.018 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-27 17:11:22.019 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-27 17:11:22.019 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: multi-provider 2026-02-27 17:11:22.020 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: net-mtu 2026-02-27 17:11:22.020 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: net-mtu-writable 2026-02-27 17:11:22.021 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: network_availability_zone 2026-02-27 17:11:22.022 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: network_ha 2026-02-27 17:11:22.023 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: network-ip-availability 2026-02-27 17:11:22.024 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-27 17:11:22.025 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: pagination 2026-02-27 17:11:22.025 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-device-profile 2026-02-27 17:11:22.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-27 17:11:22.026 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-27 17:11:22.026 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: auto_allocate 2026-02-27 17:11:22.026 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-27 17:11:22.027 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-27 17:11:22.028 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-mac-override 2026-02-27 17:11:22.028 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-27 17:11:22.029 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-27 17:11:22.029 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-27 17:11:22.030 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-resource-request 2026-02-27 17:11:22.030 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-27 17:11:22.031 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-27 17:11:22.031 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: binding 2026-02-27 17:11:22.032 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: binding-extended 2026-02-27 17:11:22.033 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-security 2026-02-27 17:11:22.033 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: project-id 2026-02-27 17:11:22.034 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: provider 2026-02-27 17:11:22.034 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-27 17:11:22.036 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: tag 2026-02-27 17:11:22.037 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos 2026-02-27 17:11:22.038 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-27 17:11:22.038 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-27 17:11:22.039 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-default 2026-02-27 17:11:22.040 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-fip 2026-02-27 17:11:22.040 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-27 17:11:22.041 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-27 17:11:22.042 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-27 17:11:22.042 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-27 17:11:22.043 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-27 17:11:22.044 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-pps 2026-02-27 17:11:22.044 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-27 17:11:22.045 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-27 17:11:22.046 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: qos-rules-alias 2026-02-27 17:11:22.046 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: timestamp 2026-02-27 17:11:22.046 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: quota-check-limit 2026-02-27 17:11:22.047 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-27 17:11:22.050 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: network_ip_availability 2026-02-27 17:11:22.050 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: quotas 2026-02-27 17:11:22.051 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: quota_details 2026-02-27 17:11:22.052 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: rbac-policies 2026-02-27 17:11:22.054 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: rbac-address-group 2026-02-27 17:11:22.054 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: flavors 2026-02-27 17:11:22.054 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: rbac-address-scope 2026-02-27 17:11:22.055 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: rbac-security-groups 2026-02-27 17:11:22.056 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-27 17:11:22.056 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: revision-if-match 2026-02-27 17:11:22.057 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-27 17:11:22.058 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: router_availability_zone 2026-02-27 17:11:22.058 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-27 17:11:22.060 8 INFO neutron.manager [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loading Plugin: revisions 2026-02-27 17:11:22.060 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-27 17:11:22.061 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-27 17:11:22.061 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-27 17:11:22.062 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-27 17:11:22.063 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-27 17:11:22.063 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-27 17:11:22.064 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Initializing extension manager. 2026-02-27 17:11:22.065 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: address-group 2026-02-27 17:11:22.066 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: address-scope 2026-02-27 17:11:22.067 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-27 17:11:22.068 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: agent 2026-02-27 17:11:22.068 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: agent-resources-synced 2026-02-27 17:11:22.070 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-27 17:11:22.070 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: security-group 2026-02-27 17:11:22.071 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-27 17:11:22.071 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: availability_zone 2026-02-27 17:11:22.072 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: segment 2026-02-27 17:11:22.072 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: availability_zone_filter 2026-02-27 17:11:22.072 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-27 17:11:22.073 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-27 17:11:22.073 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: default-subnetpools 2026-02-27 17:11:22.074 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: service-type 2026-02-27 17:11:22.074 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: sorting 2026-02-27 17:11:22.075 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: standard-attr-segment 2026-02-27 17:11:22.075 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-27 17:11:22.076 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: standard-attr-description 2026-02-27 17:11:22.076 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: stateful-security-group 2026-02-27 17:11:22.076 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: dns-integration 2026-02-27 17:11:22.077 7 WARNING neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-27 17:11:22.077 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: dns-domain-ports 2026-02-27 17:11:22.078 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-27 17:11:22.078 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-27 17:11:22.078 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: dvr 2026-02-27 17:11:22.078 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: subnet-external-network 2026-02-27 17:11:22.079 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-27 17:11:22.079 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: subnet_onboard 2026-02-27 17:11:22.080 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: empty-string-filtering 2026-02-27 17:11:22.080 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-27 17:11:22.080 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 17:11:22.080 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: subnet-service-types 2026-02-27 17:11:22.081 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: subnet_allocation 2026-02-27 17:11:22.081 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-27 17:11:22.082 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: external-net 2026-02-27 17:11:22.082 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-27 17:11:22.082 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-27 17:11:22.083 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: tag-creation 2026-02-27 17:11:22.083 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: extraroute 2026-02-27 17:11:22.083 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: extraroute-atomic 2026-02-27 17:11:22.083 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-27 17:11:22.084 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-27 17:11:22.084 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-27 17:11:22.085 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-27 17:11:22.085 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-27 17:11:22.086 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: fip-port-details 2026-02-27 17:11:22.087 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: flavors 2026-02-27 17:11:22.088 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-27 17:11:22.089 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: floatingip-pools 2026-02-27 17:11:22.089 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: ip_allocation 2026-02-27 17:11:22.089 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: standard-attr-tag 2026-02-27 17:11:22.090 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-27 17:11:22.090 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: l2_adjacency 2026-02-27 17:11:22.091 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-27 17:11:22.091 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: router 2026-02-27 17:11:22.092 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: trunk 2026-02-27 17:11:22.093 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: trunk-details 2026-02-27 17:11:22.093 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-27 17:11:22.094 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-27 17:11:22.095 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-27 17:11:22.095 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-27 17:11:22.095 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-27 17:11:22.096 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-27 17:11:22.096 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-27 17:11:22.096 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: ext-gw-mode 2026-02-27 17:11:22.097 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: l3-ha 2026-02-27 17:11:22.097 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-27 17:11:22.098 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-27 17:11:22.098 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-27 17:11:22.098 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: l3-flavors 2026-02-27 17:11:22.098 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-27 17:11:22.099 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: vpn-flavors 2026-02-27 17:11:22.099 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-27 17:11:22.101 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: vpnaas 2026-02-27 17:11:22.103 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-27 17:11:22.103 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: taas 2026-02-27 17:11:22.104 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: tap-mirror 2026-02-27 17:11:22.105 7 INFO neutron.api.extensions [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-27 17:11:22.105 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-27 17:11:22.107 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-27 17:11:22.108 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-27 17:11:22.108 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-27 17:11:22.108 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-27 17:11:22.108 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.108 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-27 17:11:22.109 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-27 17:11:22.110 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-27 17:11:22.110 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: multi-provider 2026-02-27 17:11:22.111 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: net-mtu 2026-02-27 17:11:22.111 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: net-mtu-writable 2026-02-27 17:11:22.112 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: network_availability_zone 2026-02-27 17:11:22.112 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: network_ha 2026-02-27 17:11:22.113 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: network-ip-availability 2026-02-27 17:11:22.114 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-27 17:11:22.114 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 17:11:22.114 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: pagination 2026-02-27 17:11:22.115 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-device-profile 2026-02-27 17:11:22.115 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 17:11:22.115 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-27 17:11:22.116 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-27 17:11:22.117 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-27 17:11:22.118 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-mac-override 2026-02-27 17:11:22.118 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-27 17:11:22.119 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-27 17:11:22.119 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-27 17:11:22.120 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-resource-request 2026-02-27 17:11:22.121 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-27 17:11:22.121 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 17:11:22.121 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-27 17:11:22.121 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 17:11:22.122 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: binding 2026-02-27 17:11:22.122 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 17:11:22.122 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: binding-extended 2026-02-27 17:11:22.123 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.123 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-security 2026-02-27 17:11:22.123 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] subnetpool is already registered 2026-02-27 17:11:22.123 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: project-id 2026-02-27 17:11:22.123 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.124 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] subnetpool is already registered 2026-02-27 17:11:22.124 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: provider 2026-02-27 17:11:22.124 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 17:11:22.125 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-27 17:11:22.125 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.125 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.126 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 17:11:22.126 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 17:11:22.127 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 17:11:22.127 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.127 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos 2026-02-27 17:11:22.127 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] ipsecpolicy is already registered 2026-02-27 17:11:22.128 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.128 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] ikepolicy is already registered 2026-02-27 17:11:22.128 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-27 17:11:22.129 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-27 17:11:22.129 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-default 2026-02-27 17:11:22.130 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-fip 2026-02-27 17:11:22.130 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-27 17:11:22.131 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-27 17:11:22.131 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-27 17:11:22.132 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-27 17:11:22.132 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-27 17:11:22.133 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 17:11:22.133 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-pps 2026-02-27 17:11:22.133 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] router is already registered 2026-02-27 17:11:22.134 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 17:11:22.134 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-27 17:11:22.134 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] floatingip is already registered 2026-02-27 17:11:22.134 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-27 17:11:22.135 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: qos-rules-alias 2026-02-27 17:11:22.135 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: quota-check-limit 2026-02-27 17:11:22.136 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-27 17:11:22.138 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 17:11:22.138 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] rbac_policy is already registered 2026-02-27 17:11:22.138 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: quotas 2026-02-27 17:11:22.138 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 17:11:22.139 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] security_group is already registered 2026-02-27 17:11:22.139 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 17:11:22.139 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: quota_details 2026-02-27 17:11:22.139 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] security_group_rule is already registered 2026-02-27 17:11:22.140 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.140 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] subnetpool is already registered 2026-02-27 17:11:22.141 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: rbac-policies 2026-02-27 17:11:22.141 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.141 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] subnetpool is already registered 2026-02-27 17:11:22.141 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 17:11:22.141 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] trunk is already registered 2026-02-27 17:11:22.142 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.142 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] ikepolicy is already registered 2026-02-27 17:11:22.142 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: rbac-address-group 2026-02-27 17:11:22.143 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: rbac-address-scope 2026-02-27 17:11:22.143 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: rbac-security-groups 2026-02-27 17:11:22.143 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.143 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] ipsecpolicy is already registered 2026-02-27 17:11:22.144 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-27 17:11:22.144 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 17:11:22.144 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: revision-if-match 2026-02-27 17:11:22.144 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] endpoint_group is already registered 2026-02-27 17:11:22.145 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 17:11:22.145 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-27 17:11:22.145 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] vpnservice is already registered 2026-02-27 17:11:22.145 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 17:11:22.145 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: router_availability_zone 2026-02-27 17:11:22.146 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] ipsec_site_connection is already registered 2026-02-27 17:11:22.146 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-27 17:11:22.146 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.146 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] ipsecpolicy is already registered 2026-02-27 17:11:22.147 7 INFO neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.147 7 WARNING neutron.quota.resource_registry [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] ikepolicy is already registered 2026-02-27 17:11:22.148 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-27 17:11:22.148 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-27 17:11:22.149 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-27 17:11:22.149 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-27 17:11:22.150 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-27 17:11:22.150 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-27 17:11:22.155 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: security-group 2026-02-27 17:11:22.156 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: segment 2026-02-27 17:11:22.157 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-27 17:11:22.158 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: service-type 2026-02-27 17:11:22.158 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: sorting 2026-02-27 17:11:22.159 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: standard-attr-segment 2026-02-27 17:11:22.159 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: standard-attr-description 2026-02-27 17:11:22.160 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: stateful-security-group 2026-02-27 17:11:22.160 8 WARNING neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-27 17:11:22.161 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-27 17:11:22.161 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: subnet-external-network 2026-02-27 17:11:22.162 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: subnet_onboard 2026-02-27 17:11:22.162 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-27 17:11:22.163 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: subnet-service-types 2026-02-27 17:11:22.163 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: subnet_allocation 2026-02-27 17:11:22.164 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-27 17:11:22.165 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: tag-creation 2026-02-27 17:11:22.165 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-27 17:11:22.170 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: standard-attr-tag 2026-02-27 17:11:22.170 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-27 17:11:22.171 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: trunk 2026-02-27 17:11:22.171 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: trunk-details 2026-02-27 17:11:22.172 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-27 17:11:22.172 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-27 17:11:22.173 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-27 17:11:22.174 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-27 17:11:22.177 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-27 17:11:22.177 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-27 17:11:22.178 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: vpn-flavors 2026-02-27 17:11:22.180 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: vpnaas 2026-02-27 17:11:22.181 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: taas 2026-02-27 17:11:22.182 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: tap-mirror 2026-02-27 17:11:22.183 8 INFO neutron.api.extensions [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-27 17:11:22.186 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-27 17:11:22.186 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-27 17:11:22.186 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.186 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-27 17:11:22.188 7 WARNING keystonemiddleware._common.config [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-27 17:11:22.190 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 17:11:22.190 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 17:11:22.195 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 17:11:22.195 7 WARNING oslo_config.cfg [None req-041ac0e2-b415-4db7-b308-9a89bc2f7fb3 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-02-27 17:11:22.196 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 17:11:22.196 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 17:11:22.197 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.197 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] subnetpool is already registered WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f3711218668 pid: 7 (default app) 2026-02-27 17:11:22.197 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.198 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] subnetpool is already registered 2026-02-27 17:11:22.198 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 17:11:22.198 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.199 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.199 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 17:11:22.200 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 17:11:22.200 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 17:11:22.201 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.201 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] ipsecpolicy is already registered 2026-02-27 17:11:22.201 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.201 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] ikepolicy is already registered 2026-02-27 17:11:22.206 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-27 17:11:22.206 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] router is already registered 2026-02-27 17:11:22.206 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-27 17:11:22.207 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] floatingip is already registered 2026-02-27 17:11:22.210 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-27 17:11:22.210 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] rbac_policy is already registered 2026-02-27 17:11:22.211 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-27 17:11:22.211 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] security_group is already registered 2026-02-27 17:11:22.212 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-27 17:11:22.212 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] security_group_rule is already registered 2026-02-27 17:11:22.213 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.213 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] subnetpool is already registered 2026-02-27 17:11:22.213 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-27 17:11:22.213 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] subnetpool is already registered 2026-02-27 17:11:22.214 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-27 17:11:22.215 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] trunk is already registered 2026-02-27 17:11:22.215 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.215 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] ikepolicy is already registered 2026-02-27 17:11:22.215 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.216 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] ipsecpolicy is already registered 2026-02-27 17:11:22.216 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-27 17:11:22.216 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] endpoint_group is already registered 2026-02-27 17:11:22.217 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-27 17:11:22.217 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] vpnservice is already registered 2026-02-27 17:11:22.217 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-27 17:11:22.217 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] ipsec_site_connection is already registered 2026-02-27 17:11:22.217 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-27 17:11:22.218 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] ipsecpolicy is already registered 2026-02-27 17:11:22.218 8 INFO neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-27 17:11:22.218 8 WARNING neutron.quota.resource_registry [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] ikepolicy is already registered 2026-02-27 17:11:22.266 8 WARNING keystonemiddleware._common.config [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-27 17:11:22.274 8 WARNING oslo_config.cfg [None req-8c48363b-0c9e-4769-ba31-3e02c4a59401 - - - - - -] 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 0x7f3711218668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:11:26.976 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a404618a-0a01-4cf8-ab6f-e8e6fc4afe87 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:11:26 2026] GET /v2.0/networks/public => generated 108 bytes in 951 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:11:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:11:27.766 7 WARNING neutron.services.revisions.revision_plugin [None req-08e9e66c-fbf9-4f70-806a-4e754c188daf e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Could not find related network for resource to bump revision. 2026-02-27 17:11:27.783 7 INFO neutron.db.segments_db [None req-08e9e66c-fbf9-4f70-806a-4e754c188daf e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 34343428-085a-4927-855b-4d52a819d365 of type flat for network 9e00b405-5794-43f2-9bad-f8e3a4164b8f 2026-02-27 17:11:27.827 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08e9e66c-fbf9-4f70-806a-4e754c188daf e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.95 () {48 vars in 964 bytes} [Fri Feb 27 17:11:27 2026] POST /v2.0/networks => generated 124 bytes in 444 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:11:33.728 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10960d01-f5e7-4289-b70c-42f94a3af384 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:11:33 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:11:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:11:33.868 7 WARNING neutron.services.revisions.revision_plugin [None req-f488ff67-3338-4816-9690-4f370e395143 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Could not find related network for resource to bump revision. 2026-02-27 17:11:33.885 7 INFO neutron.db.segments_db [None req-f488ff67-3338-4816-9690-4f370e395143 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment b944d6b4-2056-4f73-9b9c-c048819dc45c of type flat for network 016f06b5-9cbb-476d-9e0b-13563cf7765e 2026-02-27 17:11:33.909 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f488ff67-3338-4816-9690-4f370e395143 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.95 () {48 vars in 964 bytes} [Fri Feb 27 17:11:33 2026] POST /v2.0/networks => generated 124 bytes in 207 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:11:40.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37dd0036-da78-48e9-b01f-7aa52bbf2e1a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:11:39 2026] GET /v2.0/networks/public => generated 108 bytes in 365 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:11:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:11:40.434 8 WARNING neutron.services.revisions.revision_plugin [None req-5f8e200a-b0a2-4916-88c9-3104e8875aa8 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Could not find related network for resource to bump revision. 2026-02-27 17:11:40.466 8 INFO neutron.db.segments_db [None req-5f8e200a-b0a2-4916-88c9-3104e8875aa8 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 5f1a0368-781a-46fe-8b57-7449fb71472c of type flat for network 3e1b9510-63b5-4b6d-9a15-e10bfba727a4 2026-02-27 17:11:40.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f8e200a-b0a2-4916-88c9-3104e8875aa8 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.95 () {48 vars in 964 bytes} [Fri Feb 27 17:11:40 2026] POST /v2.0/networks => generated 124 bytes in 390 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:11:46.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-236630fd-2855-420e-b2b0-a4e83af5702a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:11:46 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: 8|app: 0|req: 6/14] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:11:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:11:46.489 7 WARNING neutron.services.revisions.revision_plugin [None req-5855169e-3c79-4bad-ba83-c997d48499de e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Could not find related network for resource to bump revision. 2026-02-27 17:11:46.517 7 INFO neutron.db.segments_db [None req-5855169e-3c79-4bad-ba83-c997d48499de e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment ab0c44d5-d036-430c-a7ab-e24a23aa54e6 of type flat for network c6fe76ff-c6cf-4fe3-90fa-540deed34f8d 2026-02-27 17:11:46.546 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5855169e-3c79-4bad-ba83-c997d48499de e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.95 () {48 vars in 964 bytes} [Fri Feb 27 17:11:46 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:11:52.416 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89825cb1-e517-4c5c-bf79-8742a51b4408 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:11:52 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:11:52 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-02-27 17:11:52.640 7 WARNING neutron.services.revisions.revision_plugin [None req-f8b7019e-1912-4d6d-ba57-524d98ec5f7b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Could not find related network for resource to bump revision. 2026-02-27 17:11:52.664 7 INFO neutron.db.segments_db [None req-f8b7019e-1912-4d6d-ba57-524d98ec5f7b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 344c7ef5-8b1f-446a-a81d-0daf67148cad of type flat for network 08917a5f-9b1e-49b1-a86a-cbe87d114abe 2026-02-27 17:11:52.693 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8b7019e-1912-4d6d-ba57-524d98ec5f7b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.95 () {48 vars in 964 bytes} [Fri Feb 27 17:11:52 2026] POST /v2.0/networks => generated 124 bytes in 274 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:11:58.554 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fe91c6a-a5ff-4514-95ce-82b495f56834 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:11:58 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:11:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:11:58.643 8 WARNING neutron.services.revisions.revision_plugin [None req-0aab41b1-9c6b-453e-9254-5c9d664579b1 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Could not find related network for resource to bump revision. 2026-02-27 17:11:58.674 8 INFO neutron.db.segments_db [None req-0aab41b1-9c6b-453e-9254-5c9d664579b1 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment d39fa8ff-1323-4b87-93a4-e4a59fa07a89 of type flat for network 41e6022e-c9ab-4b7f-baea-aabd40325d0d 2026-02-27 17:11:58.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0aab41b1-9c6b-453e-9254-5c9d664579b1 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.95 () {48 vars in 964 bytes} [Fri Feb 27 17:11:58 2026] POST /v2.0/networks => generated 124 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:12:04.779 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d53ec4ff-8b5c-44eb-b136-539bf824a058 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:12:04 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:12:04 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-02-27 17:12:07.087 8 WARNING neutron.services.revisions.revision_plugin [None req-c641595b-43e9-4f91-8951-2e38bbc5c672 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Could not find related network for resource to bump revision. 2026-02-27 17:12:09.614 8 INFO neutron.db.segments_db [None req-c641595b-43e9-4f91-8951-2e38bbc5c672 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 26639d82-a3b4-4645-94ff-7601339d42f1 of type flat for network 9e1da810-55c8-4481-a64a-c28dc027968f [pid: 8|app: 0|req: 12/26] 199.204.45.95 () {48 vars in 964 bytes} [Fri Feb 27 17:12:04 2026] POST /v2.0/networks => generated 706 bytes in 5573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:12:11.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1c98cf1-3467-4af4-94b3-cd4c335dc81e e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:12:11 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:12:11 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:12:11.569 7 INFO neutron.pecan_wsgi.hooks.translation [None req-665d4448-0f30-4801-9936-480ddb8c265f e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.95 () {44 vars in 1031 bytes} [Fri Feb 27 17:12:11 2026] GET /v2.0/subnets/public-subnet?network_id=9e1da810-55c8-4481-a64a-c28dc027968f => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.95 () {44 vars in 1054 bytes} [Fri Feb 27 17:12:11 2026] GET /v2.0/subnets?name=public-subnet&network_id=9e1da810-55c8-4481-a64a-c28dc027968f => 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: 17/31] 199.204.45.95 () {48 vars in 962 bytes} [Fri Feb 27 17:12:11 2026] POST /v2.0/subnets => generated 664 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:17:09.602 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7abab850-8657-46a0-9e6e-d8a3b7c822b3 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/72] 199.204.45.95 () {44 vars in 934 bytes} [Fri Feb 27 17:17:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.95 () {44 vars in 956 bytes} [Fri Feb 27 17:17:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:17:09.692 8 INFO neutron.db.segments_db [None req-7dfcb73c-5966-4c44-9ea9-32699a99ebf1 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 892a3ee9-6337-4d7a-92ad-a875a580db11 of type vxlan for network 22d5c7ee-020d-4eae-82a8-9e15999e5114 [pid: 8|app: 0|req: 36/74] 199.204.45.95 () {48 vars in 963 bytes} [Fri Feb 27 17:17:09 2026] POST /v2.0/networks => generated 688 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:17:10.753 7 INFO neutron.pecan_wsgi.hooks.translation [None req-269b9c04-9150-47b5-a154-ba3786d9b583 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/75] 199.204.45.95 () {44 vars in 934 bytes} [Fri Feb 27 17:17:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.95 () {44 vars in 956 bytes} [Fri Feb 27 17:17:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:17:10.815 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fda2174b-776b-4d21-b111-51e67d83fd49 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/77] 199.204.45.95 () {44 vars in 1033 bytes} [Fri Feb 27 17:17:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.95 () {44 vars in 1056 bytes} [Fri Feb 27 17:17:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.95 () {48 vars in 962 bytes} [Fri Feb 27 17:17:10 2026] POST /v2.0/subnets => generated 651 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:17:12.144 8 INFO neutron.api.v2.resource [None req-bfca3f6d-b30c-4d82-96bd-02b741e085f4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/80] 199.204.45.95 () {44 vars in 968 bytes} [Fri Feb 27 17:17:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.95 () {44 vars in 990 bytes} [Fri Feb 27 17:17:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.95 () {48 vars in 977 bytes} [Fri Feb 27 17:17:12 2026] POST /v2.0/security-groups => generated 1616 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:13 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 1616 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:13 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 1616 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:13 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:17:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:14 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 2230 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:14 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 2230 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:14 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 2230 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:17:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:15 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:15 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:15 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:17:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:16 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:16 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:16 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:17:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:17 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4078 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:17 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:17 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => 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: 53/104] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:17:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.95 () {44 vars in 984 bytes} [Fri Feb 27 17:17:19 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:17:19.360 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8db5e2ed-3054-4efd-a147-272b67dec9c6 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/106] 199.204.45.95 () {44 vars in 1073 bytes} [Fri Feb 27 17:17:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/107] 199.204.45.95 () {44 vars in 1096 bytes} [Fri Feb 27 17:17:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:19 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => 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: 54/109] 199.204.45.95 () {48 vars in 958 bytes} [Fri Feb 27 17:17:19 2026] POST /v2.0/ports => generated 1100 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:17:27.146 7 INFO neutron.pecan_wsgi.hooks.translation [None req-507a5a9f-0e06-4b33-882a-72a6fabcff3f e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.95 () {44 vars in 976 bytes} [Fri Feb 27 17:17:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 55/111] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.95 () {48 vars in 1028 bytes} [Fri Feb 27 17:17:27 2026] PUT /v2.0/ports/b7a7aed1-e5cc-4529-944d-ddc1a9231ed7 => generated 1249 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.95 () {44 vars in 917 bytes} [Fri Feb 27 17:17:29 2026] GET /v2.0/ports => generated 3730 bytes in 279 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-02-27 17:17:31.091 7 INFO neutron.api.v2.resource [None req-b12c65eb-b5ae-4880-b0f7-a99ef921323f e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/114] 199.204.45.95 () {44 vars in 956 bytes} [Fri Feb 27 17:17:31 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: 8|app: 0|req: 57/115] 199.204.45.95 () {44 vars in 978 bytes} [Fri Feb 27 17:17:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.95 () {48 vars in 977 bytes} [Fri Feb 27 17:17:31 2026] POST /v2.0/security-groups => generated 1610 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:32 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 1610 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:32 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 1610 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:32 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:17:32 2026] POST /v2.0/security-group-rules => generated 623 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/123] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:33 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 2246 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/124] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:33 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/125] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:17:33 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/126] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:17:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/137] 199.204.45.95 () {44 vars in 972 bytes} [Fri Feb 27 17:18:55 2026] GET /v2.0/quotas/d486f85c58094daa9ef2b8f900f2a680 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/138] 199.204.45.95 () {48 vars in 1024 bytes} [Fri Feb 27 17:18:55 2026] PUT /v2.0/quotas/d486f85c58094daa9ef2b8f900f2a680 => 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-02-27 17:21:26.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d22bb6c-7ac9-4fae-b79d-7bf2f37d039d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/159] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:21:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 272 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: 79/160] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:21:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:21:28.756 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d24967b-d7a7-472c-b74b-39a5dcc31a67 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/161] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:21:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/162] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:21:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:30:01.571 8 INFO neutron.api.v2.resource [None req-5b36c921-c4e5-4508-b08e-4c2bd5fe07f7 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 115/231] 199.204.45.95 () {44 vars in 1071 bytes} [Fri Feb 27 17:30:01 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 139 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/232] 199.204.45.95 () {44 vars in 1094 bytes} [Fri Feb 27 17:30:01 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 23 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/233] 199.204.45.95 () {48 vars in 978 bytes} [Fri Feb 27 17:30:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/236] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:02 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 1624 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/237] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:30:03 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 1624 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/238] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:03 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/239] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:30:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/240] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:04 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 2234 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/241] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:30:04 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/242] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:04 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/243] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:30:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/244] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:05 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:30:05 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 2846 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:05 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/247] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:30:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/248] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:06 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/249] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:30:06 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:30:06 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 3460 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/251] 199.204.45.95 () {48 vars in 988 bytes} [Fri Feb 27 17:30:06 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: 135/270] 199.204.45.95 () {30 vars in 739 bytes} [Fri Feb 27 17:32:32 2026] GET /v2.0/networks?tenant_id=ea58cfe529ea4b14945c9441bd46b24b&shared=False => generated 15 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:32:32.346 7 INFO neutron.db.segments_db [None req-142d6626-75c8-4fc8-8ed2-6766f98a6c54 480b15445e514b2085242c6d68a0ac3b ea58cfe529ea4b14945c9441bd46b24b - - fc92b4e1d7294e0993662cc0d84b1e91 fc92b4e1d7294e0993662cc0d84b1e91] Added segment aff98956-4a90-402c-bad1-9f0a3ba9c9b1 of type vxlan for network be1493e9-07c8-4290-82f1-8c9382a57bd6 [pid: 7|app: 0|req: 136/271] 199.204.45.95 () {34 vars in 681 bytes} [Fri Feb 27 17:32:32 2026] POST /v2.0/networks => generated 699 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/272] 199.204.45.95 () {30 vars in 721 bytes} [Fri Feb 27 17:32:32 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/275] 199.204.45.95 () {30 vars in 632 bytes} [Fri Feb 27 17:32:32 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/276] 199.204.45.95 () {34 vars in 676 bytes} [Fri Feb 27 17:32:32 2026] POST /v2.0/ports => generated 999 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/277] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:32:32 2026] GET /v2.0/networks/be1493e9-07c8-4290-82f1-8c9382a57bd6 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/278] 199.204.45.95 () {30 vars in 721 bytes} [Fri Feb 27 17:32:34 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/279] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:32:34 2026] GET /v2.0/networks/be1493e9-07c8-4290-82f1-8c9382a57bd6 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/282] 199.204.45.95 () {44 vars in 972 bytes} [Fri Feb 27 17:32:48 2026] GET /v2.0/quotas/ea58cfe529ea4b14945c9441bd46b24b => 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: 142/283] 199.204.45.95 () {48 vars in 1024 bytes} [Fri Feb 27 17:32:49 2026] PUT /v2.0/quotas/ea58cfe529ea4b14945c9441bd46b24b => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/290] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/networks => generated 2168 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/291] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/292] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/293] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/294] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/295] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/floatingips => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/296] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/297] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/298] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:33:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/299] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:33:44 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/300] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:33:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/309] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/agents => generated 3384 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/310] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:34:43 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: 8|app: 0|req: 156/311] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/312] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/313] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/314] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/315] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/316] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/317] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:34:43 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/318] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:34:44 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/319] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:34:44 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/328] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/agents => generated 3384 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/329] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/330] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/331] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/332] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/333] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/334] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/335] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/336] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/337] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:35:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/338] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:35:43 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: 175/347] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/floatingips => generated 19 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/348] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:36:43 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: 176/349] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/350] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/351] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/352] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:36:43 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: 8|app: 0|req: 178/353] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/agents => generated 3384 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/354] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/355] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:36:43 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: 177/356] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/357] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:36:43 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/366] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/subnets => generated 1308 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/368] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/369] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/370] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/371] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/floatingips => 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: 188/372] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/373] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/374] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/375] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/376] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:37:43 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/385] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/subnets => generated 1308 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/386] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/387] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/routers => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/388] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/389] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:38:43 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: 197/390] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/391] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/392] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/agents => generated 3384 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/393] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/394] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:38:43 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/395] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:38:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/subnets => generated 1308 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/405] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/subnetpools => 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: 205/406] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/407] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/408] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/409] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/410] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:39:43 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: 204/411] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/412] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/413] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/414] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:39:43 2026] GET /v2.0/floatingips => 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: 214/423] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/routers => generated 15 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/424] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/425] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/426] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/427] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/428] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/429] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/430] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/431] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/432] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/floatingips => 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: 219/433] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:40:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/442] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/443] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:41:43 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: 225/444] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/445] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/floatingips => 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: 226/446] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/447] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/448] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/449] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/450] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/451] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/452] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:41:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/461] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/floatingips => generated 19 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/462] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/agents => generated 3384 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/463] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/464] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/465] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/466] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/468] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/469] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/470] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:42:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/471] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:42:44 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/480] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/agents => generated 3384 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/481] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/floatingips => 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: 238/482] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/483] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/484] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/485] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/486] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/488] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:43:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/489] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:43:44 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/490] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:43:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:44:23.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b63e86be-9ef3-4fa9-b9ea-1e53d6e4c864 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/497] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:44:23 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/498] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:44:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:44:25.146 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb04d752-eaa2-4c65-9fdc-225935a96821 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/499] 199.204.45.95 () {44 vars in 924 bytes} [Fri Feb 27 17:44:25 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/500] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:44:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:44:25.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5fb50023-78eb-4ada-b168-9836c4a00196 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 248/501] 199.204.45.95 () {44 vars in 1031 bytes} [Fri Feb 27 17:44:25 2026] GET /v2.0/subnets/public-subnet?network_id=9e1da810-55c8-4481-a64a-c28dc027968f => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/502] 199.204.45.95 () {44 vars in 1054 bytes} [Fri Feb 27 17:44:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=9e1da810-55c8-4481-a64a-c28dc027968f => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/505] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/networks => generated 2168 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/506] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/floatingips => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/507] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/508] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/509] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/510] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/511] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:44:43 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: 253/512] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/513] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/514] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/515] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:44:43 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:44:54.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad09fa87-4273-46df-a4a7-50a75a06545b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/518] 199.204.45.95 () {44 vars in 934 bytes} [Fri Feb 27 17:44:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/519] 199.204.45.95 () {44 vars in 956 bytes} [Fri Feb 27 17:44:54 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-02-27 17:44:56.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b8186b6-8b0a-4424-b3ab-1be25aa823f0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/520] 199.204.45.95 () {44 vars in 934 bytes} [Fri Feb 27 17:44:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/521] 199.204.45.95 () {44 vars in 956 bytes} [Fri Feb 27 17:44:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:44:56.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47b25bad-0461-419d-b3f7-55cd6c258f36 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/522] 199.204.45.95 () {44 vars in 1033 bytes} [Fri Feb 27 17:44:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/523] 199.204.45.95 () {44 vars in 1056 bytes} [Fri Feb 27 17:44:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:44:57.189 7 INFO neutron.api.v2.resource [None req-c7c78d42-c123-4ee5-b4a9-61b46b06b8dd e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/524] 199.204.45.95 () {44 vars in 968 bytes} [Fri Feb 27 17:44:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/525] 199.204.45.95 () {44 vars in 990 bytes} [Fri Feb 27 17:44:57 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/526] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:44:58 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/527] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:44:58 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/528] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:44:58 2026] GET /v2.0/security-group-rules/36a2d905-8e5c-4e81-9da8-4431e26db9cf => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/529] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:44:59 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/530] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:44:59 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/531] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:44:59 2026] GET /v2.0/security-group-rules/6394d487-9838-4ed4-b22e-24166c2c2b7c => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/532] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:00 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/533] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:00 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/534] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:45:00 2026] GET /v2.0/security-group-rules/b1a95f33-1a38-487b-b1e6-d825a4809559 => 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: 271/535] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:01 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/536] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:01 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/537] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:45:01 2026] GET /v2.0/security-group-rules/44d13085-eec6-4eba-a248-3eb0c81a727a => generated 603 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/538] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:02 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/539] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:02 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/540] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:45:02 2026] GET /v2.0/security-group-rules/a2166d85-32bf-4ac2-bf01-e67de63a6bf9 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/543] 199.204.45.95 () {44 vars in 984 bytes} [Fri Feb 27 17:45:03 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:45:03.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dab3200b-6555-4ebe-8c91-683cbd73f8f2 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/544] 199.204.45.95 () {44 vars in 1073 bytes} [Fri Feb 27 17:45:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/545] 199.204.45.95 () {44 vars in 1096 bytes} [Fri Feb 27 17:45:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/546] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:03 2026] GET /v2.0/security-groups/1d8a38c1-4546-4df5-9641-94a2d15995f6 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:45:14.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c64e17db-31ba-4d45-a6ed-5051bf348c5a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/547] 199.204.45.95 () {44 vars in 976 bytes} [Fri Feb 27 17:45:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/548] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/549] 199.204.45.95 () {44 vars in 917 bytes} [Fri Feb 27 17:45:16 2026] GET /v2.0/ports => generated 4725 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:45:17.737 8 INFO neutron.api.v2.resource [None req-d8df423c-c815-41a4-92db-e24ea51447be e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 279/552] 199.204.45.95 () {44 vars in 956 bytes} [Fri Feb 27 17:45:17 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/553] 199.204.45.95 () {44 vars in 978 bytes} [Fri Feb 27 17:45:17 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/554] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:18 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/555] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:18 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 2886 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/556] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:45:18 2026] GET /v2.0/security-group-rules/999d16fe-cd94-41ee-ba49-17a1117576a2 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/557] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:19 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/558] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:45:19 2026] GET /v2.0/security-groups/0b20d91f-c0bd-4239-9e2a-35af591dd265 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/559] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:45:19 2026] GET /v2.0/security-group-rules/2b96d74a-ddeb-4d57-90a2-4e278724fbb7 => generated 627 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/562] 199.204.45.95 () {44 vars in 972 bytes} [Fri Feb 27 17:45:33 2026] GET /v2.0/quotas/d486f85c58094daa9ef2b8f900f2a680 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/563] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:45:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/564] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:45:43 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: 280/565] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:45:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/566] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:45:43 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/567] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:45:43 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/568] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:45:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/569] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:45:43 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: 8|app: 0|req: 288/570] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:45:44 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/571] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:45:44 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/572] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:45:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/573] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:45:44 2026] GET /v2.0/floatingips => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:46:35.041 7 INFO neutron.api.v2.resource [None req-0483d6db-1377-4803-bbcb-a4c086babe1d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 289/582] 199.204.45.95 () {44 vars in 1071 bytes} [Fri Feb 27 17:46:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/583] 199.204.45.95 () {44 vars in 1094 bytes} [Fri Feb 27 17:46:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/584] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:46:36 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/585] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:46:36 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/586] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:46:36 2026] GET /v2.0/security-group-rules/aca9d3c4-9902-430d-acb8-07b1b898c38e => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/587] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:46:37 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/588] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:46:37 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/589] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:46:37 2026] GET /v2.0/security-group-rules/6a4881ad-6674-49d0-bafe-4c25625bda05 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/590] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:46:38 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/591] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:46:38 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/592] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:46:38 2026] GET /v2.0/security-group-rules/5ff85328-e25c-47d9-82a9-750f304efb38 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/593] 199.204.45.95 () {44 vars in 1085 bytes} [Fri Feb 27 17:46:39 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880?project_id=ea58cfe529ea4b14945c9441bd46b24b => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/594] 199.204.45.95 () {44 vars in 998 bytes} [Fri Feb 27 17:46:39 2026] GET /v2.0/security-groups/bdeb0029-b1e5-4571-8f1e-2dcc02328880 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/595] 199.204.45.95 () {44 vars in 1008 bytes} [Fri Feb 27 17:46:39 2026] GET /v2.0/security-group-rules/15abdfde-2001-4de3-bab4-b20653066d28 => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/596] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/agents => generated 3384 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/597] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/598] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/599] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/600] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/601] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/602] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/603] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/floatingips => 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: 300/604] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:46:43 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: 8|app: 0|req: 305/605] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/606] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:46:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/607] 199.204.45.95 () {44 vars in 972 bytes} [Fri Feb 27 17:46:47 2026] GET /v2.0/quotas/ea58cfe529ea4b14945c9441bd46b24b => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/616] 199.204.45.95 () {44 vars in 946 bytes} [Fri Feb 27 17:47:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/617] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/ports => generated 4725 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/618] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/619] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/620] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/621] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/622] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/623] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/agents => generated 3384 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/624] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/625] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/networks => generated 2168 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/626] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/627] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:47:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/634] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:48:19 2026] GET /v2.0/networks => generated 2168 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/635] 10.0.0.224 () {32 vars in 655 bytes} [Fri Feb 27 17:48:20 2026] GET /v2.0/floatingips => 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: 316/636] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:48:20 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/637] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:48:20 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/638] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:48:20 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/639] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:48:20 2026] GET /v2.0/networks => generated 2168 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/640] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:48:20 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: 8|app: 0|req: 323/641] 10.0.0.224 () {32 vars in 655 bytes} [Fri Feb 27 17:48:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:32.027 7 INFO neutron.db.segments_db [None req-2502cef6-28b4-46f4-a59b-8f497004ea25 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 63511745-b7ba-4c01-a0f0-145e31b67438 of type vxlan for network c749afc3-73a6-448c-8166-a4f20af881c2 2026-02-27 17:48:32.036 8 INFO neutron.db.segments_db [None req-2867f406-212c-4cb3-8822-a1b01b37a51c e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 50ebb5f8-e8fc-40ec-9da4-11a8b59100d5 of type vxlan for network 2bee47ef-6755-4a78-9991-0a16145382ab [pid: 7|app: 0|req: 319/642] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:48:31 2026] POST /v2.0/networks => generated 729 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/643] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:48:31 2026] POST /v2.0/networks => generated 727 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:48:32.314 7 INFO neutron.db.segments_db [None req-f7eedb15-4e1a-464d-9b11-011810cd6290 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 3b7d330f-e808-42af-87cf-248662ea8da6 of type vxlan for network 32bd6cad-217e-4a61-8795-65595eed0e01 [pid: 8|app: 0|req: 325/644] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:32 2026] POST /v2.0/subnets => generated 696 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/645] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:48:32 2026] POST /v2.0/networks => generated 719 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:48:32.440 7 INFO neutron.db.segments_db [None req-5682fb81-9e9c-4e4a-9055-cb707c10abf4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 09532308-83ea-4c78-a5a1-93dd0c345877 of type vxlan for network 176761fc-d647-43bf-94ca-5b88584068f9 [pid: 8|app: 0|req: 326/646] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:32 2026] POST /v2.0/subnets => generated 693 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:48:32.695 7 INFO neutron.db.l3_hamode_db [None req-5682fb81-9e9c-4e4a-9055-cb707c10abf4 e475c0884d43499f8a76b9d25aaf4388 be89d32d48c64cf597416445e3f22812 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 327/647] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:32 2026] POST /v2.0/subnets => generated 685 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:48:32.747 8 INFO neutron.db.segments_db [None req-6f2dd973-3f33-447f-97d5-5d118a10b59e e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment abe6a8a5-7245-444d-bd77-6e06139e1d7b of type vxlan for network 7388fc4a-d100-406b-8f81-83cd60db146c 2026-02-27 17:48:32.999 8 INFO neutron.db.l3_hamode_db [None req-6f2dd973-3f33-447f-97d5-5d118a10b59e e475c0884d43499f8a76b9d25aaf4388 5b08c4532d944ba0b3b0206db629ed97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:48:33.749 7 INFO neutron.db.l3_hamode_db [None req-5682fb81-9e9c-4e4a-9055-cb707c10abf4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:48:34.099 8 INFO neutron.db.l3_hamode_db [None req-6f2dd973-3f33-447f-97d5-5d118a10b59e e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 321/650] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:32 2026] POST /v2.0/routers => generated 736 bytes in 2326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/651] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:48:34 2026] GET /v2.0/security-groups?tenant_id=de23f9ca20ab48e99d52efd716eb71e2&name=default => generated 2922 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:48:35.065 7 INFO neutron.db.segments_db [None req-08e9fc8a-c51b-4228-8438-a78112922dbf e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment db40580d-3301-43bf-ba39-bf6651431fda of type vxlan for network 43ae6c8d-0e7d-40a2-9514-e74ec4af771b [pid: 8|app: 0|req: 330/652] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:32 2026] POST /v2.0/routers => generated 733 bytes in 2399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:48:35.301 7 INFO neutron.db.l3_hamode_db [None req-08e9fc8a-c51b-4228-8438-a78112922dbf e475c0884d43499f8a76b9d25aaf4388 15629514a22d4c1a9b7663e470a346c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:48:36.049 7 INFO neutron.db.l3_hamode_db [None req-08e9fc8a-c51b-4228-8438-a78112922dbf e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 331/653] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:48:35 2026] PUT /v2.0/routers/09852f2c-2e34-4020-9153-3f760d0a9354/add_router_interface => generated 309 bytes in 1238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/654] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:48:36 2026] DELETE /v2.0/security-groups/49ed8687-f1c8-4c59-a3ff-631f84c98c00 => 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: 323/655] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:34 2026] POST /v2.0/routers => generated 725 bytes in 1922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/656] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:48:36 2026] PUT /v2.0/routers/a6ff0ce2-8d93-43cb-837e-77b95868cc4a/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/657] 10.0.0.79 () {38 vars in 970 bytes} [Fri Feb 27 17:48:37 2026] POST /v2.0/security-groups => generated 1686 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/658] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:48:36 2026] PUT /v2.0/routers/ac324868-0ab5-43af-a674-4a67485407c3/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:48:38.498 8 INFO neutron.db.segments_db [None req-faabcfce-3a88-4015-b05b-2ff90f617e68 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 8a876fbd-2317-42bc-8397-91587288acac of type vxlan for network fa490afc-725c-42a2-aa04-745cdba3b877 [pid: 8|app: 0|req: 335/659] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:48:38 2026] POST /v2.0/networks => generated 725 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/660] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:38 2026] GET /v2.0/security-groups/299bd2ef-66f1-47a5-9b4c-061ce5d24f84 => generated 1686 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/661] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:48:38 2026] GET /v2.0/networks?id=2bee47ef-6755-4a78-9991-0a16145382ab => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/662] 10.0.0.79 () {38 vars in 980 bytes} [Fri Feb 27 17:48:38 2026] POST /v2.0/security-group-rules => generated 614 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/663] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:48:38 2026] GET /v2.0/quotas/5b08c4532d944ba0b3b0206db629ed97 => 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: 326/664] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:38 2026] POST /v2.0/subnets => generated 691 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/665] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:48:38 2026] GET /v2.0/ports?tenant_id=5b08c4532d944ba0b3b0206db629ed97&fields=id => generated 57 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:38.905 7 INFO neutron.db.segments_db [None req-160de4e8-1a1e-40d3-ac7c-d1c46c98fd9c e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 26f32ff8-1835-4c98-8234-ffe2fddd8e83 of type vxlan for network 9f7ad38f-1efe-4757-a41d-844ff6d43add [pid: 8|app: 0|req: 340/666] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:48:38 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/667] 10.0.0.79 () {38 vars in 970 bytes} [Fri Feb 27 17:48:39 2026] POST /v2.0/security-groups => generated 1685 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:48:39.129 7 INFO neutron.db.l3_hamode_db [None req-160de4e8-1a1e-40d3-ac7c-d1c46c98fd9c e475c0884d43499f8a76b9d25aaf4388 725e8b7f752b4f608bb882fe12be1224 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 342/668] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:48:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/669] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:39 2026] GET /v2.0/security-groups/2568dbe7-f72e-4438-bef4-77a201cc5a1c => generated 1685 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/670] 10.0.0.79 () {34 vars in 906 bytes} [Fri Feb 27 17:48:39 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/671] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:48:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/672] 10.0.0.79 () {38 vars in 980 bytes} [Fri Feb 27 17:48:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/673] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:48:39 2026] GET /v2.0/networks/2bee47ef-6755-4a78-9991-0a16145382ab?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:40.229 7 INFO neutron.db.l3_hamode_db [None req-160de4e8-1a1e-40d3-ac7c-d1c46c98fd9c e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 348/674] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:48:39 2026] POST /v2.0/floatingips => generated 552 bytes in 824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/675] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/security-groups/2568dbe7-f72e-4438-bef4-77a201cc5a1c => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/676] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/networks/2bee47ef-6755-4a78-9991-0a16145382ab?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: 351/677] 10.0.0.79 () {38 vars in 980 bytes} [Fri Feb 27 17:48:40 2026] POST /v2.0/security-group-rules => generated 619 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/678] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/security-groups/2568dbe7-f72e-4438-bef4-77a201cc5a1c => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/679] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/680] 10.0.0.79 () {34 vars in 1000 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/security-group-rules/9b03da80-d155-4bcf-b2c3-d11c919e92dc => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/681] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/security-groups/2568dbe7-f72e-4438-bef4-77a201cc5a1c => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/682] 10.0.0.79 () {36 vars in 1022 bytes} [Fri Feb 27 17:48:40 2026] DELETE /v2.0/security-group-rules/9b03da80-d155-4bcf-b2c3-d11c919e92dc => 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: 357/683] 10.0.0.79 () {34 vars in 1097 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--577461590&fields=id&tenant_id=15629514a22d4c1a9b7663e470a346c6 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/684] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/security-groups/2568dbe7-f72e-4438-bef4-77a201cc5a1c => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/685] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:48:40 2026] GET /v2.0/networks?id=32bd6cad-217e-4a61-8795-65595eed0e01 => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/686] 10.0.0.79 () {36 vars in 1012 bytes} [Fri Feb 27 17:48:40 2026] DELETE /v2.0/security-groups/2568dbe7-f72e-4438-bef4-77a201cc5a1c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/687] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:48:41 2026] GET /v2.0/quotas/15629514a22d4c1a9b7663e470a346c6 => 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: 327/688] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:38 2026] POST /v2.0/routers => generated 731 bytes in 2267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/689] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:48:41 2026] GET /v2.0/ports?tenant_id=15629514a22d4c1a9b7663e470a346c6&fields=id => generated 57 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/690] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:41 2026] GET /v2.0/security-groups/299bd2ef-66f1-47a5-9b4c-061ce5d24f84 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/691] 10.0.0.79 () {36 vars in 1012 bytes} [Fri Feb 27 17:48:41 2026] DELETE /v2.0/security-groups/299bd2ef-66f1-47a5-9b4c-061ce5d24f84 => 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: 330/692] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:48:41 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:41.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-23c8f8e2-308f-4f7b-9097-135a97510582 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: d20d6213-70bf-4ead-86b4-a3cadc1f5c74 2026-02-27 17:48:41.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23c8f8e2-308f-4f7b-9097-135a97510582 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: d20d6213-70bf-4ead-86b4-a3cadc1f5c74 [pid: 8|app: 0|req: 363/693] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:48:41 2026] PUT /v2.0/routers/361832c0-3195-4f95-a6f0-b29708018b5b/add_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/694] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:48:42 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?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: 8|app: 0|req: 365/695] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:42 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/696] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:42 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 331/697] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:48:41 2026] PUT /v2.0/routers/09852f2c-2e34-4020-9153-3f760d0a9354/remove_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:48:42.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-18bf3f2d-7cb5-452c-b9bd-c2389e275a47 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 0c60328c-4773-4c4e-aea2-16a4a6709206 2026-02-27 17:48:42.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18bf3f2d-7cb5-452c-b9bd-c2389e275a47 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 0c60328c-4773-4c4e-aea2-16a4a6709206 [pid: 7|app: 0|req: 332/698] 10.0.0.79 () {38 vars in 970 bytes} [Fri Feb 27 17:48:42 2026] POST /v2.0/security-groups => generated 1682 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/699] 10.0.0.79 () {38 vars in 970 bytes} [Fri Feb 27 17:48:42 2026] POST /v2.0/security-groups => generated 1680 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:48:43.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-18bf3f2d-7cb5-452c-b9bd-c2389e275a47 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 6af5737b-bac9-41d6-999e-a50e26a8f6c0 2026-02-27 17:48:43.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18bf3f2d-7cb5-452c-b9bd-c2389e275a47 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 6af5737b-bac9-41d6-999e-a50e26a8f6c0 [pid: 7|app: 0|req: 334/700] 10.0.0.79 () {38 vars in 970 bytes} [Fri Feb 27 17:48:42 2026] POST /v2.0/security-groups => generated 1682 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:48:43.109 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-18bf3f2d-7cb5-452c-b9bd-c2389e275a47 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - 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: 335/701] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups?tenant_id=725e8b7f752b4f608bb882fe12be1224 => generated 7909 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/702] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/365db99d-81b1-49b0-92d3-86a2e7db67eb => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/703] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/365db99d-81b1-49b0-92d3-86a2e7db67eb => generated 2922 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/704] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/e18c7279-6704-4cd6-b8b8-29d2637391fb => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/705] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => 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: 340/706] 10.0.0.79 () {36 vars in 1012 bytes} [Fri Feb 27 17:48:43 2026] DELETE /v2.0/security-groups/e18c7279-6704-4cd6-b8b8-29d2637391fb => 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: 341/707] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:43.428 7 INFO neutron.api.v2.resource [req-b03b9578-e600-47d9-aa5c-1827ad384d4f req-7cc84c03-9a96-4016-a4f1-cd1b195334ca 9d9ad269cd464fd8919b42fd65d5ed21 725e8b7f752b4f608bb882fe12be1224 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 342/708] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/e18c7279-6704-4cd6-b8b8-29d2637391fb => 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: 343/709] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/1ed31d76-22e8-4f31-b300-fdc18ba5e106 => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/710] 10.0.0.79 () {36 vars in 1012 bytes} [Fri Feb 27 17:48:43 2026] DELETE /v2.0/security-groups/1ed31d76-22e8-4f31-b300-fdc18ba5e106 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:48:43.621 8 INFO neutron.db.l3_hamode_db [None req-18bf3f2d-7cb5-452c-b9bd-c2389e275a47 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network 176761fc-d647-43bf-94ca-5b88584068f9 was deleted as no HA routers are present in tenant be89d32d48c64cf597416445e3f22812. 2026-02-27 17:48:43.623 7 INFO neutron.api.v2.resource [req-1709ca92-afb7-4fce-9ab0-a9a3eb75921b req-b5bac07b-5df8-4de8-b651-ffad9afa2806 9d9ad269cd464fd8919b42fd65d5ed21 725e8b7f752b4f608bb882fe12be1224 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 345/711] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/1ed31d76-22e8-4f31-b300-fdc18ba5e106 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/712] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:48:42 2026] DELETE /v2.0/routers/09852f2c-2e34-4020-9153-3f760d0a9354 => generated 0 bytes in 1236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/713] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/319e9ec9-c66b-4417-838f-b2ff6acffc22 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/714] 10.0.0.79 () {36 vars in 1012 bytes} [Fri Feb 27 17:48:43 2026] DELETE /v2.0/security-groups/319e9ec9-c66b-4417-838f-b2ff6acffc22 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/715] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:48:43 2026] DELETE /v2.0/subnets/f0204df6-ddce-420a-b6c8-b4ad5aaeb485 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:48:43.836 7 INFO neutron.api.v2.resource [req-abc96a48-2351-4b41-ac40-66b507978a46 req-a09e72be-6bb4-4c0c-b64b-6489d052dfbb 9d9ad269cd464fd8919b42fd65d5ed21 725e8b7f752b4f608bb882fe12be1224 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 347/716] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups/319e9ec9-c66b-4417-838f-b2ff6acffc22 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:48:43.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-97a7a895-e77f-4742-b19a-c44da8f78488 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: d8732fe3-8acf-47af-bd53-ec919aa4653f 2026-02-27 17:48:43.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97a7a895-e77f-4742-b19a-c44da8f78488 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: d8732fe3-8acf-47af-bd53-ec919aa4653f [pid: 8|app: 0|req: 370/717] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/agents => generated 3384 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/718] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:48:43 2026] GET /v2.0/security-groups?tenant_id=725e8b7f752b4f608bb882fe12be1224 => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:48:44.011 8 INFO neutron.services.segments.plugin [-] Segment 09532308-83ea-4c78-a5a1-93dd0c345877 resource provider aggregate not found 2026-02-27 17:48:44.015 8 INFO neutron.services.segments.plugin [-] Segment 09532308-83ea-4c78-a5a1-93dd0c345877 resource provider aggregate not found 2026-02-27 17:48:44.043 8 INFO neutron.services.segments.plugin [-] Segment 09532308-83ea-4c78-a5a1-93dd0c345877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09532308-83ea-4c78-a5a1-93dd0c345877 found for delete ", "request_id": "req-06e8f440-01db-4d40-8da3-4472ec1eefe3"}]} 2026-02-27 17:48:44.043 8 INFO neutron.services.segments.plugin [-] Segment 09532308-83ea-4c78-a5a1-93dd0c345877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09532308-83ea-4c78-a5a1-93dd0c345877 found for delete ", "request_id": "req-e185e4c5-7972-40cd-97e9-e6af899f1c5d"}]} [pid: 8|app: 0|req: 372/719] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/floatingips => generated 555 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/720] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/security-groups/365db99d-81b1-49b0-92d3-86a2e7db67eb => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/721] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/routers => generated 2190 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/722] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/security-groups/365db99d-81b1-49b0-92d3-86a2e7db67eb => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/723] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/724] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:48:43 2026] DELETE /v2.0/networks/c749afc3-73a6-448c-8166-a4f20af881c2 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:48:44.272 7 INFO neutron.api.v2.resource [req-ae879704-0101-459c-9ebe-69ab05bdf39a req-cc0300be-1a71-43df-ba57-35022a223bbb 9d9ad269cd464fd8919b42fd65d5ed21 725e8b7f752b4f608bb882fe12be1224 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 349/725] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/security-groups/319e9ec9-c66b-4417-838f-b2ff6acffc22 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:48:44.306 7 INFO neutron.api.v2.resource [req-c7fb8e7c-8657-4361-a5e5-e662c514c70e req-c53ede42-4e91-4bde-8fc9-19d788926d9a 9d9ad269cd464fd8919b42fd65d5ed21 725e8b7f752b4f608bb882fe12be1224 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 350/726] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/security-groups/1ed31d76-22e8-4f31-b300-fdc18ba5e106 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:48:44.346 7 INFO neutron.api.v2.resource [req-bd15588f-f0d1-47ba-9566-3a8e73a3a8dd req-7d17ed66-180a-4069-a08d-7f18ad107603 9d9ad269cd464fd8919b42fd65d5ed21 725e8b7f752b4f608bb882fe12be1224 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 351/727] 10.0.0.79 () {34 vars in 990 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/security-groups/e18c7279-6704-4cd6-b8b8-29d2637391fb => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/728] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/routers/361832c0-3195-4f95-a6f0-b29708018b5b/l3-agents => generated 682 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/729] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/routers/a6ff0ce2-8d93-43cb-837e-77b95868cc4a/l3-agents => generated 682 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/730] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => 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: 380/731] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/security-groups?tenant_id=be89d32d48c64cf597416445e3f22812&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/732] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/routers/ac324868-0ab5-43af-a674-4a67485407c3/l3-agents => generated 682 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/733] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:48:44 2026] DELETE /v2.0/security-groups/c338f1c9-04e6-408b-960a-0567e0f5e0f0 => 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: 383/734] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 384/735] 10.0.0.79 () {34 vars in 1083 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978&device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/736] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/security-groups => generated 28970 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-27 17:48:44.780 7 INFO neutron.services.segments.plugin [-] Segment 63511745-b7ba-4c01-a0f0-145e31b67438 resource provider aggregate not found 2026-02-27 17:48:44.795 7 INFO neutron.services.segments.plugin [-] Segment 63511745-b7ba-4c01-a0f0-145e31b67438 resource provider aggregate not found 2026-02-27 17:48:44.799 7 INFO neutron.services.segments.plugin [-] Segment 63511745-b7ba-4c01-a0f0-145e31b67438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63511745-b7ba-4c01-a0f0-145e31b67438 found for delete ", "request_id": "req-f2feae09-9619-472d-b4e2-0461346b3df4"}]} 2026-02-27 17:48:44.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-b26a77c7-c469-4233-9e31-5ac768cc2d5b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 9a4e888d-bf7c-42bb-bf33-82257693f05f 2026-02-27 17:48:44.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b26a77c7-c469-4233-9e31-5ac768cc2d5b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 9a4e888d-bf7c-42bb-bf33-82257693f05f 2026-02-27 17:48:44.831 7 INFO neutron.services.segments.plugin [-] Segment 63511745-b7ba-4c01-a0f0-145e31b67438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63511745-b7ba-4c01-a0f0-145e31b67438 found for delete ", "request_id": "req-ab2df7e8-5f10-4fd9-8319-3452a99b5c89"}]} [pid: 8|app: 0|req: 386/737] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/ports => generated 16768 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/738] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/network-ip-availabilities => generated 3811 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/739] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:48:44 2026] GET /v2.0/networks => generated 6526 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/740] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:48:45 2026] GET /v2.0/subnets => generated 5213 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/741] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:48:45 2026] GET /v2.0/subnets => generated 5213 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/742] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:48:45 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/743] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:48:44 2026] PUT /v2.0/routers/361832c0-3195-4f95-a6f0-b29708018b5b/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/744] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:45 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:45.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-861db094-cb40-4be6-a839-91783a7a7307 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: e9b5fb2b-8957-446e-b58e-da313f022b33 2026-02-27 17:48:45.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861db094-cb40-4be6-a839-91783a7a7307 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: e9b5fb2b-8957-446e-b58e-da313f022b33 2026-02-27 17:48:45.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-861db094-cb40-4be6-a839-91783a7a7307 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: c7cca6cd-690a-411d-943d-6563c69a09d8 2026-02-27 17:48:45.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861db094-cb40-4be6-a839-91783a7a7307 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: c7cca6cd-690a-411d-943d-6563c69a09d8 [pid: 7|app: 0|req: 354/745] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:48:45 2026] GET /v2.0/networks?id=2bee47ef-6755-4a78-9991-0a16145382ab => generated 678 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/746] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:45 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:46.273 8 INFO neutron.services.segments.plugin [-] Segment 26f32ff8-1835-4c98-8234-ffe2fddd8e83 resource provider aggregate not found 2026-02-27 17:48:46.291 8 INFO neutron.services.segments.plugin [-] Segment 26f32ff8-1835-4c98-8234-ffe2fddd8e83 resource provider aggregate not found 2026-02-27 17:48:46.310 8 INFO neutron.services.segments.plugin [-] Segment 26f32ff8-1835-4c98-8234-ffe2fddd8e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f32ff8-1835-4c98-8234-ffe2fddd8e83 found for delete ", "request_id": "req-4ddac32b-c6d3-44a9-98ec-705a220bb255"}]} 2026-02-27 17:48:46.318 8 INFO neutron.db.l3_hamode_db [None req-861db094-cb40-4be6-a839-91783a7a7307 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network 9f7ad38f-1efe-4757-a41d-844ff6d43add was deleted as no HA routers are present in tenant 725e8b7f752b4f608bb882fe12be1224. 2026-02-27 17:48:46.324 8 INFO neutron.services.segments.plugin [-] Segment 26f32ff8-1835-4c98-8234-ffe2fddd8e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26f32ff8-1835-4c98-8234-ffe2fddd8e83 found for delete ", "request_id": "req-a83bffb2-3063-485b-8b55-20422396b39a"}]} [pid: 8|app: 0|req: 392/747] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:48:45 2026] DELETE /v2.0/routers/361832c0-3195-4f95-a6f0-b29708018b5b => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/748] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:48:45 2026] POST /v2.0/ports => generated 958 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 357/749] 199.204.45.95 () {34 vars in 910 bytes} [Fri Feb 27 17:48:46 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: 393/750] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:48:46 2026] DELETE /v2.0/subnets/6a26c2c6-69dd-4412-b199-62246a02ddf6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/751] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:48:46 2026] DELETE /v2.0/networks/fa490afc-725c-42a2-aa04-745cdba3b877 => 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: 359/752] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:46 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 961 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/753] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:46 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/754] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:48:46 2026] GET /v2.0/security-groups?tenant_id=725e8b7f752b4f608bb882fe12be1224&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:48:46.814 8 INFO neutron.db.segments_db [None req-d3c1d09f-b7dc-42fa-b1f9-dee13a283cbf e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment c280f8fe-7c24-487e-b48a-6dc1ea87ced3 of type vxlan for network 26232fec-703d-4b6a-8be3-fa9955eaf5f1 2026-02-27 17:48:46.821 7 INFO neutron.services.segments.plugin [-] Segment 8a876fbd-2317-42bc-8397-91587288acac resource provider aggregate not found 2026-02-27 17:48:46.842 7 INFO neutron.services.segments.plugin [-] Segment 8a876fbd-2317-42bc-8397-91587288acac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a876fbd-2317-42bc-8397-91587288acac found for delete ", "request_id": "req-76d19c6a-59f9-48f9-9418-f91b10d19b74"}]} 2026-02-27 17:48:46.850 7 INFO neutron.services.segments.plugin [-] Segment 8a876fbd-2317-42bc-8397-91587288acac resource provider aggregate not found 2026-02-27 17:48:46.874 7 INFO neutron.services.segments.plugin [-] Segment 8a876fbd-2317-42bc-8397-91587288acac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a876fbd-2317-42bc-8397-91587288acac found for delete ", "request_id": "req-168a6860-65a2-4446-b0c4-e39f42a90edf"}]} [pid: 8|app: 0|req: 394/755] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:48:46 2026] POST /v2.0/networks => generated 733 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/756] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:48:46 2026] DELETE /v2.0/security-groups/365db99d-81b1-49b0-92d3-86a2e7db67eb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/757] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:46 2026] POST /v2.0/subnets => generated 699 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/758] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:47 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:47.176 7 INFO neutron.db.segments_db [None req-86297a8c-959b-4c3d-adec-22bc84acac2d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 50c81fc3-5e21-445e-befb-cee29bb373a7 of type vxlan for network 399e2cad-a551-45fb-b77d-e82c4f3747e1 [pid: 8|app: 0|req: 395/759] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:48:46 2026] PUT /v2.0/ports/9f13f6f4-7114-4794-a49e-ac0d287c2791 => generated 1239 bytes in 528 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: 396/760] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:48:47 2026] GET /v2.0/networks?id=32bd6cad-217e-4a61-8795-65595eed0e01 => generated 670 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:48:47.506 7 INFO neutron.db.l3_hamode_db [None req-86297a8c-959b-4c3d-adec-22bc84acac2d e475c0884d43499f8a76b9d25aaf4388 134eff5270ae40cb8f8918e56ac65110 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 399/763] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:48:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=15629514a22d4c1a9b7663e470a346c6 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:48:48.050 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc09a189-457b-4a82-a92a-2a3128289f27'] response: {'name': 'network-changed', 'server_uuid': '68866de5-9f2e-4187-ad7a-9be64e7970cf', 'tag': '9f13f6f4-7114-4794-a49e-ac0d287c2791', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 400/764] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:48:47 2026] POST /v2.0/ports => generated 954 bytes in 1092 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: 401/765] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:48 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/766] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:48 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 957 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/767] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:48:48 2026] GET /v2.0/ports?tenant_id=5b08c4532d944ba0b3b0206db629ed97&device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:48:49.264 7 INFO neutron.db.l3_hamode_db [None req-86297a8c-959b-4c3d-adec-22bc84acac2d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 404/768] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:48:48 2026] PUT /v2.0/ports/c3728a9e-c6e8-41ff-81b4-048b1d819370 => generated 1235 bytes in 493 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: 405/769] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:49 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/770] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:49 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/771] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:48:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9f13f6f4-7114-4794-a49e-ac0d287c2791 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:48:49.810 8 INFO neutron.db.segments_db [None req-8ae5918e-fc79-44f1-94d2-e1df91d49b93 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 83811e9a-4cd1-4381-af28-8cd28656bee0 of type vxlan for network 0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c [pid: 8|app: 0|req: 408/772] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:48:49 2026] POST /v2.0/networks => generated 725 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/773] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:47 2026] POST /v2.0/routers => generated 739 bytes in 3122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/774] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:48:49 2026] GET /v2.0/subnets?id=5bffaf42-d315-41d8-bc56-cd5fb1c0bb46 => generated 696 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/775] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:50 2026] POST /v2.0/subnets => generated 691 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:48:50.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8352836e-0cd0-4bef-9a87-f83158040d6e'] response: {'name': 'network-changed', 'server_uuid': 'b24c593d-89f9-42b0-bfef-62aefd05a978', 'tag': 'c3728a9e-c6e8-41ff-81b4-048b1d819370', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 367/776] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:48:50 2026] GET /v2.0/ports?tenant_id=15629514a22d4c1a9b7663e470a346c6&device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/777] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:48:50 2026] GET /v2.0/ports?network_id=2bee47ef-6755-4a78-9991-0a16145382ab&device_owner=network%3Adhcp => generated 1242 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:48:50.594 7 INFO neutron.db.segments_db [None req-eea5a1f7-a969-4805-a1e0-c94960441753 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment ebf03b9a-c551-4715-9fd7-4e4e7e608b21 of type vxlan for network ac8e689c-3f68-4681-877a-cd3f08d9aa27 2026-02-27 17:48:50.827 7 INFO neutron.db.l3_hamode_db [None req-eea5a1f7-a969-4805-a1e0-c94960441753 e475c0884d43499f8a76b9d25aaf4388 90a268ae37e74a11b7312533e6893ee1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:48:51.536 7 INFO neutron.db.l3_hamode_db [None req-eea5a1f7-a969-4805-a1e0-c94960441753 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 410/778] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:48:50 2026] PUT /v2.0/routers/de9bfe52-3520-4abc-ab33-38a018f11ccb/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/779] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/780] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c3728a9e-c6e8-41ff-81b4-048b1d819370 => 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: 413/781] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 414/782] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/networks/2bee47ef-6755-4a78-9991-0a16145382ab?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: 415/783] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/784] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/subnets?id=5320de8d-f961-4d12-81c6-52d3db32579c => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/785] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/786] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/networks/2bee47ef-6755-4a78-9991-0a16145382ab?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: 419/787] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/ports?network_id=32bd6cad-217e-4a61-8795-65595eed0e01&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/788] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:48:51 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/789] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:48:52 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?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: 422/790] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:48:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/791] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:48:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/792] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:48:50 2026] POST /v2.0/routers => generated 731 bytes in 1874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/793] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:48:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/794] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:48:52 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/795] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/796] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/ports?tenant_id=5b08c4532d944ba0b3b0206db629ed97&device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/797] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/798] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&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: 430/799] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks?id=2bee47ef-6755-4a78-9991-0a16145382ab => generated 774 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/800] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/ports?tenant_id=15629514a22d4c1a9b7663e470a346c6&device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/801] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 433/802] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9f13f6f4-7114-4794-a49e-ac0d287c2791 => 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: 434/803] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks?id=32bd6cad-217e-4a61-8795-65595eed0e01 => generated 766 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/804] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/subnets?id=5bffaf42-d315-41d8-bc56-cd5fb1c0bb46 => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/805] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c3728a9e-c6e8-41ff-81b4-048b1d819370 => 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: 437/806] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/ports?network_id=2bee47ef-6755-4a78-9991-0a16145382ab&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/807] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/subnets?id=5320de8d-f961-4d12-81c6-52d3db32579c => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/808] 10.0.0.79 () {34 vars in 1099 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2112010153&fields=id&tenant_id=134eff5270ae40cb8f8918e56ac65110 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/809] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks/2bee47ef-6755-4a78-9991-0a16145382ab?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/810] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/ports?network_id=32bd6cad-217e-4a61-8795-65595eed0e01&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/811] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks?id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/812] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks/2bee47ef-6755-4a78-9991-0a16145382ab?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: 370/813] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:48:52 2026] PUT /v2.0/routers/a0d8048a-3e87-46ff-9e15-4877a4d0d916/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/814] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/quotas/134eff5270ae40cb8f8918e56ac65110 => 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: 444/815] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?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: 372/816] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?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: 445/817] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/818] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/819] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:48:53 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/820] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:54 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => 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: 447/821] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:54 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/822] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:54 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&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: 375/823] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:48:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/824] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:54 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/825] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:48:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/826] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:54 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 377/827] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:48:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/828] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:48:54 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/829] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => 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: 452/830] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/831] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/832] 10.0.0.79 () {34 vars in 1099 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2009409106&fields=id&tenant_id=90a268ae37e74a11b7312533e6893ee1 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/833] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/networks?id=0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/834] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/quotas/90a268ae37e74a11b7312533e6893ee1 => 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: 380/835] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/836] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 456/837] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:48:55 2026] GET /v2.0/ports?tenant_id=90a268ae37e74a11b7312533e6893ee1&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/838] 10.0.0.79 () {34 vars in 906 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/839] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/networks/0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c?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: 383/840] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/networks/0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c?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: 458/841] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/842] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 459/843] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/844] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/845] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 386/846] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:56 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 461/847] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:57 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => 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: 387/848] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:57 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 462/849] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:57 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/850] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:57 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&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: 463/851] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:58 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 389/852] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:58 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 464/853] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:48:58 2026] GET /v2.0/networks?id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 684 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/854] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:58 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/855] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:48:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=134eff5270ae40cb8f8918e56ac65110 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/856] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:58 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 466/857] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:48:58 2026] POST /v2.0/ports => generated 958 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 392/858] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:58 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/859] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:59 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&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: 394/860] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:59 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/861] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:59 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/862] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:48:58 2026] PUT /v2.0/ports/6c518362-31b1-486d-8a3e-323757005fd8 => generated 1239 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:48:59.444 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a0260df-6b0b-48b9-8415-3d6cae9e544c'] response: {'name': 'network-changed', 'server_uuid': 'dc44796f-cccf-4af3-9cec-9003e7a77028', 'tag': '6c518362-31b1-486d-8a3e-323757005fd8', '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: 468/863] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:59 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 396/864] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:48:59 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/865] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:48:59 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/866] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:48:59 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/867] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/networks?tenant_id=134eff5270ae40cb8f8918e56ac65110&shared=False => generated 780 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/868] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/869] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/870] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/871] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/872] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 473/873] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/networks?id=0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/874] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=90a268ae37e74a11b7312533e6893ee1 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/875] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 475/876] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/877] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:00 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/878] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/879] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:49:00 2026] POST /v2.0/ports => generated 954 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/880] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => generated 19 bytes in 19 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: 479/881] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/subnets?id=b29ee177-4021-42ed-8b67-fea2efe7582e => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/882] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/ports?network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/883] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => 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: 482/884] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/885] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/886] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?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: 485/887] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/888] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/889] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:49:01 2026] PUT /v2.0/ports/f3572f5c-ebb1-45f6-801c-1016d6c5facd => generated 1235 bytes in 424 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: 487/890] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/891] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/892] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/893] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:01 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:02.132 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0c6e837-c674-49d0-947b-74764c56b9a0'] response: {'name': 'network-changed', 'server_uuid': '5491cd6e-3ff4-4aa1-a952-ffb317548966', 'tag': 'f3572f5c-ebb1-45f6-801c-1016d6c5facd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 489/894] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:02 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/895] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:02 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 408/898] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:02 2026] GET /v2.0/ports?tenant_id=90a268ae37e74a11b7312533e6893ee1&device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/899] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:49:02 2026] GET /v2.0/networks?tenant_id=90a268ae37e74a11b7312533e6893ee1&shared=False => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/900] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:49:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/901] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:02 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/902] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:02 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/903] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 494/904] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/905] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&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: 495/906] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/907] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/908] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 413/909] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/ports?tenant_id=90a268ae37e74a11b7312533e6893ee1&device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 497/910] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f3572f5c-ebb1-45f6-801c-1016d6c5facd => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/911] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/subnets?id=819b97fe-5aa7-44a2-8f36-d0fc505f50a3 => generated 694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/912] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 415/913] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/ports?network_id=0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/914] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:03 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/915] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/networks/0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c?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: 500/916] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/networks/0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c?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: 417/917] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 418/918] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/919] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/920] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/921] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/922] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/security-groups?id=4508c557-1d3d-4314-9d99-0a1975358894&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-02-27 17:49:04.613 7 INFO neutron_taas.services.taas.taas_plugin [req-c642e053-ada5-4681-a7ab-f5f1cc9e3c76 req-7b9c9fb4-ce8b-495f-ba29-ef84c28f7968 4ccb28a969a14878b7f623d11c1a3da3 5b08c4532d944ba0b3b0206db629ed97 - - default default] TaaS: Handle Delete Port: 9f13f6f4-7114-4794-a49e-ac0d287c2791 2026-02-27 17:49:04.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c642e053-ada5-4681-a7ab-f5f1cc9e3c76 req-7b9c9fb4-ce8b-495f-ba29-ef84c28f7968 4ccb28a969a14878b7f623d11c1a3da3 5b08c4532d944ba0b3b0206db629ed97 - - default default] Tap Mirror: Handle Delete Port: 9f13f6f4-7114-4794-a49e-ac0d287c2791 2026-02-27 17:49:04.625 8 INFO neutron.db.l3_db [None req-e7bd5447-ece5-4f6f-a2eb-c5695d47aa8c e4af9862d72f46e4847306b7fa9c61f4 15629514a22d4c1a9b7663e470a346c6 - - default default] Floating IP 7083622c-2903-430a-a31b-eee3ad098466 associated. External IP: 10.96.250.201, port: c3728a9e-c6e8-41ff-81b4-048b1d819370. [pid: 7|app: 0|req: 423/923] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:49:04 2026] DELETE /v2.0/ports/9f13f6f4-7114-4794-a49e-ac0d287c2791 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:04.851 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b236bd6e-5912-4128-aab0-c933290317ed'] response: {'server_uuid': '68866de5-9f2e-4187-ad7a-9be64e7970cf', 'name': 'network-vif-deleted', 'tag': '9f13f6f4-7114-4794-a49e-ac0d287c2791', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/924] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/925] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 501/926] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:49:04 2026] PUT /v2.0/floatingips/7083622c-2903-430a-a31b-eee3ad098466 => generated 855 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:04.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-926e621e-eaa9-4134-9f2c-d0d031761cb6'] response: {'name': 'network-changed', 'server_uuid': 'b24c593d-89f9-42b0-bfef-62aefd05a978', 'tag': 'c3728a9e-c6e8-41ff-81b4-048b1d819370', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 426/927] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:04 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 502/928] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/929] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/930] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 429/931] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/ports?tenant_id=15629514a22d4c1a9b7663e470a346c6&device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/932] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/933] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/934] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/networks?id=32bd6cad-217e-4a61-8795-65595eed0e01 => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/935] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => 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: 431/936] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c3728a9e-c6e8-41ff-81b4-048b1d819370 => generated 858 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/937] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/subnets?id=5320de8d-f961-4d12-81c6-52d3db32579c => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/938] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/ports?network_id=32bd6cad-217e-4a61-8795-65595eed0e01&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/939] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/940] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01?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: 508/941] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:05 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/942] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:06 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 509/943] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:06 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/944] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:06 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 435/945] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:06 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/946] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:06 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/947] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:06 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/948] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/949] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 513/950] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 438/951] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/security-groups?id=6dea07e8-93d3-4b42-9682-237c176b5fa0&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: 514/952] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 439/953] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/954] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&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: 441/955] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:07 2026] GET /v2.0/ports?device_id=68866de5-9f2e-4187-ad7a-9be64e7970cf => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:49:08.091 8 INFO neutron_taas.services.taas.taas_plugin [req-d7cbac77-1c9f-4b09-bf46-38bdd15515fe req-74ddb065-f4f9-40a9-9a05-3621e05e0f4f e4af9862d72f46e4847306b7fa9c61f4 15629514a22d4c1a9b7663e470a346c6 - - default default] TaaS: Handle Delete Port: c3728a9e-c6e8-41ff-81b4-048b1d819370 2026-02-27 17:49:08.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7cbac77-1c9f-4b09-bf46-38bdd15515fe req-74ddb065-f4f9-40a9-9a05-3621e05e0f4f e4af9862d72f46e4847306b7fa9c61f4 15629514a22d4c1a9b7663e470a346c6 - - default default] Tap Mirror: Handle Delete Port: c3728a9e-c6e8-41ff-81b4-048b1d819370 2026-02-27 17:49:08.292 8 INFO neutron.db.l3_db [req-d7cbac77-1c9f-4b09-bf46-38bdd15515fe req-74ddb065-f4f9-40a9-9a05-3621e05e0f4f e4af9862d72f46e4847306b7fa9c61f4 15629514a22d4c1a9b7663e470a346c6 - - default default] Floating IP 7083622c-2903-430a-a31b-eee3ad098466 disassociated. External IP: 10.96.250.201, port: c3728a9e-c6e8-41ff-81b4-048b1d819370. [pid: 7|app: 0|req: 442/956] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:08 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/957] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:08 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/958] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:08 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/959] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:49:07 2026] DELETE /v2.0/ports/c3728a9e-c6e8-41ff-81b4-048b1d819370 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:08.884 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81b9a4f6-bc26-4dd2-9d8e-37d0e1d38941'] response: {'server_uuid': 'b24c593d-89f9-42b0-bfef-62aefd05a978', 'name': 'network-vif-deleted', 'tag': 'c3728a9e-c6e8-41ff-81b4-048b1d819370', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 516/960] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:08 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 517/961] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:09 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:09.177 7 INFO neutron.db.l3_db [None req-787e29f8-0f0a-40bd-a021-31e1239ac403 cc867438ea7d467580caef51e774565a 134eff5270ae40cb8f8918e56ac65110 - - default default] Floating IP 902e3b20-ba62-4077-9156-9ee7a46b6b68 associated. External IP: 10.96.250.207, port: 6c518362-31b1-486d-8a3e-323757005fd8. 2026-02-27 17:49:09.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b17bf52-6939-45d6-baf4-1218b8057f65 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 712edd3b-8099-4c13-b8e9-b8920b771da4 2026-02-27 17:49:09.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b17bf52-6939-45d6-baf4-1218b8057f65 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 712edd3b-8099-4c13-b8e9-b8920b771da4 [pid: 7|app: 0|req: 445/962] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:49:08 2026] PUT /v2.0/floatingips/902e3b20-ba62-4077-9156-9ee7a46b6b68 => generated 856 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/963] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:09 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:09.667 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-475bc35f-721c-4066-8ee9-15be99d3e14d'] response: {'name': 'network-changed', 'server_uuid': 'dc44796f-cccf-4af3-9cec-9003e7a77028', 'tag': '6c518362-31b1-486d-8a3e-323757005fd8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 447/964] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:09 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/965] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:09 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/966] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => 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: 518/967] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:49:09 2026] PUT /v2.0/routers/a6ff0ce2-8d93-43cb-837e-77b95868cc4a/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/968] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/969] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/networks?id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/970] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => generated 859 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/971] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/subnets?id=b29ee177-4021-42ed-8b67-fea2efe7582e => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/972] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/ports?network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1&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-02-27 17:49:10.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-1452fec0-3ac2-4de6-911a-1bba7b101d06 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 5aaf8bcf-89a2-49d9-8936-c3cef6e9e497 2026-02-27 17:49:10.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1452fec0-3ac2-4de6-911a-1bba7b101d06 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 5aaf8bcf-89a2-49d9-8936-c3cef6e9e497 [pid: 7|app: 0|req: 455/973] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/974] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?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) 2026-02-27 17:49:10.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-1452fec0-3ac2-4de6-911a-1bba7b101d06 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 47348285-85c9-4ac0-9667-ce1bb25e33eb [pid: 7|app: 0|req: 457/975] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:10.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1452fec0-3ac2-4de6-911a-1bba7b101d06 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 47348285-85c9-4ac0-9667-ce1bb25e33eb [pid: 7|app: 0|req: 458/976] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/977] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:10 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:11.111 8 INFO neutron.services.segments.plugin [-] Segment abe6a8a5-7245-444d-bd77-6e06139e1d7b resource provider aggregate not found 2026-02-27 17:49:11.113 8 INFO neutron.services.segments.plugin [-] Segment abe6a8a5-7245-444d-bd77-6e06139e1d7b resource provider aggregate not found 2026-02-27 17:49:11.135 8 INFO neutron.services.segments.plugin [-] Segment abe6a8a5-7245-444d-bd77-6e06139e1d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe6a8a5-7245-444d-bd77-6e06139e1d7b found for delete ", "request_id": "req-127b9a1d-c4fb-4c2d-923e-20600b955fc0"}]} 2026-02-27 17:49:11.135 8 INFO neutron.services.segments.plugin [-] Segment abe6a8a5-7245-444d-bd77-6e06139e1d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe6a8a5-7245-444d-bd77-6e06139e1d7b found for delete ", "request_id": "req-43237f73-f582-41fb-b99f-c485cf625420"}]} 2026-02-27 17:49:11.138 8 INFO neutron.db.l3_hamode_db [None req-1452fec0-3ac2-4de6-911a-1bba7b101d06 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network 7388fc4a-d100-406b-8f81-83cd60db146c was deleted as no HA routers are present in tenant 5b08c4532d944ba0b3b0206db629ed97. [pid: 8|app: 0|req: 519/978] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:10 2026] DELETE /v2.0/routers/a6ff0ce2-8d93-43cb-837e-77b95868cc4a => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/979] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:11 2026] DELETE /v2.0/subnets/5bffaf42-d315-41d8-bc56-cd5fb1c0bb46 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:11.355 7 INFO neutron.db.l3_db [None req-67a15c33-6da9-4346-8b3d-c93956594da1 abd2bfb031914106a3a54122158191ec 90a268ae37e74a11b7312533e6893ee1 - - default default] Floating IP 547b2d7b-c461-45f0-8c69-ee83d0dac892 associated. External IP: 10.96.250.202, port: f3572f5c-ebb1-45f6-801c-1016d6c5facd. [pid: 8|app: 0|req: 521/980] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:11 2026] GET /v2.0/ports?device_id=b24c593d-89f9-42b0-bfef-62aefd05a978 => generated 12 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:49:11.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-959066ce-c8a9-43a1-a889-38b18b9a904a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 7fff4647-c024-426e-abf3-13ba08110de0 2026-02-27 17:49:11.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-959066ce-c8a9-43a1-a889-38b18b9a904a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 7fff4647-c024-426e-abf3-13ba08110de0 [pid: 8|app: 0|req: 522/981] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:11 2026] DELETE /v2.0/networks/2bee47ef-6755-4a78-9991-0a16145382ab => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/982] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:49:10 2026] PUT /v2.0/floatingips/547b2d7b-c461-45f0-8c69-ee83d0dac892 => generated 855 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:12.107 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f147fd6a-43ed-4fad-a205-8943def394bb'] response: {'name': 'network-changed', 'server_uuid': '5491cd6e-3ff4-4aa1-a952-ffb317548966', 'tag': 'f3572f5c-ebb1-45f6-801c-1016d6c5facd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 523/983] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/984] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/security-groups?tenant_id=5b08c4532d944ba0b3b0206db629ed97&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/985] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/986] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:12 2026] DELETE /v2.0/security-groups/4508c557-1d3d-4314-9d99-0a1975358894 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/987] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/ports?tenant_id=90a268ae37e74a11b7312533e6893ee1&device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/988] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/989] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&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: 527/990] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/networks?id=0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/991] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f3572f5c-ebb1-45f6-801c-1016d6c5facd => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/992] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/subnets?id=819b97fe-5aa7-44a2-8f36-d0fc505f50a3 => generated 694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/993] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/ports?network_id=0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c&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: 466/994] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/networks/0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/995] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:12 2026] DELETE /v2.0/security-groups/6dea07e8-93d3-4b42-9682-237c176b5fa0 => 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: 467/996] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/networks/0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:49:12.997 8 INFO neutron.api.v2.resource [None req-f4bb832a-3bd4-405c-8716-450d7266ae50 e4af9862d72f46e4847306b7fa9c61f4 15629514a22d4c1a9b7663e470a346c6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 530/997] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:49:12 2026] GET /v2.0/security-groups/6dea07e8-93d3-4b42-9682-237c176b5fa0 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:49:13.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-501d793f-e792-44c0-8735-37c0cfc89afc e4af9862d72f46e4847306b7fa9c61f4 15629514a22d4c1a9b7663e470a346c6 - - default default] TaaS: Handle Delete Port: dbeec69c-1c0d-4a8e-9107-ef94f0a234bd 2026-02-27 17:49:13.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-501d793f-e792-44c0-8735-37c0cfc89afc e4af9862d72f46e4847306b7fa9c61f4 15629514a22d4c1a9b7663e470a346c6 - - default default] Tap Mirror: Handle Delete Port: dbeec69c-1c0d-4a8e-9107-ef94f0a234bd 2026-02-27 17:49:13.154 8 INFO neutron.services.segments.plugin [-] Segment 50ebb5f8-e8fc-40ec-9da4-11a8b59100d5 resource provider aggregate not found 2026-02-27 17:49:13.163 8 INFO neutron.services.segments.plugin [-] Segment 50ebb5f8-e8fc-40ec-9da4-11a8b59100d5 resource provider aggregate not found 2026-02-27 17:49:13.169 8 INFO neutron.services.segments.plugin [-] Segment 50ebb5f8-e8fc-40ec-9da4-11a8b59100d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50ebb5f8-e8fc-40ec-9da4-11a8b59100d5 found for delete ", "request_id": "req-2ad25ac3-f8da-4522-bc54-20a2c6eefdfd"}]} 2026-02-27 17:49:13.178 8 INFO neutron.services.segments.plugin [-] Segment 50ebb5f8-e8fc-40ec-9da4-11a8b59100d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50ebb5f8-e8fc-40ec-9da4-11a8b59100d5 found for delete ", "request_id": "req-b3be1661-7a28-47b0-b2e2-01f8d657b9ca"}]} [pid: 7|app: 0|req: 468/998] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:13 2026] DELETE /v2.0/floatingips/7083622c-2903-430a-a31b-eee3ad098466 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:13.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-f98fcd82-d32e-46e6-a836-6ec40a180f09 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 89e06aa5-0e99-47dd-9f12-9713b343d733 2026-02-27 17:49:13.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f98fcd82-d32e-46e6-a836-6ec40a180f09 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 89e06aa5-0e99-47dd-9f12-9713b343d733 [pid: 7|app: 0|req: 469/999] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:13 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 470/1000] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:13 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1001] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:49:13 2026] PUT /v2.0/routers/ac324868-0ab5-43af-a674-4a67485407c3/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:14.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-523b0f78-f66e-48f0-a3ce-8f5fc6425ca0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 52bab4a4-1a9a-4889-b426-e7c38212c5ce 2026-02-27 17:49:14.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-523b0f78-f66e-48f0-a3ce-8f5fc6425ca0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 52bab4a4-1a9a-4889-b426-e7c38212c5ce 2026-02-27 17:49:14.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-523b0f78-f66e-48f0-a3ce-8f5fc6425ca0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 11eb9012-a63f-4c55-9b4d-631792aea21d 2026-02-27 17:49:14.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-523b0f78-f66e-48f0-a3ce-8f5fc6425ca0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 11eb9012-a63f-4c55-9b4d-631792aea21d 2026-02-27 17:49:14.995 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-523b0f78-f66e-48f0-a3ce-8f5fc6425ca0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 532/1002] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:14 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1003] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:49:15 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 534/1004] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:15 2026] GET /v2.0/security-groups?id=3c8b382f-a28c-4bbc-8f28-579f7d129baa&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-02-27 17:49:15.241 8 INFO neutron_taas.services.taas.taas_plugin [req-7bb25310-2db6-4617-a574-ad0567d21e23 req-b2bf873c-472d-423c-8948-c1630844df33 abd2bfb031914106a3a54122158191ec 90a268ae37e74a11b7312533e6893ee1 - - default default] TaaS: Handle Delete Port: f3572f5c-ebb1-45f6-801c-1016d6c5facd 2026-02-27 17:49:15.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7bb25310-2db6-4617-a574-ad0567d21e23 req-b2bf873c-472d-423c-8948-c1630844df33 abd2bfb031914106a3a54122158191ec 90a268ae37e74a11b7312533e6893ee1 - - default default] Tap Mirror: Handle Delete Port: f3572f5c-ebb1-45f6-801c-1016d6c5facd 2026-02-27 17:49:15.313 7 INFO neutron.services.segments.plugin [-] Segment db40580d-3301-43bf-ba39-bf6651431fda resource provider aggregate not found 2026-02-27 17:49:15.319 7 INFO neutron.services.segments.plugin [-] Segment db40580d-3301-43bf-ba39-bf6651431fda resource provider aggregate not found 2026-02-27 17:49:15.330 7 INFO neutron.services.segments.plugin [-] Segment db40580d-3301-43bf-ba39-bf6651431fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db40580d-3301-43bf-ba39-bf6651431fda found for delete ", "request_id": "req-052204c6-b858-4328-95e9-1342891de238"}]} 2026-02-27 17:49:15.336 7 INFO neutron.services.segments.plugin [-] Segment db40580d-3301-43bf-ba39-bf6651431fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db40580d-3301-43bf-ba39-bf6651431fda found for delete ", "request_id": "req-ff863088-2103-499f-b678-311b0c57593c"}]} 2026-02-27 17:49:15.346 7 INFO neutron.db.l3_hamode_db [None req-523b0f78-f66e-48f0-a3ce-8f5fc6425ca0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network 43ae6c8d-0e7d-40a2-9514-e74ec4af771b was deleted as no HA routers are present in tenant 15629514a22d4c1a9b7663e470a346c6. [pid: 7|app: 0|req: 471/1005] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:14 2026] DELETE /v2.0/routers/ac324868-0ab5-43af-a674-4a67485407c3 => generated 0 bytes in 1052 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:15.364 8 INFO neutron.db.l3_db [req-7bb25310-2db6-4617-a574-ad0567d21e23 req-b2bf873c-472d-423c-8948-c1630844df33 abd2bfb031914106a3a54122158191ec 90a268ae37e74a11b7312533e6893ee1 - - default default] Floating IP 547b2d7b-c461-45f0-8c69-ee83d0dac892 disassociated. External IP: 10.96.250.202, port: f3572f5c-ebb1-45f6-801c-1016d6c5facd. [pid: 7|app: 0|req: 472/1006] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:15 2026] DELETE /v2.0/subnets/5320de8d-f961-4d12-81c6-52d3db32579c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:15.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-863042d8-6a78-4377-b750-1ff1cc63dc8d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 3a84f642-48fe-46bd-8cc6-eb778828db1a 2026-02-27 17:49:15.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863042d8-6a78-4377-b750-1ff1cc63dc8d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 3a84f642-48fe-46bd-8cc6-eb778828db1a [pid: 8|app: 0|req: 535/1007] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:49:15 2026] DELETE /v2.0/ports/f3572f5c-ebb1-45f6-801c-1016d6c5facd => generated 0 bytes in 689 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:15.826 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc6b461f-ef19-4646-95e8-b461c6fc6d45'] response: {'server_uuid': '5491cd6e-3ff4-4aa1-a952-ffb317548966', 'name': 'network-vif-deleted', 'tag': 'f3572f5c-ebb1-45f6-801c-1016d6c5facd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 473/1008] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:15 2026] DELETE /v2.0/networks/32bd6cad-217e-4a61-8795-65595eed0e01 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1009] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:16 2026] GET /v2.0/security-groups?tenant_id=15629514a22d4c1a9b7663e470a346c6&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1010] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:16 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 474/1011] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:16 2026] DELETE /v2.0/security-groups/31f23a7e-98d9-44ab-91d5-f52c8725988d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1012] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:16 2026] GET /v2.0/security-groups?tenant_id=89a1c22845ed4e0aba15efc45039155a&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1013] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:17 2026] DELETE /v2.0/security-groups/f896eb93-091c-41f8-a115-3cc0a1b080e4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1014] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:17 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:49:17.356 7 INFO neutron.services.segments.plugin [-] Segment 3b7d330f-e808-42af-87cf-248662ea8da6 resource provider aggregate not found 2026-02-27 17:49:17.362 7 INFO neutron.services.segments.plugin [-] Segment 3b7d330f-e808-42af-87cf-248662ea8da6 resource provider aggregate not found 2026-02-27 17:49:17.379 7 INFO neutron.services.segments.plugin [-] Segment 3b7d330f-e808-42af-87cf-248662ea8da6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7d330f-e808-42af-87cf-248662ea8da6 found for delete ", "request_id": "req-6b3983c2-bddc-471d-93bc-ca15dbe0f552"}]} 2026-02-27 17:49:17.382 7 INFO neutron.services.segments.plugin [-] Segment 3b7d330f-e808-42af-87cf-248662ea8da6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7d330f-e808-42af-87cf-248662ea8da6 found for delete ", "request_id": "req-6d4a9938-6a43-4f52-ae89-cf42fc4c6819"}]} [pid: 7|app: 0|req: 476/1015] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:17 2026] GET /v2.0/security-groups?tenant_id=3e6f46b3c0a94d8b8213709a3f0da751&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1018] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:17 2026] DELETE /v2.0/security-groups/b9de887b-440f-4a46-a5a5-b6794f4b94d3 => 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: 479/1019] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:18 2026] GET /v2.0/ports?device_id=5491cd6e-3ff4-4aa1-a952-ffb317548966 => 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: 541/1020] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:19 2026] DELETE /v2.0/security-groups/3c8b382f-a28c-4bbc-8f28-579f7d129baa => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:19.652 7 INFO neutron.api.v2.resource [None req-71f156f2-15d1-4088-a205-4b79b2d88e31 abd2bfb031914106a3a54122158191ec 90a268ae37e74a11b7312533e6893ee1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 480/1021] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:49:19 2026] GET /v2.0/security-groups/3c8b382f-a28c-4bbc-8f28-579f7d129baa => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:49:19.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e9abd89-1aa5-48fc-8fdb-3d795fe850d7 abd2bfb031914106a3a54122158191ec 90a268ae37e74a11b7312533e6893ee1 - - default default] TaaS: Handle Delete Port: f7ee3d86-67a3-4ba0-8ede-f3585fba9e31 2026-02-27 17:49:19.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e9abd89-1aa5-48fc-8fdb-3d795fe850d7 abd2bfb031914106a3a54122158191ec 90a268ae37e74a11b7312533e6893ee1 - - default default] Tap Mirror: Handle Delete Port: f7ee3d86-67a3-4ba0-8ede-f3585fba9e31 [pid: 8|app: 0|req: 542/1022] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:19 2026] DELETE /v2.0/floatingips/547b2d7b-c461-45f0-8c69-ee83d0dac892 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1023] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:49:19 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1244 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1024] 10.0.0.46 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:20 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:20.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-24dda4be-7621-45f8-a848-4aafd3dd9dfb e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 8d7d9d11-bda9-488f-94bc-2128458ebbb7 2026-02-27 17:49:20.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24dda4be-7621-45f8-a848-4aafd3dd9dfb e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 8d7d9d11-bda9-488f-94bc-2128458ebbb7 [pid: 8|app: 0|req: 543/1025] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:49:19 2026] PUT /v2.0/routers/a0d8048a-3e87-46ff-9e15-4877a4d0d916/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:21.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-890820b0-549f-4692-b38b-ee017f523194 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: fd032229-f53c-4185-851d-78d81ad49874 2026-02-27 17:49:21.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-890820b0-549f-4692-b38b-ee017f523194 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: fd032229-f53c-4185-851d-78d81ad49874 2026-02-27 17:49:21.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-890820b0-549f-4692-b38b-ee017f523194 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: fc28de3e-b57e-4f44-928f-2c2e21e1370f 2026-02-27 17:49:21.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-890820b0-549f-4692-b38b-ee017f523194 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: fc28de3e-b57e-4f44-928f-2c2e21e1370f 2026-02-27 17:49:21.779 7 INFO neutron.services.segments.plugin [-] Segment ebf03b9a-c551-4715-9fd7-4e4e7e608b21 resource provider aggregate not found 2026-02-27 17:49:21.784 7 INFO neutron.services.segments.plugin [-] Segment ebf03b9a-c551-4715-9fd7-4e4e7e608b21 resource provider aggregate not found 2026-02-27 17:49:21.802 7 INFO neutron.services.segments.plugin [-] Segment ebf03b9a-c551-4715-9fd7-4e4e7e608b21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf03b9a-c551-4715-9fd7-4e4e7e608b21 found for delete ", "request_id": "req-21af92ae-1ad3-4e42-b565-2aa19fb72b8c"}]} 2026-02-27 17:49:21.806 7 INFO neutron.services.segments.plugin [-] Segment ebf03b9a-c551-4715-9fd7-4e4e7e608b21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf03b9a-c551-4715-9fd7-4e4e7e608b21 found for delete ", "request_id": "req-2a5cca46-9444-49e7-95bd-3e9ec55f90ee"}]} 2026-02-27 17:49:21.824 7 INFO neutron.db.l3_hamode_db [None req-890820b0-549f-4692-b38b-ee017f523194 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network ac8e689c-3f68-4681-877a-cd3f08d9aa27 was deleted as no HA routers are present in tenant 90a268ae37e74a11b7312533e6893ee1. [pid: 7|app: 0|req: 483/1026] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:20 2026] DELETE /v2.0/routers/a0d8048a-3e87-46ff-9e15-4877a4d0d916 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1027] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:21 2026] DELETE /v2.0/subnets/819b97fe-5aa7-44a2-8f36-d0fc505f50a3 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:22.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8b3b1fa-fb8d-4e9c-90ff-17b8e06ffa6f e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 3d94b727-a21a-4c20-afa4-2a8394b5cb07 2026-02-27 17:49:22.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8b3b1fa-fb8d-4e9c-90ff-17b8e06ffa6f e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 3d94b727-a21a-4c20-afa4-2a8394b5cb07 [pid: 7|app: 0|req: 484/1028] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:22 2026] DELETE /v2.0/networks/0efc66b1-f1a7-4baf-a6c5-05b0bdd36d3c => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1029] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:22 2026] GET /v2.0/security-groups?tenant_id=90a268ae37e74a11b7312533e6893ee1&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1030] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:22 2026] DELETE /v2.0/security-groups/40271aa7-8045-4987-89c6-78052693129d => 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: 546/1031] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:23 2026] GET /v2.0/security-groups?tenant_id=93c62c6344e94dff9e36169df5d03d06&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1032] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:23 2026] DELETE /v2.0/security-groups/56deb26f-7ba5-42e5-9a4d-1a86cf9fa890 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:23.826 7 INFO neutron.services.segments.plugin [-] Segment 83811e9a-4cd1-4381-af28-8cd28656bee0 resource provider aggregate not found 2026-02-27 17:49:23.838 7 INFO neutron.services.segments.plugin [-] Segment 83811e9a-4cd1-4381-af28-8cd28656bee0 resource provider aggregate not found 2026-02-27 17:49:23.859 7 INFO neutron.services.segments.plugin [-] Segment 83811e9a-4cd1-4381-af28-8cd28656bee0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83811e9a-4cd1-4381-af28-8cd28656bee0 found for delete ", "request_id": "req-72110fb7-de36-4ec8-95db-6eb4a1ddc224"}]} 2026-02-27 17:49:23.859 7 INFO neutron.services.segments.plugin [-] Segment 83811e9a-4cd1-4381-af28-8cd28656bee0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83811e9a-4cd1-4381-af28-8cd28656bee0 found for delete ", "request_id": "req-7bd52357-d407-4f0e-905c-93cf4f3150c9"}]} [pid: 8|app: 0|req: 547/1033] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:23 2026] GET /v2.0/security-groups?tenant_id=4b9f628f11b0435e8d5c5c5509649408&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1034] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:24 2026] DELETE /v2.0/security-groups/62704218-9ee1-48d3-977d-ad91ef17d04f => 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: 548/1035] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:24 2026] GET /v2.0/security-groups?tenant_id=54c0b72044a44395b0636b276ec29488&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1036] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:24 2026] DELETE /v2.0/security-groups/835e6837-5e49-49ec-b550-36bd337d3ccc => 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: 549/1037] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:24 2026] GET /v2.0/security-groups?tenant_id=e25bdd475a7e4ee29f8ebd2c1d2cc855&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1038] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:25 2026] DELETE /v2.0/security-groups/f9a67985-872f-42b5-9754-3833689b062b => 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: 550/1039] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:27 2026] GET /v2.0/security-groups?tenant_id=4bdaa3e5f5514d34b45d739e9c285349&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1040] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:27 2026] DELETE /v2.0/security-groups/882e8242-f7d5-4e92-867d-fe048bc9905d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1041] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:27 2026] GET /v2.0/security-groups?tenant_id=0721f175df8943e5b2c57de84ca85cce&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1042] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:27 2026] DELETE /v2.0/security-groups/b5c2cbb1-3875-414b-a449-137bd8041fae => 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: 552/1043] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:27 2026] GET /v2.0/security-groups?tenant_id=9bdabdb10b1649ef8ad02b7f4f4a518f&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1044] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:27 2026] DELETE /v2.0/security-groups/e9c27025-c656-4619-a798-39980492d764 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1045] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:28 2026] GET /v2.0/security-groups?tenant_id=70d03ed8ebb740268c4cfb70df651589&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1046] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:28 2026] DELETE /v2.0/security-groups/75dbefa8-737b-4938-986a-c1faf52cb7ee => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1047] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:28 2026] GET /v2.0/security-groups?tenant_id=d9afc93c847c4b5eb67002e73b4266a3&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1048] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:28 2026] DELETE /v2.0/security-groups/e7e33ea6-4d2a-43dd-a40e-f38bbd6e4ffa => 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: 555/1049] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:29 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => 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: 495/1050] 10.0.0.79 () {34 vars in 970 bytes} [Fri Feb 27 17:49:29 2026] GET /v2.0/ports/6c518362-31b1-486d-8a3e-323757005fd8 => generated 972 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:30.288 8 INFO neutron.db.segments_db [None req-0c8933d9-6ea5-45e6-96c5-f5c97dff4ff8 ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Added segment 6e74dc44-f134-43ce-9fd2-53964ebcd094 of type vxlan for network 1aa23d80-d043-47ad-8727-530722a22fe8 2026-02-27 17:49:30.364 8 INFO neutron.db.segments_db [None req-0c8933d9-6ea5-45e6-96c5-f5c97dff4ff8 ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Added segment 6020f18c-ca95-40de-a9bc-540f493289ff of type vxlan for network fc585fd4-c389-462a-8ef3-1f3786de3692 [pid: 8|app: 0|req: 556/1051] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:29 2026] POST /v2.0/networks => generated 1208 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1052] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:49:30 2026] GET /v2.0/networks => generated 1845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1053] 199.204.45.95 () {34 vars in 999 bytes} [Fri Feb 27 17:49:30 2026] GET /v2.0/subnets?network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 684 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:30.715 8 INFO neutron.services.segments.plugin [-] Segment 6e74dc44-f134-43ce-9fd2-53964ebcd094 resource provider aggregate not found 2026-02-27 17:49:30.725 8 INFO neutron.services.segments.plugin [-] Segment 6e74dc44-f134-43ce-9fd2-53964ebcd094 resource provider aggregate not found 2026-02-27 17:49:30.740 8 INFO neutron.services.segments.plugin [-] Segment 6e74dc44-f134-43ce-9fd2-53964ebcd094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e74dc44-f134-43ce-9fd2-53964ebcd094 found for delete ", "request_id": "req-7fa6c73c-b51f-40bb-9f79-7b1cabce8920"}]} 2026-02-27 17:49:30.743 8 INFO neutron.services.segments.plugin [-] Segment 6e74dc44-f134-43ce-9fd2-53964ebcd094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e74dc44-f134-43ce-9fd2-53964ebcd094 found for delete ", "request_id": "req-c7dd26b4-9cf7-4ac5-9d7f-0c03f26b7298"}]} [pid: 8|app: 0|req: 557/1054] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:30 2026] DELETE /v2.0/networks/1aa23d80-d043-47ad-8727-530722a22fe8 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1055] 199.204.45.95 () {34 vars in 1145 bytes} [Fri Feb 27 17:49:30 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028&device_owner=compute%3Anova&network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1056] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:30 2026] DELETE /v2.0/networks/fc585fd4-c389-462a-8ef3-1f3786de3692 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1057] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:49:30 2026] GET /v2.0/networks => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:31.042 8 INFO neutron.db.segments_db [None req-05af1642-31db-40f3-95c9-12ff560d2c22 ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Added segment b19dd54d-bbd3-4808-850d-efd349d04900 of type vxlan for network f79a265f-fcd6-48a5-8fa2-81e50328e4ee [pid: 8|app: 0|req: 560/1058] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:30 2026] POST /v2.0/networks => generated 635 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:31.181 8 INFO neutron.db.segments_db [None req-71be0e61-6481-4238-8b02-2c23516000c5 ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Added segment 7fc77bea-41e4-4e5e-8fad-0420342b367c of type vxlan for network f66f0bd4-01bf-4b41-abb0-6a035fd259d3 [pid: 8|app: 0|req: 561/1059] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:31 2026] POST /v2.0/networks => generated 635 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1060] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:49:30 2026] PUT /v2.0/ports/6c518362-31b1-486d-8a3e-323757005fd8 => generated 1149 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:31.420 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-187dbc91-e372-492e-a031-d801e1926d2a'] response: {'name': 'network-changed', 'server_uuid': 'dc44796f-cccf-4af3-9cec-9003e7a77028', 'tag': '6c518362-31b1-486d-8a3e-323757005fd8', '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: 500/1061] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:31 2026] GET /v2.0/security-groups?tenant_id=9d1b81b4f75d4b8ea82541fa7e244276&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1062] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:31 2026] DELETE /v2.0/security-groups/30e4d942-03e1-4ab9-bd2f-0fe6a20517ad => 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: 562/1063] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:49:31 2026] POST /v2.0/ports => generated 1503 bytes in 596 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: 563/1064] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:31 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1065] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:31 2026] GET /v2.0/networks?id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1066] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:49:31 2026] GET /v2.0/ports => generated 1503 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1067] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:49:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1068] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => 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: 567/1069] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/subnets?id=b29ee177-4021-42ed-8b67-fea2efe7582e => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1070] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/ports?network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:32.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-aad78735-f963-4363-bb3f-b1fe527bc194 ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] TaaS: Handle Delete Port: 69b56f18-15fc-498e-8f60-649bf6d885dc 2026-02-27 17:49:32.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aad78735-f963-4363-bb3f-b1fe527bc194 ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Tap Mirror: Handle Delete Port: 69b56f18-15fc-498e-8f60-649bf6d885dc [pid: 8|app: 0|req: 569/1071] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1072] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?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: 503/1073] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:49:32 2026] DELETE /v2.0/ports/69b56f18-15fc-498e-8f60-649bf6d885dc => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:32.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c12e5da-2a88-4f06-8f3b-6d2c892b112e ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] TaaS: Handle Delete Port: 346840e0-c229-4296-9c27-31160fa5a3fe 2026-02-27 17:49:32.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c12e5da-2a88-4f06-8f3b-6d2c892b112e ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Tap Mirror: Handle Delete Port: 346840e0-c229-4296-9c27-31160fa5a3fe [pid: 7|app: 0|req: 504/1074] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1152 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1075] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 571/1076] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:49:32 2026] DELETE /v2.0/ports/346840e0-c229-4296-9c27-31160fa5a3fe => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1077] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:49:32.560 7 INFO neutron.db.segments_db [None req-c67857f9-8f73-414c-9722-0405b3bb2b49 ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Added segment 841684df-e21a-408e-b730-d3500665de87 of type vxlan for network 45c8e698-3c20-4ae7-8031-591a28a5099d [pid: 7|app: 0|req: 508/1080] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:32 2026] POST /v2.0/networks => generated 633 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:32.763 8 INFO neutron.db.segments_db [None req-11a28375-c9df-4b34-90c2-89654151f5da ca914a42781a493087d8365f62917a18 30eb58c1b3714cb2ba23659f05e79cfa - - default default] Added segment eba9e078-cc0a-41b8-a37d-c19b279c9522 of type vxlan for network 8f081432-5a41-4017-a9fc-5aa88c33aa29 2026-02-27 17:49:32.766 8 INFO neutron.services.segments.plugin [-] Segment 6020f18c-ca95-40de-a9bc-540f493289ff resource provider aggregate not found 2026-02-27 17:49:32.770 8 INFO neutron.services.segments.plugin [-] Segment 6020f18c-ca95-40de-a9bc-540f493289ff resource provider aggregate not found 2026-02-27 17:49:32.781 8 INFO neutron.services.segments.plugin [-] Segment 6020f18c-ca95-40de-a9bc-540f493289ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6020f18c-ca95-40de-a9bc-540f493289ff found for delete ", "request_id": "req-2dd94869-db17-4f65-a2ed-7419d0df5653"}]} 2026-02-27 17:49:32.789 8 INFO neutron.services.segments.plugin [-] Segment 6020f18c-ca95-40de-a9bc-540f493289ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6020f18c-ca95-40de-a9bc-540f493289ff found for delete ", "request_id": "req-a3fd9ecc-91e6-4b79-9978-82339d650719"}]} [pid: 8|app: 0|req: 573/1081] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:32 2026] POST /v2.0/networks => generated 635 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1082] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:32 2026] GET /v2.0/security-groups?tenant_id=3443ddedfdca456286d22962e59d3ab5&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1083] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:33 2026] DELETE /v2.0/security-groups/5cffcb1f-9a2a-4835-a29e-e22b5a5c4a37 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1084] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1421 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1085] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/networks?id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1086] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1087] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => 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: 512/1088] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/subnets?id=b29ee177-4021-42ed-8b67-fea2efe7582e => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1089] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/security-groups?tenant_id=05275a6c98a54f1a8523d1965391ab79&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1090] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/ports?network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1&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: 515/1091] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:33 2026] DELETE /v2.0/security-groups/163876c8-82d5-4cc4-9a30-1223d86566fd => 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: 516/1092] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?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: 517/1093] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1094] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:33 2026] POST /v2.0/subnets => generated 1323 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1095] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:49:33 2026] GET /v2.0/subnets => generated 1959 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1096] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:33 2026] DELETE /v2.0/subnets/dd0e378c-7ed9-4891-8e5e-578c513af2b5 => 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: 519/1097] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:34 2026] DELETE /v2.0/subnets/08f07aa1-c503-4805-b0d3-8d97658c8f25 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1098] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:49:34 2026] GET /v2.0/subnets => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:34.463 7 INFO neutron.services.segments.plugin [-] Segment eba9e078-cc0a-41b8-a37d-c19b279c9522 resource provider aggregate not found 2026-02-27 17:49:34.468 7 INFO neutron.services.segments.plugin [-] Segment eba9e078-cc0a-41b8-a37d-c19b279c9522 resource provider aggregate not found [pid: 8|app: 0|req: 580/1099] 199.204.45.95 () {34 vars in 1117 bytes} [Fri Feb 27 17:49:34 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:34.485 7 INFO neutron.services.segments.plugin [-] Segment eba9e078-cc0a-41b8-a37d-c19b279c9522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba9e078-cc0a-41b8-a37d-c19b279c9522 found for delete ", "request_id": "req-bd9a6b3c-8118-4865-b73d-1225c1c0f10c"}]} 2026-02-27 17:49:34.489 7 INFO neutron.services.segments.plugin [-] Segment eba9e078-cc0a-41b8-a37d-c19b279c9522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba9e078-cc0a-41b8-a37d-c19b279c9522 found for delete ", "request_id": "req-dce661fd-fe03-433e-8ea7-b9b5207624f0"}]} [pid: 7|app: 0|req: 520/1100] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:34 2026] DELETE /v2.0/networks/8f081432-5a41-4017-a9fc-5aa88c33aa29 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1101] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:34 2026] DELETE /v2.0/networks/45c8e698-3c20-4ae7-8031-591a28a5099d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1102] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:34 2026] DELETE /v2.0/networks/f66f0bd4-01bf-4b41-abb0-6a035fd259d3 => 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: 523/1103] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:34 2026] DELETE /v2.0/networks/f79a265f-fcd6-48a5-8fa2-81e50328e4ee => 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: 581/1104] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:49:34 2026] PUT /v2.0/ports/6c518362-31b1-486d-8a3e-323757005fd8 => generated 972 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:35.117 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d79272f2-0899-447e-8b31-ea58ec270d24'] response: {'name': 'network-changed', 'server_uuid': 'dc44796f-cccf-4af3-9cec-9003e7a77028', 'tag': '6c518362-31b1-486d-8a3e-323757005fd8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 524/1105] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/security-groups?tenant_id=30eb58c1b3714cb2ba23659f05e79cfa&name=default => generated 2925 bytes in 158 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: 582/1106] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:35 2026] DELETE /v2.0/security-groups/9a0f5705-5863-4e2e-aa5c-125bca18041b => 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: 525/1107] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1108] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/networks?id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1109] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1110] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/subnets?id=b29ee177-4021-42ed-8b67-fea2efe7582e => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1111] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/ports?network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1112] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?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: 528/1113] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:35 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?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: 586/1114] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:36 2026] GET /v2.0/security-groups?tenant_id=8bb41c27c50b431daa39c55d9dfe2311&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1115] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:36 2026] DELETE /v2.0/security-groups/c32e18f5-f578-4d59-bba7-7e597b23b1e1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:36.510 7 INFO neutron.services.segments.plugin [-] Segment 841684df-e21a-408e-b730-d3500665de87 resource provider aggregate not found 2026-02-27 17:49:36.511 7 INFO neutron.services.segments.plugin [-] Segment 841684df-e21a-408e-b730-d3500665de87 resource provider aggregate not found 2026-02-27 17:49:36.528 7 INFO neutron.services.segments.plugin [-] Segment 841684df-e21a-408e-b730-d3500665de87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841684df-e21a-408e-b730-d3500665de87 found for delete ", "request_id": "req-dc11caa0-63b2-4896-a531-744a9a0a2ec3"}]} 2026-02-27 17:49:36.534 7 INFO neutron.services.segments.plugin [-] Segment 841684df-e21a-408e-b730-d3500665de87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 841684df-e21a-408e-b730-d3500665de87 found for delete ", "request_id": "req-e669f7ee-bed1-4af1-9c7a-2403682e1746"}]} 2026-02-27 17:49:36.548 7 INFO neutron.services.segments.plugin [-] Segment 7fc77bea-41e4-4e5e-8fad-0420342b367c resource provider aggregate not found 2026-02-27 17:49:36.559 7 INFO neutron.services.segments.plugin [-] Segment 7fc77bea-41e4-4e5e-8fad-0420342b367c resource provider aggregate not found 2026-02-27 17:49:36.564 7 INFO neutron.services.segments.plugin [-] Segment 7fc77bea-41e4-4e5e-8fad-0420342b367c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc77bea-41e4-4e5e-8fad-0420342b367c found for delete ", "request_id": "req-aa64fd70-4a45-4085-9749-ea06d835a7f7"}]} 2026-02-27 17:49:36.577 7 INFO neutron.services.segments.plugin [-] Segment 7fc77bea-41e4-4e5e-8fad-0420342b367c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc77bea-41e4-4e5e-8fad-0420342b367c found for delete ", "request_id": "req-801c1c1b-318e-41dc-bd94-ca554d68fe48"}]} 2026-02-27 17:49:36.582 7 INFO neutron.services.segments.plugin [-] Segment b19dd54d-bbd3-4808-850d-efd349d04900 resource provider aggregate not found 2026-02-27 17:49:36.597 7 INFO neutron.services.segments.plugin [-] Segment b19dd54d-bbd3-4808-850d-efd349d04900 resource provider aggregate not found 2026-02-27 17:49:36.600 7 INFO neutron.services.segments.plugin [-] Segment b19dd54d-bbd3-4808-850d-efd349d04900 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19dd54d-bbd3-4808-850d-efd349d04900 found for delete ", "request_id": "req-04e9e73f-cfb5-41ec-8c1a-81c220845a27"}]} 2026-02-27 17:49:36.609 7 INFO neutron.services.segments.plugin [-] Segment b19dd54d-bbd3-4808-850d-efd349d04900 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19dd54d-bbd3-4808-850d-efd349d04900 found for delete ", "request_id": "req-3bbe8dbb-a922-4a67-9f1f-519b6fda5710"}]} [pid: 8|app: 0|req: 587/1116] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:36 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1117] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:36 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1118] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:49:36 2026] GET /v2.0/ports?tenant_id=134eff5270ae40cb8f8918e56ac65110&device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => 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: 531/1119] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:49:36 2026] GET /v2.0/networks?id=26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1120] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:49:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6c518362-31b1-486d-8a3e-323757005fd8 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1121] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:49:37 2026] GET /v2.0/subnets?id=b29ee177-4021-42ed-8b67-fea2efe7582e => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1122] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:49:37 2026] GET /v2.0/ports?network_id=26232fec-703d-4b6a-8be3-fa9955eaf5f1&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: 533/1123] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:49:37 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?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: 591/1124] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:49:37 2026] GET /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1125] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:37 2026] GET /v2.0/security-groups?tenant_id=740223c42f07468bbbda7aec3c22ceda&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: 535/1126] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:37 2026] DELETE /v2.0/security-groups/82e879c3-0a6e-486a-997d-9c492e7bd56a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1127] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:49:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1128] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:49:37 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: 593/1129] 10.0.0.224 () {34 vars in 758 bytes} [Fri Feb 27 17:49:37 2026] PUT /v2.0/security-groups/7af12986-2641-4943-97ce-93ea22a78ff7 => generated 1664 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1130] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:37 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1131] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-groups/7af12986-2641-4943-97ce-93ea22a78ff7 => generated 1664 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1132] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 594/1133] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-groups?tenant_id=15d86e097b5547aab572581374fbe3cd&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1134] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:38 2026] DELETE /v2.0/security-groups/7af12986-2641-4943-97ce-93ea22a78ff7 => 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: 541/1135] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 595/1136] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:38 2026] DELETE /v2.0/security-groups/e9739189-b477-4688-a07d-5c1a385bce1f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:38.270 8 INFO neutron.api.v2.resource [None req-42b910a8-2761-4da7-8c4a-be63bc96e84a d1b2c289f0a74453b189abb396f6a58a 9055de0387d7440b9921d7e8ca06426c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1137] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:38 2026] DELETE /v2.0/security-groups/7af12986-2641-4943-97ce-93ea22a78ff7 => 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: 542/1138] 10.0.0.224 () {32 vars in 653 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions => generated 21537 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1139] 10.0.0.224 () {32 vars in 681 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1140] 10.0.0.224 () {32 vars in 681 bytes} [Fri Feb 27 17:49:38 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: 7|app: 0|req: 545/1141] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1142] 10.0.0.224 () {32 vars in 665 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1143] 10.0.0.224 () {32 vars in 699 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1144] 10.0.0.224 () {32 vars in 697 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1145] 10.0.0.224 () {32 vars in 701 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1146] 10.0.0.224 () {32 vars in 689 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1147] 10.0.0.224 () {32 vars in 703 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1148] 10.0.0.224 () {32 vars in 693 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1149] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:49:38 2026] POST /v2.0/security-groups => generated 1624 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1150] 10.0.0.224 () {32 vars in 695 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1151] 10.0.0.224 () {32 vars in 685 bytes} [Fri Feb 27 17:49:38 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: 555/1152] 10.0.0.224 () {32 vars in 687 bytes} [Fri Feb 27 17:49:38 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: 556/1153] 10.0.0.224 () {32 vars in 661 bytes} [Fri Feb 27 17:49:38 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: 557/1154] 10.0.0.224 () {32 vars in 699 bytes} [Fri Feb 27 17:49:38 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: 558/1155] 10.0.0.224 () {32 vars in 679 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1156] 10.0.0.224 () {32 vars in 683 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1157] 10.0.0.224 () {32 vars in 675 bytes} [Fri Feb 27 17:49:38 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: 561/1158] 10.0.0.224 () {32 vars in 689 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1159] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1160] 10.0.0.224 () {32 vars in 687 bytes} [Fri Feb 27 17:49:38 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: 564/1161] 10.0.0.224 () {32 vars in 669 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1162] 10.0.0.224 () {32 vars in 687 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1163] 10.0.0.224 () {32 vars in 681 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1164] 10.0.0.224 () {32 vars in 699 bytes} [Fri Feb 27 17:49:38 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: 568/1165] 10.0.0.224 () {32 vars in 679 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1166] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:49:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1167] 10.0.0.224 () {32 vars in 667 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1168] 10.0.0.224 () {32 vars in 677 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1169] 10.0.0.224 () {32 vars in 665 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1170] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-group-rules/ba21f25c-23f0-42a1-b86f-cbf0dc3dc11f => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1171] 10.0.0.224 () {32 vars in 675 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1172] 10.0.0.224 () {32 vars in 713 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1173] 10.0.0.224 () {32 vars in 691 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1174] 10.0.0.224 () {32 vars in 683 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/multi-provider => 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: 576/1175] 10.0.0.224 () {32 vars in 669 bytes} [Fri Feb 27 17:49:38 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: 577/1176] 10.0.0.224 () {32 vars in 687 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1177] 10.0.0.224 () {32 vars in 705 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1178] 10.0.0.224 () {32 vars in 675 bytes} [Fri Feb 27 17:49:38 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: 580/1179] 10.0.0.224 () {32 vars in 701 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 600/1180] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1181] 10.0.0.224 () {32 vars in 675 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1182] 10.0.0.224 () {32 vars in 693 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1183] 10.0.0.224 () {32 vars in 689 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1184] 10.0.0.224 () {32 vars in 709 bytes} [Fri Feb 27 17:49:38 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: 585/1185] 10.0.0.224 () {32 vars in 705 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1186] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1187] 10.0.0.224 () {32 vars in 697 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1188] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:49:38 2026] DELETE /v2.0/security-group-rules/ba21f25c-23f0-42a1-b86f-cbf0dc3dc11f => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1189] 10.0.0.224 () {32 vars in 711 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1190] 10.0.0.224 () {32 vars in 669 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1191] 10.0.0.224 () {32 vars in 687 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 605/1192] 10.0.0.224 () {32 vars in 681 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1193] 10.0.0.224 () {32 vars in 675 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1194] 10.0.0.224 () {32 vars in 671 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1195] 10.0.0.224 () {32 vars in 661 bytes} [Fri Feb 27 17:49:38 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: 609/1196] 10.0.0.224 () {32 vars in 699 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 610/1197] 10.0.0.224 () {32 vars in 699 bytes} [Fri Feb 27 17:49:38 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: 588/1198] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1199] 10.0.0.224 () {32 vars in 677 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 612/1200] 10.0.0.224 () {32 vars in 669 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 613/1201] 10.0.0.224 () {32 vars in 683 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1202] 10.0.0.224 () {32 vars in 701 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1203] 10.0.0.224 () {32 vars in 685 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1204] 10.0.0.224 () {32 vars in 707 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 617/1205] 10.0.0.224 () {32 vars in 669 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1206] 10.0.0.224 () {32 vars in 697 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1207] 10.0.0.224 () {32 vars in 695 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1208] 10.0.0.224 () {32 vars in 685 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 621/1209] 10.0.0.224 () {32 vars in 689 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1210] 10.0.0.224 () {32 vars in 705 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 623/1211] 10.0.0.224 () {32 vars in 667 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1212] 10.0.0.224 () {32 vars in 681 bytes} [Fri Feb 27 17:49:38 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: 589/1213] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:49:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1214] 10.0.0.224 () {32 vars in 681 bytes} [Fri Feb 27 17:49:38 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: 8|app: 0|req: 626/1215] 10.0.0.224 () {32 vars in 691 bytes} [Fri Feb 27 17:49:38 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: 590/1216] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-group-rules/70bc80c0-2018-43d4-a578-8d37499cec41 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1217] 10.0.0.224 () {32 vars in 691 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1218] 10.0.0.224 () {32 vars in 695 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1219] 10.0.0.224 () {32 vars in 685 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1220] 10.0.0.224 () {32 vars in 689 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1221] 10.0.0.224 () {32 vars in 701 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1222] 10.0.0.224 () {32 vars in 703 bytes} [Fri Feb 27 17:49:38 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: 591/1223] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:49:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1224] 10.0.0.224 () {32 vars in 713 bytes} [Fri Feb 27 17:49:39 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: 8|app: 0|req: 634/1225] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1226] 10.0.0.224 () {32 vars in 715 bytes} [Fri Feb 27 17:49:39 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: 8|app: 0|req: 636/1227] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1228] 10.0.0.224 () {32 vars in 741 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1229] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1230] 10.0.0.224 () {32 vars in 683 bytes} [Fri Feb 27 17:49:39 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: 592/1231] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:49:39 2026] DELETE /v2.0/security-group-rules/70bc80c0-2018-43d4-a578-8d37499cec41 => 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: 640/1232] 10.0.0.224 () {32 vars in 669 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1233] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:49:39 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: 8|app: 0|req: 642/1234] 10.0.0.224 () {32 vars in 679 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1235] 10.0.0.224 () {32 vars in 669 bytes} [Fri Feb 27 17:49:39 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: 8|app: 0|req: 644/1236] 10.0.0.224 () {32 vars in 697 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1237] 10.0.0.224 () {32 vars in 705 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1238] 10.0.0.224 () {32 vars in 701 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1239] 10.0.0.224 () {32 vars in 701 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1240] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1241] 10.0.0.224 () {32 vars in 683 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1242] 10.0.0.224 () {32 vars in 705 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1243] 10.0.0.224 () {32 vars in 695 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1244] 10.0.0.224 () {32 vars in 689 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1245] 10.0.0.224 () {32 vars in 697 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1246] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1247] 10.0.0.224 () {32 vars in 679 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1248] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:49:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1249] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/security-groups?id=d5d0053a-cad5-419b-85fd-8e2ba3f9b499&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: 595/1250] 10.0.0.224 () {32 vars in 689 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1251] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/security-group-rules/c1c53bb8-07dc-4dc9-96ca-1dbe94dc4b62 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1252] 10.0.0.224 () {32 vars in 701 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1253] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1254] 10.0.0.224 () {32 vars in 665 bytes} [Fri Feb 27 17:49:39 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: 598/1255] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1256] 10.0.0.224 () {32 vars in 681 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:39.421 8 INFO neutron_taas.services.taas.taas_plugin [req-dbbe74ba-d226-4872-8e8e-a320d3e5f96b req-a1988bba-4860-4443-86f4-573467d82059 cc867438ea7d467580caef51e774565a 134eff5270ae40cb8f8918e56ac65110 - - default default] TaaS: Handle Delete Port: 6c518362-31b1-486d-8a3e-323757005fd8 [pid: 7|app: 0|req: 600/1257] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:49:39 2026] DELETE /v2.0/security-group-rules/c1c53bb8-07dc-4dc9-96ca-1dbe94dc4b62 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:39.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dbbe74ba-d226-4872-8e8e-a320d3e5f96b req-a1988bba-4860-4443-86f4-573467d82059 cc867438ea7d467580caef51e774565a 134eff5270ae40cb8f8918e56ac65110 - - default default] Tap Mirror: Handle Delete Port: 6c518362-31b1-486d-8a3e-323757005fd8 [pid: 7|app: 0|req: 601/1258] 10.0.0.224 () {32 vars in 677 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1259] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1260] 10.0.0.224 () {32 vars in 693 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1261] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:39 2026] DELETE /v2.0/security-groups/1693ee8c-b301-4587-983e-e12f23e247d7 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:39.551 8 INFO neutron.db.l3_db [req-dbbe74ba-d226-4872-8e8e-a320d3e5f96b req-a1988bba-4860-4443-86f4-573467d82059 cc867438ea7d467580caef51e774565a 134eff5270ae40cb8f8918e56ac65110 - - default default] Floating IP 902e3b20-ba62-4077-9156-9ee7a46b6b68 disassociated. External IP: 10.96.250.207, port: 6c518362-31b1-486d-8a3e-323757005fd8. [pid: 7|app: 0|req: 605/1262] 10.0.0.224 () {32 vars in 677 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1263] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1264] 10.0.0.224 () {32 vars in 667 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1265] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1266] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/taas => generated 175 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1267] 10.0.0.224 () {32 vars in 675 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1268] 10.0.0.224 () {32 vars in 687 bytes} [Fri Feb 27 17:49:39 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1269] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:49:39 2026] DELETE /v2.0/ports/6c518362-31b1-486d-8a3e-323757005fd8 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:40.000 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-847c5639-bfb2-409a-b918-d235c7acebeb'] response: {'server_uuid': 'dc44796f-cccf-4af3-9cec-9003e7a77028', 'name': 'network-vif-deleted', 'tag': '6c518362-31b1-486d-8a3e-323757005fd8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 612/1270] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:40 2026] GET /v2.0/security-groups?tenant_id=9055de0387d7440b9921d7e8ca06426c&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1271] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:40 2026] GET /v2.0/security-groups?tenant_id=4668e2d10a4a4c6b902ef4b33f7187ce&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1272] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:40 2026] DELETE /v2.0/security-groups/c77e80c4-cf3f-4e07-be6b-b94c1b816617 => 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: 660/1273] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:40 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => 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: 614/1274] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:40 2026] DELETE /v2.0/security-groups/3ada2d84-3fc1-4ceb-80f6-04c5c46cf83c => 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: 661/1275] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:41 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => 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: 615/1276] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:49:42 2026] POST /v2.0/subnetpools => generated 548 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1277] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:49:42 2026] GET /v2.0/subnetpools/e0ac6474-b599-46a0-b415-4525c2e4cad4 => generated 548 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1278] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:49:42 2026] PUT /v2.0/subnetpools/e0ac6474-b599-46a0-b415-4525c2e4cad4 => generated 501 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1279] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:42 2026] DELETE /v2.0/subnetpools/e0ac6474-b599-46a0-b415-4525c2e4cad4 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:42.479 8 INFO neutron.api.v2.resource [None req-2d7428e4-7612-4fb8-afdc-68850d8f032f b78f2d9dc1a54aa2a17bf6dadb3c5dba 8a57ac99c9664c078aaa5cdcd15094e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1280] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:49:42 2026] GET /v2.0/subnetpools/e0ac6474-b599-46a0-b415-4525c2e4cad4 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:49:42.498 8 INFO neutron.api.v2.resource [None req-a75dc023-f3a6-4a52-bb0b-ce7583ada47d b78f2d9dc1a54aa2a17bf6dadb3c5dba 8a57ac99c9664c078aaa5cdcd15094e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 665/1281] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:42 2026] DELETE /v2.0/subnetpools/e0ac6474-b599-46a0-b415-4525c2e4cad4 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:49:42.600 7 INFO neutron.db.segments_db [None req-3fd9e769-2d71-4315-9bf3-5568d67d7988 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Added segment 0ca00f53-989e-44fd-821a-5fa9df04ae7b of type vxlan for network 151ba85d-529a-43ff-a640-74e59b5c379f [pid: 8|app: 0|req: 666/1282] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:49:42 2026] GET /v2.0/ports?device_id=dc44796f-cccf-4af3-9cec-9003e7a77028 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1283] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:42 2026] POST /v2.0/networks => generated 631 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1284] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:42 2026] POST /v2.0/subnets => generated 627 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:43.016 8 INFO neutron.db.segments_db [None req-910ee381-f0c0-47bb-a09d-b08e73f4715f c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Added segment 6de578ad-0bf6-4999-abf4-f1b3de45f10f of type vxlan for network 06f36ecd-9cad-469e-a27e-7dee617ac067 2026-02-27 17:49:43.259 8 INFO neutron.db.l3_hamode_db [None req-910ee381-f0c0-47bb-a09d-b08e73f4715f c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 618/1285] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:42 2026] GET /v2.0/security-groups?tenant_id=8a57ac99c9664c078aaa5cdcd15094e0&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1286] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:43 2026] DELETE /v2.0/security-groups/98a8277b-8862-4299-a70c-b01b7e05c768 => 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: 620/1287] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:43 2026] DELETE /v2.0/security-groups/d5d0053a-cad5-419b-85fd-8e2ba3f9b499 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:43.860 7 INFO neutron.api.v2.resource [None req-277c3429-d88b-46f4-9a74-9f4b44238075 cc867438ea7d467580caef51e774565a 134eff5270ae40cb8f8918e56ac65110 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1288] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:49:43 2026] GET /v2.0/security-groups/d5d0053a-cad5-419b-85fd-8e2ba3f9b499 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:49:43.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2295aac-9baf-4316-a965-777dc896dc05 cc867438ea7d467580caef51e774565a 134eff5270ae40cb8f8918e56ac65110 - - default default] TaaS: Handle Delete Port: 3562b506-d868-4b2b-8ac5-abc246ae5acd 2026-02-27 17:49:43.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2295aac-9baf-4316-a965-777dc896dc05 cc867438ea7d467580caef51e774565a 134eff5270ae40cb8f8918e56ac65110 - - default default] Tap Mirror: Handle Delete Port: 3562b506-d868-4b2b-8ac5-abc246ae5acd 2026-02-27 17:49:44.039 8 INFO neutron.db.l3_hamode_db [None req-910ee381-f0c0-47bb-a09d-b08e73f4715f c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 622/1289] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:43 2026] DELETE /v2.0/floatingips/902e3b20-ba62-4077-9156-9ee7a46b6b68 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1290] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:49:44 2026] GET /v2.0/security-groups => generated 23209 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1291] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:44 2026] GET /v2.0/security-groups?tenant_id=016016b0100945058ddb380208f76792&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1292] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:42 2026] POST /v2.0/routers => generated 695 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:44.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ba68795-54b5-4865-9490-5ddb13eeb2ad e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 288270b3-fadf-48f0-8d39-fbbf0d1461d8 2026-02-27 17:49:44.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ba68795-54b5-4865-9490-5ddb13eeb2ad e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 288270b3-fadf-48f0-8d39-fbbf0d1461d8 [pid: 8|app: 0|req: 669/1293] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:49:44 2026] GET /v2.0/ports => generated 11590 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1294] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:45 2026] DELETE /v2.0/security-groups/5ce7c716-8b06-4969-8528-7ed4d414484a => 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: 625/1295] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:49:44 2026] PUT /v2.0/routers/de9bfe52-3520-4abc-ab33-38a018f11ccb/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1296] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:49:45 2026] GET /v2.0/routers => generated 1473 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1297] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:45 2026] GET /v2.0/security-groups?tenant_id=29347ae3ff624f6f96fbba035c67039a&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:45.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d9046c8-7ace-4ac2-b600-56d49e202aa0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 5ab4831e-0b3b-44ae-b5cc-0685c3883fe2 2026-02-27 17:49:45.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d9046c8-7ace-4ac2-b600-56d49e202aa0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 5ab4831e-0b3b-44ae-b5cc-0685c3883fe2 2026-02-27 17:49:46.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d9046c8-7ace-4ac2-b600-56d49e202aa0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 27122325-c134-4d1d-b551-fc6d62511d1f 2026-02-27 17:49:46.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d9046c8-7ace-4ac2-b600-56d49e202aa0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 27122325-c134-4d1d-b551-fc6d62511d1f [pid: 8|app: 0|req: 671/1298] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:49:45 2026] PUT /v2.0/routers/777e275e-87ee-43e3-8ad6-e3bb6abe200f/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1299] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:49:46 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1300] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:46 2026] DELETE /v2.0/security-groups/4d4c8ef1-9bb8-4f6c-9a04-c71100cae653 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:46.579 7 INFO neutron.services.segments.plugin [-] Segment 50c81fc3-5e21-445e-befb-cee29bb373a7 resource provider aggregate not found 2026-02-27 17:49:46.587 7 INFO neutron.services.segments.plugin [-] Segment 50c81fc3-5e21-445e-befb-cee29bb373a7 resource provider aggregate not found 2026-02-27 17:49:46.608 7 INFO neutron.services.segments.plugin [-] Segment 50c81fc3-5e21-445e-befb-cee29bb373a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c81fc3-5e21-445e-befb-cee29bb373a7 found for delete ", "request_id": "req-91e98409-bd9a-4669-9a2a-3deae3d8de3b"}]} 2026-02-27 17:49:46.611 7 INFO neutron.services.segments.plugin [-] Segment 50c81fc3-5e21-445e-befb-cee29bb373a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c81fc3-5e21-445e-befb-cee29bb373a7 found for delete ", "request_id": "req-334c6651-3118-41a3-963a-58d5fc862b24"}]} 2026-02-27 17:49:46.617 7 INFO neutron.db.l3_hamode_db [None req-8d9046c8-7ace-4ac2-b600-56d49e202aa0 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network 399e2cad-a551-45fb-b77d-e82c4f3747e1 was deleted as no HA routers are present in tenant 134eff5270ae40cb8f8918e56ac65110. [pid: 7|app: 0|req: 628/1301] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:45 2026] DELETE /v2.0/routers/de9bfe52-3520-4abc-ab33-38a018f11ccb => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1302] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:49:46 2026] GET /v2.0/routers/777e275e-87ee-43e3-8ad6-e3bb6abe200f/l3-agents => generated 682 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1303] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:49:46 2026] POST /v2.0/ports => generated 958 bytes in 390 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-02-27 17:49:46.844 8 INFO neutron.api.v2.resource [None req-12f55347-9b25-4e8e-8b7d-ec3e25a8a8d1 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] index failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1304] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:49:46 2026] GET /v2.0/routers/de9bfe52-3520-4abc-ab33-38a018f11ccb/l3-agents => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1305] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:46 2026] DELETE /v2.0/subnets/b29ee177-4021-42ed-8b67-fea2efe7582e => 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: 631/1306] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:49:46 2026] GET /v2.0/network-ip-availabilities => generated 2256 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:46.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e620125-ba01-46fe-ad0b-d87ce7da53ca e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 08880bc8-2ffb-4b34-aef4-e9803ea92ef4 2026-02-27 17:49:46.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e620125-ba01-46fe-ad0b-d87ce7da53ca e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 08880bc8-2ffb-4b34-aef4-e9803ea92ef4 [pid: 7|app: 0|req: 632/1307] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:46 2026] DELETE /v2.0/networks/26232fec-703d-4b6a-8be3-fa9955eaf5f1 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1308] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:49:47 2026] GET /v2.0/floatingips => 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: 634/1309] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:49:47 2026] GET /v2.0/subnets => generated 2565 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1310] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:49:46 2026] POST /v2.0/ports => generated 958 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 635/1311] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:49:47 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) [pid: 7|app: 0|req: 636/1312] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:49:47 2026] GET /v2.0/subnets => generated 2565 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1313] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:47 2026] GET /v2.0/security-groups?tenant_id=134eff5270ae40cb8f8918e56ac65110&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: 638/1314] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:49:47 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1315] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:47 2026] DELETE /v2.0/security-groups/614fc7bc-fd98-4ca5-9d11-b0112943bb94 => 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: 640/1316] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:49:47 2026] GET /v2.0/networks => generated 3623 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:48.074 8 INFO neutron.db.l3_db [None req-bacb3697-a6c2-4dff-86c2-d04ce660dda3 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Floating IP b4e2cc23-d965-401a-a353-009f20d0ee76 associated. External IP: 10.96.250.217, port: 44f50700-5f37-4731-b287-987ce2c99ef7. [pid: 8|app: 0|req: 677/1319] 10.0.0.224 () {34 vars in 677 bytes} [Fri Feb 27 17:49:47 2026] POST /v2.0/floatingips => generated 842 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:48.492 8 INFO neutron.db.l3_db [None req-8a65c8af-bed4-4b28-bb6d-098cee556cd6 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Floating IP b4e2cc23-d965-401a-a353-009f20d0ee76 disassociated. External IP: 10.96.250.217, port: 44f50700-5f37-4731-b287-987ce2c99ef7. [pid: 7|app: 0|req: 643/1320] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:48 2026] GET /v2.0/security-groups?tenant_id=373e0f8e5ae147a9ac924d5024367805&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:48.632 7 INFO neutron.services.segments.plugin [-] Segment c280f8fe-7c24-487e-b48a-6dc1ea87ced3 resource provider aggregate not found 2026-02-27 17:49:48.638 7 INFO neutron.services.segments.plugin [-] Segment c280f8fe-7c24-487e-b48a-6dc1ea87ced3 resource provider aggregate not found 2026-02-27 17:49:48.663 7 INFO neutron.services.segments.plugin [-] Segment c280f8fe-7c24-487e-b48a-6dc1ea87ced3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c280f8fe-7c24-487e-b48a-6dc1ea87ced3 found for delete ", "request_id": "req-30548c7a-2b91-41d0-a99f-869086cc214e"}]} 2026-02-27 17:49:48.663 7 INFO neutron.services.segments.plugin [-] Segment c280f8fe-7c24-487e-b48a-6dc1ea87ced3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c280f8fe-7c24-487e-b48a-6dc1ea87ced3 found for delete ", "request_id": "req-ee8b5fac-88be-44da-893c-6c640fd64280"}]} [pid: 7|app: 0|req: 644/1321] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:48 2026] DELETE /v2.0/security-groups/1d6531bd-73a9-4473-a844-4d2787bde7c9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1322] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:49:48 2026] PUT /v2.0/floatingips/b4e2cc23-d965-401a-a353-009f20d0ee76 => generated 552 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:48.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2f63b0e-9152-4a26-83d7-f95166ab028c c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] TaaS: Handle Delete Port: 764c4926-58c9-4b62-abec-cb9fa7f789e3 2026-02-27 17:49:48.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2f63b0e-9152-4a26-83d7-f95166ab028c c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Tap Mirror: Handle Delete Port: 764c4926-58c9-4b62-abec-cb9fa7f789e3 [pid: 7|app: 0|req: 645/1323] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:48 2026] GET /v2.0/security-groups?tenant_id=8d79f94e08a940f5ab9ae543ed690297&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: 679/1324] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:48 2026] DELETE /v2.0/floatingips/b4e2cc23-d965-401a-a353-009f20d0ee76 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1325] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:49 2026] DELETE /v2.0/security-groups/f45341c3-3405-452e-b090-79c9321661e5 => 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: 646/1326] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:48 2026] GET /v2.0/security-groups?tenant_id=111883295c8f4cd6a098a439058ebf9f&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:49.596 7 INFO neutron.db.segments_db [None req-9493797a-adff-4fd5-b2ff-45de38dcbb43 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment f4b59edb-a074-4ac9-9576-e60452d4e62f of type vxlan for network 67b5951c-665a-474c-aa5f-ad24d8ad7d6d [pid: 7|app: 0|req: 647/1327] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:49:49 2026] POST /v2.0/networks => generated 729 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1328] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:49 2026] DELETE /v2.0/security-groups/f6747ed3-175b-4a7b-8f90-c2a98ea5c5bd => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1329] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:49 2026] POST /v2.0/subnets => generated 695 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:49.945 8 INFO neutron.db.l3_db [None req-d501d886-eeb4-46d4-95ac-23b21628e9e5 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Floating IP fe33bfd5-9b97-4b83-af96-55301bf56f82 associated. External IP: 10.96.250.211, port: 674c6486-7dfd-4c12-81ea-7fe79bb7e467. 2026-02-27 17:49:49.984 7 INFO neutron.db.segments_db [None req-5d5fadd9-1798-4900-9be4-16f80b545c64 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 9f98abe2-0a2b-40d0-a09f-45d09f5d61af of type vxlan for network 66b0a82e-53e5-47b7-83cd-1e0ba6ac1931 2026-02-27 17:49:50.308 7 INFO neutron.db.l3_hamode_db [None req-5d5fadd9-1798-4900-9be4-16f80b545c64 e475c0884d43499f8a76b9d25aaf4388 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 681/1330] 10.0.0.224 () {34 vars in 677 bytes} [Fri Feb 27 17:49:49 2026] POST /v2.0/floatingips => generated 842 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1331] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:49:50 2026] GET /v2.0/floatingips/fe33bfd5-9b97-4b83-af96-55301bf56f82 => generated 842 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1332] 10.0.0.224 () {32 vars in 655 bytes} [Fri Feb 27 17:49:50 2026] GET /v2.0/floatingips => generated 845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:50.810 8 INFO neutron.db.l3_db [None req-2e0ebc55-8738-4c2a-bb55-4382502656fe c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Floating IP fe33bfd5-9b97-4b83-af96-55301bf56f82 associated. External IP: 10.96.250.211, port: 674c6486-7dfd-4c12-81ea-7fe79bb7e467. 2026-02-27 17:49:51.103 7 INFO neutron.db.l3_hamode_db [None req-5d5fadd9-1798-4900-9be4-16f80b545c64 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 684/1333] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:49:50 2026] PUT /v2.0/floatingips/fe33bfd5-9b97-4b83-af96-55301bf56f82 => generated 842 bytes in 1501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1334] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:49 2026] POST /v2.0/routers => generated 735 bytes in 2068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:52.133 7 INFO neutron.db.l3_db [None req-e1bea064-a722-428e-a2c7-6d031570d545 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Floating IP fe33bfd5-9b97-4b83-af96-55301bf56f82 disassociated. External IP: 10.96.250.211, port: 44f50700-5f37-4731-b287-987ce2c99ef7. 2026-02-27 17:49:52.164 8 INFO neutron.db.segments_db [None req-9f1ab077-de0b-4c49-afb7-46f7277f3993 2c8beef7a6f14244a12d1eecdbbddec4 9547c4cc35bd4bbeabcd5e3b98d9e6c7 - - default default] Added segment 1b9fd78c-a820-4ff6-8f73-bfaa361dcebc of type vxlan for network 2ecc28e3-d61d-4345-b5b1-80fdb7d0c610 [pid: 8|app: 0|req: 685/1335] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:51 2026] POST /v2.0/networks => generated 628 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1336] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:49:52 2026] PUT /v2.0/floatingips/fe33bfd5-9b97-4b83-af96-55301bf56f82 => generated 552 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:52.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-77d2ce69-33f3-4947-8b0c-9d47d9821707 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] TaaS: Handle Delete Port: c628e1da-d1a0-4731-9011-b82ac3c54fb0 2026-02-27 17:49:52.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77d2ce69-33f3-4947-8b0c-9d47d9821707 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Tap Mirror: Handle Delete Port: c628e1da-d1a0-4731-9011-b82ac3c54fb0 [pid: 7|app: 0|req: 652/1337] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:52 2026] DELETE /v2.0/floatingips/fe33bfd5-9b97-4b83-af96-55301bf56f82 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1338] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:52 2026] GET /v2.0/security-groups?tenant_id=b158fb9594b04a7c9c229d2cfee02acd&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:52.999 7 INFO neutron.api.v2.resource [None req-8c35ae8c-579b-4584-8f10-c551ab7d4d03 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1339] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:49:52 2026] DELETE /v2.0/floatingips/fe33bfd5-9b97-4b83-af96-55301bf56f82 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1340] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:53 2026] POST /v2.0/subnets => generated 673 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1341] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:53 2026] DELETE /v2.0/security-groups/401270aa-ffcb-4758-86d2-bcd999e48f1e => 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: 686/1342] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:49:52 2026] PUT /v2.0/routers/2773d488-17c3-4949-a0ae-6bcd7bc845ab/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:53.484 8 INFO neutron.db.segments_db [None req-a4ddd6e4-c636-45ae-989a-06d71002f9bf 2c8beef7a6f14244a12d1eecdbbddec4 9547c4cc35bd4bbeabcd5e3b98d9e6c7 - - default default] Added segment 2d8811d7-f900-410d-b6a2-4affc1c3fca7 of type vxlan for network ff6bf76e-9dd1-413a-b9e3-00f3717c5f97 2026-02-27 17:49:53.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-80a9fe9c-e47f-409c-bff3-35b8da16134e c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] TaaS: Handle Delete Port: 44f50700-5f37-4731-b287-987ce2c99ef7 2026-02-27 17:49:53.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80a9fe9c-e47f-409c-bff3-35b8da16134e c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Tap Mirror: Handle Delete Port: 44f50700-5f37-4731-b287-987ce2c99ef7 [pid: 8|app: 0|req: 687/1343] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:53 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1344] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:49:53 2026] DELETE /v2.0/ports/44f50700-5f37-4731-b287-987ce2c99ef7 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1345] 10.0.0.224 () {34 vars in 743 bytes} [Fri Feb 27 17:49:53 2026] PUT /v2.0/networks/ff6bf76e-9dd1-413a-b9e3-00f3717c5f97 => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:53.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ea0bd8d-d002-4c4b-9917-4d120dad35e9 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] TaaS: Handle Delete Port: 674c6486-7dfd-4c12-81ea-7fe79bb7e467 2026-02-27 17:49:53.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ea0bd8d-d002-4c4b-9917-4d120dad35e9 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Tap Mirror: Handle Delete Port: 674c6486-7dfd-4c12-81ea-7fe79bb7e467 [pid: 8|app: 0|req: 689/1346] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:53 2026] POST /v2.0/subnets => generated 646 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1347] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:49:53 2026] DELETE /v2.0/ports/674c6486-7dfd-4c12-81ea-7fe79bb7e467 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1348] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:49:53 2026] GET /v2.0/ports?device_id=777e275e-87ee-43e3-8ad6-e3bb6abe200f => generated 958 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1349] 10.0.0.224 () {34 vars in 741 bytes} [Fri Feb 27 17:49:53 2026] PUT /v2.0/subnets/011ef83f-478f-4985-a244-d19488354bf5 => generated 656 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:54.296 8 INFO neutron.services.segments.plugin [-] Segment 2d8811d7-f900-410d-b6a2-4affc1c3fca7 resource provider aggregate not found 2026-02-27 17:49:54.302 8 INFO neutron.services.segments.plugin [-] Segment 2d8811d7-f900-410d-b6a2-4affc1c3fca7 resource provider aggregate not found 2026-02-27 17:49:54.312 8 INFO neutron.services.segments.plugin [-] Segment 2d8811d7-f900-410d-b6a2-4affc1c3fca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8811d7-f900-410d-b6a2-4affc1c3fca7 found for delete ", "request_id": "req-12d37183-2b83-4eaf-bafe-6cbfdb23f2dd"}]} 2026-02-27 17:49:54.331 8 INFO neutron.services.segments.plugin [-] Segment 2d8811d7-f900-410d-b6a2-4affc1c3fca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8811d7-f900-410d-b6a2-4affc1c3fca7 found for delete ", "request_id": "req-d1b59093-b35a-4863-9d96-f80a17d983df"}]} [pid: 8|app: 0|req: 691/1350] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:54 2026] DELETE /v2.0/networks/ff6bf76e-9dd1-413a-b9e3-00f3717c5f97 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:54.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-1606f4ba-6fd4-4c5d-86a7-2ebe4dcca0e1 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] TaaS: Handle Delete Port: f43998af-73e7-42e4-b5e4-e5f73a776621 2026-02-27 17:49:54.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1606f4ba-6fd4-4c5d-86a7-2ebe4dcca0e1 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Tap Mirror: Handle Delete Port: f43998af-73e7-42e4-b5e4-e5f73a776621 [pid: 8|app: 0|req: 692/1351] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:49:54 2026] POST /v2.0/security-groups => generated 1659 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:49:54.464 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ec0c86f-a611-4956-b25c-1e40bad32228 2c8beef7a6f14244a12d1eecdbbddec4 9547c4cc35bd4bbeabcd5e3b98d9e6c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1352] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:54 2026] DELETE /v2.0/networks/ff6bf76e-9dd1-413a-b9e3-00f3717c5f97 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1353] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:49:54 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) [pid: 8|app: 0|req: 695/1354] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:49:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1355] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:49:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1356] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:49:54 2026] GET /v2.0/subnets?network_id=9e1da810-55c8-4481-a64a-c28dc027968f => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1357] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:49:54 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1358] 10.0.0.224 () {32 vars in 653 bytes} [Fri Feb 27 17:49:55 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: 660/1359] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:49:54 2026] PUT /v2.0/routers/777e275e-87ee-43e3-8ad6-e3bb6abe200f/remove_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1360] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:49:55 2026] GET /v2.0/networks => generated 1312 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1361] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:49:55 2026] GET /v2.0/subnets => generated 1312 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1362] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:49:55 2026] GET /v2.0/networks/2ecc28e3-d61d-4345-b5b1-80fdb7d0c610 => generated 672 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1363] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:49:55 2026] GET /v2.0/subnets/6aa8138d-7e42-429c-90aa-fe18057d2095 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:49:55.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1838da8-7439-479c-855e-58cd3b6fc922 2c8beef7a6f14244a12d1eecdbbddec4 9547c4cc35bd4bbeabcd5e3b98d9e6c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1364] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:55 2026] DELETE /v2.0/subnets/011ef83f-478f-4985-a244-d19488354bf5 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:49:55.550 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3657b583-6c0c-4cd1-9f1a-45adaaf40a58 2c8beef7a6f14244a12d1eecdbbddec4 9547c4cc35bd4bbeabcd5e3b98d9e6c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 705/1365] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:55 2026] DELETE /v2.0/networks/ff6bf76e-9dd1-413a-b9e3-00f3717c5f97 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:49:55.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-2417b6d6-2e20-41b4-b278-cdd5b5303c44 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] TaaS: Handle Delete Port: 7d455153-6d48-4cec-a7ae-879628004673 2026-02-27 17:49:55.637 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2417b6d6-2e20-41b4-b278-cdd5b5303c44 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Tap Mirror: Handle Delete Port: 7d455153-6d48-4cec-a7ae-879628004673 [pid: 8|app: 0|req: 706/1366] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:55 2026] DELETE /v2.0/subnets/6aa8138d-7e42-429c-90aa-fe18057d2095 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1367] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:55 2026] DELETE /v2.0/networks/2ecc28e3-d61d-4345-b5b1-80fdb7d0c610 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:49:55.909 7 INFO neutron_taas.services.taas.taas_plugin [None req-2417b6d6-2e20-41b4-b278-cdd5b5303c44 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] TaaS: Handle Delete Port: 86ae40e0-5227-4b00-b106-94a3b726a77b 2026-02-27 17:49:55.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2417b6d6-2e20-41b4-b278-cdd5b5303c44 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] Tap Mirror: Handle Delete Port: 86ae40e0-5227-4b00-b106-94a3b726a77b 2026-02-27 17:49:56.247 7 INFO neutron.services.segments.plugin [-] Segment 6de578ad-0bf6-4999-abf4-f1b3de45f10f resource provider aggregate not found 2026-02-27 17:49:56.256 7 INFO neutron.services.segments.plugin [-] Segment 6de578ad-0bf6-4999-abf4-f1b3de45f10f resource provider aggregate not found 2026-02-27 17:49:56.266 7 INFO neutron.services.segments.plugin [-] Segment 6de578ad-0bf6-4999-abf4-f1b3de45f10f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6de578ad-0bf6-4999-abf4-f1b3de45f10f found for delete ", "request_id": "req-fca92a1e-ab16-49b1-a758-f051d8a8ebb2"}]} [pid: 8|app: 0|req: 708/1368] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:55 2026] GET /v2.0/security-groups?tenant_id=b529947095864f9f8ad069b3ed1eb18c&name=default => generated 2925 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:56.278 7 INFO neutron.services.segments.plugin [-] Segment 6de578ad-0bf6-4999-abf4-f1b3de45f10f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6de578ad-0bf6-4999-abf4-f1b3de45f10f found for delete ", "request_id": "req-6811099b-0ced-4291-b2b1-8df22f97b1aa"}]} 2026-02-27 17:49:56.283 7 INFO neutron.db.l3_hamode_db [None req-2417b6d6-2e20-41b4-b278-cdd5b5303c44 c34c4c169ba74f19bac5108a897455af 885c728e31b0456387a3f8f24a56ef10 - - default default] HA network 06f36ecd-9cad-469e-a27e-7dee617ac067 was deleted as no HA routers are present in tenant 885c728e31b0456387a3f8f24a56ef10. [pid: 7|app: 0|req: 661/1369] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:55 2026] DELETE /v2.0/routers/777e275e-87ee-43e3-8ad6-e3bb6abe200f => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:56.333 8 INFO neutron.services.segments.plugin [-] Segment 1b9fd78c-a820-4ff6-8f73-bfaa361dcebc resource provider aggregate not found 2026-02-27 17:49:56.352 8 INFO neutron.services.segments.plugin [-] Segment 1b9fd78c-a820-4ff6-8f73-bfaa361dcebc resource provider aggregate not found 2026-02-27 17:49:56.355 8 INFO neutron.services.segments.plugin [-] Segment 1b9fd78c-a820-4ff6-8f73-bfaa361dcebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9fd78c-a820-4ff6-8f73-bfaa361dcebc found for delete ", "request_id": "req-739e4101-731a-4d38-b8f6-ebfe9b110428"}]} [pid: 7|app: 0|req: 662/1370] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:56 2026] GET /v2.0/security-groups?tenant_id=9547c4cc35bd4bbeabcd5e3b98d9e6c7&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:49:56.367 8 INFO neutron.services.segments.plugin [-] Segment 1b9fd78c-a820-4ff6-8f73-bfaa361dcebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9fd78c-a820-4ff6-8f73-bfaa361dcebc found for delete ", "request_id": "req-09e22df7-b51f-4a09-b419-5774fff04b15"}]} [pid: 8|app: 0|req: 709/1371] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:56 2026] DELETE /v2.0/security-groups/eb80dbb1-531d-432e-95f5-7e010faef4c6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1372] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:49:56 2026] DELETE /v2.0/subnets/97f08036-2897-4732-ad4b-f3855db35f97 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1373] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:56 2026] DELETE /v2.0/security-groups/7b214d3c-8fe3-451b-b6d8-1aaabd467a2f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1374] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:49:56 2026] DELETE /v2.0/networks/151ba85d-529a-43ff-a640-74e59b5c379f => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1375] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:49:57 2026] GET /v2.0/security-groups?tenant_id=885c728e31b0456387a3f8f24a56ef10&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1376] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:49:57 2026] DELETE /v2.0/security-groups/3c7a8ea5-04cb-45db-b9fb-c15e7f3a9900 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:49:58.307 7 INFO neutron.services.segments.plugin [-] Segment 0ca00f53-989e-44fd-821a-5fa9df04ae7b resource provider aggregate not found 2026-02-27 17:49:58.310 7 INFO neutron.services.segments.plugin [-] Segment 0ca00f53-989e-44fd-821a-5fa9df04ae7b resource provider aggregate not found 2026-02-27 17:49:58.327 7 INFO neutron.services.segments.plugin [-] Segment 0ca00f53-989e-44fd-821a-5fa9df04ae7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ca00f53-989e-44fd-821a-5fa9df04ae7b found for delete ", "request_id": "req-5f645051-f999-4ad7-9f46-d62088883a29"}]} 2026-02-27 17:49:58.332 7 INFO neutron.services.segments.plugin [-] Segment 0ca00f53-989e-44fd-821a-5fa9df04ae7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ca00f53-989e-44fd-821a-5fa9df04ae7b found for delete ", "request_id": "req-7855983e-4347-4079-81e8-06fb2320cd9b"}]} 2026-02-27 17:49:58.830 8 INFO neutron.db.segments_db [None req-a4d0bdea-0bab-4d2e-9dc3-4af26d7da1b7 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] Added segment 9ede8f39-0dc7-4161-85e2-9cd48b161fbe of type vxlan for network 1bd001c0-57c8-41e0-90f1-0895a77c25da [pid: 8|app: 0|req: 712/1377] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:58 2026] POST /v2.0/networks => generated 625 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1378] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:49:58 2026] POST /v2.0/ports => generated 775 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:59.363 8 INFO neutron.db.segments_db [None req-ed82db51-b4f9-4d7d-8bbd-a20c8d457e40 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] Added segment faf1e59a-b33f-4471-9f57-05d2aa2f9c37 of type vxlan for network 86f02947-96b5-4bc6-8cf4-b64e34897d87 [pid: 8|app: 0|req: 713/1379] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:59 2026] POST /v2.0/networks => generated 612 bytes in 188 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-02-27 17:49:59.745 7 INFO neutron.db.segments_db [None req-5ef48910-0bab-426d-952d-ebf5e058328f 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Added segment f303d9c9-07c6-45bd-84e6-3a14ad92e5cc of type vxlan for network 02feb761-88d5-4780-9dee-f22dd3838148 [pid: 8|app: 0|req: 714/1380] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:49:59 2026] POST /v2.0/subnets => generated 626 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:49:59.836 7 INFO neutron.db.segments_db [None req-5ef48910-0bab-426d-952d-ebf5e058328f 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Added segment 1fa9bb47-299d-4d79-a80c-0378b849537e of type vxlan for network 3e550ad4-e573-4ce0-bcf4-8c4ad4032c92 [pid: 7|app: 0|req: 667/1381] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:49:59 2026] POST /v2.0/networks => generated 1208 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1382] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:49:59 2026] GET /v2.0/networks => generated 1845 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1383] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:00 2026] DELETE /v2.0/networks/02feb761-88d5-4780-9dee-f22dd3838148 => 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: 715/1384] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:49:59 2026] POST /v2.0/ports => generated 949 bytes in 390 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-02-27 17:50:00.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab859106-51ef-4df6-b776-de60ed220019 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] TaaS: Handle Delete Port: 1817d35d-d2b2-4dfa-96da-fd585950cb29 2026-02-27 17:50:00.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab859106-51ef-4df6-b776-de60ed220019 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] Tap Mirror: Handle Delete Port: 1817d35d-d2b2-4dfa-96da-fd585950cb29 [pid: 7|app: 0|req: 670/1385] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:00 2026] DELETE /v2.0/networks/3e550ad4-e573-4ce0-bcf4-8c4ad4032c92 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:00.358 7 INFO neutron.services.segments.plugin [-] Segment f303d9c9-07c6-45bd-84e6-3a14ad92e5cc resource provider aggregate not found 2026-02-27 17:50:00.363 7 INFO neutron.services.segments.plugin [-] Segment f303d9c9-07c6-45bd-84e6-3a14ad92e5cc resource provider aggregate not found 2026-02-27 17:50:00.395 7 INFO neutron.services.segments.plugin [-] Segment f303d9c9-07c6-45bd-84e6-3a14ad92e5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f303d9c9-07c6-45bd-84e6-3a14ad92e5cc found for delete ", "request_id": "req-1953f6fd-a0c4-4c75-bf96-77a530b685cd"}]} 2026-02-27 17:50:00.407 7 INFO neutron.services.segments.plugin [-] Segment f303d9c9-07c6-45bd-84e6-3a14ad92e5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f303d9c9-07c6-45bd-84e6-3a14ad92e5cc found for delete ", "request_id": "req-eceb6cc3-4c1c-40e1-bc82-46ac98a61317"}]} 2026-02-27 17:50:00.416 7 INFO neutron.services.segments.plugin [-] Segment 1fa9bb47-299d-4d79-a80c-0378b849537e resource provider aggregate not found [pid: 7|app: 0|req: 671/1386] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:50:00 2026] GET /v2.0/networks => generated 651 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:00.442 7 INFO neutron.services.segments.plugin [-] Segment 1fa9bb47-299d-4d79-a80c-0378b849537e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fa9bb47-299d-4d79-a80c-0378b849537e found for delete ", "request_id": "req-677b4c23-dd7b-44e8-aba7-daf4b282269d"}]} 2026-02-27 17:50:00.449 7 INFO neutron.services.segments.plugin [-] Segment 1fa9bb47-299d-4d79-a80c-0378b849537e resource provider aggregate not found 2026-02-27 17:50:00.470 7 INFO neutron.services.segments.plugin [-] Segment 1fa9bb47-299d-4d79-a80c-0378b849537e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fa9bb47-299d-4d79-a80c-0378b849537e found for delete ", "request_id": "req-fe2946be-39aa-4824-866e-c35449f78ed8"}]} [pid: 8|app: 0|req: 716/1387] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:00 2026] DELETE /v2.0/ports/1817d35d-d2b2-4dfa-96da-fd585950cb29 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:00.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-961c22c1-da15-4b02-b1ee-b773d3f59a55 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 717/1388] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:00 2026] DELETE /v2.0/ports/1817d35d-d2b2-4dfa-96da-fd585950cb29 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:00.536 7 INFO neutron.db.segments_db [None req-bab49eab-998f-4559-9d4a-aee9c10f2f28 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Added segment 3ff135d3-24e7-41cd-9e63-d46e853826a7 of type vxlan for network 0f132f68-fa5c-454a-8cf3-5ec176e62f96 2026-02-27 17:50:00.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64494fc0-1bae-4e92-b245-2dd1afc1e863 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1389] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:00 2026] GET /v2.0/ports/1817d35d-d2b2-4dfa-96da-fd585950cb29 => 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: 672/1390] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:00 2026] POST /v2.0/networks => generated 631 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:00.708 7 INFO neutron.db.segments_db [None req-a58aa439-f112-4f38-9c01-1d495fe08f9c 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Added segment 3f7029b3-2234-4233-b39b-b5b5120b9359 of type vxlan for network fbe2d2d7-a177-4cdb-9838-41e63c032cf2 [pid: 8|app: 0|req: 719/1391] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:00 2026] DELETE /v2.0/subnets/9af3edd9-7910-4257-b88a-b932742b940f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1392] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:00 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:00.877 8 INFO neutron.services.segments.plugin [-] Segment faf1e59a-b33f-4471-9f57-05d2aa2f9c37 resource provider aggregate not found 2026-02-27 17:50:00.882 8 INFO neutron.services.segments.plugin [-] Segment faf1e59a-b33f-4471-9f57-05d2aa2f9c37 resource provider aggregate not found 2026-02-27 17:50:00.904 8 INFO neutron.services.segments.plugin [-] Segment faf1e59a-b33f-4471-9f57-05d2aa2f9c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faf1e59a-b33f-4471-9f57-05d2aa2f9c37 found for delete ", "request_id": "req-757431aa-6c7d-4ec6-8164-681325d8de8e"}]} 2026-02-27 17:50:00.909 8 INFO neutron.services.segments.plugin [-] Segment faf1e59a-b33f-4471-9f57-05d2aa2f9c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faf1e59a-b33f-4471-9f57-05d2aa2f9c37 found for delete ", "request_id": "req-1f748ef6-7936-4b10-88d2-c74b89f8d0fd"}]} [pid: 8|app: 0|req: 720/1393] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:00 2026] DELETE /v2.0/networks/86f02947-96b5-4bc6-8cf4-b64e34897d87 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:00.989 8 INFO neutron.db.segments_db [None req-26ccd125-423b-413a-9f26-ed4099148d90 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] Added segment 27355e12-d834-45f4-a57e-fb5dfdc30603 of type vxlan for network b08a1d41-37a4-41fb-b9cc-7ed65acfaa06 [pid: 8|app: 0|req: 721/1394] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:00 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) [pid: 8|app: 0|req: 722/1395] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:01 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1396] 10.0.0.79 () {34 vars in 1097 bytes} [Fri Feb 27 17:50:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--214992077&fields=id&tenant_id=0ba8027f606b4b5db06e21f1e8f847c0 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1397] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:50:00 2026] POST /v2.0/ports => generated 1505 bytes in 659 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: 675/1398] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:50:01 2026] GET /v2.0/networks?id=67b5951c-665a-474c-aa5f-ad24d8ad7d6d => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1399] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:50:01 2026] GET /v2.0/ports => generated 1505 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1400] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:50:01 2026] GET /v2.0/quotas/0ba8027f606b4b5db06e21f1e8f847c0 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:01.678 7 INFO neutron_taas.services.taas.taas_plugin [None req-97c3132e-db73-422e-b08c-ca2cc4af9c67 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] TaaS: Handle Delete Port: 3cea07a1-6f0d-457d-95dd-1c897f6f4653 2026-02-27 17:50:01.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97c3132e-db73-422e-b08c-ca2cc4af9c67 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Tap Mirror: Handle Delete Port: 3cea07a1-6f0d-457d-95dd-1c897f6f4653 [pid: 8|app: 0|req: 724/1401] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:50:01 2026] POST /v2.0/ports => generated 912 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1402] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:01 2026] DELETE /v2.0/ports/3cea07a1-6f0d-457d-95dd-1c897f6f4653 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1403] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:50:01 2026] GET /v2.0/ports?tenant_id=0ba8027f606b4b5db06e21f1e8f847c0&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:01.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4715779-c05c-4a83-8f16-af998cb10932 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] TaaS: Handle Delete Port: b7dbd61e-3bd5-462f-9324-0bf3f5219825 2026-02-27 17:50:01.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4715779-c05c-4a83-8f16-af998cb10932 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] Tap Mirror: Handle Delete Port: b7dbd61e-3bd5-462f-9324-0bf3f5219825 2026-02-27 17:50:01.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-12fb7e39-b69d-4983-9a9f-1fd11f1d9467 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] TaaS: Handle Delete Port: f241f3a9-ec26-421c-b465-82e933a3897f 2026-02-27 17:50:01.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12fb7e39-b69d-4983-9a9f-1fd11f1d9467 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Tap Mirror: Handle Delete Port: f241f3a9-ec26-421c-b465-82e933a3897f [pid: 8|app: 0|req: 726/1404] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:01 2026] DELETE /v2.0/ports/f241f3a9-ec26-421c-b465-82e933a3897f => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1405] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:50:02 2026] GET /v2.0/networks/67b5951c-665a-474c-aa5f-ad24d8ad7d6d?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: 679/1406] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:01 2026] DELETE /v2.0/ports/b7dbd61e-3bd5-462f-9324-0bf3f5219825 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1407] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:50:02 2026] GET /v2.0/ports => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:02.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a849f6f0-dbf4-42ae-9f12-6b3c1f3e8e96 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1408] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:02 2026] GET /v2.0/ports/b7dbd61e-3bd5-462f-9324-0bf3f5219825 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1409] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:50:02 2026] GET /v2.0/networks/67b5951c-665a-474c-aa5f-ad24d8ad7d6d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:02.178 8 INFO neutron.db.segments_db [None req-449bb8ac-7d9b-491b-950c-1899ee669574 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Added segment 92e5a5f7-8e3b-4b9a-b5ed-2103cd11f99a of type vxlan for network 3bee3c37-d921-4f8b-8af5-646997930fce [pid: 7|app: 0|req: 681/1410] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:02 2026] DELETE /v2.0/subnets/ace09c3d-275c-41a9-8fa3-77b9ddb5b584 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1411] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:02 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:02.338 8 INFO neutron.db.segments_db [None req-47fe7c59-3899-4ed6-ae04-2c81308e341b 6673dfdb292f4e818a1ff57970bf436d 2dcf47f7a0c346f4b0e7a499ae8bb00f - - default default] Added segment 5be8cc06-57e3-4b90-bc48-04418afeb693 of type vxlan for network 43140913-fff1-4c42-89ac-dad27836045e [pid: 7|app: 0|req: 682/1412] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:02 2026] DELETE /v2.0/networks/b08a1d41-37a4-41fb-b9cc-7ed65acfaa06 => 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: 683/1413] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:02 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 731/1414] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:02 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:02.469 7 INFO neutron.services.segments.plugin [-] Segment 27355e12-d834-45f4-a57e-fb5dfdc30603 resource provider aggregate not found 2026-02-27 17:50:02.493 7 INFO neutron.services.segments.plugin [-] Segment 27355e12-d834-45f4-a57e-fb5dfdc30603 resource provider aggregate not found 2026-02-27 17:50:02.498 7 INFO neutron.services.segments.plugin [-] Segment 27355e12-d834-45f4-a57e-fb5dfdc30603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27355e12-d834-45f4-a57e-fb5dfdc30603 found for delete ", "request_id": "req-38b4217f-a3c7-4144-b9c7-74ec621cd10e"}]} 2026-02-27 17:50:02.508 7 INFO neutron.services.segments.plugin [-] Segment 27355e12-d834-45f4-a57e-fb5dfdc30603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27355e12-d834-45f4-a57e-fb5dfdc30603 found for delete ", "request_id": "req-d7a66faf-5271-48a5-848e-ef684e3e8b2c"}]} [pid: 7|app: 0|req: 684/1415] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:50:02 2026] POST /v2.0/ports => generated 775 bytes in 333 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: 732/1418] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:02 2026] POST /v2.0/subnets => generated 1274 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1419] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:50:02 2026] GET /v2.0/subnets => generated 1910 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1420] 10.0.0.224 () {34 vars in 737 bytes} [Fri Feb 27 17:50:02 2026] PUT /v2.0/ports/1ab164b6-f3ff-4dd6-8989-27c157e59166 => generated 752 bytes in 214 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-02-27 17:50:03.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-b168450c-ffe4-4546-93dc-847d00153395 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] TaaS: Handle Delete Port: 1ab164b6-f3ff-4dd6-8989-27c157e59166 2026-02-27 17:50:03.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b168450c-ffe4-4546-93dc-847d00153395 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] Tap Mirror: Handle Delete Port: 1ab164b6-f3ff-4dd6-8989-27c157e59166 [pid: 7|app: 0|req: 688/1421] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:02 2026] DELETE /v2.0/subnets/ddeb5f96-9680-4790-b16e-ed8fbb2c844e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1422] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:02 2026] DELETE /v2.0/ports/1ab164b6-f3ff-4dd6-8989-27c157e59166 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1423] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/subnets/d13fce20-1dda-49d5-9ef3-9f90e1b51fa1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1424] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:50:03 2026] GET /v2.0/ports => generated 778 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:03.287 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02e52b14-aa98-4938-8dff-941b346c75dd 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1425] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:03 2026] GET /v2.0/ports/1ab164b6-f3ff-4dd6-8989-27c157e59166 => 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: 690/1426] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:50:03 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1427] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:50:03 2026] GET /v2.0/ports => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1428] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:03 2026] GET /v2.0/ports/3b466df0-ba25-4ebd-9add-2ca270f02167 => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:03.408 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2dc7270c-b08c-421c-9475-1665edd19c4e 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1429] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/ports/b7dbd61e-3bd5-462f-9324-0bf3f5219825 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:03.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5d9b558-2a0f-4271-9140-80a968d5d6c1 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1430] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/subnets/ace09c3d-275c-41a9-8fa3-77b9ddb5b584 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1431] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/networks/43140913-fff1-4c42-89ac-dad27836045e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:03.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a35c7ec2-7e56-4c05-8ffa-e350d2e5608e 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 741/1432] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/subnets/9af3edd9-7910-4257-b88a-b932742b940f => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:03.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e937206-5660-4e2f-8857-d68be5ce366a 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] TaaS: Handle Delete Port: 3b466df0-ba25-4ebd-9add-2ca270f02167 2026-02-27 17:50:03.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e937206-5660-4e2f-8857-d68be5ce366a 86335aad35804c88a559f624368c0c41 1b6381ce68354daaab4a2af70c73b8f2 - - default default] Tap Mirror: Handle Delete Port: 3b466df0-ba25-4ebd-9add-2ca270f02167 [pid: 7|app: 0|req: 692/1433] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/networks/3bee3c37-d921-4f8b-8af5-646997930fce => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1434] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:03 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 742/1435] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/ports/3b466df0-ba25-4ebd-9add-2ca270f02167 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:03.783 8 INFO neutron.services.segments.plugin [-] Segment 9ede8f39-0dc7-4161-85e2-9cd48b161fbe resource provider aggregate not found 2026-02-27 17:50:03.786 8 INFO neutron.services.segments.plugin [-] Segment 9ede8f39-0dc7-4161-85e2-9cd48b161fbe resource provider aggregate not found [pid: 7|app: 0|req: 694/1436] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/networks/fbe2d2d7-a177-4cdb-9838-41e63c032cf2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:03.804 8 INFO neutron.services.segments.plugin [-] Segment 9ede8f39-0dc7-4161-85e2-9cd48b161fbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ede8f39-0dc7-4161-85e2-9cd48b161fbe found for delete ", "request_id": "req-bb56c36f-1b67-4a21-8b5b-4a40d427944a"}]} 2026-02-27 17:50:03.816 8 INFO neutron.services.segments.plugin [-] Segment 9ede8f39-0dc7-4161-85e2-9cd48b161fbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ede8f39-0dc7-4161-85e2-9cd48b161fbe found for delete ", "request_id": "req-a2dd2bb7-0570-4535-9b23-845b4c2e8a65"}]} [pid: 8|app: 0|req: 743/1437] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/networks/1bd001c0-57c8-41e0-90f1-0895a77c25da => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1438] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:03 2026] DELETE /v2.0/networks/0f132f68-fa5c-454a-8cf3-5ec176e62f96 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1439] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:04 2026] GET /v2.0/security-groups?tenant_id=1b6381ce68354daaab4a2af70c73b8f2&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:04.523 7 INFO neutron.services.segments.plugin [-] Segment 5be8cc06-57e3-4b90-bc48-04418afeb693 resource provider aggregate not found 2026-02-27 17:50:04.542 7 INFO neutron.services.segments.plugin [-] Segment 5be8cc06-57e3-4b90-bc48-04418afeb693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5be8cc06-57e3-4b90-bc48-04418afeb693 found for delete ", "request_id": "req-8ed9dcbc-4131-4fad-bb81-2a6f31ce6ece"}]} 2026-02-27 17:50:04.548 7 INFO neutron.services.segments.plugin [-] Segment 5be8cc06-57e3-4b90-bc48-04418afeb693 resource provider aggregate not found 2026-02-27 17:50:04.564 7 INFO neutron.services.segments.plugin [-] Segment 92e5a5f7-8e3b-4b9a-b5ed-2103cd11f99a resource provider aggregate not found [pid: 7|app: 0|req: 696/1440] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:04 2026] GET /v2.0/security-groups?tenant_id=2dcf47f7a0c346f4b0e7a499ae8bb00f&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:04.573 7 INFO neutron.services.segments.plugin [-] Segment 5be8cc06-57e3-4b90-bc48-04418afeb693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5be8cc06-57e3-4b90-bc48-04418afeb693 found for delete ", "request_id": "req-d711bb42-f008-4aaf-b6cd-c1abb0e28dad"}]} 2026-02-27 17:50:04.584 7 INFO neutron.services.segments.plugin [-] Segment 92e5a5f7-8e3b-4b9a-b5ed-2103cd11f99a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e5a5f7-8e3b-4b9a-b5ed-2103cd11f99a found for delete ", "request_id": "req-d8e0807a-b744-4afe-b8c1-2362dafb8563"}]} 2026-02-27 17:50:04.607 7 INFO neutron.services.segments.plugin [-] Segment 92e5a5f7-8e3b-4b9a-b5ed-2103cd11f99a resource provider aggregate not found 2026-02-27 17:50:04.614 7 INFO neutron.services.segments.plugin [-] Segment 3f7029b3-2234-4233-b39b-b5b5120b9359 resource provider aggregate not found [pid: 8|app: 0|req: 745/1441] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:04 2026] DELETE /v2.0/security-groups/4496826f-12d0-46fd-aa4c-4cb41cadb2ea => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:04.634 7 INFO neutron.services.segments.plugin [-] Segment 3f7029b3-2234-4233-b39b-b5b5120b9359 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7029b3-2234-4233-b39b-b5b5120b9359 found for delete ", "request_id": "req-e8237505-4d15-47a2-8cbe-091522417a31"}]} 2026-02-27 17:50:04.641 7 INFO neutron.services.segments.plugin [-] Segment 92e5a5f7-8e3b-4b9a-b5ed-2103cd11f99a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e5a5f7-8e3b-4b9a-b5ed-2103cd11f99a found for delete ", "request_id": "req-c2f7ae18-d79a-43d9-8398-700537a32d37"}]} 2026-02-27 17:50:04.654 7 INFO neutron.services.segments.plugin [-] Segment 3ff135d3-24e7-41cd-9e63-d46e853826a7 resource provider aggregate not found 2026-02-27 17:50:04.663 7 INFO neutron.services.segments.plugin [-] Segment 3f7029b3-2234-4233-b39b-b5b5120b9359 resource provider aggregate not found 2026-02-27 17:50:04.676 7 INFO neutron.services.segments.plugin [-] Segment 3ff135d3-24e7-41cd-9e63-d46e853826a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ff135d3-24e7-41cd-9e63-d46e853826a7 found for delete ", "request_id": "req-87aa38e0-e238-497e-9756-c97e114aa4e2"}]} 2026-02-27 17:50:04.681 7 INFO neutron.services.segments.plugin [-] Segment 3f7029b3-2234-4233-b39b-b5b5120b9359 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7029b3-2234-4233-b39b-b5b5120b9359 found for delete ", "request_id": "req-8aa2af18-6c65-4245-9585-7d509841fdbb"}]} 2026-02-27 17:50:04.705 7 INFO neutron.services.segments.plugin [-] Segment 3ff135d3-24e7-41cd-9e63-d46e853826a7 resource provider aggregate not found 2026-02-27 17:50:04.726 7 INFO neutron.services.segments.plugin [-] Segment 3ff135d3-24e7-41cd-9e63-d46e853826a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ff135d3-24e7-41cd-9e63-d46e853826a7 found for delete ", "request_id": "req-ed8fe8f2-fa2b-408a-b3c2-96411bcc95f2"}]} [pid: 8|app: 0|req: 746/1442] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:04 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 697/1443] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:04 2026] DELETE /v2.0/security-groups/b0c17417-178d-4974-8292-e909fe5c2683 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1444] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:05 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:06.682 7 INFO neutron.db.segments_db [None req-24aef783-0316-4dfc-86e2-2510aa92a087 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment f381003b-4464-4a58-b338-df77aa56cce8 of type vxlan for network f4fcc690-acc7-4251-8312-13a2e9c6b255 [pid: 7|app: 0|req: 698/1445] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:06 2026] POST /v2.0/networks => generated 611 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:06.790 8 INFO neutron.db.segments_db [None req-346af5fe-636b-4346-a362-de7658ed4038 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment 70a48538-7a65-47c3-a7ea-e574a55804cd of type vxlan for network 16414a24-ae2c-43df-bc57-18cfceb7f511 2026-02-27 17:50:06.876 7 INFO neutron.db.segments_db [None req-623e2f22-c6f6-4ef9-bef5-a3675db2cc01 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment 29073dbb-729a-4ab4-8d2d-979e3730bd05 of type vxlan for network 00dbc194-2c50-4221-b8b7-1434c2a9f2a2 [pid: 8|app: 0|req: 748/1446] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:06 2026] POST /v2.0/networks => generated 615 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1447] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:50:06 2026] GET /v2.0/networks?id=67b5951c-665a-474c-aa5f-ad24d8ad7d6d => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1448] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:06 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 699/1449] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:06 2026] POST /v2.0/networks => generated 610 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:07.036 8 INFO neutron.db.segments_db [None req-8841c27a-9db7-4d2d-b673-85e898b978a9 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment 8038055c-176f-47cd-9acb-ede20f015814 of type vxlan for network 22a909a6-f3a4-419f-b15a-03f30ae626fd [pid: 7|app: 0|req: 700/1450] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:50:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0ba8027f606b4b5db06e21f1e8f847c0 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1451] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:06 2026] POST /v2.0/networks => generated 615 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1452] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:07 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1453] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:50:07 2026] POST /v2.0/ports => generated 954 bytes in 438 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: 702/1454] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:07 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1455] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:07 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1456] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:50:07 2026] PUT /v2.0/ports/4fd6865b-6399-40ed-a4a1-7765b3b6acb1 => generated 1235 bytes in 507 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-02-27 17:50:08.137 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddafc33c-fc2d-4206-9a5a-19aa39980f60'] response: {'name': 'network-changed', 'server_uuid': '0b597a3b-f6ea-4c5d-9806-a3328e24a1e0', 'tag': '4fd6865b-6399-40ed-a4a1-7765b3b6acb1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 754/1457] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:07 2026] POST /v2.0/subnets => generated 655 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:08.150 7 INFO neutron.db.segments_db [None req-7d81fd21-c2af-4a38-a43d-bf5ca52cab32 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment d3e5afe4-51af-479c-aaf6-264aadc80793 of type vxlan for network 967db908-7e82-418d-bc57-2e923ef500cb [pid: 8|app: 0|req: 755/1458] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:08 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:08.241 8 INFO neutron.db.segments_db [None req-61866ef2-9aec-4dce-9788-e83e13650ef9 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment e94775e0-59f8-4e33-a7ba-6346ae7fce87 of type vxlan for network 980b5d2d-e4af-4a30-a9c3-ca8c54552d13 2026-02-27 17:50:08.443 7 INFO neutron.db.l3_hamode_db [None req-7d81fd21-c2af-4a38-a43d-bf5ca52cab32 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:08.539 8 INFO neutron.db.l3_hamode_db [None req-61866ef2-9aec-4dce-9788-e83e13650ef9 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:08.584 7 INFO neutron.db.l3_hamode_db [None req-7d81fd21-c2af-4a38-a43d-bf5ca52cab32 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:08.687 8 INFO neutron.db.l3_hamode_db [None req-61866ef2-9aec-4dce-9788-e83e13650ef9 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 704/1459] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:08 2026] POST /v2.0/routers => generated 507 bytes in 1114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1460] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:09 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1461] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:09 2026] GET /v2.0/ports?tenant_id=0ba8027f606b4b5db06e21f1e8f847c0&device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1462] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:08 2026] POST /v2.0/routers => generated 510 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1463] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:50:09 2026] GET /v2.0/networks?tenant_id=0ba8027f606b4b5db06e21f1e8f847c0&shared=False => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1464] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:09 2026] PUT /v2.0/routers/67f0bcc1-4ffc-468c-9314-658620edcfe4/add_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1465] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:50:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1466] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:10 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1467] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:09 2026] PUT /v2.0/routers/4984e941-afeb-4922-a88f-38081307cf96/add_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1468] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:10 2026] GET /v2.0/ports/d60bccf3-22fb-46de-bc62-4b5610550632 => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1469] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:10 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&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: 710/1470] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:10 2026] GET /v2.0/security-groups?tenant_id=db1973cd5e8445cf95f010453d2bba7c&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1471] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:10 2026] GET /v2.0/ports/ad9eb9e4-105d-4d57-b17a-0ae9734827c1 => generated 959 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1472] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:10 2026] DELETE /v2.0/security-groups/3ed5217a-b6d1-45cf-a87f-d4fa41e0025a => 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: 711/1473] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:10 2026] PUT /v2.0/routers/67f0bcc1-4ffc-468c-9314-658620edcfe4/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1474] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:11 2026] GET /v2.0/ports?tenant_id=0ba8027f606b4b5db06e21f1e8f847c0&device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1475] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:10 2026] PUT /v2.0/routers/4984e941-afeb-4922-a88f-38081307cf96/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1476] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:11 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1477] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4fd6865b-6399-40ed-a4a1-7765b3b6acb1 => 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: 764/1478] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:11 2026] GET /v2.0/ports/81d8768e-19da-423d-bf9f-1abd5d8ebf25 => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1479] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:12 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1480] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:50:12 2026] GET /v2.0/subnets?id=af7ee9a0-9676-470c-8937-a41facfa1558 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1481] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:11 2026] GET /v2.0/ports/c34654e6-a530-4bda-8965-36b65095c042 => generated 967 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:12.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-a56d3f9b-e592-4ec5-b6c3-54f0bac34219 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: c34654e6-a530-4bda-8965-36b65095c042 2026-02-27 17:50:12.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a56d3f9b-e592-4ec5-b6c3-54f0bac34219 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: c34654e6-a530-4bda-8965-36b65095c042 2026-02-27 17:50:12.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f7e1184-45f9-420c-9bfa-b3f2e5013b79 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: 81d8768e-19da-423d-bf9f-1abd5d8ebf25 2026-02-27 17:50:12.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f7e1184-45f9-420c-9bfa-b3f2e5013b79 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: 81d8768e-19da-423d-bf9f-1abd5d8ebf25 [pid: 7|app: 0|req: 716/1482] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:12 2026] PUT /v2.0/routers/4984e941-afeb-4922-a88f-38081307cf96/remove_router_interface => generated 309 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1483] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:50:12 2026] GET /v2.0/ports?network_id=67b5951c-665a-474c-aa5f-ad24d8ad7d6d&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: 767/1484] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:12 2026] PUT /v2.0/routers/67f0bcc1-4ffc-468c-9314-658620edcfe4/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1485] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:50:12 2026] GET /v2.0/networks/67b5951c-665a-474c-aa5f-ad24d8ad7d6d?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:13.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a95bbe2-068b-4e4e-937e-2fcf844ab89f a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: ad9eb9e4-105d-4d57-b17a-0ae9734827c1 2026-02-27 17:50:13.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a95bbe2-068b-4e4e-937e-2fcf844ab89f a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: ad9eb9e4-105d-4d57-b17a-0ae9734827c1 2026-02-27 17:50:13.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-41738352-a487-4ccf-b08f-18c3cf20a8db ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: d60bccf3-22fb-46de-bc62-4b5610550632 2026-02-27 17:50:13.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41738352-a487-4ccf-b08f-18c3cf20a8db ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: d60bccf3-22fb-46de-bc62-4b5610550632 [pid: 7|app: 0|req: 718/1486] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:12 2026] PUT /v2.0/routers/4984e941-afeb-4922-a88f-38081307cf96/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: 719/1487] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:50:13 2026] GET /v2.0/networks/67b5951c-665a-474c-aa5f-ad24d8ad7d6d?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: 720/1488] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:13 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1489] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:13 2026] GET /v2.0/ports?device_id=4984e941-afeb-4922-a88f-38081307cf96 => 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: 722/1490] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:13 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&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: 769/1491] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:12 2026] PUT /v2.0/routers/67f0bcc1-4ffc-468c-9314-658620edcfe4/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:13.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-47b84751-b22a-4c9f-98d7-c074a76daa5a a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: 5d8406a2-5c38-41b2-9fa1-a97ace34c3f7 2026-02-27 17:50:13.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47b84751-b22a-4c9f-98d7-c074a76daa5a a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: 5d8406a2-5c38-41b2-9fa1-a97ace34c3f7 2026-02-27 17:50:14.156 8 INFO neutron.db.segments_db [None req-e0aa6670-d742-489c-b92d-8efcd3178d53 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Added segment 6991525f-a172-475b-965c-2dce1f12e0c0 of type vxlan for network 4f8910cd-66ba-4ee1-8d0b-5609efb1a28c 2026-02-27 17:50:14.223 7 INFO neutron.services.segments.plugin [-] Segment e94775e0-59f8-4e33-a7ba-6346ae7fce87 resource provider aggregate not found 2026-02-27 17:50:14.232 7 INFO neutron.services.segments.plugin [-] Segment e94775e0-59f8-4e33-a7ba-6346ae7fce87 resource provider aggregate not found [pid: 8|app: 0|req: 770/1492] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:50:13 2026] POST /v2.0/networks => generated 613 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:14.249 7 INFO neutron.services.segments.plugin [-] Segment e94775e0-59f8-4e33-a7ba-6346ae7fce87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94775e0-59f8-4e33-a7ba-6346ae7fce87 found for delete ", "request_id": "req-195041e2-6f12-4069-810f-ead52dff17d2"}]} 2026-02-27 17:50:14.252 7 INFO neutron.services.segments.plugin [-] Segment e94775e0-59f8-4e33-a7ba-6346ae7fce87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94775e0-59f8-4e33-a7ba-6346ae7fce87 found for delete ", "request_id": "req-842645d3-efff-45f8-bf34-45f79e6793e2"}]} 2026-02-27 17:50:14.260 7 INFO neutron.db.l3_hamode_db [None req-47b84751-b22a-4c9f-98d7-c074a76daa5a a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] HA network 980b5d2d-e4af-4a30-a9c3-ca8c54552d13 was deleted as no HA routers are present in tenant 4435258a31494ebb99edfa55d25cbfa8. [pid: 8|app: 0|req: 771/1493] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:14 2026] GET /v2.0/ports?device_id=67f0bcc1-4ffc-468c-9314-658620edcfe4 => 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: 723/1494] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:13 2026] DELETE /v2.0/routers/4984e941-afeb-4922-a88f-38081307cf96 => generated 0 bytes in 507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:14.311 8 INFO neutron.db.segments_db [None req-8cc3d8b1-fb9b-4d5b-b6e8-7b8af858c711 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Added segment 61ad06de-8890-4700-8db9-619c3c43a07b of type vxlan for network e0675e45-b067-4ffb-a873-cda20e5646d7 2026-02-27 17:50:14.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaf8786a-c9f3-4035-a678-c9cced69a0ac ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: 8b06ae7c-f84e-415b-8ec3-e8375f7b0b23 2026-02-27 17:50:14.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaf8786a-c9f3-4035-a678-c9cced69a0ac ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: 8b06ae7c-f84e-415b-8ec3-e8375f7b0b23 2026-02-27 17:50:14.617 8 INFO neutron.db.l3_hamode_db [None req-8cc3d8b1-fb9b-4d5b-b6e8-7b8af858c711 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:14.777 7 INFO neutron.db.l3_hamode_db [None req-aaf8786a-c9f3-4035-a678-c9cced69a0ac ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] HA network 967db908-7e82-418d-bc57-2e923ef500cb was deleted as no HA routers are present in tenant cb48f7e750554a149e3668d150427f70. [pid: 7|app: 0|req: 724/1495] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:14 2026] DELETE /v2.0/routers/67f0bcc1-4ffc-468c-9314-658620edcfe4 => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1496] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:14 2026] DELETE /v2.0/subnets/9cb4c871-fe85-4ea0-8edf-9f306073c364 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1497] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:14 2026] DELETE /v2.0/subnets/95d90b52-5149-4d68-8f5c-ee3c39c6def9 => 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: 727/1498] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:15 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1499] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:15 2026] DELETE /v2.0/subnets/25271be2-fc63-4a5a-aafa-d878df3d7b70 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1500] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:15 2026] DELETE /v2.0/subnets/20ed0cad-cdeb-4619-9031-1d6d38bcaaf9 => 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: 730/1501] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:15 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:15.450 8 INFO neutron.db.l3_hamode_db [None req-8cc3d8b1-fb9b-4d5b-b6e8-7b8af858c711 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 731/1502] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:15 2026] DELETE /v2.0/networks/22a909a6-f3a4-419f-b15a-03f30ae626fd => 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: 732/1503] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:15 2026] DELETE /v2.0/networks/00dbc194-2c50-4221-b8b7-1434c2a9f2a2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:15.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-57922140-cdf4-4b18-beb7-f3c60fd53be6 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: e800a0a5-77b7-4ea8-869c-db6f33ce4b8a 2026-02-27 17:50:15.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57922140-cdf4-4b18-beb7-f3c60fd53be6 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: e800a0a5-77b7-4ea8-869c-db6f33ce4b8a [pid: 7|app: 0|req: 733/1504] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:15 2026] DELETE /v2.0/networks/16414a24-ae2c-43df-bc57-18cfceb7f511 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:16.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c9d229d-6eb7-4187-a8b2-77d66ba81d71 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: 23d8de11-f82d-40eb-9a06-fd1a84d344d5 2026-02-27 17:50:16.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c9d229d-6eb7-4187-a8b2-77d66ba81d71 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: 23d8de11-f82d-40eb-9a06-fd1a84d344d5 2026-02-27 17:50:16.273 7 INFO neutron.services.segments.plugin [-] Segment d3e5afe4-51af-479c-aaf6-264aadc80793 resource provider aggregate not found 2026-02-27 17:50:16.282 7 INFO neutron.services.segments.plugin [-] Segment d3e5afe4-51af-479c-aaf6-264aadc80793 resource provider aggregate not found 2026-02-27 17:50:16.295 7 INFO neutron.services.segments.plugin [-] Segment d3e5afe4-51af-479c-aaf6-264aadc80793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3e5afe4-51af-479c-aaf6-264aadc80793 found for delete ", "request_id": "req-67b5f2dd-61fb-465b-9f6d-c3ee9fabc151"}]} [pid: 7|app: 0|req: 734/1505] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:15 2026] DELETE /v2.0/networks/f4fcc690-acc7-4251-8312-13a2e9c6b255 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:16.311 7 INFO neutron.services.segments.plugin [-] Segment 8038055c-176f-47cd-9acb-ede20f015814 resource provider aggregate not found 2026-02-27 17:50:16.317 7 INFO neutron.services.segments.plugin [-] Segment d3e5afe4-51af-479c-aaf6-264aadc80793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3e5afe4-51af-479c-aaf6-264aadc80793 found for delete ", "request_id": "req-82624ab1-12c2-42ae-8051-9eaa4741418a"}]} 2026-02-27 17:50:16.331 7 INFO neutron.services.segments.plugin [-] Segment 8038055c-176f-47cd-9acb-ede20f015814 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8038055c-176f-47cd-9acb-ede20f015814 found for delete ", "request_id": "req-ad7ef984-093b-400f-a82c-ed4e4a890d79"}]} 2026-02-27 17:50:16.336 7 INFO neutron.services.segments.plugin [-] Segment 8038055c-176f-47cd-9acb-ede20f015814 resource provider aggregate not found [pid: 8|app: 0|req: 772/1506] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:14 2026] POST /v2.0/routers => generated 695 bytes in 2084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:16.352 7 INFO neutron.services.segments.plugin [-] Segment 29073dbb-729a-4ab4-8d2d-979e3730bd05 resource provider aggregate not found 2026-02-27 17:50:16.359 7 INFO neutron.services.segments.plugin [-] Segment 8038055c-176f-47cd-9acb-ede20f015814 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8038055c-176f-47cd-9acb-ede20f015814 found for delete ", "request_id": "req-4995e304-fb3d-481a-8075-293622958eae"}]} 2026-02-27 17:50:16.375 7 INFO neutron.services.segments.plugin [-] Segment 29073dbb-729a-4ab4-8d2d-979e3730bd05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29073dbb-729a-4ab4-8d2d-979e3730bd05 found for delete ", "request_id": "req-405fcfb9-e913-407d-8801-955a917e2cc9"}]} 2026-02-27 17:50:16.382 7 INFO neutron.services.segments.plugin [-] Segment 29073dbb-729a-4ab4-8d2d-979e3730bd05 resource provider aggregate not found 2026-02-27 17:50:16.395 7 INFO neutron.db.segments_db [None req-656d2cec-bd8b-4be4-9dde-48623d93fb11 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment a07bea57-bd1a-4c84-810c-be8a4ca71bfd of type vxlan for network 67ea9afc-8f7f-47d5-a866-b91bc6da284b 2026-02-27 17:50:16.401 7 INFO neutron.services.segments.plugin [-] Segment 70a48538-7a65-47c3-a7ea-e574a55804cd resource provider aggregate not found 2026-02-27 17:50:16.403 8 INFO neutron.db.segments_db [None req-d5e8e603-d252-40f7-a2cd-ec4976890c54 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment 178f2073-8f66-44f2-a694-63b48a72b517 of type vxlan for network 24086eb7-db80-4fba-a276-14c34fb85838 2026-02-27 17:50:16.411 7 INFO neutron.services.segments.plugin [-] Segment 29073dbb-729a-4ab4-8d2d-979e3730bd05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29073dbb-729a-4ab4-8d2d-979e3730bd05 found for delete ", "request_id": "req-7e5368c9-41b8-4080-9c42-9a5c2400a559"}]} 2026-02-27 17:50:16.431 7 INFO neutron.services.segments.plugin [-] Segment 70a48538-7a65-47c3-a7ea-e574a55804cd resource provider aggregate not found 2026-02-27 17:50:16.433 7 INFO neutron.services.segments.plugin [-] Segment 70a48538-7a65-47c3-a7ea-e574a55804cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a48538-7a65-47c3-a7ea-e574a55804cd found for delete ", "request_id": "req-7855d825-5260-44a0-97d0-88539daa4649"}]} 2026-02-27 17:50:16.456 7 INFO neutron.services.segments.plugin [-] Segment f381003b-4464-4a58-b338-df77aa56cce8 resource provider aggregate not found 2026-02-27 17:50:16.458 7 INFO neutron.services.segments.plugin [-] Segment 70a48538-7a65-47c3-a7ea-e574a55804cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a48538-7a65-47c3-a7ea-e574a55804cd found for delete ", "request_id": "req-21fa81c3-f005-4597-b253-fd2eb82d8da2"}]} 2026-02-27 17:50:16.477 7 INFO neutron.services.segments.plugin [-] Segment f381003b-4464-4a58-b338-df77aa56cce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f381003b-4464-4a58-b338-df77aa56cce8 found for delete ", "request_id": "req-c0a3bae9-aaea-4fe3-84c2-4643f9303bd6"}]} 2026-02-27 17:50:16.477 7 INFO neutron.services.segments.plugin [-] Segment f381003b-4464-4a58-b338-df77aa56cce8 resource provider aggregate not found 2026-02-27 17:50:16.496 7 INFO neutron.services.segments.plugin [-] Segment f381003b-4464-4a58-b338-df77aa56cce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f381003b-4464-4a58-b338-df77aa56cce8 found for delete ", "request_id": "req-2cad50f4-2891-47bd-a82e-67b365845393"}]} [pid: 8|app: 0|req: 773/1507] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:16 2026] POST /v2.0/networks => generated 610 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1508] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:16 2026] POST /v2.0/networks => generated 614 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1509] 10.0.0.224 () {32 vars in 776 bytes} [Fri Feb 27 17:50:16 2026] GET /v2.0/subnets?project_id=ee36dc05e7f349bda15e7d3407fb5c2d&cidr=10.100.0.0%2F28 => 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: 736/1510] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:16 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1511] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:16 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1512] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:50:16 2026] GET /v2.0/networks?router%3Aexternal=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: 737/1513] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:16 2026] POST /v2.0/subnets => generated 646 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1514] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:16 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&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: 778/1515] 10.0.0.224 () {32 vars in 784 bytes} [Fri Feb 27 17:50:16 2026] GET /v2.0/subnets?network_id=9e1da810-55c8-4481-a64a-c28dc027968f&cidr=10.100.0.0%2F28 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:16.948 7 INFO neutron.db.segments_db [None req-5ad56f50-edad-4cb0-8e5d-0f0e0ca082b6 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment f3c7e331-5fad-46a0-83fd-758698a0b8f8 of type vxlan for network bfffb61d-6bfc-4083-8a69-5649f73aa1d0 2026-02-27 17:50:16.959 8 INFO neutron.db.segments_db [None req-72ecf10a-e1aa-4bad-9c84-e0432bb1a3c4 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment f1d007ba-adb8-4ad1-a796-58ccb667a1ec of type vxlan for network 446cbcb0-0312-4835-9c9b-6842f50d147a 2026-02-27 17:50:17.167 8 INFO neutron.db.l3_hamode_db [None req-72ecf10a-e1aa-4bad-9c84-e0432bb1a3c4 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:17.196 7 INFO neutron.db.l3_hamode_db [None req-5ad56f50-edad-4cb0-8e5d-0f0e0ca082b6 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:17.261 8 INFO neutron.db.l3_hamode_db [None req-72ecf10a-e1aa-4bad-9c84-e0432bb1a3c4 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:17.298 7 INFO neutron.db.l3_hamode_db [None req-5ad56f50-edad-4cb0-8e5d-0f0e0ca082b6 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 779/1516] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:16 2026] POST /v2.0/routers => generated 511 bytes in 925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1517] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:16 2026] POST /v2.0/routers => generated 507 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1520] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:17 2026] POST /v2.0/subnets => generated 656 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1521] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:50:17 2026] POST /v2.0/ports => generated 960 bytes in 371 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: 742/1522] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:18 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1523] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:50:18 2026] POST /v2.0/ports => generated 947 bytes in 386 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: 782/1524] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:18 2026] PUT /v2.0/routers/241ecb2a-0f9c-4eb4-8f3c-1a37ac1daa43/add_router_interface => generated 309 bytes in 1089 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: 783/1525] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:19 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1526] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:18 2026] PUT /v2.0/routers/8f8fc3b2-9b8e-45ba-82f2-e232ad286fa3/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1527] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:19 2026] GET /v2.0/ports/af7fb6a3-9b5f-4323-9222-92b51d87df7d => generated 1034 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1528] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:50:19 2026] GET /v2.0/networks => generated 7936 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:20.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-587859a5-e90e-43b6-9736-4d0820822e6d a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: af7fb6a3-9b5f-4323-9222-92b51d87df7d 2026-02-27 17:50:20.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-587859a5-e90e-43b6-9736-4d0820822e6d a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: af7fb6a3-9b5f-4323-9222-92b51d87df7d [pid: 7|app: 0|req: 746/1529] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:19 2026] PUT /v2.0/routers/241ecb2a-0f9c-4eb4-8f3c-1a37ac1daa43/remove_router_interface => generated 309 bytes in 787 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: 747/1530] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:50:20 2026] GET /v2.0/subnets => generated 6433 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:20.696 7 INFO neutron.api.v2.resource [None req-9c3bcf3b-4f94-49d6-9fbe-5b7def470ea6 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 748/1531] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:20 2026] PUT /v2.0/routers/241ecb2a-0f9c-4eb4-8f3c-1a37ac1daa43/remove_router_interface => generated 197 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1532] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:50:20 2026] GET /v2.0/routers => generated 2547 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1533] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:20 2026] GET /v2.0/ports?device_id=241ecb2a-0f9c-4eb4-8f3c-1a37ac1daa43 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1534] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:20 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1535] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:19 2026] PUT /v2.0/routers/019ac388-25a0-495e-92eb-d91abb06f283/add_router_interface => generated 309 bytes in 1294 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: 785/1536] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:20 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1537] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:50:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1538] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:21 2026] GET /v2.0/ports/42e165a6-dd6f-4e82-9081-0a4ca85a52a1 => generated 1021 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1539] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:21 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1540] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:21 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) 2026-02-27 17:50:21.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-c07aa1b1-8c3d-4169-aaf9-c16eb8266137 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: 9905cb6b-ee36-4661-ae57-2c4acc7b5579 2026-02-27 17:50:21.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c07aa1b1-8c3d-4169-aaf9-c16eb8266137 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: 9905cb6b-ee36-4661-ae57-2c4acc7b5579 2026-02-27 17:50:21.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbc4ee80-0fa4-4924-ac60-ed5b116c6af1 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: 42e165a6-dd6f-4e82-9081-0a4ca85a52a1 2026-02-27 17:50:21.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbc4ee80-0fa4-4924-ac60-ed5b116c6af1 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: 42e165a6-dd6f-4e82-9081-0a4ca85a52a1 2026-02-27 17:50:21.732 7 INFO neutron.services.segments.plugin [-] Segment f1d007ba-adb8-4ad1-a796-58ccb667a1ec resource provider aggregate not found 2026-02-27 17:50:21.754 7 INFO neutron.services.segments.plugin [-] Segment f1d007ba-adb8-4ad1-a796-58ccb667a1ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1d007ba-adb8-4ad1-a796-58ccb667a1ec found for delete ", "request_id": "req-85590206-3810-4a78-acad-3867eafaafb0"}]} 2026-02-27 17:50:21.755 7 INFO neutron.services.segments.plugin [-] Segment f1d007ba-adb8-4ad1-a796-58ccb667a1ec resource provider aggregate not found 2026-02-27 17:50:21.764 7 INFO neutron.db.l3_hamode_db [None req-c07aa1b1-8c3d-4169-aaf9-c16eb8266137 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] HA network 446cbcb0-0312-4835-9c9b-6842f50d147a was deleted as no HA routers are present in tenant 4435258a31494ebb99edfa55d25cbfa8. [pid: 7|app: 0|req: 752/1541] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:20 2026] DELETE /v2.0/routers/241ecb2a-0f9c-4eb4-8f3c-1a37ac1daa43 => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:21.795 7 INFO neutron.services.segments.plugin [-] Segment f1d007ba-adb8-4ad1-a796-58ccb667a1ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1d007ba-adb8-4ad1-a796-58ccb667a1ec found for delete ", "request_id": "req-f7238d37-36c4-42b1-8cf8-772eecb56ef8"}]} 2026-02-27 17:50:22.141 7 INFO neutron.db.l3_db [None req-99f4f988-2103-41e6-b625-0c93177112e0 6dd333e497a149e8838f3169b2a04694 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] Floating IP 36b44e02-5b41-4d2c-98fc-3a6a63990ba8 associated. External IP: 10.96.250.213, port: 4fd6865b-6399-40ed-a4a1-7765b3b6acb1. [pid: 7|app: 0|req: 753/1542] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:50:21 2026] PUT /v2.0/floatingips/36b44e02-5b41-4d2c-98fc-3a6a63990ba8 => generated 855 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:22.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b400b9a7-4b93-4a22-989d-985de0d1f0fe'] response: {'name': 'network-changed', 'server_uuid': '0b597a3b-f6ea-4c5d-9806-a3328e24a1e0', 'tag': '4fd6865b-6399-40ed-a4a1-7765b3b6acb1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 790/1543] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:21 2026] PUT /v2.0/routers/019ac388-25a0-495e-92eb-d91abb06f283/remove_router_interface => generated 309 bytes in 1249 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: 754/1544] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:22 2026] POST /v2.0/security-group-rules => generated 596 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1545] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:22 2026] DELETE /v2.0/subnets/d496cd02-44a7-4543-9e6d-ca8efbb28861 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1546] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:22 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:22.940 8 INFO neutron.api.v2.resource [None req-7891e2e3-5499-436c-abc9-efbfc5047c69 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 792/1547] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:22 2026] PUT /v2.0/routers/019ac388-25a0-495e-92eb-d91abb06f283/remove_router_interface => generated 197 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1548] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:23.076 8 INFO neutron.services.segments.plugin [-] Segment a07bea57-bd1a-4c84-810c-be8a4ca71bfd resource provider aggregate not found 2026-02-27 17:50:23.081 8 INFO neutron.services.segments.plugin [-] Segment a07bea57-bd1a-4c84-810c-be8a4ca71bfd resource provider aggregate not found [pid: 7|app: 0|req: 757/1549] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:23.104 8 INFO neutron.services.segments.plugin [-] Segment a07bea57-bd1a-4c84-810c-be8a4ca71bfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07bea57-bd1a-4c84-810c-be8a4ca71bfd found for delete ", "request_id": "req-439d0c34-c821-44ec-ac21-1f101c8f4903"}]} 2026-02-27 17:50:23.108 8 INFO neutron.services.segments.plugin [-] Segment a07bea57-bd1a-4c84-810c-be8a4ca71bfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07bea57-bd1a-4c84-810c-be8a4ca71bfd found for delete ", "request_id": "req-b4619edf-d29b-472e-8a2a-096ece336192"}]} [pid: 7|app: 0|req: 758/1550] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/ports?device_id=019ac388-25a0-495e-92eb-d91abb06f283 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1551] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:22 2026] DELETE /v2.0/networks/67ea9afc-8f7f-47d5-a866-b91bc6da284b => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1552] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/ports?tenant_id=0ba8027f606b4b5db06e21f1e8f847c0&device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 759/1553] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:23.312 7 INFO neutron.db.segments_db [None req-976488f9-2fbf-4227-849f-b90f025c3c1a a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment 41084fc7-9092-42cf-b88f-a5b94a597319 of type vxlan for network 01f3b722-c9d9-4789-a8cd-825f5310e880 2026-02-27 17:50:23.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-04f59484-459d-4825-8ea3-f8d9bc912722 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: fd6a3211-dbcf-417d-ac9d-bc54585b96aa 2026-02-27 17:50:23.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f59484-459d-4825-8ea3-f8d9bc912722 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: fd6a3211-dbcf-417d-ac9d-bc54585b96aa [pid: 7|app: 0|req: 760/1554] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:23 2026] POST /v2.0/networks => generated 615 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1555] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/networks?id=67b5951c-665a-474c-aa5f-ad24d8ad7d6d => generated 776 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:23.481 7 INFO neutron.db.securitygroups_db [None req-265abe6b-1bbc-4d58-b063-d1d65b598840 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Project ee36dc05e7f349bda15e7d3407fb5c2d 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: 762/1556] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:23 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: 763/1557] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:23.702 8 INFO neutron.db.l3_hamode_db [None req-04f59484-459d-4825-8ea3-f8d9bc912722 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] HA network bfffb61d-6bfc-4083-8a69-5649f73aa1d0 was deleted as no HA routers are present in tenant cb48f7e750554a149e3668d150427f70. [pid: 8|app: 0|req: 795/1558] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:23 2026] DELETE /v2.0/routers/019ac388-25a0-495e-92eb-d91abb06f283 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1559] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4fd6865b-6399-40ed-a4a1-7765b3b6acb1 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:23.785 8 INFO neutron.db.securitygroups_db [None req-b2880323-f48f-4132-bae6-05f7e175840d 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Project ee36dc05e7f349bda15e7d3407fb5c2d 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: 764/1560] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:23 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1561] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1562] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:23 2026] POST /v2.0/security-group-rules => generated 606 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1563] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:50:23 2026] GET /v2.0/subnets?id=af7ee9a0-9676-470c-8937-a41facfa1558 => generated 698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:23.978 8 INFO neutron.db.segments_db [None req-8b06ce0c-e03c-4048-a66f-9d74f3218822 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment a66a3b3e-6a94-4367-8edf-507be169be74 of type vxlan for network ffb6c2ae-2674-4916-9392-b25563b8ea69 [pid: 7|app: 0|req: 766/1564] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:23 2026] DELETE /v2.0/subnets/c5bc45d0-7fe6-4a0a-9420-98564a5c4ec3 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1565] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:50:24 2026] GET /v2.0/ports?network_id=67b5951c-665a-474c-aa5f-ad24d8ad7d6d&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:24.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-f25983f2-860d-4c97-b459-3babc200a9a0 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: 012f1a46-014e-4fe2-9dac-a4e689ede01f 2026-02-27 17:50:24.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f25983f2-860d-4c97-b459-3babc200a9a0 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: 012f1a46-014e-4fe2-9dac-a4e689ede01f 2026-02-27 17:50:24.264 8 INFO neutron.db.l3_hamode_db [None req-8b06ce0c-e03c-4048-a66f-9d74f3218822 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:24.382 7 INFO neutron.services.segments.plugin [-] Segment 178f2073-8f66-44f2-a694-63b48a72b517 resource provider aggregate not found 2026-02-27 17:50:24.388 7 INFO neutron.services.segments.plugin [-] Segment 178f2073-8f66-44f2-a694-63b48a72b517 resource provider aggregate not found 2026-02-27 17:50:24.400 8 INFO neutron.db.l3_hamode_db [None req-8b06ce0c-e03c-4048-a66f-9d74f3218822 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:24.406 7 INFO neutron.services.segments.plugin [-] Segment 178f2073-8f66-44f2-a694-63b48a72b517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178f2073-8f66-44f2-a694-63b48a72b517 found for delete ", "request_id": "req-76d6eebf-2aed-497f-b234-6fa3c8abc4c0"}]} 2026-02-27 17:50:24.409 7 INFO neutron.services.segments.plugin [-] Segment 178f2073-8f66-44f2-a694-63b48a72b517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178f2073-8f66-44f2-a694-63b48a72b517 found for delete ", "request_id": "req-69c8bc7f-bc89-4073-8349-d26442bb7c84"}]} [pid: 7|app: 0|req: 768/1566] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:24 2026] DELETE /v2.0/networks/24086eb7-db80-4fba-a276-14c34fb85838 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1567] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:50:24 2026] GET /v2.0/networks/67b5951c-665a-474c-aa5f-ad24d8ad7d6d?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: 770/1568] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:50:24 2026] GET /v2.0/networks => generated 1297 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:24.629 7 INFO neutron.db.segments_db [None req-7ab51518-4e3d-4f54-8e8c-7c001ea37f2a ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment 581057db-6117-4980-ac1a-43a1533bd279 of type vxlan for network b4459f66-f0d1-4d25-930e-4d191e17561d [pid: 7|app: 0|req: 771/1569] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:24 2026] POST /v2.0/networks => generated 610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1570] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:50:24 2026] GET /v2.0/networks/67b5951c-665a-474c-aa5f-ad24d8ad7d6d?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: 773/1571] 10.0.0.79 () {34 vars in 1099 bytes} [Fri Feb 27 17:50:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1873869453&fields=id&tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1572] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:23 2026] POST /v2.0/routers => generated 510 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1573] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:24 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1574] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:50:25 2026] GET /v2.0/networks?id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1575] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:25 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:25.132 8 INFO neutron.services.segments.plugin [-] Segment f3c7e331-5fad-46a0-83fd-758698a0b8f8 resource provider aggregate not found 2026-02-27 17:50:25.138 8 INFO neutron.services.segments.plugin [-] Segment f3c7e331-5fad-46a0-83fd-758698a0b8f8 resource provider aggregate not found 2026-02-27 17:50:25.154 8 INFO neutron.services.segments.plugin [-] Segment f3c7e331-5fad-46a0-83fd-758698a0b8f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c7e331-5fad-46a0-83fd-758698a0b8f8 found for delete ", "request_id": "req-9a287276-ef79-426d-8869-980707dbf1a1"}]} 2026-02-27 17:50:25.154 7 INFO neutron.db.segments_db [None req-09c1faa7-ed11-46cf-a7ca-7d0f97735f1d ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment d7deb4e8-3447-441c-9c82-a0835889c99b of type vxlan for network bca22c87-1b7d-4865-be77-1d4fde6090eb 2026-02-27 17:50:25.158 8 INFO neutron.services.segments.plugin [-] Segment f3c7e331-5fad-46a0-83fd-758698a0b8f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c7e331-5fad-46a0-83fd-758698a0b8f8 found for delete ", "request_id": "req-64486daa-cb1e-4d40-8bac-4b69ee4fe96c"}]} 2026-02-27 17:50:25.424 7 INFO neutron.db.l3_hamode_db [None req-09c1faa7-ed11-46cf-a7ca-7d0f97735f1d ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:25.553 7 INFO neutron.db.l3_hamode_db [None req-09c1faa7-ed11-46cf-a7ca-7d0f97735f1d ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 776/1576] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:25 2026] POST /v2.0/routers => generated 507 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1577] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:50:26 2026] GET /v2.0/quotas/ee36dc05e7f349bda15e7d3407fb5c2d => 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: 801/1578] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:25 2026] PUT /v2.0/routers/598ce34e-48f6-46ae-aa29-6be080a9eea3/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1579] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:26 2026] GET /v2.0/security-groups?id=d904ead8-ac89-4523-b187-fa298ed8447c&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: 802/1580] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:50:26 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 803/1581] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:50:26 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1582] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:26 2026] GET /v2.0/ports/a13ddf10-b9a9-41d9-b454-a3891a19dad7 => generated 959 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:26.499 8 INFO neutron_taas.services.taas.taas_plugin [req-73af1302-3b0f-49b4-9fc3-f9abddcc6de3 req-0e69577e-4fc9-4b6d-be83-ec1fc0d57d8b 6dd333e497a149e8838f3169b2a04694 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] TaaS: Handle Delete Port: 4fd6865b-6399-40ed-a4a1-7765b3b6acb1 2026-02-27 17:50:26.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-73af1302-3b0f-49b4-9fc3-f9abddcc6de3 req-0e69577e-4fc9-4b6d-be83-ec1fc0d57d8b 6dd333e497a149e8838f3169b2a04694 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] Tap Mirror: Handle Delete Port: 4fd6865b-6399-40ed-a4a1-7765b3b6acb1 2026-02-27 17:50:26.618 8 INFO neutron.db.l3_db [req-73af1302-3b0f-49b4-9fc3-f9abddcc6de3 req-0e69577e-4fc9-4b6d-be83-ec1fc0d57d8b 6dd333e497a149e8838f3169b2a04694 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] Floating IP 36b44e02-5b41-4d2c-98fc-3a6a63990ba8 disassociated. External IP: 10.96.250.213, port: 4fd6865b-6399-40ed-a4a1-7765b3b6acb1. [pid: 8|app: 0|req: 805/1583] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:50:26 2026] DELETE /v2.0/ports/4fd6865b-6399-40ed-a4a1-7765b3b6acb1 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:27.039 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bec9516f-98ba-465b-afb2-edb2102dd9a0'] response: {'server_uuid': '0b597a3b-f6ea-4c5d-9806-a3328e24a1e0', 'name': 'network-vif-deleted', 'tag': '4fd6865b-6399-40ed-a4a1-7765b3b6acb1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 806/1584] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:50:26 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:27.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5097554-401d-4290-875e-435e36ff5505 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: a13ddf10-b9a9-41d9-b454-a3891a19dad7 2026-02-27 17:50:27.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5097554-401d-4290-875e-435e36ff5505 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: a13ddf10-b9a9-41d9-b454-a3891a19dad7 [pid: 7|app: 0|req: 779/1585] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:26 2026] PUT /v2.0/routers/1ef2487c-6a4f-4cc9-9822-8507457cc878/add_router_interface => generated 309 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1586] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:50:27 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?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: 781/1587] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:27 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 782/1588] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:50:27 2026] GET /v2.0/ports/11c27bd6-902a-4019-901a-d646d3e66e9d => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:27.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6aafe42-82c2-484a-bed0-9d8a212d29dd ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: 11c27bd6-902a-4019-901a-d646d3e66e9d 2026-02-27 17:50:27.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6aafe42-82c2-484a-bed0-9d8a212d29dd ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: 11c27bd6-902a-4019-901a-d646d3e66e9d [pid: 8|app: 0|req: 807/1589] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:27 2026] PUT /v2.0/routers/598ce34e-48f6-46ae-aa29-6be080a9eea3/remove_router_interface => generated 309 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1590] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:27 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 809/1591] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:27 2026] GET /v2.0/ports?device_id=598ce34e-48f6-46ae-aa29-6be080a9eea3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:27.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-b61dfafc-a906-4a85-8cd5-87cdacf3af95 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: ab18f256-de22-4076-8038-0fbd6b85811b 2026-02-27 17:50:27.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b61dfafc-a906-4a85-8cd5-87cdacf3af95 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: ab18f256-de22-4076-8038-0fbd6b85811b [pid: 7|app: 0|req: 783/1592] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:27 2026] PUT /v2.0/routers/1ef2487c-6a4f-4cc9-9822-8507457cc878/remove_router_interface => generated 309 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1593] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:28 2026] GET /v2.0/ports?device_id=1ef2487c-6a4f-4cc9-9822-8507457cc878 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:28.248 8 INFO neutron.services.segments.plugin [-] Segment a66a3b3e-6a94-4367-8edf-507be169be74 resource provider aggregate not found 2026-02-27 17:50:28.251 8 INFO neutron.services.segments.plugin [-] Segment a66a3b3e-6a94-4367-8edf-507be169be74 resource provider aggregate not found 2026-02-27 17:50:28.263 8 INFO neutron.services.segments.plugin [-] Segment a66a3b3e-6a94-4367-8edf-507be169be74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a66a3b3e-6a94-4367-8edf-507be169be74 found for delete ", "request_id": "req-81e3d8d9-fca3-4faa-92bb-56b0e0d031be"}]} 2026-02-27 17:50:28.264 8 INFO neutron.services.segments.plugin [-] Segment a66a3b3e-6a94-4367-8edf-507be169be74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a66a3b3e-6a94-4367-8edf-507be169be74 found for delete ", "request_id": "req-61dc40ab-5143-49f6-a0a8-3af5080d64a4"}]} 2026-02-27 17:50:28.278 8 INFO neutron.db.l3_hamode_db [None req-b61dfafc-a906-4a85-8cd5-87cdacf3af95 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] HA network ffb6c2ae-2674-4916-9392-b25563b8ea69 was deleted as no HA routers are present in tenant 4435258a31494ebb99edfa55d25cbfa8. [pid: 8|app: 0|req: 810/1594] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:27 2026] DELETE /v2.0/routers/598ce34e-48f6-46ae-aa29-6be080a9eea3 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:28.367 7 INFO neutron_taas.services.taas.taas_plugin [None req-94b9f281-fdb3-4a05-9c86-c52e6c23b50b ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: ebad1b1c-9f95-48a0-9715-42c9113e6f3a 2026-02-27 17:50:28.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94b9f281-fdb3-4a05-9c86-c52e6c23b50b ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: ebad1b1c-9f95-48a0-9715-42c9113e6f3a [pid: 8|app: 0|req: 811/1595] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:28 2026] DELETE /v2.0/subnets/9795e718-08f2-4341-8249-a5bb3296e211 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1596] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:28 2026] DELETE /v2.0/networks/01f3b722-c9d9-4789-a8cd-825f5310e880 => 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: 813/1597] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:28 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:28.595 8 INFO neutron.db.segments_db [None req-36eff5a6-868c-4894-8c8e-cd830704fa67 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Added segment d0ab60f6-89a0-49e4-b1d5-7921f12cfc18 of type vxlan for network d3511731-ca6e-48d6-8186-086aa1ac86d4 2026-02-27 17:50:28.676 7 INFO neutron.services.segments.plugin [-] Segment d7deb4e8-3447-441c-9c82-a0835889c99b resource provider aggregate not found 2026-02-27 17:50:28.681 7 INFO neutron.services.segments.plugin [-] Segment d7deb4e8-3447-441c-9c82-a0835889c99b resource provider aggregate not found 2026-02-27 17:50:28.722 7 INFO neutron.services.segments.plugin [-] Segment d7deb4e8-3447-441c-9c82-a0835889c99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7deb4e8-3447-441c-9c82-a0835889c99b found for delete ", "request_id": "req-096a7b2a-9a53-4d81-95d2-368da709dc66"}]} 2026-02-27 17:50:28.728 7 INFO neutron.services.segments.plugin [-] Segment d7deb4e8-3447-441c-9c82-a0835889c99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7deb4e8-3447-441c-9c82-a0835889c99b found for delete ", "request_id": "req-86d10696-7c89-4d5a-be95-c61488fb5e07"}]} 2026-02-27 17:50:28.752 7 INFO neutron.db.l3_hamode_db [None req-94b9f281-fdb3-4a05-9c86-c52e6c23b50b ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] HA network bca22c87-1b7d-4865-be77-1d4fde6090eb was deleted as no HA routers are present in tenant cb48f7e750554a149e3668d150427f70. [pid: 7|app: 0|req: 785/1598] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:28 2026] DELETE /v2.0/routers/1ef2487c-6a4f-4cc9-9822-8507457cc878 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:28.890 8 INFO neutron.db.l3_hamode_db [None req-36eff5a6-868c-4894-8c8e-cd830704fa67 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 786/1599] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:28 2026] DELETE /v2.0/subnets/b1137847-2c8e-4fcd-a8aa-3e9fd2df4a72 => 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: 787/1600] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:28 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1601] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:28 2026] DELETE /v2.0/networks/b4459f66-f0d1-4d25-930e-4d191e17561d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:29.156 7 INFO neutron.db.segments_db [None req-ad878d52-314d-401c-8e93-7c30544a6b08 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Added segment b9d35675-b0f4-4356-b740-f8d80ec5732e of type vxlan for network 30799974-90d4-4be6-b632-b00d41bd1e63 2026-02-27 17:50:29.404 7 INFO neutron.db.l3_hamode_db [None req-ad878d52-314d-401c-8e93-7c30544a6b08 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:29.688 8 INFO neutron.db.l3_hamode_db [None req-36eff5a6-868c-4894-8c8e-cd830704fa67 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:50:30.291 8 INFO neutron.services.segments.plugin [-] Segment 41084fc7-9092-42cf-b88f-a5b94a597319 resource provider aggregate not found 2026-02-27 17:50:30.304 8 INFO neutron.services.segments.plugin [-] Segment 41084fc7-9092-42cf-b88f-a5b94a597319 resource provider aggregate not found 2026-02-27 17:50:30.321 8 INFO neutron.services.segments.plugin [-] Segment 41084fc7-9092-42cf-b88f-a5b94a597319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41084fc7-9092-42cf-b88f-a5b94a597319 found for delete ", "request_id": "req-d44f71d3-0280-40ba-bffb-da159aa59439"}]} 2026-02-27 17:50:30.323 8 INFO neutron.services.segments.plugin [-] Segment 41084fc7-9092-42cf-b88f-a5b94a597319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41084fc7-9092-42cf-b88f-a5b94a597319 found for delete ", "request_id": "req-d2382eb8-a447-4b49-b8af-7c70d949cc49"}]} 2026-02-27 17:50:30.343 7 INFO neutron.db.l3_hamode_db [None req-ad878d52-314d-401c-8e93-7c30544a6b08 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 814/1602] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:28 2026] POST /v2.0/routers => generated 692 bytes in 2075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1603] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:30 2026] GET /v2.0/ports?device_id=0b597a3b-f6ea-4c5d-9806-a3328e24a1e0 => 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: 816/1604] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:30 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 817/1605] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:50:30 2026] GET /v2.0/routers/e402f82a-2ae7-4e37-8208-35ecd3e354ae => generated 698 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:30.754 7 INFO neutron.services.segments.plugin [-] Segment 581057db-6117-4980-ac1a-43a1533bd279 resource provider aggregate not found 2026-02-27 17:50:30.761 7 INFO neutron.services.segments.plugin [-] Segment 581057db-6117-4980-ac1a-43a1533bd279 resource provider aggregate not found 2026-02-27 17:50:30.781 7 INFO neutron.services.segments.plugin [-] Segment 581057db-6117-4980-ac1a-43a1533bd279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581057db-6117-4980-ac1a-43a1533bd279 found for delete ", "request_id": "req-51610922-d6ae-418f-899c-51df1b0e07aa"}]} 2026-02-27 17:50:30.785 7 INFO neutron.services.segments.plugin [-] Segment 581057db-6117-4980-ac1a-43a1533bd279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581057db-6117-4980-ac1a-43a1533bd279 found for delete ", "request_id": "req-f2926e73-c779-4355-bb3f-261589238b0d"}]} [pid: 8|app: 0|req: 818/1606] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:50:30 2026] GET /v2.0/routers => generated 701 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1607] 10.0.0.224 () {34 vars in 741 bytes} [Fri Feb 27 17:50:30 2026] PUT /v2.0/routers/e402f82a-2ae7-4e37-8208-35ecd3e354ae => generated 705 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1608] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:29 2026] POST /v2.0/routers => generated 687 bytes in 2112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1609] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/routers/e402f82a-2ae7-4e37-8208-35ecd3e354ae => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1610] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/ports?device_id=e402f82a-2ae7-4e37-8208-35ecd3e354ae => 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: 790/1611] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/routers/7a4e75c1-2383-4699-ae6e-bd8d8c651cd3 => generated 693 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1612] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/routers => generated 696 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:31.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-98fb5998-4901-4208-82f1-736b3acd6136 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: 64487c99-b6bd-4b53-83d9-27d2c3822fee 2026-02-27 17:50:31.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98fb5998-4901-4208-82f1-736b3acd6136 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: 64487c99-b6bd-4b53-83d9-27d2c3822fee 2026-02-27 17:50:31.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-98fb5998-4901-4208-82f1-736b3acd6136 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] TaaS: Handle Delete Port: 881a30d2-fcd5-49df-bba5-c94bae4bef22 2026-02-27 17:50:31.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98fb5998-4901-4208-82f1-736b3acd6136 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] Tap Mirror: Handle Delete Port: 881a30d2-fcd5-49df-bba5-c94bae4bef22 [pid: 7|app: 0|req: 792/1613] 10.0.0.224 () {34 vars in 741 bytes} [Fri Feb 27 17:50:31 2026] PUT /v2.0/routers/7a4e75c1-2383-4699-ae6e-bd8d8c651cd3 => generated 700 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1614] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 794/1615] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:31 2026] DELETE /v2.0/security-groups/d904ead8-ac89-4523-b187-fa298ed8447c => 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: 795/1616] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/routers/7a4e75c1-2383-4699-ae6e-bd8d8c651cd3 => generated 700 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:31.978 7 INFO neutron.api.v2.resource [None req-aabc3c1f-4179-4671-a37e-759660250969 6dd333e497a149e8838f3169b2a04694 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 796/1617] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/security-groups/d904ead8-ac89-4523-b187-fa298ed8447c => 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: 797/1618] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:31 2026] GET /v2.0/ports?device_id=7a4e75c1-2383-4699-ae6e-bd8d8c651cd3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:32.087 8 INFO neutron.db.l3_hamode_db [None req-98fb5998-4901-4208-82f1-736b3acd6136 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] HA network d3511731-ca6e-48d6-8186-086aa1ac86d4 was deleted as no HA routers are present in tenant 4435258a31494ebb99edfa55d25cbfa8. 2026-02-27 17:50:32.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d81a8df-2fc6-496c-975b-02e3d6bcfe52 6dd333e497a149e8838f3169b2a04694 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] TaaS: Handle Delete Port: 5a9349f8-ff32-4ce5-8af3-bd70a3d2eec3 2026-02-27 17:50:32.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d81a8df-2fc6-496c-975b-02e3d6bcfe52 6dd333e497a149e8838f3169b2a04694 0ba8027f606b4b5db06e21f1e8f847c0 - - default default] Tap Mirror: Handle Delete Port: 5a9349f8-ff32-4ce5-8af3-bd70a3d2eec3 [pid: 8|app: 0|req: 822/1619] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:31 2026] DELETE /v2.0/routers/e402f82a-2ae7-4e37-8208-35ecd3e354ae => generated 0 bytes in 813 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1620] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:50:31 2026] DELETE /v2.0/floatingips/36b44e02-5b41-4d2c-98fc-3a6a63990ba8 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1621] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:32 2026] GET /v2.0/ports?device_id=e402f82a-2ae7-4e37-8208-35ecd3e354ae => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:32.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-43c60b3d-97dc-41c6-bca8-7ba18ae647a9 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: e97c26ba-4dcf-4d15-9726-976665d26d66 2026-02-27 17:50:32.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43c60b3d-97dc-41c6-bca8-7ba18ae647a9 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: e97c26ba-4dcf-4d15-9726-976665d26d66 2026-02-27 17:50:32.344 8 INFO neutron.services.segments.plugin [-] Segment d0ab60f6-89a0-49e4-b1d5-7921f12cfc18 resource provider aggregate not found 2026-02-27 17:50:32.344 8 INFO neutron.services.segments.plugin [-] Segment d0ab60f6-89a0-49e4-b1d5-7921f12cfc18 resource provider aggregate not found 2026-02-27 17:50:32.367 8 INFO neutron.services.segments.plugin [-] Segment d0ab60f6-89a0-49e4-b1d5-7921f12cfc18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ab60f6-89a0-49e4-b1d5-7921f12cfc18 found for delete ", "request_id": "req-6ef3776f-41f0-4a86-bea6-6211547ce133"}]} 2026-02-27 17:50:32.372 8 INFO neutron.services.segments.plugin [-] Segment d0ab60f6-89a0-49e4-b1d5-7921f12cfc18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ab60f6-89a0-49e4-b1d5-7921f12cfc18 found for delete ", "request_id": "req-c6f7ce13-1081-4ba6-843f-b1683fa592d0"}]} 2026-02-27 17:50:32.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-43c60b3d-97dc-41c6-bca8-7ba18ae647a9 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] TaaS: Handle Delete Port: 5826b055-14bd-4ff4-b79e-26a91efaa79b 2026-02-27 17:50:32.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43c60b3d-97dc-41c6-bca8-7ba18ae647a9 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] Tap Mirror: Handle Delete Port: 5826b055-14bd-4ff4-b79e-26a91efaa79b 2026-02-27 17:50:32.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-be90557b-63bf-4ee4-b710-c4436af78ff4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: b4abf2fa-043e-4ff7-9944-e24d35718e3e 2026-02-27 17:50:32.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be90557b-63bf-4ee4-b710-c4436af78ff4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: b4abf2fa-043e-4ff7-9944-e24d35718e3e 2026-02-27 17:50:32.890 8 INFO neutron.db.l3_hamode_db [None req-43c60b3d-97dc-41c6-bca8-7ba18ae647a9 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] HA network 30799974-90d4-4be6-b632-b00d41bd1e63 was deleted as no HA routers are present in tenant cb48f7e750554a149e3668d150427f70. [pid: 8|app: 0|req: 823/1622] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:32 2026] DELETE /v2.0/routers/7a4e75c1-2383-4699-ae6e-bd8d8c651cd3 => generated 0 bytes in 800 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:32.915 8 INFO neutron.api.v2.resource [None req-8ba19f11-d066-4182-a47f-ae38caf43bee a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 824/1623] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:32 2026] DELETE /v2.0/routers/e402f82a-2ae7-4e37-8208-35ecd3e354ae => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1626] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:50:32 2026] GET /v2.0/networks?id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1627] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:32 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 829/1628] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:32 2026] GET /v2.0/ports?device_id=7a4e75c1-2383-4699-ae6e-bd8d8c651cd3 => 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: 830/1629] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:33 2026] GET /v2.0/ports?device_id=598ce34e-48f6-46ae-aa29-6be080a9eea3 => 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: 831/1630] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:50:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:33.071 8 INFO neutron.api.v2.resource [None req-f59e232c-b9d4-49d7-9389-7414e0dba525 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1631] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:33 2026] DELETE /v2.0/routers/7a4e75c1-2383-4699-ae6e-bd8d8c651cd3 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:33.088 8 INFO neutron.api.v2.resource [None req-e212d61f-dcd7-4792-aa00-afe1dba9d4d7 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1632] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:33 2026] DELETE /v2.0/routers/598ce34e-48f6-46ae-aa29-6be080a9eea3 => 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: 800/1633] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:50:32 2026] PUT /v2.0/routers/2773d488-17c3-4949-a0ae-6bcd7bc845ab/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1634] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:33 2026] GET /v2.0/ports?device_id=1ef2487c-6a4f-4cc9-9822-8507457cc878 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:33.163 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30e5345f-d19c-4a13-a9af-65c05e185165 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1635] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:33 2026] DELETE /v2.0/subnets/9795e718-08f2-4341-8249-a5bb3296e211 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:33.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fc14b7f-a50e-4d0f-83ea-a98437fbc165 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 516bf84d-7b94-4ad1-bf17-81b99ef932f1 2026-02-27 17:50:33.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fc14b7f-a50e-4d0f-83ea-a98437fbc165 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 516bf84d-7b94-4ad1-bf17-81b99ef932f1 [pid: 8|app: 0|req: 834/1636] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:50:33 2026] POST /v2.0/ports => generated 954 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:50:33.513 8 INFO neutron.api.v2.resource [None req-8eccd6a6-96d7-49b1-8a56-9ca6f7ceee43 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1637] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:33 2026] DELETE /v2.0/routers/1ef2487c-6a4f-4cc9-9822-8507457cc878 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1638] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:33 2026] GET /v2.0/ports?device_id=241ecb2a-0f9c-4eb4-8f3c-1a37ac1daa43 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:33.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fc14b7f-a50e-4d0f-83ea-a98437fbc165 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 6b687cad-169b-4a24-ba7f-eb5d1c88e603 2026-02-27 17:50:33.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fc14b7f-a50e-4d0f-83ea-a98437fbc165 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 6b687cad-169b-4a24-ba7f-eb5d1c88e603 [pid: 8|app: 0|req: 837/1639] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:50:33 2026] PUT /v2.0/ports/af0c544c-9d57-46b0-95f6-246d3ae6cba8 => generated 1235 bytes in 486 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-02-27 17:50:34.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-651f2766-e8e9-42ee-8d7d-e3b5eca0e414 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 838/1640] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/b1137847-2c8e-4fcd-a8aa-3e9fd2df4a72 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.059 8 INFO neutron.api.v2.resource [None req-fdc5c267-0a72-4a79-8823-bb97392e20ad a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1641] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/routers/241ecb2a-0f9c-4eb4-8f3c-1a37ac1daa43 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.064 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95a95218-70d3-44c2-a170-2837ed134bfc'] response: {'name': 'network-changed', 'server_uuid': '51cd78df-741c-4852-ba14-a3bf6f57e322', 'tag': 'af0c544c-9d57-46b0-95f6-246d3ae6cba8', 'status': 'completed', 'code': 200} 2026-02-27 17:50:34.074 7 INFO neutron.services.segments.plugin [-] Segment 9f98abe2-0a2b-40d0-a09f-45d09f5d61af resource provider aggregate not found [pid: 8|app: 0|req: 840/1642] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/ports?device_id=019ac388-25a0-495e-92eb-d91abb06f283 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:34.080 7 INFO neutron.services.segments.plugin [-] Segment 9f98abe2-0a2b-40d0-a09f-45d09f5d61af resource provider aggregate not found 2026-02-27 17:50:34.105 7 INFO neutron.services.segments.plugin [-] Segment 9f98abe2-0a2b-40d0-a09f-45d09f5d61af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f98abe2-0a2b-40d0-a09f-45d09f5d61af found for delete ", "request_id": "req-b82520ea-2249-4310-a33d-027ebb6b63aa"}]} 2026-02-27 17:50:34.106 7 INFO neutron.services.segments.plugin [-] Segment 9f98abe2-0a2b-40d0-a09f-45d09f5d61af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f98abe2-0a2b-40d0-a09f-45d09f5d61af found for delete ", "request_id": "req-d24ea95e-4d62-40d8-8fad-e50bab1e71aa"}]} 2026-02-27 17:50:34.118 7 INFO neutron.db.l3_hamode_db [None req-1fc14b7f-a50e-4d0f-83ea-a98437fbc165 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network 66b0a82e-53e5-47b7-83cd-1e0ba6ac1931 was deleted as no HA routers are present in tenant 0ba8027f606b4b5db06e21f1e8f847c0. [pid: 8|app: 0|req: 841/1643] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 803/1644] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:33 2026] DELETE /v2.0/routers/2773d488-17c3-4949-a0ae-6bcd7bc845ab => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:34.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73140d82-6d00-4df3-85bf-6e6cd61b367e a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1645] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/d496cd02-44a7-4543-9e6d-ca8efbb28861 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.148 7 INFO neutron.api.v2.resource [None req-1831626e-a981-4e82-aa19-43632cd3a09a ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1646] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/routers/019ac388-25a0-495e-92eb-d91abb06f283 => 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: 843/1647] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&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: 844/1648] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/ports?device_id=4984e941-afeb-4922-a88f-38081307cf96 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:34.211 8 INFO neutron.pecan_wsgi.hooks.translation [None req-662e55dc-71e2-40b7-98fa-13562cf0d70b ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1649] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/c5bc45d0-7fe6-4a0a-9420-98564a5c4ec3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.230 8 INFO neutron.api.v2.resource [None req-da272768-3609-412f-88d1-77d5faff0bb9 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1650] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/routers/4984e941-afeb-4922-a88f-38081307cf96 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1651] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/ports?device_id=67f0bcc1-4ffc-468c-9314-658620edcfe4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:50:34.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-732cb0ff-ad6e-4a59-b546-db36a0d5a816 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1652] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/9cb4c871-fe85-4ea0-8edf-9f306073c364 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.275 8 INFO neutron.api.v2.resource [None req-29bbff5b-64de-4e02-815d-de5c2c66e04e ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1653] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/routers/67f0bcc1-4ffc-468c-9314-658620edcfe4 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d82865ae-7e17-48a1-a21c-abe4064a56b2 a7c7d90ec3614fa0b1a4a80b9971ffc5 4435258a31494ebb99edfa55d25cbfa8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 850/1654] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/25271be2-fc63-4a5a-aafa-d878df3d7b70 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bbe916f-63ed-44f8-9e77-b2e205c2a85d ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1655] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/95d90b52-5149-4d68-8f5c-ee3c39c6def9 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:50:34.319 8 INFO neutron.pecan_wsgi.hooks.translation [None req-752d751d-2a15-4078-93c0-42bacccf6dc8 ec68059df6d34f5bbd35d3dc95717f84 cb48f7e750554a149e3668d150427f70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1656] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/20ed0cad-cdeb-4619-9031-1d6d38bcaaf9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1657] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/subnets/af7ee9a0-9676-470c-8937-a41facfa1558 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:50:34.390 8 INFO neutron.services.segments.plugin [-] Segment b9d35675-b0f4-4356-b740-f8d80ec5732e resource provider aggregate not found 2026-02-27 17:50:34.395 8 INFO neutron.services.segments.plugin [-] Segment b9d35675-b0f4-4356-b740-f8d80ec5732e resource provider aggregate not found 2026-02-27 17:50:34.418 8 INFO neutron.services.segments.plugin [-] Segment b9d35675-b0f4-4356-b740-f8d80ec5732e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d35675-b0f4-4356-b740-f8d80ec5732e found for delete ", "request_id": "req-cce84cce-ba6f-43fe-a2e3-64d634f48de1"}]} 2026-02-27 17:50:34.421 8 INFO neutron.services.segments.plugin [-] Segment b9d35675-b0f4-4356-b740-f8d80ec5732e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d35675-b0f4-4356-b740-f8d80ec5732e found for delete ", "request_id": "req-85be4ede-b8a7-4674-922e-ef9e851aef83"}]} 2026-02-27 17:50:34.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d13a52e-9c68-4dfd-9b6c-0f95f95e0f1c e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: cd1aa6f9-b243-4cd6-950f-5982487caca8 2026-02-27 17:50:34.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d13a52e-9c68-4dfd-9b6c-0f95f95e0f1c e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: cd1aa6f9-b243-4cd6-950f-5982487caca8 [pid: 7|app: 0|req: 806/1658] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1659] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:50:34 2026] DELETE /v2.0/networks/67b5951c-665a-474c-aa5f-ad24d8ad7d6d => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1660] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/networks?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&shared=False => generated 755 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1661] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1662] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/security-groups?tenant_id=0ba8027f606b4b5db06e21f1e8f847c0&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1663] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/security-groups?tenant_id=4435258a31494ebb99edfa55d25cbfa8&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1664] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:34 2026] GET /v2.0/security-groups?tenant_id=cb48f7e750554a149e3668d150427f70&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1665] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:35 2026] DELETE /v2.0/security-groups/7c87d02a-c42e-467f-a30b-c2125668647d => 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: 809/1666] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:35 2026] DELETE /v2.0/security-groups/9d9cfd01-6c4d-4071-bd1d-3c9aa0e60af8 => 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: 858/1667] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:35 2026] DELETE /v2.0/security-groups/5f92024e-5e56-49ee-b760-2af8b2c12e97 => 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: 810/1668] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:35 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 859/1669] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:35 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1670] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:35 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1671] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:50:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=af0c544c-9d57-46b0-95f6-246d3ae6cba8 => 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: 812/1672] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:50:35 2026] GET /v2.0/subnets?id=89eaadb6-2435-4194-b780-e23102deae7a => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1673] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:50:35 2026] GET /v2.0/ports?network_id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1674] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:50:35 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1675] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:50:36 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?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) 2026-02-27 17:50:36.444 8 INFO neutron.services.segments.plugin [-] Segment f4b59edb-a074-4ac9-9576-e60452d4e62f resource provider aggregate not found 2026-02-27 17:50:36.447 8 INFO neutron.services.segments.plugin [-] Segment f4b59edb-a074-4ac9-9576-e60452d4e62f resource provider aggregate not found 2026-02-27 17:50:36.460 8 INFO neutron.services.segments.plugin [-] Segment f4b59edb-a074-4ac9-9576-e60452d4e62f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b59edb-a074-4ac9-9576-e60452d4e62f found for delete ", "request_id": "req-9e60c58d-fd42-400b-a9e0-0ac91f70f1e1"}]} 2026-02-27 17:50:36.463 8 INFO neutron.services.segments.plugin [-] Segment f4b59edb-a074-4ac9-9576-e60452d4e62f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b59edb-a074-4ac9-9576-e60452d4e62f found for delete ", "request_id": "req-7fb9f150-5e4a-4900-9153-15454090c976"}]} [pid: 7|app: 0|req: 814/1676] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:36 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 863/1677] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:36 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:36.997 7 INFO neutron.db.segments_db [None req-a4c228f3-c1d8-4b30-88dc-1a36ce727eec e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 287f0ba0-2c93-43fc-bb62-2e501351a4ee of type vxlan for network 13325af7-91b1-43e2-a346-14cf7224c1d2 [pid: 7|app: 0|req: 815/1678] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:50:36 2026] POST /v2.0/networks => generated 724 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1679] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:50:36 2026] POST /v2.0/security-groups => generated 1625 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1680] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:50:37 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1681] 10.0.0.224 () {34 vars in 758 bytes} [Fri Feb 27 17:50:37 2026] PUT /v2.0/security-groups/60876c4d-b79b-4434-9a34-2907f8c41e80 => generated 1664 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1682] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:37 2026] POST /v2.0/subnets => generated 690 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1683] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:50:37 2026] GET /v2.0/security-groups/60876c4d-b79b-4434-9a34-2907f8c41e80 => generated 1664 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:37.331 7 INFO neutron.db.segments_db [None req-3f1e0f84-9cc0-48da-b988-a8cd6b7e348b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 310fe509-4d17-4bcd-9fb9-fb2c35ae16dd of type vxlan for network d3de2226-a65f-4ee4-9d67-4febbca9858b [pid: 8|app: 0|req: 868/1684] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:37 2026] DELETE /v2.0/security-groups/60876c4d-b79b-4434-9a34-2907f8c41e80 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1685] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:50:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:37.433 8 INFO neutron.api.v2.resource [None req-7c34453f-527e-499c-8fa0-99c2e921f8d5 3315400705f74ceb87dd471b8f373981 947699c340394e07a2e0821a3332bcfe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1686] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:37 2026] DELETE /v2.0/security-groups/60876c4d-b79b-4434-9a34-2907f8c41e80 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1687] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:50:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:50:37.599 7 INFO neutron.db.l3_hamode_db [None req-3f1e0f84-9cc0-48da-b988-a8cd6b7e348b e475c0884d43499f8a76b9d25aaf4388 d05ff7a73cbf44208e2382e98a14fa7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 872/1688] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1689] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:37 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1690] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:50:37 2026] GET /v2.0/security-group-rules/b48f96e4-4ab0-48d2-8fd2-91d3b9916c62 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1691] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:37 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&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: 876/1692] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:50:37 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: 877/1693] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:50:37 2026] DELETE /v2.0/security-group-rules/b48f96e4-4ab0-48d2-8fd2-91d3b9916c62 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1694] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:50:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1695] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1696] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:50:38 2026] GET /v2.0/security-group-rules/4bd138f7-c1e0-4956-940a-e2d36661125b => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1697] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:50:38 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: 882/1698] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:50:38 2026] DELETE /v2.0/security-group-rules/4bd138f7-c1e0-4956-940a-e2d36661125b => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:50:38.267 7 INFO neutron.db.l3_hamode_db [None req-3f1e0f84-9cc0-48da-b988-a8cd6b7e348b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 883/1699] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:50:38 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) 2026-02-27 17:50:38.323 8 INFO neutron.db.securitygroups_db [None req-eb8c6170-a5e8-49e9-9374-9526da84037b 3315400705f74ceb87dd471b8f373981 947699c340394e07a2e0821a3332bcfe - - default default] Project 947699c340394e07a2e0821a3332bcfe 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: 884/1700] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1701] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:50:38 2026] GET /v2.0/security-group-rules/ac88cf6e-9b41-415f-b078-d6ae96954f6c => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1702] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:50:38 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1703] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:50:38 2026] DELETE /v2.0/security-group-rules/ac88cf6e-9b41-415f-b078-d6ae96954f6c => 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: 888/1704] 10.0.0.224 () {32 vars in 673 bytes} [Fri Feb 27 17:50:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1705] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:38 2026] DELETE /v2.0/security-groups/9356ebe9-ec24-4757-9d27-3629d54a4e32 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1706] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:50:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1707] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:50:38 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: 8|app: 0|req: 892/1708] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:38 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1709] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:38 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1710] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:37 2026] POST /v2.0/routers => generated 730 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1711] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:39 2026] GET /v2.0/security-groups?tenant_id=947699c340394e07a2e0821a3332bcfe&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1712] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:39 2026] DELETE /v2.0/security-groups/c211b70f-37ba-41a3-a8dd-3ae6cbc43483 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1713] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:40 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1714] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:40 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&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: 894/1715] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:39 2026] PUT /v2.0/routers/76c7ccef-1bb9-4035-ae41-85bf2e18030f/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1716] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:41 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1717] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:41 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1718] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:50:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1719] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:41 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1720] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:41 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&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: 898/1721] 10.0.0.224 () {32 vars in 623 bytes} [Fri Feb 27 17:50:41 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: 824/1722] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1723] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1724] 10.0.0.224 () {32 vars in 633 bytes} [Fri Feb 27 17:50:41 2026] GET /v2.0/ => generated 632 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1725] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:50:41 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1726] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:50:41 2026] POST /v2.0/floatingips => generated 552 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1727] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/security-groups?tenant_id=a0bc2f02e1ec4ca78ea9f8d7a0d29568&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:42.450 7 INFO neutron.db.l3_db [None req-6922d7ca-f51c-402a-9e86-478bd7f2b591 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Floating IP 054bc64c-55ee-4de1-b52a-b01424824ebf associated. External IP: 10.96.250.204, port: af0c544c-9d57-46b0-95f6-246d3ae6cba8. [pid: 8|app: 0|req: 902/1728] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:42 2026] DELETE /v2.0/security-groups/a2f316f5-54ae-4f07-9a5e-6dd3a2d5138f => 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: 903/1729] 10.0.0.79 () {34 vars in 1099 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1653756829&fields=id&tenant_id=d05ff7a73cbf44208e2382e98a14fa7e => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1730] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/networks?id=13325af7-91b1-43e2-a346-14cf7224c1d2 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1731] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/quotas/d05ff7a73cbf44208e2382e98a14fa7e => 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: 906/1732] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/ports?tenant_id=d05ff7a73cbf44208e2382e98a14fa7e&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1733] 10.0.0.224 () {34 vars in 677 bytes} [Fri Feb 27 17:50:41 2026] POST /v2.0/floatingips => generated 855 bytes in 1109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:42.822 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-478bc929-24af-46e0-b7d2-b78891fdaec1'] response: {'name': 'network-changed', 'server_uuid': '51cd78df-741c-4852-ba14-a3bf6f57e322', 'tag': 'af0c544c-9d57-46b0-95f6-246d3ae6cba8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 907/1734] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1735] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1736] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:50:42 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1737] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 909/1738] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1739] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/networks?id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 755 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1740] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=af0c544c-9d57-46b0-95f6-246d3ae6cba8 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1741] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/subnets?id=89eaadb6-2435-4194-b780-e23102deae7a => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1742] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/ports?network_id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1743] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1744] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1745] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:50:43 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1746] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1747] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/networks => generated 5058 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1748] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/security-groups => generated 31416 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1749] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/routers => generated 1464 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1750] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1751] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/routers/76c7ccef-1bb9-4035-ae41-85bf2e18030f/l3-agents => generated 682 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1752] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/routers/8f8fc3b2-9b8e-45ba-82f2-e232ad286fa3/l3-agents => generated 681 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1753] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/subnets => generated 3896 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1754] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1755] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/floatingips => generated 1398 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1756] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/network-ip-availabilities => generated 2879 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:44.902 7 INFO neutron.db.segments_db [None req-e9b6758f-a01d-4ef9-9cd7-567269a31e40 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Added segment 9cf2f454-b3a5-475e-b2c9-57db65ba52b7 of type vxlan for network bcce18fc-c201-4968-ba76-530695b32345 [pid: 8|app: 0|req: 922/1757] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/ports => generated 17262 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1758] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:50:44 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1759] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:44 2026] POST /v2.0/networks => generated 620 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1760] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:50:45 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1761] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:50:45 2026] GET /v2.0/subnets => generated 3896 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1762] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:45 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 837/1763] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:45 2026] POST /v2.0/subnets => generated 657 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1764] 10.0.0.224 () {32 vars in 722 bytes} [Fri Feb 27 17:50:45 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1765] 10.0.0.79 () {34 vars in 1083 bytes} [Fri Feb 27 17:50:45 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d&device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1766] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:45 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&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: 928/1767] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:45 2026] POST /v2.0/subnets => generated 731 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:45.928 7 INFO neutron.db.segments_db [None req-67f15cfa-29cc-4d42-923b-31ac0815294f a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Added segment e881d867-9da1-4cb8-8d8c-ae40db58b98a of type vxlan for network b98f26b0-9edf-4818-a938-f0a68317748b [pid: 7|app: 0|req: 840/1768] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:45 2026] POST /v2.0/networks => generated 618 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1769] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:46 2026] POST /v2.0/subnets => generated 655 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1770] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:46 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 841/1771] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:46 2026] POST /v2.0/subnets => generated 725 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:46.628 8 INFO neutron.db.segments_db [None req-24b993ae-85a0-41ca-af3b-e0ae818bc2ba a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Added segment b3b8ffd0-88b6-48ad-aee2-e356c6c54087 of type vxlan for network 797c650e-5b60-4768-bb89-b9cc6c6e8c7a [pid: 8|app: 0|req: 931/1772] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:50:46 2026] POST /v2.0/networks => generated 619 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1773] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:46 2026] POST /v2.0/subnets => generated 656 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1774] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:46 2026] GET /v2.0/security-groups?tenant_id=b7b6bee799324607bd2de2890ced4e5a&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1775] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:47 2026] DELETE /v2.0/security-groups/6e131bc8-aeab-4aaf-8de4-cfe40645a305 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1776] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:46 2026] POST /v2.0/subnets => generated 730 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:47.256 8 INFO neutron.db.segments_db [None req-c3b83bdf-b95e-4f44-b936-effa3259725e a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Added segment 1444f778-54d3-4a1b-947a-039cbf3dcf31 of type vxlan for network 4c1e50df-2ccb-427c-a963-6dc282c005a9 [pid: 7|app: 0|req: 844/1777] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:47 2026] GET /v2.0/security-groups?tenant_id=6e90c142c2164e55a435f7203b552c46&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1778] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:50:47 2026] GET /v2.0/networks?id=13325af7-91b1-43e2-a346-14cf7224c1d2 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:47.502 8 INFO neutron.db.l3_hamode_db [None req-c3b83bdf-b95e-4f44-b936-effa3259725e a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 846/1779] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:47 2026] DELETE /v2.0/security-groups/79754ce8-137a-4771-a082-15e2f33d64ef => 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: 847/1780] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:47 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 848/1781] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:50:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d05ff7a73cbf44208e2382e98a14fa7e => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1784] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:50:47 2026] POST /v2.0/ports => generated 954 bytes in 407 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-02-27 17:50:48.342 8 INFO neutron.db.l3_hamode_db [None req-c3b83bdf-b95e-4f44-b936-effa3259725e a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 852/1785] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:50:48 2026] PUT /v2.0/ports/0c396f52-8e87-418c-ad9c-a0dc4f26a025 => generated 1235 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:50:48.522 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30b401b9-9c55-4d77-9aa2-f56d63463cf3'] response: {'name': 'network-changed', 'server_uuid': '0e6498a1-7dbf-480d-b668-1c6ff318831d', 'tag': '0c396f52-8e87-418c-ad9c-a0dc4f26a025', '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: 853/1786] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:48 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 854/1787] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:48 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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: 855/1788] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:49 2026] GET /v2.0/ports?tenant_id=d05ff7a73cbf44208e2382e98a14fa7e&device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1789] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:50:49 2026] GET /v2.0/networks?tenant_id=d05ff7a73cbf44208e2382e98a14fa7e&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1790] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:50:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1791] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:47 2026] POST /v2.0/routers => generated 684 bytes in 2142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1792] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:49 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 969 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1793] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:50 2026] GET /v2.0/ports?tenant_id=d05ff7a73cbf44208e2382e98a14fa7e&device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1794] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:50 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1795] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:50:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0c396f52-8e87-418c-ad9c-a0dc4f26a025 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1796] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:50:50 2026] GET /v2.0/subnets?id=40f35f39-6271-42d7-ba69-022154ecf2ba => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1797] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:50:50 2026] GET /v2.0/ports?network_id=13325af7-91b1-43e2-a346-14cf7224c1d2&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1798] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:50:50 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1799] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:50:50 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1800] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:49 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/add_router_interface => generated 309 bytes in 1583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1801] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:51 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1802] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:50:51 2026] GET /v2.0/security-groups?tenant_id=c967003d7b6947f7841c524f57ecbb8c&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1803] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:52 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1804] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:50:52 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1805] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:50:52 2026] DELETE /v2.0/security-groups/83dcdfe0-216a-463f-8de4-04daf02af1b6 => 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: 864/1806] 10.0.0.46 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:52 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&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: 943/1807] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:50 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1808] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:53 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1809] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:53 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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: 865/1810] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:52 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/add_router_interface => generated 309 bytes in 2083 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1811] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:54 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:54.549 8 INFO neutron.db.segments_db [None req-1f6d3b5b-1324-483c-bea5-2127da0aca22 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 2131742b-0f2f-42f4-9101-8c625e584fb0 of type vxlan for network 29308d8e-c402-4f11-96bc-892000bb6b46 [pid: 7|app: 0|req: 867/1812] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/security-groups => generated 1628 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1813] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:54 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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: 946/1814] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/networks => generated 722 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1815] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1816] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1817] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/subnets => generated 688 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:54.942 8 INFO neutron.db.segments_db [None req-dc37af37-52b3-463a-a7fc-592867e03fe5 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 1ce21b26-4018-4d0d-8cfa-06b66dbecc6c of type vxlan for network a96050a9-b2be-4f05-878a-cc181aaba1d0 [pid: 7|app: 0|req: 871/1818] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1819] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:50:55.209 8 INFO neutron.db.l3_hamode_db [None req-dc37af37-52b3-463a-a7fc-592867e03fe5 e475c0884d43499f8a76b9d25aaf4388 879b84b02aec43979241c64b937719a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 873/1820] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:55 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: 7|app: 0|req: 874/1821] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1822] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1823] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1824] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1825] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:55 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1826] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1827] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:50:56 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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-02-27 17:50:56.097 8 INFO neutron.db.l3_hamode_db [None req-dc37af37-52b3-463a-a7fc-592867e03fe5 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 881/1828] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:50:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1829] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:56 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:56.691 7 INFO neutron.db.l3_db [None req-105e6ec0-c164-4f6e-a12d-4823d7c6d1e6 e00de2e1e0484132bbd9e190723e2014 d05ff7a73cbf44208e2382e98a14fa7e - - default default] Floating IP b35595b3-3607-423b-b563-2d59447bb8b3 associated. External IP: 10.96.250.220, port: 0c396f52-8e87-418c-ad9c-a0dc4f26a025. [pid: 7|app: 0|req: 883/1830] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:50:56 2026] PUT /v2.0/floatingips/b35595b3-3607-423b-b563-2d59447bb8b3 => generated 855 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:50:57.106 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10223578-71b3-4cd1-9cc5-e99cc358d9a5'] response: {'name': 'network-changed', 'server_uuid': '0e6498a1-7dbf-480d-b668-1c6ff318831d', 'tag': '0c396f52-8e87-418c-ad9c-a0dc4f26a025', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 884/1831] 10.0.0.79 () {34 vars in 1095 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1973994788&fields=id&tenant_id=cce9740d971c4b9a8f279e7ebd981fc8 => 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: 948/1832] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:50:54 2026] POST /v2.0/routers => generated 728 bytes in 2243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1833] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1834] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/quotas/cce9740d971c4b9a8f279e7ebd981fc8 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1835] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&fields=id => generated 241 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1836] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1837] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1838] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/ports?tenant_id=d05ff7a73cbf44208e2382e98a14fa7e&device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1839] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => 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: 892/1840] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/networks?id=13325af7-91b1-43e2-a346-14cf7224c1d2 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1841] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0c396f52-8e87-418c-ad9c-a0dc4f26a025 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1842] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/subnets?id=40f35f39-6271-42d7-ba69-022154ecf2ba => generated 693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1843] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/ports?network_id=13325af7-91b1-43e2-a346-14cf7224c1d2&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: 896/1844] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?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: 897/1845] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:50:57 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1846] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:50:57 2026] PUT /v2.0/routers/1a3f9aec-a3b5-4e04-9425-b3c06617f355/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1847] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:51:00 2026] GET /v2.0/networks?id=29308d8e-c402-4f11-96bc-892000bb6b46 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1848] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:51:00 2026] GET /v2.0/quotas/879b84b02aec43979241c64b937719a2 => 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: 899/1849] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:51:00 2026] GET /v2.0/ports?tenant_id=879b84b02aec43979241c64b937719a2&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1850] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:51:00 2026] GET /v2.0/networks/29308d8e-c402-4f11-96bc-892000bb6b46?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: 900/1851] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:51:00 2026] GET /v2.0/networks/29308d8e-c402-4f11-96bc-892000bb6b46?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: 952/1852] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:00 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 901/1853] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:02 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1854] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:02 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 704 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1855] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:51:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cce9740d971c4b9a8f279e7ebd981fc8 => generated 179 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1856] 10.0.0.224 () {32 vars in 826 bytes} [Fri Feb 27 17:51:02 2026] GET /v2.0/ports?project_id=ee36dc05e7f349bda15e7d3407fb5c2d&network_id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 3691 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1859] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:02 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1182 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1860] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:51:02 2026] POST /v2.0/ports => generated 1179 bytes in 533 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: 907/1861] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:51:02 2026] GET /v2.0/subnets?network_id=9e1da810-55c8-4481-a64a-c28dc027968f => generated 667 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1862] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:02 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:03.180 8 INFO neutron.db.l3_db [None req-f52271a0-b90f-476b-8b27-0b6853c2ba90 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Floating IP 054bc64c-55ee-4de1-b52a-b01424824ebf disassociated. External IP: 10.96.250.204, port: af0c544c-9d57-46b0-95f6-246d3ae6cba8. [pid: 7|app: 0|req: 908/1863] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:51:02 2026] PUT /v2.0/ports/f91cf8c1-a172-4027-9d21-1da902edd335 => generated 1460 bytes in 507 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: 909/1864] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:03 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:51:03.472 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2248937-b9ad-4add-9e83-ce8f4589d0c4'] response: {'name': 'network-changed', 'server_uuid': '8abb3693-c908-4c6a-9fa2-52af43f0ec70', 'tag': 'f91cf8c1-a172-4027-9d21-1da902edd335', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 956/1865] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:51:03 2026] PUT /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 554 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1866] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:51:03 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:03.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37af2d12-e81a-4433-a489-b00c76140d13'] response: {'name': 'network-changed', 'server_uuid': '51cd78df-741c-4852-ba14-a3bf6f57e322', 'tag': 'af0c544c-9d57-46b0-95f6-246d3ae6cba8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 957/1867] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:03 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1868] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/networks?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&shared=False => generated 2373 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1869] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1870] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1871] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/networks?id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 755 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1872] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=af0c544c-9d57-46b0-95f6-246d3ae6cba8 => 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: 914/1873] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/subnets?id=89eaadb6-2435-4194-b780-e23102deae7a => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1874] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/ports?network_id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c&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: 915/1875] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1876] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1877] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 962/1878] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:51:04 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1879] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1880] 199.204.45.95 () {34 vars in 1055 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.98&port_id=f91cf8c1-a172-4027-9d21-1da902edd335 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1881] 199.204.45.95 () {34 vars in 1103 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A170&port_id=f91cf8c1-a172-4027-9d21-1da902edd335 => 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: 919/1882] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/subnets?id=f56e4d50-3288-47c1-b61e-512b798a8073&id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1883] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/networks?id=29308d8e-c402-4f11-96bc-892000bb6b46 => generated 673 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1884] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1885] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&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: 922/1886] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 923/1887] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 924/1888] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1889] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 957 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1890] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:05 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&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: 965/1891] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:51:05 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1892] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:51:05 2026] PUT /v2.0/ports/93a958a9-3e24-45a3-bb2d-1ab1d1d8f896 => generated 1235 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:51:06.296 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5ded82d-50de-4d86-a52c-9d838d0d217d'] response: {'name': 'network-changed', 'server_uuid': 'd82fe562-48a1-4ec1-947f-6014f408f929', 'tag': '93a958a9-3e24-45a3-bb2d-1ab1d1d8f896', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 966/1893] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:51:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1894] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:06 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1895] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:06 2026] GET /v2.0/ports?tenant_id=879b84b02aec43979241c64b937719a2&device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1896] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:06 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&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: 969/1897] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:51:06 2026] GET /v2.0/networks?tenant_id=879b84b02aec43979241c64b937719a2&shared=False => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1898] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:51:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1899] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:51:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1900] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:51:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1901] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:51:07 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: 931/1902] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:51:07 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) 2026-02-27 17:51:07.344 8 INFO neutron.db.securitygroups_db [None req-4056d37f-a719-4c2c-9b65-4e08001999d8 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Project ee36dc05e7f349bda15e7d3407fb5c2d 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: 972/1903] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:51:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:51:07.458 7 INFO neutron.db.securitygroups_db [None req-fa162ad4-5ae9-4d8d-80be-7f6e75e56ec5 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Project ee36dc05e7f349bda15e7d3407fb5c2d 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: 932/1904] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:51:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1905] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:51:07 2026] GET /v2.0/networks => generated 1297 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1906] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:07 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1907] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/ports?tenant_id=879b84b02aec43979241c64b937719a2&device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1908] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1194 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1909] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1910] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=93a958a9-3e24-45a3-bb2d-1ab1d1d8f896 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1911] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1912] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/subnets?id=abb898e9-06ef-434f-b6d4-14baa88de59e => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1913] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/ports?network_id=29308d8e-c402-4f11-96bc-892000bb6b46&device_owner=network%3Adhcp => 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: 977/1914] 10.0.0.79 () {34 vars in 1099 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1394350523&fields=id&tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1915] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/networks/29308d8e-c402-4f11-96bc-892000bb6b46?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1916] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/networks?id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1917] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/networks/29308d8e-c402-4f11-96bc-892000bb6b46?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1918] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/quotas/ee36dc05e7f349bda15e7d3407fb5c2d => 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: 940/1919] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&fields=id => generated 149 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1920] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1921] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?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: 981/1922] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:08 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => 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: 942/1923] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:09 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1924] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:09 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1925] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:09 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => 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: 983/1926] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:10 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 944/1927] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:10 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1928] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:10 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => 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: 945/1929] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:11 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1930] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:11 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1931] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:11 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => 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: 986/1932] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:12 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1933] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:12 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1934] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:12 2026] GET /v2.0/networks?id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1935] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:13 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => 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: 988/1936] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:51:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d => generated 274 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1937] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:13 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1196 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1938] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:13 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&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: 8|app: 0|req: 991/1939] 10.0.0.224 () {32 vars in 818 bytes} [Fri Feb 27 17:51:13 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&mac_address=fa%3A16%3A3e%3A82%3A83%3Acb => generated 1196 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1940] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:51:13 2026] POST /v2.0/ports => generated 958 bytes in 446 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: 950/1941] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:51:13 2026] PUT /v2.0/ports/9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330 => generated 1239 bytes in 439 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-02-27 17:51:14.046 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17897e0c-a176-4387-b313-1085445db7c0'] response: {'name': 'network-changed', 'server_uuid': '5db26bdb-e341-41aa-9b77-b0123b8eb8f6', 'tag': '9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 951/1942] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:13 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1943] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1944] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1945] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:14.399 8 INFO neutron.db.l3_db [None req-c9bd692e-33a3-4671-87e8-c39fa5b59dfc a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Floating IP 13c2b7dc-3f07-4578-bd0b-e1eee050fb44 associated. External IP: 10.96.250.206, port: f91cf8c1-a172-4027-9d21-1da902edd335. [pid: 7|app: 0|req: 955/1946] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1947] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/networks?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&shared=False => generated 755 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1948] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1949] 10.0.0.224 () {34 vars in 677 bytes} [Fri Feb 27 17:51:13 2026] POST /v2.0/floatingips => generated 854 bytes in 1395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:51:14.868 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df11d6a9-3dea-41b1-83fc-db744d3ea537'] response: {'name': 'network-changed', 'server_uuid': '8abb3693-c908-4c6a-9fa2-52af43f0ec70', 'tag': 'f91cf8c1-a172-4027-9d21-1da902edd335', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 958/1950] 10.0.0.79 () {34 vars in 1095 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1973994788&fields=id&tenant_id=cce9740d971c4b9a8f279e7ebd981fc8 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1951] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:51:14 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1952] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/quotas/cce9740d971c4b9a8f279e7ebd981fc8 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1953] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&fields=id => generated 333 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1954] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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: 995/1955] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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: 961/1956] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1957] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1465 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1958] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1959] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 800 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1960] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1961] 199.204.45.95 () {34 vars in 1055 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.98&port_id=f91cf8c1-a172-4027-9d21-1da902edd335 => generated 857 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1962] 199.204.45.95 () {34 vars in 1103 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A170&port_id=f91cf8c1-a172-4027-9d21-1da902edd335 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1963] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 999/1964] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/subnets?id=f56e4d50-3288-47c1-b61e-512b798a8073&id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 1409 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1965] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1966] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1967] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1968] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1969] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330 => 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: 969/1970] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/subnets?id=89eaadb6-2435-4194-b780-e23102deae7a => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1971] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1972] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/ports?network_id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1973] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1974] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:15 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1975] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:16 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1976] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:16 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1977] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:16 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1978] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:16 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1979] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:16 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&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: 975/1982] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:17 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => 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: 1008/1983] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:17 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1984] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:17 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 1009/1985] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:18 2026] GET /v2.0/security-groups?id=b4b500df-1f93-463a-bce9-ebf13eb27d39&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1986] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:51:18 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:18.225 8 INFO neutron_taas.services.taas.taas_plugin [req-de3d9101-2de4-4db2-81dd-182aa2444888 req-07432688-b2ca-463d-a6b9-876c438b4260 7e2c381db4434db89f3610af4ee78dfc 879b84b02aec43979241c64b937719a2 - - default default] TaaS: Handle Delete Port: 93a958a9-3e24-45a3-bb2d-1ab1d1d8f896 2026-02-27 17:51:18.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de3d9101-2de4-4db2-81dd-182aa2444888 req-07432688-b2ca-463d-a6b9-876c438b4260 7e2c381db4434db89f3610af4ee78dfc 879b84b02aec43979241c64b937719a2 - - default default] Tap Mirror: Handle Delete Port: 93a958a9-3e24-45a3-bb2d-1ab1d1d8f896 [pid: 8|app: 0|req: 1010/1987] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:51:18 2026] DELETE /v2.0/ports/93a958a9-3e24-45a3-bb2d-1ab1d1d8f896 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:51:18.430 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1cc4fa6-a2e7-4c64-9deb-4ffd666238d8'] response: {'server_uuid': 'd82fe562-48a1-4ec1-947f-6014f408f929', 'name': 'network-vif-deleted', 'tag': '93a958a9-3e24-45a3-bb2d-1ab1d1d8f896', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 978/1988] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:18 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 973 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1989] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:18 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1990] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:19 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 1012/1991] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:20 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1992] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:20 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 980/1993] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:20 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1994] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:20 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1995] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:20 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1996] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:51:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cce9740d971c4b9a8f279e7ebd981fc8 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1997] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:21 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1998] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:21 2026] GET /v2.0/ports?device_id=d82fe562-48a1-4ec1-947f-6014f408f929 => 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: 1018/1999] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:21 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&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: 982/2000] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:51:20 2026] POST /v2.0/ports => generated 1187 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2001] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:51:21 2026] PUT /v2.0/ports/25fddacf-4924-4376-985d-90c8709458dc => generated 1468 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:51:22.001 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcb296a5-93d0-4e28-88c0-07c14bb3b326'] response: {'name': 'network-changed', 'server_uuid': '9cfc3483-05db-4793-bd08-d6a6b59c3691', 'tag': '25fddacf-4924-4376-985d-90c8709458dc', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1020/2002] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2003] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2004] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2005] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/networks?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&shared=False => generated 2373 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2006] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2007] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2008] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&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: 1023/2009] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:51:22 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:51:23.197 7 INFO neutron.db.l3_db [None req-652e0489-99b2-4f97-9dd2-7987f4f0549a 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Floating IP 054bc64c-55ee-4de1-b52a-b01424824ebf associated. External IP: 10.96.250.204, port: 9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330. [pid: 7|app: 0|req: 987/2010] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:51:22 2026] PUT /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 856 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:23.598 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9521a2b5-529e-4b2a-9635-77eb79254983'] response: {'name': 'network-changed', 'server_uuid': '5db26bdb-e341-41aa-9b77-b0123b8eb8f6', 'tag': '9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1024/2011] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2012] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1471 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2013] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=25fddacf-4924-4376-985d-90c8709458dc => 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: 1027/2014] 199.204.45.95 () {34 vars in 1105 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37f&port_id=25fddacf-4924-4376-985d-90c8709458dc => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2015] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/subnets?id=735b8aa0-4972-4b96-8122-e7ebad128bf8&id=74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => 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: 1029/2016] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2017] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&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: 1031/2018] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:23 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:51:24.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6aeba64-3747-434c-8a6f-573ca67334fb e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 4d7f4ebb-7fe0-4681-aa2d-a06f2cb7998f 2026-02-27 17:51:24.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6aeba64-3747-434c-8a6f-573ca67334fb e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 4d7f4ebb-7fe0-4681-aa2d-a06f2cb7998f [pid: 8|app: 0|req: 1032/2019] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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: 1033/2020] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/ports?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2021] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/networks?id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 755 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2022] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2023] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/subnets?id=89eaadb6-2435-4194-b780-e23102deae7a => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2024] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/ports?network_id=4f8910cd-66ba-4ee1-8d0b-5609efb1a28c&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: 1038/2025] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2026] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2027] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:51:24 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2028] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:51:23 2026] PUT /v2.0/routers/1a3f9aec-a3b5-4e04-9425-b3c06617f355/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:24.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cafad01-3e59-49ae-ba7c-5a0149870aea e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: e64b1d16-51d7-4229-8d33-49943320fbad 2026-02-27 17:51:24.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cafad01-3e59-49ae-ba7c-5a0149870aea e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: e64b1d16-51d7-4229-8d33-49943320fbad 2026-02-27 17:51:25.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cafad01-3e59-49ae-ba7c-5a0149870aea e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 7f49518b-0279-4d0d-a99a-03c15705dd2c 2026-02-27 17:51:25.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cafad01-3e59-49ae-ba7c-5a0149870aea e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 7f49518b-0279-4d0d-a99a-03c15705dd2c 2026-02-27 17:51:25.578 8 INFO neutron.services.segments.plugin [-] Segment 1ce21b26-4018-4d0d-8cfa-06b66dbecc6c resource provider aggregate not found 2026-02-27 17:51:25.583 8 INFO neutron.services.segments.plugin [-] Segment 1ce21b26-4018-4d0d-8cfa-06b66dbecc6c resource provider aggregate not found 2026-02-27 17:51:25.602 8 INFO neutron.services.segments.plugin [-] Segment 1ce21b26-4018-4d0d-8cfa-06b66dbecc6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce21b26-4018-4d0d-8cfa-06b66dbecc6c found for delete ", "request_id": "req-db0d727f-28ac-48d2-b799-801f34a708c8"}]} 2026-02-27 17:51:25.606 8 INFO neutron.services.segments.plugin [-] Segment 1ce21b26-4018-4d0d-8cfa-06b66dbecc6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce21b26-4018-4d0d-8cfa-06b66dbecc6c found for delete ", "request_id": "req-f4c7b7c5-e094-47cc-aa55-495c8fed3a9c"}]} 2026-02-27 17:51:25.625 8 INFO neutron.db.l3_hamode_db [None req-7cafad01-3e59-49ae-ba7c-5a0149870aea e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network a96050a9-b2be-4f05-878a-cc181aaba1d0 was deleted as no HA routers are present in tenant 879b84b02aec43979241c64b937719a2. [pid: 8|app: 0|req: 1041/2029] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:51:24 2026] DELETE /v2.0/routers/1a3f9aec-a3b5-4e04-9425-b3c06617f355 => 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: 1042/2030] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:51:25 2026] GET /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2031] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:51:25 2026] DELETE /v2.0/subnets/abb898e9-06ef-434f-b6d4-14baa88de59e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2032] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:25 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1202 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2033] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:25 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:25.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cfc6b34-74ef-4dc5-a52c-5fef8ef4846c e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 456c06ad-8ff7-4884-8795-7797314a2e4c 2026-02-27 17:51:25.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cfc6b34-74ef-4dc5-a52c-5fef8ef4846c e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 456c06ad-8ff7-4884-8795-7797314a2e4c 2026-02-27 17:51:26.091 7 INFO neutron.services.segments.plugin [-] Segment 2131742b-0f2f-42f4-9101-8c625e584fb0 resource provider aggregate not found 2026-02-27 17:51:26.099 7 INFO neutron.services.segments.plugin [-] Segment 2131742b-0f2f-42f4-9101-8c625e584fb0 resource provider aggregate not found 2026-02-27 17:51:26.105 7 INFO neutron.services.segments.plugin [-] Segment 2131742b-0f2f-42f4-9101-8c625e584fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2131742b-0f2f-42f4-9101-8c625e584fb0 found for delete ", "request_id": "req-e1ab8ff1-1ed8-40ae-94cc-ee824b63f6ca"}]} 2026-02-27 17:51:26.116 7 INFO neutron.services.segments.plugin [-] Segment 2131742b-0f2f-42f4-9101-8c625e584fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2131742b-0f2f-42f4-9101-8c625e584fb0 found for delete ", "request_id": "req-0850898c-5182-4b2b-adf7-6387b3098ea7"}]} [pid: 7|app: 0|req: 990/2034] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:51:25 2026] DELETE /v2.0/networks/29308d8e-c402-4f11-96bc-892000bb6b46 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2035] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:51:26 2026] GET /v2.0/security-groups?tenant_id=879b84b02aec43979241c64b937719a2&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: 991/2036] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:51:26 2026] DELETE /v2.0/security-groups/b4b500df-1f93-463a-bce9-ebf13eb27d39 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2037] 10.0.0.246 () {32 vars in 802 bytes} [Fri Feb 27 17:51:29 2026] GET /v2.0/extensions => generated 21537 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2038] 10.0.0.246 () {30 vars in 724 bytes} [Fri Feb 27 17:51:30 2026] GET /v2.0/quotas/87152027b3a6491fafcc402d211dff97/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2039] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:30 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2040] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:31 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2041] 10.0.0.224 () {32 vars in 818 bytes} [Fri Feb 27 17:51:31 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&mac_address=fa%3A16%3A3e%3Af2%3Aa8%3A8b => generated 1204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:51:31.790 7 INFO neutron.db.l3_db [None req-99750c7d-cdaa-43d9-a9b3-18cb9af4f760 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Floating IP a4fec2f6-c2df-4000-bbf2-37b40da21624 associated. External IP: 10.96.250.212, port: 25fddacf-4924-4376-985d-90c8709458dc. [pid: 7|app: 0|req: 994/2042] 10.0.0.224 () {34 vars in 677 bytes} [Fri Feb 27 17:51:31 2026] POST /v2.0/floatingips => generated 855 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:51:32.163 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd07e3ba-57fb-4983-ac7b-3b0fae331ae8'] response: {'name': 'network-changed', 'server_uuid': '9cfc3483-05db-4793-bd08-d6a6b59c3691', 'tag': '25fddacf-4924-4376-985d-90c8709458dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1050/2045] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:32 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1473 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2046] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:32 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2047] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:51:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=25fddacf-4924-4376-985d-90c8709458dc => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2048] 199.204.45.95 () {34 vars in 1105 bytes} [Fri Feb 27 17:51:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37f&port_id=25fddacf-4924-4376-985d-90c8709458dc => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2049] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:51:32 2026] GET /v2.0/subnets?id=735b8aa0-4972-4b96-8122-e7ebad128bf8&id=74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 1415 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2050] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:32 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&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: 1053/2051] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:32 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&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: 999/2052] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:33 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2053] 10.0.0.246 () {32 vars in 802 bytes} [Fri Feb 27 17:51:33 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2054] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:33 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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: 1001/2055] 10.0.0.246 () {30 vars in 724 bytes} [Fri Feb 27 17:51:33 2026] GET /v2.0/quotas/87152027b3a6491fafcc402d211dff97/details => generated 847 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2056] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:51:36 2026] GET /v2.0/security-groups?tenant_id=87152027b3a6491fafcc402d211dff97&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2057] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:51:36 2026] DELETE /v2.0/security-groups/e6170507-37fe-437c-833e-b849d509b13a => 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: 1056/2058] 10.0.0.224 () {34 vars in 678 bytes} [Fri Feb 27 17:51:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2059] 10.0.0.224 () {34 vars in 678 bytes} [Fri Feb 27 17:51:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2060] 10.0.0.224 () {34 vars in 678 bytes} [Fri Feb 27 17:51:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2061] 10.0.0.224 () {34 vars in 678 bytes} [Fri Feb 27 17:51:41 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: 1058/2062] 10.0.0.224 () {34 vars in 678 bytes} [Fri Feb 27 17:51:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2063] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:51:41 2026] PUT /v2.0/policies/52277d52-d957-4d4a-b1a9-dd13fad9ffa8/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2064] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:51:41 2026] PUT /v2.0/policies/a1c0b404-a73b-4ba0-960d-81aa41a73ad5/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2065] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:51:41 2026] PUT /v2.0/policies/e4cf2d72-c3e0-4722-ab5d-bc992ba30dfe/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2066] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:51:41 2026] PUT /v2.0/policies/2cd831b6-a59c-4430-83c6-01a3cfa59312/tags => 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: 1007/2067] 10.0.0.224 () {32 vars in 674 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2068] 10.0.0.224 () {32 vars in 688 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2069] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2070] 10.0.0.224 () {32 vars in 684 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2071] 10.0.0.46 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2072] 10.0.0.224 () {32 vars in 696 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2073] 10.0.0.224 () {32 vars in 682 bytes} [Fri Feb 27 17:51:42 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: 1010/2074] 10.0.0.224 () {32 vars in 696 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2075] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => 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: 1065/2076] 10.0.0.224 () {32 vars in 692 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2077] 10.0.0.46 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2078] 10.0.0.224 () {32 vars in 704 bytes} [Fri Feb 27 17:51:42 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2079] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:51:42 2026] DELETE /v2.0/qos/policies/52277d52-d957-4d4a-b1a9-dd13fad9ffa8 => 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: 1067/2080] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:51:42 2026] DELETE /v2.0/qos/policies/a1c0b404-a73b-4ba0-960d-81aa41a73ad5 => 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: 1014/2081] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:51:43 2026] DELETE /v2.0/qos/policies/e4cf2d72-c3e0-4722-ab5d-bc992ba30dfe => 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: 1068/2082] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:51:43 2026] DELETE /v2.0/qos/policies/2cd831b6-a59c-4430-83c6-01a3cfa59312 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2083] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:51:43 2026] DELETE /v2.0/qos/policies/70457655-5fa5-4c10-a91a-a8f6852d0ab2 => 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: 1069/2084] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:51:43 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 1240 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2085] 10.0.0.46 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:43 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2086] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:51:43 2026] GET /v2.0/security-groups => generated 47997 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2087] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:51:43 2026] GET /v2.0/networks => generated 8113 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2088] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/routers => generated 2178 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2089] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2090] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:51:43 2026] GET /v2.0/security-groups?tenant_id=e2dd552a430b42d8a7f262ff30d74a39&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: 1074/2091] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/routers/76c7ccef-1bb9-4035-ae41-85bf2e18030f/l3-agents => generated 681 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2092] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:51:44 2026] DELETE /v2.0/security-groups/cc97029b-19c6-4260-83df-f9d228d19479 => 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: 1075/2093] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/routers/8f8fc3b2-9b8e-45ba-82f2-e232ad286fa3/l3-agents => generated 681 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2094] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/l3-agents => generated 681 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2095] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/subnets => generated 8720 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2096] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/security-groups?tenant_id=1bbad1c9e1954d3b82959c4af9704a52&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2097] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/ports => generated 35262 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2098] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/agents => generated 3386 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2099] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:51:44 2026] DELETE /v2.0/security-groups/080743db-d885-4e2d-8476-9826b517a2ad => 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: 1079/2100] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/network-ip-availabilities => generated 5387 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2101] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/floatingips => generated 3389 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2102] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/subnets => generated 8720 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2103] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2104] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/security-groups?tenant_id=2c80ef26a9014f8eb0469a2e27215912&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2105] 10.0.0.79 () {34 vars in 1365 bytes} [Fri Feb 27 17:51:44 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691&device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70&device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d&device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 6618 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2106] 10.0.0.79 () {34 vars in 1279 bytes} [Fri Feb 27 17:51:45 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 391 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2107] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:51:44 2026] DELETE /v2.0/security-groups/ea59e803-fc03-44b9-a8e4-13e036d5e595 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:51:49.459 7 INFO neutron.db.segments_db [None req-8acd9c37-00f4-47b7-b8ad-ecb7d83f17d3 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Added segment ae84db89-7831-4b43-a22f-9a4da4418bc8 of type vxlan for network 906a46a4-6deb-4021-915b-f40d976634ef 2026-02-27 17:51:49.729 7 INFO neutron.db.l3_hamode_db [None req-8acd9c37-00f4-47b7-b8ad-ecb7d83f17d3 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:51:49.845 7 INFO neutron.db.l3_hamode_db [None req-8acd9c37-00f4-47b7-b8ad-ecb7d83f17d3 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1084/2110] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:51:50 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2111] 10.0.0.46 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:50 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2112] 10.0.0.224 () {34 vars in 668 bytes} [Fri Feb 27 17:51:49 2026] POST /v2.0/routers => generated 474 bytes in 1195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:51:50.504 8 INFO neutron.db.l3_hamode_db [None req-2f3bbd17-eee1-4bf2-9426-cf606fe64f50 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:51:50.634 8 INFO neutron.db.l3_hamode_db [None req-2f3bbd17-eee1-4bf2-9426-cf606fe64f50 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1086/2113] 10.0.0.224 () {34 vars in 668 bytes} [Fri Feb 27 17:51:50 2026] POST /v2.0/routers => generated 474 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:51:51.336 7 INFO neutron.db.l3_hamode_db [None req-b67099fb-c880-469c-85f2-141393a1f2aa 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:51:51.466 7 INFO neutron.db.l3_hamode_db [None req-b67099fb-c880-469c-85f2-141393a1f2aa 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1028/2114] 10.0.0.224 () {34 vars in 668 bytes} [Fri Feb 27 17:51:51 2026] POST /v2.0/routers => generated 474 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:51:52.102 8 INFO neutron.db.l3_hamode_db [None req-a1651e89-7cc5-4ea7-b901-7abbc0ff3586 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-27 17:51:52.188 8 INFO neutron.db.l3_hamode_db [None req-a1651e89-7cc5-4ea7-b901-7abbc0ff3586 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1029/2115] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:52 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1087/2116] 10.0.0.224 () {34 vars in 668 bytes} [Fri Feb 27 17:51:52 2026] POST /v2.0/routers => generated 474 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2117] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:52 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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-02-27 17:51:52.781 8 INFO neutron.db.l3_hamode_db [None req-5e6b1457-830d-442e-be2f-e2134168d174 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1031/2118] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:52 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:51:52.897 8 INFO neutron.db.l3_hamode_db [None req-5e6b1457-830d-442e-be2f-e2134168d174 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1032/2119] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:52 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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: 1033/2120] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:53 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1034/2121] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:53 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2122] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:53 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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: 1036/2123] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:53 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&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: 1088/2124] 10.0.0.224 () {34 vars in 668 bytes} [Fri Feb 27 17:51:52 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2125] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:51:53 2026] PUT /v2.0/routers/f5cb4deb-e09d-4fe9-b217-1ac51f23c969/tags => generated 17 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2126] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:51:53 2026] PUT /v2.0/routers/1b65b205-2b85-443f-89ff-180abc23e9ad/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: 1038/2127] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:51:53 2026] PUT /v2.0/routers/305d75a2-8731-4659-b7e8-6b303d86130d/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2128] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:51:53 2026] PUT /v2.0/routers/2290190b-aa80-48d6-84f1-806629c8485c/tags => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2129] 10.0.0.224 () {32 vars in 664 bytes} [Fri Feb 27 17:51:53 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2130] 10.0.0.224 () {32 vars in 678 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2131] 10.0.0.224 () {32 vars in 674 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2132] 10.0.0.224 () {32 vars in 686 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2133] 10.0.0.224 () {32 vars in 672 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2134] 10.0.0.224 () {32 vars in 686 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2135] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2136] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2137] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2138] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2139] 10.0.0.224 () {32 vars in 682 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2140] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2141] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/routers/f5cb4deb-e09d-4fe9-b217-1ac51f23c969 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2142] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:51:54 2026] GET /v2.0/ports?tenant_id=d05ff7a73cbf44208e2382e98a14fa7e&device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 1240 bytes in 633 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2143] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/networks?id=13325af7-91b1-43e2-a346-14cf7224c1d2 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2144] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0c396f52-8e87-418c-ad9c-a0dc4f26a025 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2145] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/subnets?id=40f35f39-6271-42d7-ba69-022154ecf2ba => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2146] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/ports?network_id=13325af7-91b1-43e2-a346-14cf7224c1d2&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2147] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2148] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2149] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1045/2150] 10.0.0.224 () {34 vars in 742 bytes} [Fri Feb 27 17:51:55 2026] PUT /v2.0/routers/f5cb4deb-e09d-4fe9-b217-1ac51f23c969 => generated 485 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2151] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2152] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2153] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2154] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/ports?device_id=f5cb4deb-e09d-4fe9-b217-1ac51f23c969 => 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: 1048/2155] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:55 2026] GET /v2.0/security-groups?id=59f573c5-d5bb-4af8-98c2-0834cf1723fb&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-02-27 17:51:55.948 8 INFO neutron_taas.services.taas.taas_plugin [req-181b1a52-5400-4f42-a111-6608588607a5 req-f6e2a929-28f1-4bc6-9c5b-4b6992d03e27 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] TaaS: Handle Delete Port: 9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330 2026-02-27 17:51:55.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-181b1a52-5400-4f42-a111-6608588607a5 req-f6e2a929-28f1-4bc6-9c5b-4b6992d03e27 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Tap Mirror: Handle Delete Port: 9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330 2026-02-27 17:51:56.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-096960b1-e4b9-4366-bd29-d7c17843cce5 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] TaaS: Handle Delete Port: 454a9a0f-012b-4254-a52c-88a4a2003903 2026-02-27 17:51:56.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-096960b1-e4b9-4366-bd29-d7c17843cce5 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Tap Mirror: Handle Delete Port: 454a9a0f-012b-4254-a52c-88a4a2003903 2026-02-27 17:51:56.083 8 INFO neutron.db.l3_db [req-181b1a52-5400-4f42-a111-6608588607a5 req-f6e2a929-28f1-4bc6-9c5b-4b6992d03e27 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Floating IP 054bc64c-55ee-4de1-b52a-b01424824ebf disassociated. External IP: 10.96.250.204, port: 9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330. [pid: 7|app: 0|req: 1049/2156] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:51:55 2026] DELETE /v2.0/routers/f5cb4deb-e09d-4fe9-b217-1ac51f23c969 => 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: 1050/2157] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:51:56 2026] GET /v2.0/routers/1b65b205-2b85-443f-89ff-180abc23e9ad => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2158] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:51:55 2026] DELETE /v2.0/ports/9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:51:56.468 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71b3a148-fff5-4ea8-8a8f-a15063cfdcaa'] response: {'server_uuid': '5db26bdb-e341-41aa-9b77-b0123b8eb8f6', 'name': 'network-vif-deleted', 'tag': '9a37e1e6-4f9f-4d93-ae6e-27f1df8b8330', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1051/2159] 10.0.0.224 () {34 vars in 742 bytes} [Fri Feb 27 17:51:56 2026] PUT /v2.0/routers/1b65b205-2b85-443f-89ff-180abc23e9ad => generated 493 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2160] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:51:56 2026] GET /v2.0/ports?device_id=1b65b205-2b85-443f-89ff-180abc23e9ad => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2161] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:56 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1111/2162] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:56 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:51:56.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b3cfee0-cc13-4524-8069-33f11e67b8e2 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] TaaS: Handle Delete Port: e17b8ce2-a5c0-4f91-8656-dcbff608aba1 2026-02-27 17:51:56.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b3cfee0-cc13-4524-8069-33f11e67b8e2 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Tap Mirror: Handle Delete Port: e17b8ce2-a5c0-4f91-8656-dcbff608aba1 [pid: 8|app: 0|req: 1112/2163] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:56 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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: 1052/2164] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:51:56 2026] DELETE /v2.0/routers/1b65b205-2b85-443f-89ff-180abc23e9ad => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2165] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:51:57 2026] GET /v2.0/routers/305d75a2-8731-4659-b7e8-6b303d86130d => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2166] 10.0.0.224 () {34 vars in 742 bytes} [Fri Feb 27 17:51:57 2026] PUT /v2.0/routers/305d75a2-8731-4659-b7e8-6b303d86130d => generated 502 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2167] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:51:57 2026] GET /v2.0/ports?device_id=305d75a2-8731-4659-b7e8-6b303d86130d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:51:57.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-73257ed6-1903-40f4-aa5a-d47bb5cd9caa 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] TaaS: Handle Delete Port: eface40c-b5a9-4397-b509-fc428321ac72 2026-02-27 17:51:57.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73257ed6-1903-40f4-aa5a-d47bb5cd9caa 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Tap Mirror: Handle Delete Port: eface40c-b5a9-4397-b509-fc428321ac72 [pid: 8|app: 0|req: 1115/2168] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:58 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2169] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:51:57 2026] DELETE /v2.0/routers/305d75a2-8731-4659-b7e8-6b303d86130d => generated 0 bytes in 390 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2170] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:58 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2171] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:58 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2172] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:51:58 2026] GET /v2.0/routers/2290190b-aa80-48d6-84f1-806629c8485c => generated 487 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2173] 10.0.0.224 () {34 vars in 742 bytes} [Fri Feb 27 17:51:58 2026] PUT /v2.0/routers/2290190b-aa80-48d6-84f1-806629c8485c => generated 487 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2174] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:51:58 2026] GET /v2.0/ports?device_id=2290190b-aa80-48d6-84f1-806629c8485c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:51:58.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef1a4036-0e23-40c6-81e6-1f5708ef555b 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] TaaS: Handle Delete Port: 390ffc69-7e14-437c-a9b5-f5e3cc3f3d77 2026-02-27 17:51:58.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef1a4036-0e23-40c6-81e6-1f5708ef555b 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Tap Mirror: Handle Delete Port: 390ffc69-7e14-437c-a9b5-f5e3cc3f3d77 [pid: 8|app: 0|req: 1119/2175] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:51:58 2026] DELETE /v2.0/routers/2290190b-aa80-48d6-84f1-806629c8485c => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2176] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:51:59 2026] GET /v2.0/routers/bda47272-2406-4c8b-8afb-7aa4a32f75c5 => generated 480 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2177] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:59 2026] GET /v2.0/ports?device_id=5db26bdb-e341-41aa-9b77-b0123b8eb8f6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2178] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:51:59 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2179] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:51:59 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2180] 10.0.0.224 () {34 vars in 742 bytes} [Fri Feb 27 17:51:59 2026] PUT /v2.0/routers/bda47272-2406-4c8b-8afb-7aa4a32f75c5 => generated 480 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2181] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:51:59 2026] GET /v2.0/ports?device_id=bda47272-2406-4c8b-8afb-7aa4a32f75c5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:51:59.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-29f6ed9b-5919-42d8-aa39-ee75169ec8a6 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] TaaS: Handle Delete Port: 0f36c77a-1b13-4602-82a3-a8042cd75918 2026-02-27 17:51:59.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29f6ed9b-5919-42d8-aa39-ee75169ec8a6 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] Tap Mirror: Handle Delete Port: 0f36c77a-1b13-4602-82a3-a8042cd75918 2026-02-27 17:52:00.203 8 INFO neutron.services.segments.plugin [-] Segment ae84db89-7831-4b43-a22f-9a4da4418bc8 resource provider aggregate not found 2026-02-27 17:52:00.211 8 INFO neutron.services.segments.plugin [-] Segment ae84db89-7831-4b43-a22f-9a4da4418bc8 resource provider aggregate not found 2026-02-27 17:52:00.223 8 INFO neutron.services.segments.plugin [-] Segment ae84db89-7831-4b43-a22f-9a4da4418bc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae84db89-7831-4b43-a22f-9a4da4418bc8 found for delete ", "request_id": "req-9697d1e5-f452-4daf-ad70-b580fc1f7972"}]} 2026-02-27 17:52:00.231 8 INFO neutron.services.segments.plugin [-] Segment ae84db89-7831-4b43-a22f-9a4da4418bc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae84db89-7831-4b43-a22f-9a4da4418bc8 found for delete ", "request_id": "req-336c65ff-8193-4f15-a2ba-a80eb0044823"}]} 2026-02-27 17:52:00.231 8 INFO neutron.db.l3_hamode_db [None req-29f6ed9b-5919-42d8-aa39-ee75169ec8a6 57e787a110664b758d222b92f33308b1 095c21e9dfa44c639fc2c5f8fde50cdb - - default default] HA network 906a46a4-6deb-4021-915b-f40d976634ef was deleted as no HA routers are present in tenant 095c21e9dfa44c639fc2c5f8fde50cdb. [pid: 8|app: 0|req: 1121/2182] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:51:59 2026] DELETE /v2.0/routers/bda47272-2406-4c8b-8afb-7aa4a32f75c5 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2183] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:00 2026] DELETE /v2.0/security-groups/59f573c5-d5bb-4af8-98c2-0834cf1723fb => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2184] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:00 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2185] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:00 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:00.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9ff00d2-c8cf-44d0-a6e6-9def7f2c6fd8 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] TaaS: Handle Delete Port: 0135cf23-e5b5-41ba-9786-938d1af2e701 2026-02-27 17:52:00.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9ff00d2-c8cf-44d0-a6e6-9def7f2c6fd8 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Tap Mirror: Handle Delete Port: 0135cf23-e5b5-41ba-9786-938d1af2e701 [pid: 8|app: 0|req: 1122/2186] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:00 2026] DELETE /v2.0/floatingips/054bc64c-55ee-4de1-b52a-b01424824ebf => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2187] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:00 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2188] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:01 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2189] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:01 2026] GET /v2.0/security-groups?tenant_id=7f6a6ccb033140dface71cc362b93879&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2190] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:01 2026] DELETE /v2.0/security-groups/c5d9719e-921d-4609-96c9-38f608e7b30c => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2191] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:01 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2192] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:01 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2193] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:01 2026] GET /v2.0/security-groups?tenant_id=095c21e9dfa44c639fc2c5f8fde50cdb&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2194] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:01 2026] DELETE /v2.0/security-groups/d8f43b5f-3ee7-4c12-ad0b-5ec08cc392fc => 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: 1127/2195] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:02 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2196] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:02 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&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: 1069/2197] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:02 2026] GET /v2.0/security-groups?tenant_id=0fc1850d111742f399cc7dcc25dbb878&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2198] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:02 2026] DELETE /v2.0/security-groups/24c5d488-f397-49e2-bb01-8f5a5995ba87 => 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: 1071/2201] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:02 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2202] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:02 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2203] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:03 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 1132/2204] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:03 2026] GET /v2.0/security-groups?id=bce9f091-c7ff-4af0-8a95-bc9298f15aa3&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2205] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:52:03 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:03.562 8 INFO neutron_taas.services.taas.taas_plugin [req-cf028ea3-4da5-41aa-9084-235fd4fe85ea req-b9d4b6af-0583-4ddf-be10-2399a84e72bf 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] TaaS: Handle Delete Port: af0c544c-9d57-46b0-95f6-246d3ae6cba8 2026-02-27 17:52:03.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cf028ea3-4da5-41aa-9084-235fd4fe85ea req-b9d4b6af-0583-4ddf-be10-2399a84e72bf 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Tap Mirror: Handle Delete Port: af0c544c-9d57-46b0-95f6-246d3ae6cba8 [pid: 8|app: 0|req: 1133/2206] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:52:03 2026] DELETE /v2.0/ports/af0c544c-9d57-46b0-95f6-246d3ae6cba8 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:03.771 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a5ee921-6f51-4d6f-b471-ec0ff08526bd'] response: {'server_uuid': '51cd78df-741c-4852-ba14-a3bf6f57e322', 'name': 'network-vif-deleted', 'tag': 'af0c544c-9d57-46b0-95f6-246d3ae6cba8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1074/2207] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:03 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2208] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:04 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2209] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:04 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 1135/2210] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:05 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 1136/2211] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:52:05 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2212] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:52:05 2026] POST /v2.0/floatingips => generated 552 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2213] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:52:06 2026] PUT /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2214] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:06 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2215] 10.0.0.224 () {34 vars in 770 bytes} [Fri Feb 27 17:52:06 2026] PUT /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags/green => 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: 1078/2216] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:06 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2217] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:06 2026] GET /v2.0/ports?device_id=51cd78df-741c-4852-ba14-a3bf6f57e322 => 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: 1079/2218] 10.0.0.224 () {34 vars in 766 bytes} [Fri Feb 27 17:52:06 2026] PUT /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags/red => 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: 1140/2219] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:06 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/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: 1080/2220] 10.0.0.224 () {34 vars in 788 bytes} [Fri Feb 27 17:52:06 2026] PUT /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags/black.or.white => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2221] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:06 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2222] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:52:07 2026] PUT /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/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: 1142/2223] 10.0.0.247 () {30 vars in 690 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2224] 10.0.0.247 () {30 vars in 692 bytes} [Fri Feb 27 17:52:07 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: 1082/2225] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/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: 1144/2226] 10.0.0.247 () {30 vars in 668 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2227] 10.0.0.247 () {30 vars in 704 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2228] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:07.202 8 INFO neutron.api.v2.resource [None req-d7545bff-9467-4f55-8141-dec3ef4aae8b 7e1503a439264bb5bf7ee88e96db3032 4abc8dc3a4b84a2a9f2b0be2ccee3a1c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1146/2229] 10.0.0.224 () {32 vars in 751 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2230] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:52:07 2026] DELETE /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2231] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:52:07.351 7 INFO neutron.api.v2.resource [None req-ddcf22ff-0452-409f-9f3c-efbf6562c786 7e1503a439264bb5bf7ee88e96db3032 4abc8dc3a4b84a2a9f2b0be2ccee3a1c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1085/2232] 10.0.0.224 () {32 vars in 754 bytes} [Fri Feb 27 17:52:07 2026] DELETE /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2233] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:52:07 2026] DELETE /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/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: 1086/2234] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:52:07.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-94947f45-a70e-496d-a824-e3c71902fa08 7e1503a439264bb5bf7ee88e96db3032 4abc8dc3a4b84a2a9f2b0be2ccee3a1c - - default default] TaaS: Handle Delete Port: 4db95224-5c66-421b-b0a4-a3f9294b5514 2026-02-27 17:52:07.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94947f45-a70e-496d-a824-e3c71902fa08 7e1503a439264bb5bf7ee88e96db3032 4abc8dc3a4b84a2a9f2b0be2ccee3a1c - - default default] Tap Mirror: Handle Delete Port: 4db95224-5c66-421b-b0a4-a3f9294b5514 [pid: 7|app: 0|req: 1087/2235] 10.0.0.247 () {28 vars in 439 bytes} [Fri Feb 27 17:52:07 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: 1088/2236] 10.0.0.247 () {30 vars in 728 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 657 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2237] 10.0.0.247 () {30 vars in 690 bytes} [Fri Feb 27 17:52:07 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: 1090/2238] 10.0.0.247 () {30 vars in 692 bytes} [Fri Feb 27 17:52:07 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: 1091/2239] 10.0.0.247 () {30 vars in 668 bytes} [Fri Feb 27 17:52:07 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: 1149/2240] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:07 2026] DELETE /v2.0/floatingips/e134da5a-5cee-4cf3-8834-25b2101519ba => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2241] 10.0.0.247 () {30 vars in 704 bytes} [Fri Feb 27 17:52:07 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: 1150/2242] 10.0.0.247 () {30 vars in 728 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1151/2243] 10.0.0.247 () {30 vars in 690 bytes} [Fri Feb 27 17:52:07 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: 1152/2244] 10.0.0.247 () {30 vars in 692 bytes} [Fri Feb 27 17:52:07 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: 1153/2245] 10.0.0.247 () {30 vars in 668 bytes} [Fri Feb 27 17:52:07 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: 1093/2246] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:07 2026] DELETE /v2.0/security-groups/bce9f091-c7ff-4af0-8a95-bc9298f15aa3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2247] 10.0.0.247 () {30 vars in 704 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2248] 10.0.0.247 () {30 vars in 730 bytes} [Fri Feb 27 17:52:07 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2249] 10.0.0.247 () {30 vars in 682 bytes} [Fri Feb 27 17:52:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2250] 10.0.0.247 () {34 vars in 704 bytes} [Fri Feb 27 17:52:08 2026] POST /v2.0/ports => generated 1132 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:52:08.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa765a7f-4430-4040-9b4f-56e9b13b4aef 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] TaaS: Handle Delete Port: ca181a06-f4ad-4c83-84ca-523cff0a1883 2026-02-27 17:52:08.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa765a7f-4430-4040-9b4f-56e9b13b4aef 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Tap Mirror: Handle Delete Port: ca181a06-f4ad-4c83-84ca-523cff0a1883 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1097/2251] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:08 2026] GET /v2.0/security-groups?tenant_id=4abc8dc3a4b84a2a9f2b0be2ccee3a1c&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2252] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:08 2026] DELETE /v2.0/security-groups/3b80d19b-78c1-4e2b-820e-a0b4e670eb98 => 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: 1155/2253] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:52:07 2026] PUT /v2.0/routers/8f8fc3b2-9b8e-45ba-82f2-e232ad286fa3/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2254] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:08 2026] GET /v2.0/security-groups?tenant_id=dd79e0cb31874d76bd0e5e0815c225e9&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2255] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:09 2026] DELETE /v2.0/subnets/89eaadb6-2435-4194-b780-e23102deae7a => 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: 1100/2256] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:09 2026] DELETE /v2.0/security-groups/5190a2a1-8b53-444e-995c-068bd368eca4 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:09.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0d0e84e-b938-4129-a997-a9a9efbed8e4 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] TaaS: Handle Delete Port: abcad25d-41d2-46aa-9bec-32fdbefc02d7 2026-02-27 17:52:09.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0d0e84e-b938-4129-a997-a9a9efbed8e4 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Tap Mirror: Handle Delete Port: abcad25d-41d2-46aa-9bec-32fdbefc02d7 2026-02-27 17:52:09.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0d0e84e-b938-4129-a997-a9a9efbed8e4 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] TaaS: Handle Delete Port: e18ef38f-fbad-440d-bfcd-a676ec64c4aa 2026-02-27 17:52:09.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0d0e84e-b938-4129-a997-a9a9efbed8e4 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Tap Mirror: Handle Delete Port: e18ef38f-fbad-440d-bfcd-a676ec64c4aa 2026-02-27 17:52:10.182 8 INFO neutron.services.segments.plugin [-] Segment 61ad06de-8890-4700-8db9-619c3c43a07b resource provider aggregate not found 2026-02-27 17:52:10.190 8 INFO neutron.services.segments.plugin [-] Segment 61ad06de-8890-4700-8db9-619c3c43a07b resource provider aggregate not found 2026-02-27 17:52:10.204 8 INFO neutron.services.segments.plugin [-] Segment 61ad06de-8890-4700-8db9-619c3c43a07b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61ad06de-8890-4700-8db9-619c3c43a07b found for delete ", "request_id": "req-296a121d-c94e-4407-a03c-34ee02715bd0"}]} 2026-02-27 17:52:10.207 8 INFO neutron.services.segments.plugin [-] Segment 61ad06de-8890-4700-8db9-619c3c43a07b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61ad06de-8890-4700-8db9-619c3c43a07b found for delete ", "request_id": "req-e7940e7d-1b36-4dc5-9310-08c56d5e70af"}]} 2026-02-27 17:52:10.209 8 INFO neutron.db.l3_hamode_db [None req-a0d0e84e-b938-4129-a997-a9a9efbed8e4 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] HA network e0675e45-b067-4ffb-a873-cda20e5646d7 was deleted as no HA routers are present in tenant ee36dc05e7f349bda15e7d3407fb5c2d. [pid: 8|app: 0|req: 1157/2257] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:09 2026] DELETE /v2.0/routers/8f8fc3b2-9b8e-45ba-82f2-e232ad286fa3 => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:10.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f498e62-6f7c-4dab-abfa-bfb08ba412fb 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] TaaS: Handle Delete Port: ac4f284c-7117-4bd0-996d-3c3d7d462484 2026-02-27 17:52:10.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f498e62-6f7c-4dab-abfa-bfb08ba412fb 286887ccf1c44986a3c62ddbd62c8a49 ee36dc05e7f349bda15e7d3407fb5c2d - - default default] Tap Mirror: Handle Delete Port: ac4f284c-7117-4bd0-996d-3c3d7d462484 2026-02-27 17:52:10.551 7 INFO neutron.services.segments.plugin [-] Segment 6991525f-a172-475b-965c-2dce1f12e0c0 resource provider aggregate not found 2026-02-27 17:52:10.556 7 INFO neutron.services.segments.plugin [-] Segment 6991525f-a172-475b-965c-2dce1f12e0c0 resource provider aggregate not found 2026-02-27 17:52:10.580 7 INFO neutron.services.segments.plugin [-] Segment 6991525f-a172-475b-965c-2dce1f12e0c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6991525f-a172-475b-965c-2dce1f12e0c0 found for delete ", "request_id": "req-3b5270a3-8a9f-471e-a48b-063e6ae8d330"}]} [pid: 7|app: 0|req: 1101/2258] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:10 2026] DELETE /v2.0/networks/4f8910cd-66ba-4ee1-8d0b-5609efb1a28c => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:10.582 7 INFO neutron.services.segments.plugin [-] Segment 6991525f-a172-475b-965c-2dce1f12e0c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6991525f-a172-475b-965c-2dce1f12e0c0 found for delete ", "request_id": "req-9de1e46b-e6c1-4cb5-8363-355070435286"}]} [pid: 8|app: 0|req: 1158/2259] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2260] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:52:11 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: 1160/2261] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:52:11 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: 1161/2262] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:52:11 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: 1162/2263] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2264] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/security-groups?tenant_id=02ee853ec657465ca0c58c884f29078f&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2265] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:11 2026] DELETE /v2.0/security-groups/33550ba9-ffb4-4662-aa32-b21a3430a080 => 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: 1103/2266] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2267] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:52:11 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: 1104/2268] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:52: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: 1165/2269] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:52:11 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-02-27 17:52:11.723 7 INFO neutron.api.v2.resource [None req-ffc4a546-673e-4dfe-8eeb-45af4c3c8613 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1105/2270] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/security-groups/lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2271] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/security-groups?tenant_id=ee36dc05e7f349bda15e7d3407fb5c2d&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2272] 199.204.45.95 () {30 vars in 784 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/security-groups?name=lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2273] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:11 2026] DELETE /v2.0/security-groups/d1a89234-0b7c-4513-b926-dd56dc9d878f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2274] 199.204.45.95 () {34 vars in 735 bytes} [Fri Feb 27 17:52:11 2026] POST /v2.0/security-groups => generated 1636 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2275] 199.204.45.95 () {30 vars in 814 bytes} [Fri Feb 27 17:52:11 2026] GET /v2.0/security-group-rules?security_group_id=2e3ca6f9-8163-4d7b-9323-2ad97eaf2563 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2276] 199.204.45.95 () {34 vars in 788 bytes} [Fri Feb 27 17:52:11 2026] PUT /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2277] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:52:12 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1109/2278] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:52:12 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: 1170/2279] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:52:12 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: 1110/2280] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:52:12 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: 1171/2281] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:52:12 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2282] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:52:14 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2283] 10.0.0.46 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:14 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:16.290 7 INFO neutron.db.segments_db [None req-71da5e41-23b0-4f61-8c06-85d8ef0d2c0b 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] Added segment a5431f40-565c-472b-b461-9885c56365c0 of type vxlan for network 6bd91ba9-c12d-4bdb-b51f-4e0cdbc7cf45 [pid: 7|app: 0|req: 1112/2284] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:15 2026] POST /v2.0/networks => generated 707 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2285] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:52:16 2026] POST /v2.0/subnets => generated 644 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:52:16.595 7 WARNING neutron.api.v2.base [None req-937e947e-2475-4942-8ba5-e0f18b20c04f 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - 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-02-27 17:52:16.596 7 INFO neutron.api.v2.resource [None req-937e947e-2475-4942-8ba5-e0f18b20c04f 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1113/2286] 10.0.0.224 () {34 vars in 681 bytes} [Fri Feb 27 17:52:16 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-02-27 17:52:16.790 8 INFO neutron.services.segments.plugin [-] Segment a5431f40-565c-472b-b461-9885c56365c0 resource provider aggregate not found 2026-02-27 17:52:16.797 8 INFO neutron.services.segments.plugin [-] Segment a5431f40-565c-472b-b461-9885c56365c0 resource provider aggregate not found 2026-02-27 17:52:16.809 8 INFO neutron.services.segments.plugin [-] Segment a5431f40-565c-472b-b461-9885c56365c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5431f40-565c-472b-b461-9885c56365c0 found for delete ", "request_id": "req-b56f245c-6262-4725-8207-fcfc570e6782"}]} 2026-02-27 17:52:16.814 8 INFO neutron.services.segments.plugin [-] Segment a5431f40-565c-472b-b461-9885c56365c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5431f40-565c-472b-b461-9885c56365c0 found for delete ", "request_id": "req-69b490de-f20a-4bc2-bd3f-e6d797581e39"}]} [pid: 8|app: 0|req: 1174/2287] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:16 2026] DELETE /v2.0/networks/6bd91ba9-c12d-4bdb-b51f-4e0cdbc7cf45 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:16.892 7 INFO neutron.db.segments_db [None req-46171099-ccc3-403d-a5c1-46e5f45bd5a3 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] Added segment 5cae25ca-1e86-4c1d-9f3f-b27b5c255378 of type vxlan for network a576e531-7ded-45a1-ab16-fc72bfd7de9e [pid: 7|app: 0|req: 1114/2288] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:16 2026] POST /v2.0/networks => generated 707 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2289] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:52:16 2026] POST /v2.0/subnets => generated 647 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:52:17.177 7 WARNING neutron.api.v2.base [None req-ab65529b-df9b-4f0a-b94e-5753d4c87cad 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - 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-02-27 17:52:17.178 7 INFO neutron.api.v2.resource [None req-ab65529b-df9b-4f0a-b94e-5753d4c87cad 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1115/2290] 10.0.0.224 () {34 vars in 681 bytes} [Fri Feb 27 17:52:17 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: 8|app: 0|req: 1176/2291] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:17 2026] DELETE /v2.0/networks/a576e531-7ded-45a1-ab16-fc72bfd7de9e => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:17.424 7 INFO neutron.db.segments_db [None req-7006f58e-b1a9-4c92-8626-9171dfffc8e5 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] Added segment 897b7512-7f96-4698-b933-9f47e1cdc4c3 of type vxlan for network ea75b0ac-be89-4003-9538-70f192b6dc5f [pid: 7|app: 0|req: 1116/2294] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:17 2026] POST /v2.0/networks => generated 708 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2295] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:52:17 2026] POST /v2.0/subnets => generated 647 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2296] 10.0.0.224 () {34 vars in 681 bytes} [Fri Feb 27 17:52:17 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2297] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:52:18 2026] GET /v2.0/networks/ea75b0ac-be89-4003-9538-70f192b6dc5f => generated 655 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:18.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56600b21-2ac4-4355-9a62-c9752f926456 eb7f58c0098444b0ac9d72358fd65d0d 9314baa57d0749bf910d5db14b33e25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2298] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:52:18 2026] GET /v2.0/networks/ea75b0ac-be89-4003-9538-70f192b6dc5f => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:18.836 8 INFO neutron.services.segments.plugin [-] Segment 5cae25ca-1e86-4c1d-9f3f-b27b5c255378 resource provider aggregate not found 2026-02-27 17:52:18.847 8 INFO neutron.services.segments.plugin [-] Segment 5cae25ca-1e86-4c1d-9f3f-b27b5c255378 resource provider aggregate not found 2026-02-27 17:52:18.860 8 INFO neutron.services.segments.plugin [-] Segment 5cae25ca-1e86-4c1d-9f3f-b27b5c255378 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cae25ca-1e86-4c1d-9f3f-b27b5c255378 found for delete ", "request_id": "req-92726983-e530-40ba-85c5-6bf1910b2cf2"}]} 2026-02-27 17:52:18.867 8 INFO neutron.services.segments.plugin [-] Segment 5cae25ca-1e86-4c1d-9f3f-b27b5c255378 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cae25ca-1e86-4c1d-9f3f-b27b5c255378 found for delete ", "request_id": "req-67951b88-fa06-4290-b3e2-a9c0743739d3"}]} 2026-02-27 17:52:18.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-9918ac47-6db3-4ac1-ace5-d3e7e9717c20 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] TaaS: Handle Delete Port: 81e3c29a-9f54-4232-919e-033f6ff9d179 2026-02-27 17:52:18.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9918ac47-6db3-4ac1-ace5-d3e7e9717c20 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] Tap Mirror: Handle Delete Port: 81e3c29a-9f54-4232-919e-033f6ff9d179 [pid: 8|app: 0|req: 1181/2299] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:18 2026] DELETE /v2.0/networks/ea75b0ac-be89-4003-9538-70f192b6dc5f => generated 0 bytes in 446 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:19.255 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a7a5b9e-53e5-44ff-bfb1-b176cfb94bb0 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1119/2300] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:19 2026] DELETE /v2.0/subnets/ea89c86d-c7cb-41e4-b6a5-bdba07c680cb => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:19.278 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dbadd745-2bdf-4b01-bbfd-254bec87bada 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1182/2301] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:19 2026] DELETE /v2.0/subnets/43bc507a-2c1a-4215-997e-6e3458d4399c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:19.298 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5073014d-6f75-430f-aac6-63d05b3a8a4d 3366e4ba11b04903899ddf78f6a8e459 9bdfdf4521ce4d5da2711d48ffac0cd5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1120/2302] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:19 2026] DELETE /v2.0/subnets/86335a06-4939-479e-806f-5cda7917e513 => 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: 1183/2303] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/security-groups?tenant_id=982bde62ba004175b9ce3f0f57a46475&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2304] 10.0.0.79 () {34 vars in 1015 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/security-groups?id=0b20d91f-c0bd-4239-9e2a-35af591dd265&fields=id => 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: 1122/2305] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/networks?id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2306] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/quotas/d486f85c58094daa9ef2b8f900f2a680 => generated 291 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2307] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:20 2026] DELETE /v2.0/security-groups/ca10375c-7a5d-471a-affa-080dd0a8943e => 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: 1124/2308] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&fields=id => generated 149 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2309] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1126/2310] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2311] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:20 2026] GET /v2.0/security-groups?tenant_id=9314baa57d0749bf910d5db14b33e25a&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: 1127/2312] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:20 2026] DELETE /v2.0/security-groups/f5be5422-2030-4dd7-aacd-a07ee9d6d24f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:20.878 8 INFO neutron.services.segments.plugin [-] Segment 897b7512-7f96-4698-b933-9f47e1cdc4c3 resource provider aggregate not found 2026-02-27 17:52:20.884 8 INFO neutron.services.segments.plugin [-] Segment 897b7512-7f96-4698-b933-9f47e1cdc4c3 resource provider aggregate not found 2026-02-27 17:52:20.898 8 INFO neutron.services.segments.plugin [-] Segment 897b7512-7f96-4698-b933-9f47e1cdc4c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897b7512-7f96-4698-b933-9f47e1cdc4c3 found for delete ", "request_id": "req-4fa4bb81-7ea5-4d61-9d0f-b96048e8c83f"}]} 2026-02-27 17:52:20.899 8 INFO neutron.services.segments.plugin [-] Segment 897b7512-7f96-4698-b933-9f47e1cdc4c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897b7512-7f96-4698-b933-9f47e1cdc4c3 found for delete ", "request_id": "req-1325dd88-a641-46cc-a808-034b5296dbf1"}]} [pid: 8|app: 0|req: 1186/2313] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:21 2026] GET /v2.0/security-groups?tenant_id=9bdfdf4521ce4d5da2711d48ffac0cd5&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: 1128/2314] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:21 2026] DELETE /v2.0/security-groups/11b9d9ce-e1fc-4622-ac32-c3de07d80615 => 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: 1187/2315] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:21 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => 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: 1129/2316] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:21 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => 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: 1188/2317] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:23 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => 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: 1130/2318] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:24 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2319] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:52:25 2026] GET /v2.0/networks?id=22d5c7ee-020d-4eae-82a8-9e15999e5114 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:25.360 8 INFO neutron.db.segments_db [None req-9a8f9624-80fd-4f72-a5cc-54777ee83b4c 2519730a5b6a45b694780d247914c471 2e4d8fddc51945f5b485f0b3a8eefa12 - - default default] Added segment f4f9ef4a-38b5-4cf0-b125-669b4e0f8f63 of type vxlan for network 63a5c72c-0d61-43f9-b6ae-de58ecafc497 [pid: 7|app: 0|req: 1132/2320] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:52:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d486f85c58094daa9ef2b8f900f2a680 => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2321] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:25 2026] POST /v2.0/networks => generated 612 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:52:25.495 8 INFO neutron.db.segments_db [None req-346db69e-6bd1-43c3-aabf-c650b74a6e1b 2519730a5b6a45b694780d247914c471 2e4d8fddc51945f5b485f0b3a8eefa12 - - default default] Added segment ec614a5e-5e08-4287-b3ac-3841d3fe87b4 of type vxlan for network c35fb437-b408-4aef-a333-8807e89ac063 [pid: 8|app: 0|req: 1190/2322] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:25 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:52:25.653 8 INFO neutron.db.segments_db [None req-11d7984c-8198-4150-94a1-e330b01ca53b 2519730a5b6a45b694780d247914c471 2e4d8fddc51945f5b485f0b3a8eefa12 - - default default] Added segment 52a0381b-5b7d-428d-83a6-e7d96c8d7512 of type vxlan for network 5dfd7891-65e9-494c-86ff-bacecc8c76c3 [pid: 8|app: 0|req: 1191/2323] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:25 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2324] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:52:25 2026] POST /v2.0/ports => generated 1078 bytes in 320 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: 1192/2325] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:25 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:25.809 7 INFO neutron.db.segments_db [None req-d37ac1c9-2791-4b38-b685-dd6634c649ff 2519730a5b6a45b694780d247914c471 2e4d8fddc51945f5b485f0b3a8eefa12 - - default default] Added segment 6365fe8f-940b-4f82-bbd1-71835467fd30 of type vxlan for network 9200adef-76c2-452f-ade4-35b9ce726ac2 [pid: 7|app: 0|req: 1134/2326] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:25 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2327] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:25 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&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-02-27 17:52:26.004 7 INFO neutron.db.segments_db [None req-a015859d-7674-4646-85b9-d84c39e3e68b 2519730a5b6a45b694780d247914c471 2e4d8fddc51945f5b485f0b3a8eefa12 - - default default] Added segment 5606ec66-e9d1-4921-bf33-26dcccc1c4aa of type vxlan for network 7d8af910-f9d7-4f80-b70a-d0e9e0c7ac8e [pid: 7|app: 0|req: 1136/2328] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:25 2026] POST /v2.0/networks => generated 612 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2329] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:52:26 2026] PUT /v2.0/networks/63a5c72c-0d61-43f9-b6ae-de58ecafc497/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2330] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2331] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:52:25 2026] PUT /v2.0/ports/87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => generated 1239 bytes in 526 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: 1139/2332] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:52:26 2026] PUT /v2.0/networks/c35fb437-b408-4aef-a333-8807e89ac063/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2333] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:26.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4454bc6-4f11-4ad7-afc7-6cb5e8fb938d'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': '87868644-4b03-4dae-b4a4-1fbc82ccfcc3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1140/2334] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:52:26 2026] PUT /v2.0/networks/5dfd7891-65e9-494c-86ff-bacecc8c76c3/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2335] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:52:26 2026] PUT /v2.0/networks/9200adef-76c2-452f-ade4-35b9ce726ac2/tags => generated 19 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2336] 10.0.0.224 () {32 vars in 666 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2337] 10.0.0.224 () {32 vars in 680 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2338] 10.0.0.224 () {32 vars in 676 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2339] 10.0.0.224 () {32 vars in 688 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2340] 10.0.0.224 () {32 vars in 674 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2341] 10.0.0.224 () {32 vars in 688 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2342] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2343] 10.0.0.224 () {32 vars in 684 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2344] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:52:26 2026] GET /v2.0/networks?tenant_id=d486f85c58094daa9ef2b8f900f2a680&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2345] 10.0.0.224 () {32 vars in 696 bytes} [Fri Feb 27 17:52:27 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2346] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:27 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2347] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:52:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2348] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:27 2026] GET /v2.0/security-groups?id=0b20d91f-c0bd-4239-9e2a-35af591dd265&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:52:27.231 7 INFO neutron.services.segments.plugin [-] Segment f4f9ef4a-38b5-4cf0-b125-669b4e0f8f63 resource provider aggregate not found [pid: 8|app: 0|req: 1203/2349] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:27 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:52:27.232 7 INFO neutron.services.segments.plugin [-] Segment f4f9ef4a-38b5-4cf0-b125-669b4e0f8f63 resource provider aggregate not found 2026-02-27 17:52:27.251 7 INFO neutron.services.segments.plugin [-] Segment f4f9ef4a-38b5-4cf0-b125-669b4e0f8f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f9ef4a-38b5-4cf0-b125-669b4e0f8f63 found for delete ", "request_id": "req-a03b5f90-002f-46da-86d3-b891500bcd40"}]} 2026-02-27 17:52:27.257 7 INFO neutron.services.segments.plugin [-] Segment f4f9ef4a-38b5-4cf0-b125-669b4e0f8f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f9ef4a-38b5-4cf0-b125-669b4e0f8f63 found for delete ", "request_id": "req-69c26aa3-291d-4a05-9195-0a605721ffa4"}]} [pid: 7|app: 0|req: 1147/2350] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:27 2026] DELETE /v2.0/networks/63a5c72c-0d61-43f9-b6ae-de58ecafc497 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:27.381 8 INFO neutron.services.segments.plugin [-] Segment ec614a5e-5e08-4287-b3ac-3841d3fe87b4 resource provider aggregate not found 2026-02-27 17:52:27.383 8 INFO neutron.services.segments.plugin [-] Segment ec614a5e-5e08-4287-b3ac-3841d3fe87b4 resource provider aggregate not found 2026-02-27 17:52:27.409 8 INFO neutron.services.segments.plugin [-] Segment ec614a5e-5e08-4287-b3ac-3841d3fe87b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec614a5e-5e08-4287-b3ac-3841d3fe87b4 found for delete ", "request_id": "req-b7d57f80-d4ba-4d9d-955e-65c795ce2caa"}]} 2026-02-27 17:52:27.411 8 INFO neutron.services.segments.plugin [-] Segment ec614a5e-5e08-4287-b3ac-3841d3fe87b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec614a5e-5e08-4287-b3ac-3841d3fe87b4 found for delete ", "request_id": "req-faddc878-3334-4477-a5b2-b21d330fe65c"}]} [pid: 8|app: 0|req: 1204/2351] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:27 2026] DELETE /v2.0/networks/c35fb437-b408-4aef-a333-8807e89ac063 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2352] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:27 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2353] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:27 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2354] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:27 2026] DELETE /v2.0/networks/5dfd7891-65e9-494c-86ff-bacecc8c76c3 => 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: 1207/2355] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:27 2026] DELETE /v2.0/networks/9200adef-76c2-452f-ade4-35b9ce726ac2 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2356] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:27 2026] DELETE /v2.0/networks/7d8af910-f9d7-4f80-b70a-d0e9e0c7ac8e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2357] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2358] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.81&port_id=87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2359] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/subnets?id=d1fb0c2d-234a-4179-8021-da0f53a4f2f1 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2360] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/ports?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114&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: 1210/2361] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1152/2362] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1211/2363] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2364] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1154/2365] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/security-groups?id=373a533b-17f7-4346-93e4-10420e68c812&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:28.727 8 INFO neutron_taas.services.taas.taas_plugin [req-c7970070-ef42-4f91-abac-f82e5f2da121 req-3c183a6f-61ca-4e28-a5b0-a9063fcf2822 e00de2e1e0484132bbd9e190723e2014 d05ff7a73cbf44208e2382e98a14fa7e - - default default] TaaS: Handle Delete Port: 0c396f52-8e87-418c-ad9c-a0dc4f26a025 2026-02-27 17:52:28.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c7970070-ef42-4f91-abac-f82e5f2da121 req-3c183a6f-61ca-4e28-a5b0-a9063fcf2822 e00de2e1e0484132bbd9e190723e2014 d05ff7a73cbf44208e2382e98a14fa7e - - default default] Tap Mirror: Handle Delete Port: 0c396f52-8e87-418c-ad9c-a0dc4f26a025 2026-02-27 17:52:28.842 8 INFO neutron.db.l3_db [req-c7970070-ef42-4f91-abac-f82e5f2da121 req-3c183a6f-61ca-4e28-a5b0-a9063fcf2822 e00de2e1e0484132bbd9e190723e2014 d05ff7a73cbf44208e2382e98a14fa7e - - default default] Floating IP b35595b3-3607-423b-b563-2d59447bb8b3 disassociated. External IP: 10.96.250.220, port: 0c396f52-8e87-418c-ad9c-a0dc4f26a025. [pid: 7|app: 0|req: 1155/2366] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:28 2026] GET /v2.0/security-groups?tenant_id=bc8ef8eb54ae4bc2a4429946589de060&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2367] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:28 2026] DELETE /v2.0/security-groups/2ad4681f-20c3-446c-b08f-3dd054640b4b => 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: 1212/2368] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:52:28 2026] DELETE /v2.0/ports/0c396f52-8e87-418c-ad9c-a0dc4f26a025 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:29.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-609063f3-f37c-4cc4-bc67-5f3e936e5350'] response: {'server_uuid': '0e6498a1-7dbf-480d-b668-1c6ff318831d', 'name': 'network-vif-deleted', 'tag': '0c396f52-8e87-418c-ad9c-a0dc4f26a025', 'status': 'completed', 'code': 200} 2026-02-27 17:52:29.279 7 INFO neutron.services.segments.plugin [-] Segment 52a0381b-5b7d-428d-83a6-e7d96c8d7512 resource provider aggregate not found 2026-02-27 17:52:29.279 7 INFO neutron.services.segments.plugin [-] Segment 52a0381b-5b7d-428d-83a6-e7d96c8d7512 resource provider aggregate not found 2026-02-27 17:52:29.307 7 INFO neutron.services.segments.plugin [-] Segment 52a0381b-5b7d-428d-83a6-e7d96c8d7512 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52a0381b-5b7d-428d-83a6-e7d96c8d7512 found for delete ", "request_id": "req-fd5cbd6e-46b6-4396-8024-2dd9ca72a301"}]} 2026-02-27 17:52:29.310 7 INFO neutron.services.segments.plugin [-] Segment 52a0381b-5b7d-428d-83a6-e7d96c8d7512 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52a0381b-5b7d-428d-83a6-e7d96c8d7512 found for delete ", "request_id": "req-9f5ca954-361b-4526-b88f-a641a864cc62"}]} [pid: 7|app: 0|req: 1157/2369] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:29 2026] GET /v2.0/security-groups?tenant_id=94d00ae2b2f14b39a9b26f2d6e5a329f&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:52:29.336 7 INFO neutron.services.segments.plugin [-] Segment 5606ec66-e9d1-4921-bf33-26dcccc1c4aa resource provider aggregate not found 2026-02-27 17:52:29.342 7 INFO neutron.services.segments.plugin [-] Segment 5606ec66-e9d1-4921-bf33-26dcccc1c4aa resource provider aggregate not found 2026-02-27 17:52:29.360 7 INFO neutron.services.segments.plugin [-] Segment 5606ec66-e9d1-4921-bf33-26dcccc1c4aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5606ec66-e9d1-4921-bf33-26dcccc1c4aa found for delete ", "request_id": "req-99f86c47-5f80-4838-8da1-e75dc4444cb0"}]} 2026-02-27 17:52:29.363 7 INFO neutron.services.segments.plugin [-] Segment 5606ec66-e9d1-4921-bf33-26dcccc1c4aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5606ec66-e9d1-4921-bf33-26dcccc1c4aa found for delete ", "request_id": "req-e08c87bd-bfa9-4129-a1ce-fdf96b2116e9"}]} 2026-02-27 17:52:29.436 8 INFO neutron.services.segments.plugin [-] Segment 6365fe8f-940b-4f82-bbd1-71835467fd30 resource provider aggregate not found 2026-02-27 17:52:29.445 8 INFO neutron.services.segments.plugin [-] Segment 6365fe8f-940b-4f82-bbd1-71835467fd30 resource provider aggregate not found 2026-02-27 17:52:29.471 8 INFO neutron.services.segments.plugin [-] Segment 6365fe8f-940b-4f82-bbd1-71835467fd30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6365fe8f-940b-4f82-bbd1-71835467fd30 found for delete ", "request_id": "req-9da0610a-9410-4b10-8039-420e46cd49a4"}]} [pid: 8|app: 0|req: 1213/2370] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:29 2026] DELETE /v2.0/security-groups/9c21eb13-2e95-471b-830c-66f50242d09d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:29.480 8 INFO neutron.services.segments.plugin [-] Segment 6365fe8f-940b-4f82-bbd1-71835467fd30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6365fe8f-940b-4f82-bbd1-71835467fd30 found for delete ", "request_id": "req-426c30df-c37d-43a1-ac7c-b02d445d8507"}]} [pid: 7|app: 0|req: 1158/2371] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:29 2026] GET /v2.0/security-groups?tenant_id=2e4d8fddc51945f5b485f0b3a8eefa12&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: 1159/2372] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:29 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1214/2373] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:29 2026] DELETE /v2.0/security-groups/86f8423f-7893-46b8-be55-8567e3f23673 => 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: 1160/2374] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:29 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2375] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:30 2026] GET /v2.0/security-groups?id=0b20d91f-c0bd-4239-9e2a-35af591dd265&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2376] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:30 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2377] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:30 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1162/2378] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:31 2026] GET /v2.0/ports?device_id=0e6498a1-7dbf-480d-b668-1c6ff318831d => 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: 1217/2379] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:52:32 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2380] 199.204.45.95 () {34 vars in 1043 bytes} [Fri Feb 27 17:52:32 2026] GET /v2.0/security-groups?id=0b20d91f-c0bd-4239-9e2a-35af591dd265&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2383] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:33 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2384] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:33 2026] DELETE /v2.0/security-groups/373a533b-17f7-4346-93e4-10420e68c812 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:33.209 8 INFO neutron.api.v2.resource [None req-318830c5-a368-49ed-86e7-ce844eef5cfe e00de2e1e0484132bbd9e190723e2014 d05ff7a73cbf44208e2382e98a14fa7e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2385] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:52:33 2026] GET /v2.0/security-groups/373a533b-17f7-4346-93e4-10420e68c812 => 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: 1166/2386] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:33 2026] GET /v2.0/security-groups?id=0b20d91f-c0bd-4239-9e2a-35af591dd265&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:52:33.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d0d9bf0-c9f2-4049-8c13-67eba6de036b e00de2e1e0484132bbd9e190723e2014 d05ff7a73cbf44208e2382e98a14fa7e - - default default] TaaS: Handle Delete Port: 802bf1bb-1c37-465a-93b5-9b9052395bbb 2026-02-27 17:52:33.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d0d9bf0-c9f2-4049-8c13-67eba6de036b e00de2e1e0484132bbd9e190723e2014 d05ff7a73cbf44208e2382e98a14fa7e - - default default] Tap Mirror: Handle Delete Port: 802bf1bb-1c37-465a-93b5-9b9052395bbb [pid: 7|app: 0|req: 1167/2387] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:33 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => 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: 1221/2388] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:33 2026] DELETE /v2.0/floatingips/b35595b3-3607-423b-b563-2d59447bb8b3 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:33.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-32abc96a-e9a2-4b1f-93d9-8e079e388d84 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 9b35f73d-a777-47db-b603-215a880ec927 2026-02-27 17:52:33.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32abc96a-e9a2-4b1f-93d9-8e079e388d84 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 9b35f73d-a777-47db-b603-215a880ec927 [pid: 8|app: 0|req: 1222/2389] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:52:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2390] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:52:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2391] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:52:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2392] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:52:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2393] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:52:33 2026] PUT /v2.0/routers/76c7ccef-1bb9-4035-ae41-85bf2e18030f/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2394] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:52:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2395] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:52:34 2026] PUT /v2.0/subnetpools/c012bc7f-d0db-4843-aa1e-f63e5cd117ee/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2396] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:52:34 2026] PUT /v2.0/subnetpools/8fe53cfa-5faa-4580-a22c-b7ef5f64c93d/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2397] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:52:34 2026] PUT /v2.0/subnetpools/89a10813-7072-49d5-8ddd-c12d2e81a22c/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: 1230/2398] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:52:34 2026] PUT /v2.0/subnetpools/33371f3b-0aff-4b89-a3a2-773391adf753/tags => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:52:34.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-a678a348-f894-4481-a7ff-137301181c1d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 0878c7b9-f5d5-4800-a616-45ba6385fd2a 2026-02-27 17:52:34.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a678a348-f894-4481-a7ff-137301181c1d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 0878c7b9-f5d5-4800-a616-45ba6385fd2a [pid: 8|app: 0|req: 1231/2399] 10.0.0.224 () {32 vars in 672 bytes} [Fri Feb 27 17:52:34 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2400] 10.0.0.224 () {32 vars in 686 bytes} [Fri Feb 27 17:52:34 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2401] 10.0.0.224 () {32 vars in 682 bytes} [Fri Feb 27 17:52:34 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2402] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:52:34 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2403] 10.0.0.224 () {32 vars in 680 bytes} [Fri Feb 27 17:52:34 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2404] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:52:34 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2405] 10.0.0.224 () {32 vars in 690 bytes} [Fri Feb 27 17:52:34 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2406] 10.0.0.224 () {32 vars in 702 bytes} [Fri Feb 27 17:52:34 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: 8|app: 0|req: 1239/2407] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:34 2026] DELETE /v2.0/subnetpools/c012bc7f-d0db-4843-aa1e-f63e5cd117ee => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:34.940 7 INFO neutron_taas.services.taas.taas_plugin [None req-a678a348-f894-4481-a7ff-137301181c1d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: eb6db7fb-cf97-4b8e-a2fa-12414ef8a28f 2026-02-27 17:52:34.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a678a348-f894-4481-a7ff-137301181c1d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: eb6db7fb-cf97-4b8e-a2fa-12414ef8a28f [pid: 8|app: 0|req: 1240/2408] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:34 2026] DELETE /v2.0/subnetpools/8fe53cfa-5faa-4580-a22c-b7ef5f64c93d => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2409] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:34 2026] DELETE /v2.0/subnetpools/89a10813-7072-49d5-8ddd-c12d2e81a22c => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2410] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:35 2026] DELETE /v2.0/subnetpools/33371f3b-0aff-4b89-a3a2-773391adf753 => 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: 1243/2411] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:52:35 2026] DELETE /v2.0/subnetpools/884dbd6c-73ff-4f3b-9f6e-9006c2917266 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:35.315 7 INFO neutron.services.segments.plugin [-] Segment 310fe509-4d17-4bcd-9fb9-fb2c35ae16dd resource provider aggregate not found 2026-02-27 17:52:35.317 7 INFO neutron.services.segments.plugin [-] Segment 310fe509-4d17-4bcd-9fb9-fb2c35ae16dd resource provider aggregate not found 2026-02-27 17:52:35.339 7 INFO neutron.services.segments.plugin [-] Segment 310fe509-4d17-4bcd-9fb9-fb2c35ae16dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310fe509-4d17-4bcd-9fb9-fb2c35ae16dd found for delete ", "request_id": "req-167cce60-ba68-4e67-a813-1aec00c8136e"}]} 2026-02-27 17:52:35.343 7 INFO neutron.services.segments.plugin [-] Segment 310fe509-4d17-4bcd-9fb9-fb2c35ae16dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310fe509-4d17-4bcd-9fb9-fb2c35ae16dd found for delete ", "request_id": "req-7fd16556-6ee5-4ce1-b495-ce24c7840f6d"}]} 2026-02-27 17:52:35.344 7 INFO neutron.db.l3_hamode_db [None req-a678a348-f894-4481-a7ff-137301181c1d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network d3de2226-a65f-4ee4-9d67-4febbca9858b was deleted as no HA routers are present in tenant d05ff7a73cbf44208e2382e98a14fa7e. [pid: 7|app: 0|req: 1169/2412] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:34 2026] DELETE /v2.0/routers/76c7ccef-1bb9-4035-ae41-85bf2e18030f => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2413] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:35 2026] DELETE /v2.0/subnets/40f35f39-6271-42d7-ba69-022154ecf2ba => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:35.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-5db1a17b-bbd1-40f0-ac83-442868ce07bc e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 518eaf00-5241-4311-9989-f65356e614c5 2026-02-27 17:52:35.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5db1a17b-bbd1-40f0-ac83-442868ce07bc e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 518eaf00-5241-4311-9989-f65356e614c5 [pid: 7|app: 0|req: 1170/2414] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:35 2026] DELETE /v2.0/networks/13325af7-91b1-43e2-a346-14cf7224c1d2 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2415] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:36 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2416] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:36 2026] GET /v2.0/security-groups?tenant_id=d05ff7a73cbf44208e2382e98a14fa7e&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2417] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:52:36 2026] GET /v2.0/security-groups?id=0b20d91f-c0bd-4239-9e2a-35af591dd265&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: 7|app: 0|req: 1173/2418] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:36 2026] DELETE /v2.0/security-groups/d58a4067-669e-4f6e-bc80-113c8740038b => 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: 1174/2419] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:52:36 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2420] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:36 2026] GET /v2.0/security-groups?tenant_id=f45f4e2c113e4a12b4dda5a28871089c&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2421] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:36 2026] DELETE /v2.0/security-groups/c15c0224-ee03-420b-9f69-ee477fb9849b => 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: 1247/2422] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:36 2026] GET /v2.0/security-groups?tenant_id=d62247e2c8654fc78e719d2621bf07ad&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2423] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:37 2026] DELETE /v2.0/security-groups/406bba2c-d30e-47dc-833f-885bed5e6ba2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:37.362 7 INFO neutron.services.segments.plugin [-] Segment 287f0ba0-2c93-43fc-bb62-2e501351a4ee resource provider aggregate not found 2026-02-27 17:52:37.366 7 INFO neutron.services.segments.plugin [-] Segment 287f0ba0-2c93-43fc-bb62-2e501351a4ee resource provider aggregate not found 2026-02-27 17:52:37.379 7 INFO neutron.services.segments.plugin [-] Segment 287f0ba0-2c93-43fc-bb62-2e501351a4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 287f0ba0-2c93-43fc-bb62-2e501351a4ee found for delete ", "request_id": "req-2af8d901-eb60-4016-81cd-1511c11e8189"}]} 2026-02-27 17:52:37.387 7 INFO neutron.services.segments.plugin [-] Segment 287f0ba0-2c93-43fc-bb62-2e501351a4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 287f0ba0-2c93-43fc-bb62-2e501351a4ee found for delete ", "request_id": "req-98c292b0-9e8e-453f-97e7-db0e5e116f84"}]} [pid: 8|app: 0|req: 1248/2424] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:37 2026] GET /v2.0/security-groups?tenant_id=c32ac47d494e449f81586c0f56d83308&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2425] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:37 2026] DELETE /v2.0/security-groups/d3f2fc82-5ec0-4de3-9a8c-236c049fa9fd => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2426] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:39 2026] GET /v2.0/security-groups?tenant_id=1032d31bd4ea4be49efa3863a2400d3d&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2427] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:39 2026] DELETE /v2.0/security-groups/95d28ed1-4347-4b85-83d2-d917cd370b76 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:42.181 8 INFO neutron.db.segments_db [None req-2502ae66-0d7a-4dc3-bc6e-f5d82ed34ecd fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Added segment c09013f2-9d1a-47e0-96ee-f3a4c6d05f48 of type vxlan for network 042d72f4-d5a5-46e5-8b31-e4deee9b35e5 [pid: 8|app: 0|req: 1250/2428] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:41 2026] POST /v2.0/networks => generated 612 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2429] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:52:42 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2430] 10.0.0.224 () {34 vars in 666 bytes} [Fri Feb 27 17:52:42 2026] POST /v2.0/trunks => generated 407 bytes in 200 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-02-27 17:52:42.884 7 INFO neutron.db.segments_db [None req-05f187b8-a026-49ac-9d6c-d65d900954a9 fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Added segment baae7b52-2d1f-45a8-ac8e-bffd7caa516d of type vxlan for network 4179f849-31ba-4017-b107-b81238e3535f [pid: 7|app: 0|req: 1180/2431] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:42 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2432] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:52:42 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) [pid: 7|app: 0|req: 1181/2433] 10.0.0.224 () {34 vars in 666 bytes} [Fri Feb 27 17:52:43 2026] POST /v2.0/trunks => generated 407 bytes in 231 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-02-27 17:52:43.583 8 INFO neutron.db.segments_db [None req-155648be-dda5-4622-ac5e-9609088a6f9e fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Added segment 3cb1a09e-be6a-46ba-80f3-d4cd857ba09a of type vxlan for network 70e96540-9b62-409c-a2a8-667257260f61 [pid: 8|app: 0|req: 1253/2434] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:43 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2435] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:52:43 2026] GET /v2.0/routers => generated 727 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2436] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:52:43 2026] POST /v2.0/ports => generated 743 bytes in 390 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: 1255/2437] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2438] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/l3-agents => generated 681 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2439] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/network-ip-availabilities => generated 4414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2440] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/security-groups => generated 33160 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2441] 10.0.0.224 () {34 vars in 666 bytes} [Fri Feb 27 17:52:44 2026] POST /v2.0/trunks => generated 407 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2442] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:52:44.351 8 INFO neutron.db.segments_db [None req-98644852-0048-462a-906b-82e376354951 fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Added segment 2b64651d-d21b-47d6-a84e-c6ba0e1e9fdf of type vxlan for network 2e3fcd08-3943-414c-84f9-37f3c47c55bb [pid: 7|app: 0|req: 1185/2443] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/subnets => generated 6132 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2444] 10.0.0.79 () {34 vars in 1177 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88&device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 4160 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2445] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:44 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2446] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2447] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&id=0b20d91f-c0bd-4239-9e2a-35af591dd265&fields=id&fields=name => generated 187 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2448] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/ports => generated 25132 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2449] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/subnets => generated 6132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2450] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/floatingips => generated 1702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2451] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:52:44 2026] GET /v2.0/networks => generated 8030 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2452] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:52:44 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2453] 10.0.0.224 () {34 vars in 666 bytes} [Fri Feb 27 17:52:44 2026] POST /v2.0/trunks => generated 407 bytes in 222 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-02-27 17:52:45.072 7 INFO neutron.db.segments_db [None req-d40f4f9e-dc9f-4a05-b3c7-4304ad0d2479 fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Added segment 27c63b4e-ee05-4919-bd98-daf2305f0190 of type vxlan for network 24254da5-71f0-462d-8db2-878311bac329 [pid: 7|app: 0|req: 1189/2454] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:45 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2455] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:52:45 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2456] 10.0.0.224 () {34 vars in 666 bytes} [Fri Feb 27 17:52:45 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2457] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:52:45 2026] PUT /v2.0/trunks/5c79847b-aa86-4309-a7ac-281b0d01ff7e/tags => generated 17 bytes in 33 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: 1192/2458] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:52:45 2026] PUT /v2.0/trunks/a356bbe4-1eaa-4ce8-9f29-16347df78caa/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2459] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:52:45 2026] PUT /v2.0/trunks/346311b6-2ee7-4975-9099-92c3c68fc50d/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2460] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:52:45 2026] PUT /v2.0/trunks/578773c9-c975-45dc-b5e6-4791911596aa/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2461] 10.0.0.224 () {32 vars in 662 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2462] 10.0.0.224 () {32 vars in 676 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2463] 10.0.0.224 () {32 vars in 672 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2464] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/security-groups?tenant_id=f7f6cf3630e9449baeb23b0a6efcde68&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: 1198/2465] 10.0.0.224 () {32 vars in 684 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2466] 10.0.0.224 () {32 vars in 670 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2467] 10.0.0.224 () {32 vars in 684 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2468] 10.0.0.224 () {32 vars in 680 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2469] 10.0.0.224 () {32 vars in 692 bytes} [Fri Feb 27 17:52:45 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2470] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:45 2026] DELETE /v2.0/security-groups/e433fdf9-3907-4be2-91f6-aa2a6745146f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2471] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/trunks/5c79847b-aa86-4309-a7ac-281b0d01ff7e => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2472] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/ports/651dadcb-bf6f-4236-b906-fc3adae3b56b => generated 826 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2473] 10.0.0.224 () {32 vars in 722 bytes} [Fri Feb 27 17:52:46 2026] DELETE /v2.0/trunks/5c79847b-aa86-4309-a7ac-281b0d01ff7e => 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: 1271/2474] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/trunks/a356bbe4-1eaa-4ce8-9f29-16347df78caa => 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: 1204/2475] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/security-groups?tenant_id=5c1e3cac09044d74a355f03867d035e8&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: 1272/2476] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/ports/0774d183-5e57-4798-9011-114f322c9336 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2477] 10.0.0.224 () {32 vars in 722 bytes} [Fri Feb 27 17:52:46 2026] DELETE /v2.0/trunks/a356bbe4-1eaa-4ce8-9f29-16347df78caa => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2478] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:46 2026] DELETE /v2.0/security-groups/4fa032dc-15f3-4838-9ac5-8add8b519d41 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2479] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/trunks/346311b6-2ee7-4975-9099-92c3c68fc50d => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2480] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/ports/aea10ff6-eee2-442f-a0be-bfac0a49b4b8 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2481] 10.0.0.224 () {32 vars in 722 bytes} [Fri Feb 27 17:52:46 2026] DELETE /v2.0/trunks/346311b6-2ee7-4975-9099-92c3c68fc50d => 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: 1207/2482] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/trunks/578773c9-c975-45dc-b5e6-4791911596aa => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2483] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/ports/15ecdaa3-d336-4583-8549-79fbcc658ba1 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2484] 10.0.0.224 () {32 vars in 722 bytes} [Fri Feb 27 17:52:46 2026] DELETE /v2.0/trunks/578773c9-c975-45dc-b5e6-4791911596aa => 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: 1277/2485] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/trunks/9ca28a69-6b4d-47fc-9982-e24e9cf3aecc => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2486] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:46 2026] GET /v2.0/ports/64194e22-7c44-4513-b7ab-56d8ab7f743d => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2487] 10.0.0.224 () {32 vars in 722 bytes} [Fri Feb 27 17:52:46 2026] DELETE /v2.0/trunks/9ca28a69-6b4d-47fc-9982-e24e9cf3aecc => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:47.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-36fd0131-0de0-4a20-8e84-078db56f7899 fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] TaaS: Handle Delete Port: 651dadcb-bf6f-4236-b906-fc3adae3b56b 2026-02-27 17:52:47.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36fd0131-0de0-4a20-8e84-078db56f7899 fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Tap Mirror: Handle Delete Port: 651dadcb-bf6f-4236-b906-fc3adae3b56b [pid: 7|app: 0|req: 1210/2488] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:46 2026] DELETE /v2.0/ports/651dadcb-bf6f-4236-b906-fc3adae3b56b => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:47.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-34bd8337-8406-4d66-a260-fe4d1c856e4e fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] TaaS: Handle Delete Port: 0774d183-5e57-4798-9011-114f322c9336 2026-02-27 17:52:47.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34bd8337-8406-4d66-a260-fe4d1c856e4e fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Tap Mirror: Handle Delete Port: 0774d183-5e57-4798-9011-114f322c9336 [pid: 8|app: 0|req: 1279/2489] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:47 2026] DELETE /v2.0/ports/0774d183-5e57-4798-9011-114f322c9336 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:47.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-6450c7ee-071f-4d68-a19c-ca5900520edb fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] TaaS: Handle Delete Port: aea10ff6-eee2-442f-a0be-bfac0a49b4b8 2026-02-27 17:52:47.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6450c7ee-071f-4d68-a19c-ca5900520edb fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Tap Mirror: Handle Delete Port: aea10ff6-eee2-442f-a0be-bfac0a49b4b8 [pid: 7|app: 0|req: 1211/2492] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:47 2026] DELETE /v2.0/ports/aea10ff6-eee2-442f-a0be-bfac0a49b4b8 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:47.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6d67430-0db8-44e6-b7bd-e21ebf8bc3da fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] TaaS: Handle Delete Port: 15ecdaa3-d336-4583-8549-79fbcc658ba1 2026-02-27 17:52:47.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d67430-0db8-44e6-b7bd-e21ebf8bc3da fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Tap Mirror: Handle Delete Port: 15ecdaa3-d336-4583-8549-79fbcc658ba1 [pid: 8|app: 0|req: 1282/2493] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:47 2026] DELETE /v2.0/ports/15ecdaa3-d336-4583-8549-79fbcc658ba1 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:47.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-121971ea-9d75-41d8-b41a-6796f850e739 fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] TaaS: Handle Delete Port: 64194e22-7c44-4513-b7ab-56d8ab7f743d 2026-02-27 17:52:47.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-121971ea-9d75-41d8-b41a-6796f850e739 fec353bfbb2a4274999147bfdaa1d2ae c872410b5a304bcc9ff0ad3ce4c82705 - - default default] Tap Mirror: Handle Delete Port: 64194e22-7c44-4513-b7ab-56d8ab7f743d [pid: 7|app: 0|req: 1212/2494] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:47 2026] DELETE /v2.0/ports/64194e22-7c44-4513-b7ab-56d8ab7f743d => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:48.170 8 INFO neutron.services.segments.plugin [-] Segment c09013f2-9d1a-47e0-96ee-f3a4c6d05f48 resource provider aggregate not found 2026-02-27 17:52:48.174 8 INFO neutron.services.segments.plugin [-] Segment c09013f2-9d1a-47e0-96ee-f3a4c6d05f48 resource provider aggregate not found 2026-02-27 17:52:48.194 8 INFO neutron.services.segments.plugin [-] Segment c09013f2-9d1a-47e0-96ee-f3a4c6d05f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09013f2-9d1a-47e0-96ee-f3a4c6d05f48 found for delete ", "request_id": "req-d8ae5c9d-32fd-41ac-a8c8-8e805a2bcb9d"}]} 2026-02-27 17:52:48.196 8 INFO neutron.services.segments.plugin [-] Segment c09013f2-9d1a-47e0-96ee-f3a4c6d05f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09013f2-9d1a-47e0-96ee-f3a4c6d05f48 found for delete ", "request_id": "req-d9eb96ae-1d7d-4931-b66f-dee4fb515691"}]} [pid: 8|app: 0|req: 1283/2495] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:48 2026] DELETE /v2.0/networks/042d72f4-d5a5-46e5-8b31-e4deee9b35e5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2496] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:48 2026] DELETE /v2.0/networks/4179f849-31ba-4017-b107-b81238e3535f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:48.505 7 INFO neutron.db.segments_db [None req-122aaf18-357d-497f-89c2-4e1faa913d17 3ec5f642eaf444d2a25b1a28573b715c 847438cadfb94489b327406c909f2f97 - - default default] Added segment 8350c1d3-b97b-4886-8f2e-7fa6996361f5 of type vxlan for network 411f0cc2-d3d2-4ce2-b565-9e3b6e4c8c16 [pid: 8|app: 0|req: 1285/2497] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:48 2026] DELETE /v2.0/networks/70e96540-9b62-409c-a2a8-667257260f61 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2498] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:48 2026] POST /v2.0/networks => generated 625 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2499] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:48 2026] DELETE /v2.0/networks/2e3fcd08-3943-414c-84f9-37f3c47c55bb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2500] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:48 2026] DELETE /v2.0/networks/24254da5-71f0-462d-8db2-878311bac329 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2501] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:52:48 2026] POST /v2.0/subnets => generated 641 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:52:48.973 8 INFO neutron.db.segments_db [None req-68a00898-8dbf-45ba-b3b7-0cbbccaa3d3f 3ec5f642eaf444d2a25b1a28573b715c 847438cadfb94489b327406c909f2f97 - - default default] Added segment 74921478-f6f0-432e-a079-c30152c6b55e of type vxlan for network b58f6833-dcc7-46b7-bdd6-99fd6b69e0f1 [pid: 8|app: 0|req: 1288/2502] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:48 2026] POST /v2.0/networks => generated 624 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2503] 10.0.0.224 () {34 vars in 743 bytes} [Fri Feb 27 17:52:49 2026] PUT /v2.0/networks/b58f6833-dcc7-46b7-bdd6-99fd6b69e0f1 => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2504] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:52:49 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2505] 10.0.0.224 () {34 vars in 741 bytes} [Fri Feb 27 17:52:49 2026] PUT /v2.0/subnets/c878c992-9258-4fc8-90f9-27ba849a1123 => generated 636 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2506] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:49 2026] DELETE /v2.0/networks/b58f6833-dcc7-46b7-bdd6-99fd6b69e0f1 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:49.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d25024d-cf78-417d-9edb-ef4e7b114a43 3ec5f642eaf444d2a25b1a28573b715c 847438cadfb94489b327406c909f2f97 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1291/2507] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:49 2026] DELETE /v2.0/networks/b58f6833-dcc7-46b7-bdd6-99fd6b69e0f1 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2509] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:52:49 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2509] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:49 2026] GET /v2.0/security-groups?tenant_id=4cef5a23aa3b43e692437eac609fc383&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: 1218/2510] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:52:49 2026] GET /v2.0/subnets?network_id=9e1da810-55c8-4481-a64a-c28dc027968f => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2511] 10.0.0.224 () {32 vars in 653 bytes} [Fri Feb 27 17:52:49 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: 1220/2512] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:52:49 2026] GET /v2.0/networks => generated 1309 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2513] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:49 2026] DELETE /v2.0/security-groups/b2783c88-bd6f-47b9-be37-367932425d87 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2514] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:52:50 2026] GET /v2.0/subnets => generated 1280 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2515] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:52:50 2026] GET /v2.0/networks/411f0cc2-d3d2-4ce2-b565-9e3b6e4c8c16 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:50.228 8 INFO neutron.services.segments.plugin [-] Segment baae7b52-2d1f-45a8-ac8e-bffd7caa516d resource provider aggregate not found 2026-02-27 17:52:50.234 8 INFO neutron.services.segments.plugin [-] Segment baae7b52-2d1f-45a8-ac8e-bffd7caa516d resource provider aggregate not found [pid: 8|app: 0|req: 1295/2516] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:52:50 2026] GET /v2.0/subnets/06aa836a-8dcf-4f80-8d50-17c17269373f => generated 641 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:50.259 8 INFO neutron.services.segments.plugin [-] Segment baae7b52-2d1f-45a8-ac8e-bffd7caa516d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baae7b52-2d1f-45a8-ac8e-bffd7caa516d found for delete ", "request_id": "req-3bfb591f-f5cd-454d-abaa-44ceb6ab9bf8"}]} 2026-02-27 17:52:50.267 8 INFO neutron.services.segments.plugin [-] Segment baae7b52-2d1f-45a8-ac8e-bffd7caa516d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baae7b52-2d1f-45a8-ac8e-bffd7caa516d found for delete ", "request_id": "req-121fc42c-39b8-4429-82d3-e3d02195d3b8"}]} 2026-02-27 17:52:50.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf464bc7-2cd6-46ed-8b35-2226c4a63fc9 3ec5f642eaf444d2a25b1a28573b715c 847438cadfb94489b327406c909f2f97 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1296/2517] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:50 2026] DELETE /v2.0/subnets/c878c992-9258-4fc8-90f9-27ba849a1123 => generated 136 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:50.294 8 INFO neutron.services.segments.plugin [-] Segment 3cb1a09e-be6a-46ba-80f3-d4cd857ba09a resource provider aggregate not found 2026-02-27 17:52:50.297 8 INFO neutron.services.segments.plugin [-] Segment 3cb1a09e-be6a-46ba-80f3-d4cd857ba09a resource provider aggregate not found 2026-02-27 17:52:50.322 8 INFO neutron.services.segments.plugin [-] Segment 3cb1a09e-be6a-46ba-80f3-d4cd857ba09a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb1a09e-be6a-46ba-80f3-d4cd857ba09a found for delete ", "request_id": "req-fc9763a9-635e-49c8-8435-ea178d7973f3"}]} 2026-02-27 17:52:50.323 8 INFO neutron.services.segments.plugin [-] Segment 3cb1a09e-be6a-46ba-80f3-d4cd857ba09a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb1a09e-be6a-46ba-80f3-d4cd857ba09a found for delete ", "request_id": "req-7727fdfc-6a82-45ae-ab83-e04bc19699c8"}]} 2026-02-27 17:52:50.328 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a07bcef-35d8-4184-a6af-d65a2e48e462 3ec5f642eaf444d2a25b1a28573b715c 847438cadfb94489b327406c909f2f97 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2518] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:50 2026] DELETE /v2.0/networks/b58f6833-dcc7-46b7-bdd6-99fd6b69e0f1 => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:50.346 8 INFO neutron.services.segments.plugin [-] Segment 2b64651d-d21b-47d6-a84e-c6ba0e1e9fdf resource provider aggregate not found 2026-02-27 17:52:50.353 8 INFO neutron.services.segments.plugin [-] Segment 2b64651d-d21b-47d6-a84e-c6ba0e1e9fdf resource provider aggregate not found [pid: 7|app: 0|req: 1222/2519] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:50 2026] GET /v2.0/security-groups?tenant_id=74b73d0db6c342aa90fc8420e949c009&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:52:50.376 8 INFO neutron.services.segments.plugin [-] Segment 2b64651d-d21b-47d6-a84e-c6ba0e1e9fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b64651d-d21b-47d6-a84e-c6ba0e1e9fdf found for delete ", "request_id": "req-99000d7b-4f35-4c71-943a-9cd7b0476050"}]} 2026-02-27 17:52:50.383 8 INFO neutron.services.segments.plugin [-] Segment 2b64651d-d21b-47d6-a84e-c6ba0e1e9fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b64651d-d21b-47d6-a84e-c6ba0e1e9fdf found for delete ", "request_id": "req-a89dc263-c1eb-4027-a21f-f255fb462bf9"}]} 2026-02-27 17:52:50.403 8 INFO neutron.services.segments.plugin [-] Segment 27c63b4e-ee05-4919-bd98-daf2305f0190 resource provider aggregate not found 2026-02-27 17:52:50.410 8 INFO neutron.services.segments.plugin [-] Segment 27c63b4e-ee05-4919-bd98-daf2305f0190 resource provider aggregate not found 2026-02-27 17:52:50.428 8 INFO neutron.services.segments.plugin [-] Segment 27c63b4e-ee05-4919-bd98-daf2305f0190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27c63b4e-ee05-4919-bd98-daf2305f0190 found for delete ", "request_id": "req-6d44c2c3-1271-4752-99f7-e3068e2196a3"}]} 2026-02-27 17:52:50.430 8 INFO neutron.services.segments.plugin [-] Segment 27c63b4e-ee05-4919-bd98-daf2305f0190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27c63b4e-ee05-4919-bd98-daf2305f0190 found for delete ", "request_id": "req-3c0153fb-6e24-45a5-ae63-87e29a006dd1"}]} 2026-02-27 17:52:50.458 8 INFO neutron.services.segments.plugin [-] Segment 74921478-f6f0-432e-a079-c30152c6b55e resource provider aggregate not found 2026-02-27 17:52:50.462 8 INFO neutron.services.segments.plugin [-] Segment 74921478-f6f0-432e-a079-c30152c6b55e resource provider aggregate not found 2026-02-27 17:52:50.489 8 INFO neutron.services.segments.plugin [-] Segment 74921478-f6f0-432e-a079-c30152c6b55e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74921478-f6f0-432e-a079-c30152c6b55e found for delete ", "request_id": "req-333408ee-8073-4cb4-aad6-ec8c3b9610f9"}]} 2026-02-27 17:52:50.496 8 INFO neutron.services.segments.plugin [-] Segment 74921478-f6f0-432e-a079-c30152c6b55e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74921478-f6f0-432e-a079-c30152c6b55e found for delete ", "request_id": "req-5ca88bbb-c8f4-4f96-b772-8b0bd743eb61"}]} [pid: 7|app: 0|req: 1223/2520] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:50 2026] DELETE /v2.0/security-groups/4532aa23-790b-463b-b6cc-a5abbc26a768 => 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: 1298/2521] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:50 2026] DELETE /v2.0/subnets/06aa836a-8dcf-4f80-8d50-17c17269373f => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2522] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:50 2026] GET /v2.0/security-groups?tenant_id=c872410b5a304bcc9ff0ad3ce4c82705&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:52:50.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b50af72-d69b-42bb-a1e1-b2bcdb385911 3ec5f642eaf444d2a25b1a28573b715c 847438cadfb94489b327406c909f2f97 - - default default] TaaS: Handle Delete Port: 79b3d955-9613-4f4d-a00a-e0a6b010c090 2026-02-27 17:52:50.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b50af72-d69b-42bb-a1e1-b2bcdb385911 3ec5f642eaf444d2a25b1a28573b715c 847438cadfb94489b327406c909f2f97 - - default default] Tap Mirror: Handle Delete Port: 79b3d955-9613-4f4d-a00a-e0a6b010c090 [pid: 8|app: 0|req: 1300/2523] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:50 2026] DELETE /v2.0/security-groups/7979f8e8-e211-45a0-8cf8-904ad74064a0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:50.967 7 INFO neutron.services.segments.plugin [-] Segment 8350c1d3-b97b-4886-8f2e-7fa6996361f5 resource provider aggregate not found 2026-02-27 17:52:50.974 7 INFO neutron.services.segments.plugin [-] Segment 8350c1d3-b97b-4886-8f2e-7fa6996361f5 resource provider aggregate not found 2026-02-27 17:52:50.995 7 INFO neutron.services.segments.plugin [-] Segment 8350c1d3-b97b-4886-8f2e-7fa6996361f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8350c1d3-b97b-4886-8f2e-7fa6996361f5 found for delete ", "request_id": "req-67451bf5-8686-43e8-8100-75b4cbd30f97"}]} 2026-02-27 17:52:50.999 7 INFO neutron.services.segments.plugin [-] Segment 8350c1d3-b97b-4886-8f2e-7fa6996361f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8350c1d3-b97b-4886-8f2e-7fa6996361f5 found for delete ", "request_id": "req-7c575d1b-fd43-43a1-88cc-878665c37163"}]} [pid: 7|app: 0|req: 1224/2524] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:50 2026] DELETE /v2.0/networks/411f0cc2-d3d2-4ce2-b565-9e3b6e4c8c16 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2525] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:51 2026] GET /v2.0/security-groups?tenant_id=847438cadfb94489b327406c909f2f97&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: 1225/2526] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:51 2026] DELETE /v2.0/security-groups/1120163f-4cfa-4881-98f0-86f898963954 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:53.978 8 INFO neutron.db.segments_db [None req-9370bf63-ac46-4a5e-8f5f-14179dcec472 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] Added segment ea514b43-82a4-4f53-b907-fdc97428a272 of type vxlan for network 5a4d1242-4d03-4d12-8b18-49e2deefb90c [pid: 8|app: 0|req: 1302/2527] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:53 2026] POST /v2.0/networks => generated 630 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2528] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:52:54 2026] POST /v2.0/ports => generated 778 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:52:54.427 8 INFO neutron.db.segments_db [None req-ed43e5be-1296-4cb8-94f8-c4fef5b0baf5 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] Added segment 013cbe56-d687-4b5f-a2fe-d155f92f4af6 of type vxlan for network 7ff90e93-a9d8-48ea-8d51-b46e194bb32c 2026-02-27 17:52:54.445 7 INFO neutron.db.segments_db [None req-52fe9b63-a781-4089-a0e1-4b1a09e82548 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] Added segment e8826bcd-af69-4ea5-9f8f-a22a34d1b727 of type vxlan for network 821bdc3e-e428-4cff-9466-ae710e9c8b41 [pid: 7|app: 0|req: 1227/2529] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:54 2026] POST /v2.0/networks => generated 616 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:52:54.670 8 INFO neutron.db.l3_hamode_db [None req-ed43e5be-1296-4cb8-94f8-c4fef5b0baf5 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1228/2530] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:52:54 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:52:54.789 8 INFO neutron.db.l3_hamode_db [None req-ed43e5be-1296-4cb8-94f8-c4fef5b0baf5 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1229/2531] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:52:54 2026] POST /v2.0/ports => generated 966 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, ' 2026-02-27 17:52:55.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1782459-649d-49a2-b209-968f697765a4 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] TaaS: Handle Delete Port: 8f53628a-a0dd-4150-8085-0b9b7a7c67c3 2026-02-27 17:52:55.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1782459-649d-49a2-b209-968f697765a4 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] Tap Mirror: Handle Delete Port: 8f53628a-a0dd-4150-8085-0b9b7a7c67c3 [pid: 8|app: 0|req: 1303/2532] 10.0.0.224 () {34 vars in 668 bytes} [Fri Feb 27 17:52:54 2026] POST /v2.0/routers => generated 474 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2533] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:55 2026] DELETE /v2.0/ports/8f53628a-a0dd-4150-8085-0b9b7a7c67c3 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:55.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80a463d6-e85a-46c2-a345-c730a1ead426 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1231/2534] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:55 2026] DELETE /v2.0/ports/8f53628a-a0dd-4150-8085-0b9b7a7c67c3 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:55.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81ddbc18-f324-4fe9-a88c-b5026fe2dda9 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1232/2535] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:55 2026] GET /v2.0/ports/8f53628a-a0dd-4150-8085-0b9b7a7c67c3 => 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: 1304/2536] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:52:55 2026] PUT /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2537] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:52:55 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2538] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:55 2026] DELETE /v2.0/subnets/c1f927b0-6ae3-4602-af72-6bf0429f0481 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:55.677 7 INFO neutron.services.segments.plugin [-] Segment e8826bcd-af69-4ea5-9f8f-a22a34d1b727 resource provider aggregate not found 2026-02-27 17:52:55.682 7 INFO neutron.services.segments.plugin [-] Segment e8826bcd-af69-4ea5-9f8f-a22a34d1b727 resource provider aggregate not found 2026-02-27 17:52:55.696 7 INFO neutron.services.segments.plugin [-] Segment e8826bcd-af69-4ea5-9f8f-a22a34d1b727 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8826bcd-af69-4ea5-9f8f-a22a34d1b727 found for delete ", "request_id": "req-97ca46b7-1dbf-4415-9740-d5b57fc2c069"}]} 2026-02-27 17:52:55.700 7 INFO neutron.services.segments.plugin [-] Segment e8826bcd-af69-4ea5-9f8f-a22a34d1b727 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8826bcd-af69-4ea5-9f8f-a22a34d1b727 found for delete ", "request_id": "req-fd590da2-fe77-4f6b-81e2-821966f6845d"}]} [pid: 8|app: 0|req: 1306/2539] 10.0.0.224 () {34 vars in 762 bytes} [Fri Feb 27 17:52:55 2026] PUT /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags/green => generated 4 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2540] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:55 2026] DELETE /v2.0/networks/821bdc3e-e428-4cff-9466-ae710e9c8b41 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:55.785 7 INFO neutron.db.segments_db [None req-41c2d93c-f26f-48bc-8908-77bcd3390b9a 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] Added segment 74635b48-f72c-4324-85a2-575d9d88e0ca of type vxlan for network 9099b009-3504-4bdd-aed5-09b644195d46 [pid: 8|app: 0|req: 1307/2541] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:52:55 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2542] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:52:55 2026] POST /v2.0/networks => generated 617 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2543] 10.0.0.224 () {34 vars in 758 bytes} [Fri Feb 27 17:52:55 2026] PUT /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags/red => generated 4 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2544] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:52:55 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2545] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:52:55 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2546] 10.0.0.224 () {34 vars in 780 bytes} [Fri Feb 27 17:52:56 2026] PUT /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags/black.or.white => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2547] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:52:56 2026] POST /v2.0/ports => generated 928 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2548] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:52:56 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 52 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2549] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:52:57 2026] PUT /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 37 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:52:57.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-05ff1067-3c16-4417-b3db-3649ad61561e 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] TaaS: Handle Delete Port: f567d9f8-a879-4e4e-8e16-73655840def0 2026-02-27 17:52:57.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05ff1067-3c16-4417-b3db-3649ad61561e 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] Tap Mirror: Handle Delete Port: f567d9f8-a879-4e4e-8e16-73655840def0 [pid: 8|app: 0|req: 1313/2550] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:52:57 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 37 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2551] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:56 2026] DELETE /v2.0/ports/f567d9f8-a879-4e4e-8e16-73655840def0 => generated 0 bytes in 865 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2552] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:52:57 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags/red => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:57.360 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31137911-8c4c-4384-a37a-a3832fc137ad 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1239/2553] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:57 2026] GET /v2.0/ports/f567d9f8-a879-4e4e-8e16-73655840def0 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:57.461 8 INFO neutron.api.v2.resource [None req-c6e4c1b3-c1fb-436a-b418-b58c939abb93 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1315/2554] 10.0.0.224 () {32 vars in 743 bytes} [Fri Feb 27 17:52:57 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags/green => generated 99 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2555] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:57 2026] DELETE /v2.0/subnets/8fe51a92-58de-4e5a-90a0-1c8ff99ad17c => 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: 1316/2556] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:52:57 2026] DELETE /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags/red => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2557] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:57 2026] DELETE /v2.0/networks/9099b009-3504-4bdd-aed5-09b644195d46 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:57.722 7 INFO neutron.services.segments.plugin [-] Segment 74635b48-f72c-4324-85a2-575d9d88e0ca resource provider aggregate not found 2026-02-27 17:52:57.732 7 INFO neutron.services.segments.plugin [-] Segment 74635b48-f72c-4324-85a2-575d9d88e0ca resource provider aggregate not found 2026-02-27 17:52:57.742 7 INFO neutron.services.segments.plugin [-] Segment 74635b48-f72c-4324-85a2-575d9d88e0ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74635b48-f72c-4324-85a2-575d9d88e0ca found for delete ", "request_id": "req-65be6c83-f2fc-4c0e-9727-bb40bfdbe2d8"}]} 2026-02-27 17:52:57.753 7 INFO neutron.services.segments.plugin [-] Segment 74635b48-f72c-4324-85a2-575d9d88e0ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74635b48-f72c-4324-85a2-575d9d88e0ca found for delete ", "request_id": "req-c9ea6642-056b-4c87-8a7f-a588b6af1065"}]} [pid: 8|app: 0|req: 1317/2558] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:52:57 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 30 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:52:57.925 8 INFO neutron.api.v2.resource [None req-fb418af9-48c9-4169-9e88-11ee690d7681 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2559] 10.0.0.224 () {32 vars in 746 bytes} [Fri Feb 27 17:52:57 2026] DELETE /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags/green => generated 99 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2560] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:52:57 2026] DELETE /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2561] 10.0.0.224 () {34 vars in 665 bytes} [Fri Feb 27 17:52:57 2026] POST /v2.0/ports => generated 779 bytes in 372 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: 1320/2562] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:52:58 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd/tags => generated 12 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2563] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:52:58 2026] GET /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2564] 10.0.0.224 () {34 vars in 737 bytes} [Fri Feb 27 17:52:58 2026] PUT /v2.0/ports/67190361-704d-4abd-8743-4f33f92db016 => generated 752 bytes in 165 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-02-27 17:52:58.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-82005d8f-ea0d-4f10-94f3-11ef6b6a2f9f 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] TaaS: Handle Delete Port: 67190361-704d-4abd-8743-4f33f92db016 2026-02-27 17:52:58.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82005d8f-ea0d-4f10-94f3-11ef6b6a2f9f 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] Tap Mirror: Handle Delete Port: 67190361-704d-4abd-8743-4f33f92db016 [pid: 8|app: 0|req: 1322/2565] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:58 2026] DELETE /v2.0/ports/67190361-704d-4abd-8743-4f33f92db016 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2566] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:52:58 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:58.489 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4289d3ed-8255-4e92-8030-f8d0b58797d2 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1324/2567] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:58 2026] GET /v2.0/ports/67190361-704d-4abd-8743-4f33f92db016 => 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: 1325/2568] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:52:58 2026] GET /v2.0/ports => generated 781 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2569] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:52:58 2026] GET /v2.0/ports/c8c27307-5c68-49dc-9793-2d7c897e92d3 => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:52:58.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f671d2e7-740d-4236-a23b-53fe2e70145c 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1327/2570] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:58 2026] DELETE /v2.0/ports/f567d9f8-a879-4e4e-8e16-73655840def0 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:58.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-518a4d5a-d51d-4755-a982-105d9692d725 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1328/2571] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:58 2026] DELETE /v2.0/subnets/8fe51a92-58de-4e5a-90a0-1c8ff99ad17c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:58.650 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c728580d-4f19-45ac-b633-5d397c8e8095 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1329/2572] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:58 2026] DELETE /v2.0/subnets/c1f927b0-6ae3-4602-af72-6bf0429f0481 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:52:58.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-80cecfbd-80cd-400d-a197-0a6fea80cfbd 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] TaaS: Handle Delete Port: c8c27307-5c68-49dc-9793-2d7c897e92d3 2026-02-27 17:52:58.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80cecfbd-80cd-400d-a197-0a6fea80cfbd 1e305a8512224ddeb00d2668cbb2b878 7205053329004f88a4ce80f0467faad9 - - default default] Tap Mirror: Handle Delete Port: c8c27307-5c68-49dc-9793-2d7c897e92d3 [pid: 7|app: 0|req: 1244/2573] 10.0.0.224 () {34 vars in 742 bytes} [Fri Feb 27 17:52:58 2026] PUT /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd => generated 480 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2574] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:52:58 2026] GET /v2.0/ports?device_id=17031ec9-42bc-4951-8a48-927cb02fa7dd => 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: 1330/2575] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:52:58 2026] DELETE /v2.0/ports/c8c27307-5c68-49dc-9793-2d7c897e92d3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:58.997 8 INFO neutron.services.segments.plugin [-] Segment ea514b43-82a4-4f53-b907-fdc97428a272 resource provider aggregate not found 2026-02-27 17:52:59.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e1b89dd-15d5-407d-9a5d-224e8690f837 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] TaaS: Handle Delete Port: 3cb575d7-ca0e-4755-b8c7-172e1ef1ec3b 2026-02-27 17:52:59.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e1b89dd-15d5-407d-9a5d-224e8690f837 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] Tap Mirror: Handle Delete Port: 3cb575d7-ca0e-4755-b8c7-172e1ef1ec3b 2026-02-27 17:52:59.003 8 INFO neutron.services.segments.plugin [-] Segment ea514b43-82a4-4f53-b907-fdc97428a272 resource provider aggregate not found 2026-02-27 17:52:59.025 8 INFO neutron.services.segments.plugin [-] Segment ea514b43-82a4-4f53-b907-fdc97428a272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea514b43-82a4-4f53-b907-fdc97428a272 found for delete ", "request_id": "req-1efdf125-2009-4679-9916-322b6a1d856d"}]} 2026-02-27 17:52:59.026 8 INFO neutron.services.segments.plugin [-] Segment ea514b43-82a4-4f53-b907-fdc97428a272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea514b43-82a4-4f53-b907-fdc97428a272 found for delete ", "request_id": "req-130db0bf-c31d-4198-843d-fcbc8c81e51b"}]} [pid: 8|app: 0|req: 1331/2576] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:52:58 2026] DELETE /v2.0/networks/5a4d1242-4d03-4d12-8b18-49e2deefb90c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:52:59.451 7 INFO neutron.db.l3_hamode_db [None req-0e1b89dd-15d5-407d-9a5d-224e8690f837 9ff199a578934efea5acc319a48cc0dc 232682e9f6604403bf7fb06c9884a831 - - default default] HA network 7ff90e93-a9d8-48ea-8d51-b46e194bb32c was deleted as no HA routers are present in tenant 232682e9f6604403bf7fb06c9884a831. [pid: 7|app: 0|req: 1246/2577] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:52:58 2026] DELETE /v2.0/routers/17031ec9-42bc-4951-8a48-927cb02fa7dd => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:52:59.776 7 INFO neutron.services.segments.plugin [-] Segment 013cbe56-d687-4b5f-a2fe-d155f92f4af6 resource provider aggregate not found 2026-02-27 17:52:59.782 7 INFO neutron.services.segments.plugin [-] Segment 013cbe56-d687-4b5f-a2fe-d155f92f4af6 resource provider aggregate not found 2026-02-27 17:52:59.797 7 INFO neutron.services.segments.plugin [-] Segment 013cbe56-d687-4b5f-a2fe-d155f92f4af6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 013cbe56-d687-4b5f-a2fe-d155f92f4af6 found for delete ", "request_id": "req-79e7ef9d-eaaf-4a2b-a721-a6584ad1a4a9"}]} 2026-02-27 17:52:59.801 7 INFO neutron.services.segments.plugin [-] Segment 013cbe56-d687-4b5f-a2fe-d155f92f4af6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 013cbe56-d687-4b5f-a2fe-d155f92f4af6 found for delete ", "request_id": "req-287c6fbf-9ff4-4180-8b08-2ce0bb61b08e"}]} [pid: 8|app: 0|req: 1332/2578] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:52:59 2026] GET /v2.0/security-groups?tenant_id=7205053329004f88a4ce80f0467faad9&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2579] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:52:59 2026] DELETE /v2.0/security-groups/5963e00e-ae48-4a0c-9a53-8dedf6d21435 => 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: 1333/2580] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:53:00 2026] GET /v2.0/security-groups?tenant_id=3a67aeca620944b285c27ca4d56831d7&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2581] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:53:00 2026] DELETE /v2.0/security-groups/5efd4111-a78e-43f2-ad31-0d9dc14ae637 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2582] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:53:00 2026] GET /v2.0/security-groups?tenant_id=232682e9f6604403bf7fb06c9884a831&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2583] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:53:01 2026] DELETE /v2.0/security-groups/770773b9-8322-4f28-a659-aeb90e636021 => 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: 1251/2586] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:53:03 2026] GET /v2.0/security-groups?tenant_id=e53132347d824d7d8f830088e4803475&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2587] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:53:03 2026] DELETE /v2.0/security-groups/28a6b380-afdf-4e13-b6db-3ff7baf59a89 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:53:04.846 7 INFO neutron.db.segments_db [None req-ab32a4a0-82c8-46f5-afbf-914c386d2941 7af72fbd61f1495984f582fc4b064922 0c990038980044758ac0a6da9aac800a - - default default] Added segment cf13c496-0ba3-4a6e-93fc-a6c51314e151 of type vxlan for network 0fdefbc3-5b7e-4236-8af5-e80614f87873 [pid: 7|app: 0|req: 1252/2588] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:53:04 2026] POST /v2.0/networks => generated 613 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2589] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:53:04 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2590] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:53:05 2026] PUT /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2591] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:53:05 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2592] 10.0.0.224 () {34 vars in 762 bytes} [Fri Feb 27 17:53:05 2026] PUT /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2593] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:53:05 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2594] 10.0.0.224 () {34 vars in 758 bytes} [Fri Feb 27 17:53:05 2026] PUT /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2595] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:53:05 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2596] 10.0.0.224 () {34 vars in 780 bytes} [Fri Feb 27 17:53:05 2026] PUT /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2597] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:53:05 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2598] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:53:05 2026] PUT /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2599] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:53:05 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/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: 1258/2600] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:53:05 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:53:06.010 8 INFO neutron.api.v2.resource [None req-7b7f9e26-eff0-4343-b790-be6a61b0135f 7af72fbd61f1495984f582fc4b064922 0c990038980044758ac0a6da9aac800a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1343/2601] 10.0.0.224 () {32 vars in 743 bytes} [Fri Feb 27 17:53:05 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/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: 1259/2602] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:53:06 2026] DELETE /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2603] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:53:06 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:53:06.201 7 INFO neutron.api.v2.resource [None req-f258e5e1-c0aa-444d-b071-f8102d92434f 7af72fbd61f1495984f582fc4b064922 0c990038980044758ac0a6da9aac800a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1260/2604] 10.0.0.224 () {32 vars in 746 bytes} [Fri Feb 27 17:53:06 2026] DELETE /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2605] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:53:06 2026] DELETE /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2606] 10.0.0.224 () {32 vars in 731 bytes} [Fri Feb 27 17:53:06 2026] GET /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2607] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:53:06 2026] DELETE /v2.0/subnets/fe4fa9b0-936f-4c90-bbe3-a9584b266a7d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:53:06.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-7219bdb2-950a-4e94-a1f5-d73939b79e6d 7af72fbd61f1495984f582fc4b064922 0c990038980044758ac0a6da9aac800a - - default default] TaaS: Handle Delete Port: b39a435c-059f-48ec-9d5a-ac0e40b5e882 2026-02-27 17:53:06.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7219bdb2-950a-4e94-a1f5-d73939b79e6d 7af72fbd61f1495984f582fc4b064922 0c990038980044758ac0a6da9aac800a - - default default] Tap Mirror: Handle Delete Port: b39a435c-059f-48ec-9d5a-ac0e40b5e882 2026-02-27 17:53:06.739 7 INFO neutron.services.segments.plugin [-] Segment cf13c496-0ba3-4a6e-93fc-a6c51314e151 resource provider aggregate not found 2026-02-27 17:53:06.744 7 INFO neutron.services.segments.plugin [-] Segment cf13c496-0ba3-4a6e-93fc-a6c51314e151 resource provider aggregate not found 2026-02-27 17:53:06.761 7 INFO neutron.services.segments.plugin [-] Segment cf13c496-0ba3-4a6e-93fc-a6c51314e151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf13c496-0ba3-4a6e-93fc-a6c51314e151 found for delete ", "request_id": "req-6c92e7ec-402e-4d27-ab1d-ed2502105dfb"}]} 2026-02-27 17:53:06.768 7 INFO neutron.services.segments.plugin [-] Segment cf13c496-0ba3-4a6e-93fc-a6c51314e151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf13c496-0ba3-4a6e-93fc-a6c51314e151 found for delete ", "request_id": "req-9c80e8a5-64fe-45df-b7f5-281d4753ee7c"}]} [pid: 7|app: 0|req: 1262/2608] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:53:06 2026] DELETE /v2.0/networks/0fdefbc3-5b7e-4236-8af5-e80614f87873 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2609] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:53:07 2026] GET /v2.0/security-groups?tenant_id=0c990038980044758ac0a6da9aac800a&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2610] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:53:07 2026] DELETE /v2.0/security-groups/dfaf13b5-d1ff-4efe-a7f6-c20254ad93af => 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: 1348/2611] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:53:08 2026] GET /v2.0/security-groups?tenant_id=5a9ea62f71444492b6741f979a3faf04&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2612] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:53:08 2026] DELETE /v2.0/security-groups/22d50a22-7be8-4b07-8887-26c28606a33d => 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: 1349/2613] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:53:12 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: 1265/2614] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:53:12 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: 1350/2615] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:53:12 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: 1266/2616] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:53:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2617] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:12 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2618] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:53:12 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => 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: 1352/2619] 199.204.45.95 () {34 vars in 716 bytes} [Fri Feb 27 17:53:12 2026] POST /v2.0/ports => generated 1059 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2620] 10.0.0.79 () {34 vars in 970 bytes} [Fri Feb 27 17:53:12 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2621] 10.0.0.79 () {34 vars in 906 bytes} [Fri Feb 27 17:53:12 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2622] 199.204.45.95 () {34 vars in 1261 bytes} [Fri Feb 27 17:53:13 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2623] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:13 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1270/2624] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:13 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1355/2625] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:53:13 2026] GET /v2.0/security-groups?tenant_id=de8d3f6eb97f406ca51c93a996eb6362&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2626] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:53:14 2026] DELETE /v2.0/security-groups/5db2cf51-b149-46c6-8868-534801d60eb2 => 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: 1356/2627] 199.204.45.95 () {34 vars in 974 bytes} [Fri Feb 27 17:53:14 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2628] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:14 2026] GET /v2.0/networks?id=bcce18fc-c201-4968-ba76-530695b32345 => 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: 1357/2629] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:53:14 2026] PUT /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1249 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:15.059 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ade15e5f-025b-4252-93c4-7925ae38dfdf'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': '929457d5-2761-4953-b994-5d4beaeccaa6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1273/2630] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:15 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2631] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:15 2026] GET /v2.0/networks?id=bcce18fc-c201-4968-ba76-530695b32345 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2632] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:53:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => 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: 1359/2633] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:15 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2634] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:15 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&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: 1360/2635] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:15 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1276/2636] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:15 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:53:16.370 8 INFO neutron.db.segments_db [None req-b0b4f54b-10bb-493b-b9b5-73027fa55553 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 5f382ec2-7583-43f3-aa98-60e1f9519b40 of type vxlan for network 50a8252b-9ffc-4204-a878-807411fcba97 [pid: 8|app: 0|req: 1361/2637] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:53:16 2026] POST /v2.0/networks => generated 722 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2638] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:53:16 2026] POST /v2.0/subnets => generated 688 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:53:16.699 8 INFO neutron.db.segments_db [None req-5d205c27-91c8-41a4-bf17-71550dfd5b46 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 8684a6f9-4199-44bb-90f8-a0417963c6c7 of type vxlan for network e718fa13-c535-4a26-842e-98bb2969b2f6 [pid: 7|app: 0|req: 1278/2639] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:16 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2640] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:53:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.81&port_id=87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2641] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:16 2026] GET /v2.0/subnets?id=d1fb0c2d-234a-4179-8021-da0f53a4f2f1 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:53:17.044 8 INFO neutron.db.l3_hamode_db [None req-5d205c27-91c8-41a4-bf17-71550dfd5b46 e475c0884d43499f8a76b9d25aaf4388 8a21b2da838b4eb589445ee4e1358b7a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1281/2642] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/ports?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2643] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2644] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2645] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2646] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2647] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2648] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1288/2649] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:17 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:53:17.825 8 INFO neutron.db.l3_hamode_db [None req-5d205c27-91c8-41a4-bf17-71550dfd5b46 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1362/2652] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:53:16 2026] POST /v2.0/routers => generated 728 bytes in 2286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2653] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:53:18 2026] PUT /v2.0/routers/a5a345fa-4ae5-4a24-adc4-fc8c3b5f5b41/add_router_interface => generated 309 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2654] 10.0.0.79 () {34 vars in 970 bytes} [Fri Feb 27 17:53:21 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1251 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:21.471 8 INFO neutron.db.segments_db [None req-5c17fc2a-614f-44d8-84e5-70a3db8a416a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 347e491f-5fae-44bd-8ce0-81b64d3b776c of type vxlan for network e839a1b2-d040-4abd-9aa7-6045c1f77b5b [pid: 8|app: 0|req: 1363/2655] 10.0.0.224 () {34 vars in 671 bytes} [Fri Feb 27 17:53:21 2026] POST /v2.0/networks => generated 722 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2656] 199.204.45.95 () {34 vars in 788 bytes} [Fri Feb 27 17:53:21 2026] PUT /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1276 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:21.714 7 INFO neutron.api.v2.resource [None req-cef0779d-1b04-4987-86bb-cfc8ba037d27 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1294/2657] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:53:21 2026] GET /v2.0/security-groups/lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:53:21.736 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0587a888-6c16-4c77-b14a-87e39f0c2a64'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': '929457d5-2761-4953-b994-5d4beaeccaa6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1295/2658] 199.204.45.95 () {30 vars in 784 bytes} [Fri Feb 27 17:53:21 2026] GET /v2.0/security-groups?name=lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 1637 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2659] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:53:21 2026] POST /v2.0/subnets => generated 688 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:53:21.846 8 INFO neutron.db.segments_db [None req-2516baac-3832-459c-872d-92b0688d0aba e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Added segment 45db83fb-276a-480c-8aa0-65fb026a123e of type vxlan for network 03337207-7251-4784-b893-639aa5971020 [pid: 7|app: 0|req: 1296/2660] 199.204.45.95 () {34 vars in 788 bytes} [Fri Feb 27 17:53:21 2026] PUT /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1314 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:22.094 8 INFO neutron.db.l3_hamode_db [None req-2516baac-3832-459c-872d-92b0688d0aba e475c0884d43499f8a76b9d25aaf4388 d23c5f118ce24702ab98a28800d721ca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1297/2661] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2662] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2663] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/networks?id=bcce18fc-c201-4968-ba76-530695b32345 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2664] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:53:22 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: 1301/2665] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2666] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:53:22 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: 1303/2667] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2668] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2669] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2670] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2671] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1308/2672] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2673] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1310/2674] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2675] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2676] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2677] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:22.794 8 INFO neutron.db.l3_hamode_db [None req-2516baac-3832-459c-872d-92b0688d0aba e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1314/2678] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:22 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2679] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:53:21 2026] POST /v2.0/routers => generated 728 bytes in 1929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:53:23.791 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2556800-ebb9-4cc6-a5ba-e5d3abb0327f'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': '929457d5-2761-4953-b994-5d4beaeccaa6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1366/2680] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:24 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2681] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:24 2026] GET /v2.0/networks?id=bcce18fc-c201-4968-ba76-530695b32345 => generated 801 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2682] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:53:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => 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: 1369/2683] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:24 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2684] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:24 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2685] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:24 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2686] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:24 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 7|app: 0|req: 1315/2687] 10.0.0.224 () {34 vars in 783 bytes} [Fri Feb 27 17:53:23 2026] PUT /v2.0/routers/3e476c6b-c8a6-46b7-8e3c-f01e16dcf02e/add_router_interface => generated 309 bytes in 1407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2688] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:53:25 2026] POST /v2.0/security-groups => generated 1677 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2689] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2690] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2691] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2692] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:53:26.589 7 INFO neutron.db.securitygroups_db [None req-252a428a-6407-4164-9337-bde6a87b6a5b c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] Project 8a21b2da838b4eb589445ee4e1358b7a 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: 1318/2693] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:53:26.718 8 INFO neutron.db.securitygroups_db [None req-4b86c7cf-1782-44aa-9b03-379a4d731acd c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] Project 8a21b2da838b4eb589445ee4e1358b7a 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: 1376/2694] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2695] 10.0.0.224 () {34 vars in 685 bytes} [Fri Feb 27 17:53:27 2026] POST /v2.0/security-groups => generated 1662 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2696] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2697] 10.0.0.224 () {34 vars in 695 bytes} [Fri Feb 27 17:53:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2698] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:53:27 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2699] 10.0.0.79 () {34 vars in 1099 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1811611842&fields=id&tenant_id=8a21b2da838b4eb589445ee4e1358b7a => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2700] 10.0.0.79 () {34 vars in 1097 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--413428985&fields=id&tenant_id=8a21b2da838b4eb589445ee4e1358b7a => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2701] 10.0.0.79 () {34 vars in 981 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/networks?id=50a8252b-9ffc-4204-a878-807411fcba97 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2702] 10.0.0.79 () {34 vars in 964 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/quotas/8a21b2da838b4eb589445ee4e1358b7a => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2703] 10.0.0.79 () {34 vars in 1001 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/ports?tenant_id=8a21b2da838b4eb589445ee4e1358b7a&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2704] 10.0.0.79 () {34 vars in 1007 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/networks/50a8252b-9ffc-4204-a878-807411fcba97?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: 1324/2705] 10.0.0.79 () {34 vars in 1107 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/networks/50a8252b-9ffc-4204-a878-807411fcba97?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: 1382/2706] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:28 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1383/2707] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:29 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:53:29.913 7 INFO neutron.db.l3_db [None req-09c5b4f0-c721-4b29-a405-0bab57a66d2f a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Floating IP 90da6f6b-788d-4f60-8fb4-d97e716dd493 associated. External IP: 10.96.250.209, port: ded93e1c-b336-49f0-8b5d-a86a0c0161d2. [pid: 7|app: 0|req: 1325/2708] 10.0.0.224 () {34 vars in 677 bytes} [Fri Feb 27 17:53:29 2026] POST /v2.0/floatingips => generated 899 bytes in 1162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2709] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:30 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1326/2710] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:31 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1386/2713] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:33 2026] GET /v2.0/networks?id=50a8252b-9ffc-4204-a878-807411fcba97 => generated 673 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2714] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:33 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1387/2715] 199.204.45.95 () {34 vars in 1049 bytes} [Fri Feb 27 17:53:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8a21b2da838b4eb589445ee4e1358b7a => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2716] 199.204.45.95 () {38 vars in 954 bytes} [Fri Feb 27 17:53:33 2026] POST /v2.0/ports => generated 997 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2717] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:53:33 2026] PUT /v2.0/ports/01507ac6-9359-4ce2-9a7b-2408d99dfcb2 => generated 1278 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:34.090 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef6905f4-942d-4012-be95-e333cbde2867'] response: {'name': 'network-changed', 'server_uuid': 'f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b', 'tag': '01507ac6-9359-4ce2-9a7b-2408d99dfcb2', '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: 1330/2718] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:34 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1389/2719] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:34 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2720] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:34 2026] GET /v2.0/ports?tenant_id=8a21b2da838b4eb589445ee4e1358b7a&device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2721] 199.204.45.95 () {34 vars in 1017 bytes} [Fri Feb 27 17:53:34 2026] GET /v2.0/networks?tenant_id=8a21b2da838b4eb589445ee4e1358b7a&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2722] 199.204.45.95 () {34 vars in 929 bytes} [Fri Feb 27 17:53:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2723] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1012 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2724] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2725] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2726] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:53:35 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: 1393/2727] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:53:35 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: 1335/2728] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:53:35.671 8 INFO neutron.api.v2.resource [None req-9b3636ac-9c81-4192-8a90-718e5fe7a3b4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1394/2729] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/security-groups/lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => 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: 1336/2730] 199.204.45.95 () {30 vars in 784 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/security-groups?name=lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2731] 199.204.45.95 () {30 vars in 814 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/security-group-rules?security_group_id=2e3ca6f9-8163-4d7b-9323-2ad97eaf2563 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2732] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/ports?tenant_id=8a21b2da838b4eb589445ee4e1358b7a&device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2733] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=01507ac6-9359-4ce2-9a7b-2408d99dfcb2 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2734] 199.204.45.95 () {34 vars in 746 bytes} [Fri Feb 27 17:53:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2735] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/subnets?id=0cf23139-9c20-4623-a501-1510dd0035fe => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2736] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/ports?network_id=50a8252b-9ffc-4204-a878-807411fcba97&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2737] 199.204.45.95 () {34 vars in 746 bytes} [Fri Feb 27 17:53:35 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: 8|app: 0|req: 1400/2738] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/networks/50a8252b-9ffc-4204-a878-807411fcba97?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: 1339/2739] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:35 2026] GET /v2.0/networks/50a8252b-9ffc-4204-a878-807411fcba97?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2740] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:36 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1340/2741] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:36 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2742] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:37 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1012 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2743] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:37 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2744] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:38 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1012 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2745] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:38 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2746] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:53:39 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2747] 199.204.45.95 () {34 vars in 1123 bytes} [Fri Feb 27 17:53:39 2026] GET /v2.0/security-groups?id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&id=55d02ac5-1eff-4a88-9465-45dc3f03328e&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2748] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:40 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2749] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:40 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2750] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:41 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1014 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2751] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:41 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2752] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:41 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:41.969 7 INFO neutron.db.l3_db [None req-086b5a71-6933-45e1-a965-a3c1151ad00c c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] Floating IP 2cceb3cc-a7e8-4163-ab2b-c3bf4b08afb9 associated. External IP: 10.96.250.219, port: 01507ac6-9359-4ce2-9a7b-2408d99dfcb2. [pid: 7|app: 0|req: 1346/2753] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:53:41 2026] PUT /v2.0/floatingips/2cceb3cc-a7e8-4163-ab2b-c3bf4b08afb9 => generated 856 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:53:42.462 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5be6a9b-59ed-4e5e-8096-231eb16cc0f1'] response: {'name': 'network-changed', 'server_uuid': 'f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b', 'tag': '01507ac6-9359-4ce2-9a7b-2408d99dfcb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1408/2754] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:42 2026] GET /v2.0/ports?tenant_id=8a21b2da838b4eb589445ee4e1358b7a&device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1347/2755] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/networks?id=50a8252b-9ffc-4204-a878-807411fcba97 => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2756] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=01507ac6-9359-4ce2-9a7b-2408d99dfcb2 => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2757] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/subnets?id=0cf23139-9c20-4623-a501-1510dd0035fe => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2758] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/ports?network_id=50a8252b-9ffc-4204-a878-807411fcba97&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: 7|app: 0|req: 1349/2759] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/networks/50a8252b-9ffc-4204-a878-807411fcba97?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: 1411/2760] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/networks/50a8252b-9ffc-4204-a878-807411fcba97?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: 1350/2761] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/floatingips => generated 3433 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2762] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/networks => generated 8125 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2763] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/agents => generated 3386 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2764] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/subnets => generated 8732 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2765] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2766] 10.0.0.79 () {34 vars in 1271 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88&device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 6774 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2767] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:53:43 2026] GET /v2.0/routers => generated 2175 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2768] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2769] 10.0.0.79 () {34 vars in 1359 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&id=0b20d91f-c0bd-4239-9e2a-35af591dd265&id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=2e3ca6f9-8163-4d7b-9323-2ad97eaf2563&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 471 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2770] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/routers/3e476c6b-c8a6-46b7-8e3c-f01e16dcf02e/l3-agents => generated 681 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2771] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/l3-agents => generated 681 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2772] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/routers/a5a345fa-4ae5-4a24-adc4-fc8c3b5f5b41/l3-agents => generated 681 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2773] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/security-groups => generated 45511 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2774] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/subnets => generated 8732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2775] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/ports => generated 36542 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2776] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:53:44 2026] GET /v2.0/network-ip-availabilities => generated 5410 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2777] 10.0.0.247 () {30 vars in 690 bytes} [Fri Feb 27 17:53:46 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: 1420/2778] 10.0.0.247 () {30 vars in 692 bytes} [Fri Feb 27 17:53:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2779] 10.0.0.247 () {30 vars in 668 bytes} [Fri Feb 27 17:53:46 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: 1421/2780] 10.0.0.247 () {30 vars in 704 bytes} [Fri Feb 27 17:53: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: 1360/2781] 10.0.0.247 () {28 vars in 439 bytes} [Fri Feb 27 17:53:46 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2782] 10.0.0.247 () {30 vars in 728 bytes} [Fri Feb 27 17:53:46 2026] GET /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 655 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2783] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:53:47 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: 1423/2784] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:53:47 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: 1362/2785] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:53:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2786] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:53:47 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: 1363/2789] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:47 2026] GET /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2790] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:53:47 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2791] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:53:47 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: 1428/2792] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:53:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2793] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:53:47 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: 1429/2794] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:53:47 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: 1366/2795] 199.204.45.95 () {34 vars in 716 bytes} [Fri Feb 27 17:53:47 2026] POST /v2.0/ports => generated 1324 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2796] 10.0.0.79 () {34 vars in 970 bytes} [Fri Feb 27 17:53:48 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1324 bytes in 44 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: 1367/2797] 10.0.0.79 () {34 vars in 906 bytes} [Fri Feb 27 17:53:48 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: 1431/2798] 199.204.45.95 () {34 vars in 1261 bytes} [Fri Feb 27 17:53:49 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2799] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:49 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1432/2800] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:49 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2801] 199.204.45.95 () {34 vars in 974 bytes} [Fri Feb 27 17:53:49 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2802] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:49 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2803] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:53:50 2026] PUT /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1514 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:53:50.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ecde17d-74d9-4c3a-a417-34bd7cdcc130'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': 'da2e52fd-3fcb-4ab8-aaea-d73ebd10b733', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1434/2804] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:50 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4092 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1371/2805] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2806] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.104&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => 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: 1372/2807] 199.204.45.95 () {34 vars in 1101 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => 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: 1436/2808] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/subnets?id=f56e4d50-3288-47c1-b61e-512b798a8073&id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2809] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&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: 1437/2810] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2811] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2812] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:51 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1375/2813] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4092 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2814] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.81&port_id=87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2815] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/subnets?id=d1fb0c2d-234a-4179-8021-da0f53a4f2f1 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2816] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/ports?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114&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: 1377/2817] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1441/2818] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1378/2819] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => 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: 1442/2820] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2821] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&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: 1443/2822] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1380/2823] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1444/2824] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.104&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => 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: 1381/2825] 199.204.45.95 () {34 vars in 1101 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => 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: 1445/2826] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/subnets?id=f56e4d50-3288-47c1-b61e-512b798a8073&id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2827] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:52 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2828] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:53:53 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2829] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:53:53 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1447/2830] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:53:53 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2831] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:56 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2832] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:56 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2833] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:53:56 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1283 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2834] 10.0.0.224 () {32 vars in 858 bytes} [Fri Feb 27 17:53:56 2026] GET /v2.0/floatingips?floating_network_id=9e1da810-55c8-4481-a64a-c28dc027968f&port_id=01507ac6-9359-4ce2-9a7b-2408d99dfcb2 => generated 861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2835] 10.0.0.79 () {34 vars in 970 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2836] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2837] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2838] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/subnets/f56e4d50-3288-47c1-b61e-512b798a8073 => generated 743 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2839] 10.0.0.46 () {34 vars in 989 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2840] 10.0.0.46 () {34 vars in 1119 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2841] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:53:57 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: 1453/2842] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:53:57 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: 1390/2843] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:53:57 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: 1454/2844] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:53:57 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: 1391/2845] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2846] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => 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: 1392/2847] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2848] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2849] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 798 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2850] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2851] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:53:57 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1458/2852] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:53:59 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1014 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2853] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:54:00 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2854] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:54:01 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2855] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:54:01 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2856] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:54:02 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1012 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2857] 10.0.0.79 () {34 vars in 1119 bytes} [Fri Feb 27 17:54:02 2026] GET /v2.0/security-groups?id=55d02ac5-1eff-4a88-9465-45dc3f03328e&id=20d9ed17-5a4e-4883-9b10-f716c6a477f7&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2860] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:54:02 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => generated 1012 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:02.631 8 INFO neutron_taas.services.taas.taas_plugin [req-494b6179-8b4d-4e32-bf9e-496944d83cfa req-2d152be8-08bc-4aa8-9ae4-690db8c88c37 c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] TaaS: Handle Delete Port: 01507ac6-9359-4ce2-9a7b-2408d99dfcb2 2026-02-27 17:54:02.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-494b6179-8b4d-4e32-bf9e-496944d83cfa req-2d152be8-08bc-4aa8-9ae4-690db8c88c37 c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] Tap Mirror: Handle Delete Port: 01507ac6-9359-4ce2-9a7b-2408d99dfcb2 2026-02-27 17:54:02.737 8 INFO neutron.db.l3_db [req-494b6179-8b4d-4e32-bf9e-496944d83cfa req-2d152be8-08bc-4aa8-9ae4-690db8c88c37 c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] Floating IP 2cceb3cc-a7e8-4163-ab2b-c3bf4b08afb9 disassociated. External IP: 10.96.250.219, port: 01507ac6-9359-4ce2-9a7b-2408d99dfcb2. [pid: 8|app: 0|req: 1464/2861] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:54:02 2026] DELETE /v2.0/ports/01507ac6-9359-4ce2-9a7b-2408d99dfcb2 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:03.179 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f81ac121-4ed5-419a-ba8b-d0145ca8df50'] response: {'server_uuid': 'f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b', 'name': 'network-vif-deleted', 'tag': '01507ac6-9359-4ce2-9a7b-2408d99dfcb2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1398/2862] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:54:03 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1465/2863] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:54:04 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1399/2864] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:54:05 2026] GET /v2.0/ports?device_id=f81337f5-2ea9-4e56-9afc-4bdbe3b4a67b => 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: 1466/2865] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:06 2026] DELETE /v2.0/security-groups/55d02ac5-1eff-4a88-9465-45dc3f03328e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:07.087 7 INFO neutron.api.v2.resource [None req-0c1f0451-250a-4bf7-9502-772e2f8f3056 c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1400/2866] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:54:07 2026] GET /v2.0/security-groups/55d02ac5-1eff-4a88-9465-45dc3f03328e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:54:07.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-8060a0dc-fc60-4d93-b56e-203cd2b60491 c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] TaaS: Handle Delete Port: f9293d0f-6785-4214-bfac-624c0df66b14 [pid: 7|app: 0|req: 1401/2867] 10.0.0.247 () {30 vars in 690 bytes} [Fri Feb 27 17:54:07 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) 2026-02-27 17:54:07.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8060a0dc-fc60-4d93-b56e-203cd2b60491 c3e73f7b10f247f1b4f81d6415a296cc 8a21b2da838b4eb589445ee4e1358b7a - - default default] Tap Mirror: Handle Delete Port: f9293d0f-6785-4214-bfac-624c0df66b14 [pid: 7|app: 0|req: 1402/2868] 10.0.0.247 () {30 vars in 692 bytes} [Fri Feb 27 17:54:07 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: 1403/2869] 10.0.0.247 () {30 vars in 668 bytes} [Fri Feb 27 17:54:07 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: 1404/2870] 10.0.0.247 () {30 vars in 704 bytes} [Fri Feb 27 17:54:07 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: 1467/2871] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:54:07 2026] DELETE /v2.0/floatingips/2cceb3cc-a7e8-4163-ab2b-c3bf4b08afb9 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2872] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:07 2026] DELETE /v2.0/security-groups/20d9ed17-5a4e-4883-9b10-f716c6a477f7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2873] 10.0.0.247 () {28 vars in 439 bytes} [Fri Feb 27 17:54:07 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: 1469/2874] 10.0.0.247 () {30 vars in 728 bytes} [Fri Feb 27 17:54:07 2026] GET /v2.0/subnets/735b8aa0-4972-4b96-8122-e7ebad128bf8 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:54:07.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8bf1cef-466e-4351-8245-1699e904c002 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: eca7e078-7f8f-44cb-b622-cbbe8d086600 2026-02-27 17:54:07.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8bf1cef-466e-4351-8245-1699e904c002 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: eca7e078-7f8f-44cb-b622-cbbe8d086600 [pid: 7|app: 0|req: 1406/2875] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:54:07 2026] PUT /v2.0/routers/a5a345fa-4ae5-4a24-adc4-fc8c3b5f5b41/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:54:08.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-dda6c0e2-d86c-46a6-b33a-11103ad6c6fd e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 2f70c6f3-9024-4f93-a288-90a70450fb0b 2026-02-27 17:54:08.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dda6c0e2-d86c-46a6-b33a-11103ad6c6fd e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 2f70c6f3-9024-4f93-a288-90a70450fb0b [pid: 7|app: 0|req: 1407/2876] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:09 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: 1408/2877] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2878] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:09 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: 1410/2879] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:54:09.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-dda6c0e2-d86c-46a6-b33a-11103ad6c6fd e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 04245dd0-0b7a-44b9-b180-a030f5e64276 2026-02-27 17:54:09.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dda6c0e2-d86c-46a6-b33a-11103ad6c6fd e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 04245dd0-0b7a-44b9-b180-a030f5e64276 [pid: 7|app: 0|req: 1411/2880] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:09 2026] GET /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2881] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:09 2026] GET /v2.0/subnets/735b8aa0-4972-4b96-8122-e7ebad128bf8 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2882] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:09 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2883] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:09 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: 1415/2884] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:09 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: 1416/2885] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:09 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: 1417/2886] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:09 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-02-27 17:54:09.516 8 INFO neutron.db.l3_hamode_db [None req-dda6c0e2-d86c-46a6-b33a-11103ad6c6fd e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network e718fa13-c535-4a26-842e-98bb2969b2f6 was deleted as no HA routers are present in tenant 8a21b2da838b4eb589445ee4e1358b7a. [pid: 8|app: 0|req: 1470/2887] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:08 2026] DELETE /v2.0/routers/a5a345fa-4ae5-4a24-adc4-fc8c3b5f5b41 => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:09.538 8 INFO neutron.services.segments.plugin [-] Segment 8684a6f9-4199-44bb-90f8-a0417963c6c7 resource provider aggregate not found 2026-02-27 17:54:09.543 8 INFO neutron.services.segments.plugin [-] Segment 8684a6f9-4199-44bb-90f8-a0417963c6c7 resource provider aggregate not found 2026-02-27 17:54:09.563 8 INFO neutron.services.segments.plugin [-] Segment 8684a6f9-4199-44bb-90f8-a0417963c6c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8684a6f9-4199-44bb-90f8-a0417963c6c7 found for delete ", "request_id": "req-07c313e9-bca6-48d3-9938-2c17c94f8a07"}]} 2026-02-27 17:54:09.569 8 INFO neutron.services.segments.plugin [-] Segment 8684a6f9-4199-44bb-90f8-a0417963c6c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8684a6f9-4199-44bb-90f8-a0417963c6c7 found for delete ", "request_id": "req-e56067c8-1e40-4789-9e4d-6d44e18583cf"}]} [pid: 8|app: 0|req: 1471/2888] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:09 2026] DELETE /v2.0/subnets/0cf23139-9c20-4623-a501-1510dd0035fe => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2889] 199.204.45.95 () {34 vars in 716 bytes} [Fri Feb 27 17:54:09 2026] POST /v2.0/ports => generated 1324 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-27 17:54:09.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-76c06c78-b128-481e-9902-a4fa45a81f88 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: dd88786c-eccc-4454-8f8a-05b2b4b4136f 2026-02-27 17:54:09.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76c06c78-b128-481e-9902-a4fa45a81f88 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: dd88786c-eccc-4454-8f8a-05b2b4b4136f /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1419/2890] 10.0.0.79 () {34 vars in 970 bytes} [Fri Feb 27 17:54:09 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1324 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2891] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:09 2026] DELETE /v2.0/networks/50a8252b-9ffc-4204-a878-807411fcba97 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:10.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-6820facb-1d23-4499-b69b-5d6e4cec1928 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 0dcb102a-8935-4fc4-9eb2-403d68bec0c4 2026-02-27 17:54:10.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6820facb-1d23-4499-b69b-5d6e4cec1928 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 0dcb102a-8935-4fc4-9eb2-403d68bec0c4 [pid: 7|app: 0|req: 1420/2892] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:54:10 2026] PUT /v2.0/routers/3e476c6b-c8a6-46b7-8e3c-f01e16dcf02e/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2893] 199.204.45.95 () {34 vars in 1261 bytes} [Fri Feb 27 17:54:10 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2894] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:11 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2895] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:11 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:54:11.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4287473-240d-4861-84af-b3a863dde82a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: c5489134-77d0-4887-9d91-2848f24d591c 2026-02-27 17:54:11.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4287473-240d-4861-84af-b3a863dde82a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: c5489134-77d0-4887-9d91-2848f24d591c 2026-02-27 17:54:11.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4287473-240d-4861-84af-b3a863dde82a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 6c783f70-7a68-45ff-a4d7-c560a9eb2e55 2026-02-27 17:54:11.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4287473-240d-4861-84af-b3a863dde82a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 6c783f70-7a68-45ff-a4d7-c560a9eb2e55 2026-02-27 17:54:11.591 8 INFO neutron.services.segments.plugin [-] Segment 5f382ec2-7583-43f3-aa98-60e1f9519b40 resource provider aggregate not found 2026-02-27 17:54:11.597 8 INFO neutron.services.segments.plugin [-] Segment 5f382ec2-7583-43f3-aa98-60e1f9519b40 resource provider aggregate not found 2026-02-27 17:54:11.624 8 INFO neutron.services.segments.plugin [-] Segment 5f382ec2-7583-43f3-aa98-60e1f9519b40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f382ec2-7583-43f3-aa98-60e1f9519b40 found for delete ", "request_id": "req-7c3f25c1-263f-4b3e-9fb3-e14ded1299c9"}]} 2026-02-27 17:54:11.625 8 INFO neutron.services.segments.plugin [-] Segment 5f382ec2-7583-43f3-aa98-60e1f9519b40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f382ec2-7583-43f3-aa98-60e1f9519b40 found for delete ", "request_id": "req-e89cc34c-666f-4c07-bef9-2728d40912bd"}]} [pid: 8|app: 0|req: 1476/2896] 199.204.45.95 () {34 vars in 974 bytes} [Fri Feb 27 17:54:11 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2897] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:54:11 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:54:11.860 7 INFO neutron.db.l3_hamode_db [None req-b4287473-240d-4861-84af-b3a863dde82a e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] HA network 03337207-7251-4784-b893-639aa5971020 was deleted as no HA routers are present in tenant d23c5f118ce24702ab98a28800d721ca. [pid: 7|app: 0|req: 1421/2898] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:10 2026] DELETE /v2.0/routers/3e476c6b-c8a6-46b7-8e3c-f01e16dcf02e => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:11.889 7 INFO neutron.services.segments.plugin [-] Segment 45db83fb-276a-480c-8aa0-65fb026a123e resource provider aggregate not found 2026-02-27 17:54:11.895 7 INFO neutron.services.segments.plugin [-] Segment 45db83fb-276a-480c-8aa0-65fb026a123e resource provider aggregate not found 2026-02-27 17:54:11.914 7 INFO neutron.services.segments.plugin [-] Segment 45db83fb-276a-480c-8aa0-65fb026a123e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45db83fb-276a-480c-8aa0-65fb026a123e found for delete ", "request_id": "req-5b0e0707-7916-4d6b-b10c-36de90bdb6db"}]} 2026-02-27 17:54:11.915 7 INFO neutron.services.segments.plugin [-] Segment 45db83fb-276a-480c-8aa0-65fb026a123e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45db83fb-276a-480c-8aa0-65fb026a123e found for delete ", "request_id": "req-4b0cb375-0dfd-44df-a605-d121096e952e"}]} [pid: 7|app: 0|req: 1422/2899] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:11 2026] DELETE /v2.0/subnets/707de274-9b91-40ca-84f6-40804ef735e6 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:12.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-aec71b17-0d70-4039-a30d-12912638eefe e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 7950f256-7e62-461f-877e-f30fba9e312f 2026-02-27 17:54:12.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aec71b17-0d70-4039-a30d-12912638eefe e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 7950f256-7e62-461f-877e-f30fba9e312f [pid: 8|app: 0|req: 1478/2900] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:54:11 2026] PUT /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1514 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:12.225 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c69f5a6e-e920-4464-8a46-d6dfc99f28cd'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': 'c4d0e210-6872-43d0-b7cc-35a23cb18bba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1423/2901] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:12 2026] DELETE /v2.0/networks/e839a1b2-d040-4abd-9aa7-6045c1f77b5b => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1479/2902] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/security-groups?tenant_id=8a21b2da838b4eb589445ee4e1358b7a&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2903] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:12 2026] DELETE /v2.0/security-groups/791b7646-8f29-4865-ba91-54bd553a7323 => 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: 1480/2904] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 5600 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2905] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2906] 199.204.45.95 () {34 vars in 1055 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=c4d0e210-6872-43d0-b7cc-35a23cb18bba => 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: 1481/2907] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/security-groups?tenant_id=d23c5f118ce24702ab98a28800d721ca&name=default => generated 2927 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2908] 199.204.45.95 () {34 vars in 1103 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15&port_id=c4d0e210-6872-43d0-b7cc-35a23cb18bba => 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: 1428/2909] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/subnets?id=735b8aa0-4972-4b96-8122-e7ebad128bf8&id=74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2910] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:12 2026] DELETE /v2.0/security-groups/551f80ec-e8d2-45c6-a8b2-1301db80aeaf => 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: 1429/2911] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2912] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:12 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2913] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:13 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2914] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:13 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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-02-27 17:54:13.936 7 INFO neutron.services.segments.plugin [-] Segment 347e491f-5fae-44bd-8ce0-81b64d3b776c resource provider aggregate not found 2026-02-27 17:54:13.940 7 INFO neutron.services.segments.plugin [-] Segment 347e491f-5fae-44bd-8ce0-81b64d3b776c resource provider aggregate not found 2026-02-27 17:54:13.956 7 INFO neutron.services.segments.plugin [-] Segment 347e491f-5fae-44bd-8ce0-81b64d3b776c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 347e491f-5fae-44bd-8ce0-81b64d3b776c found for delete ", "request_id": "req-656afa96-c359-4235-90fc-d744d4ae1a26"}]} 2026-02-27 17:54:13.957 7 INFO neutron.services.segments.plugin [-] Segment 347e491f-5fae-44bd-8ce0-81b64d3b776c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 347e491f-5fae-44bd-8ce0-81b64d3b776c found for delete ", "request_id": "req-6c29b9f7-8ef4-4daf-a725-820ff51d54f8"}]} [pid: 7|app: 0|req: 1431/2915] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 5600 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2916] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.81&port_id=87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2917] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/subnets?id=d1fb0c2d-234a-4179-8021-da0f53a4f2f1 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2918] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/ports?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114&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: 1433/2919] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1487/2920] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2921] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => 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: 1488/2922] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2923] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&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: 1489/2924] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1436/2925] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2926] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.104&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => 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: 1437/2927] 199.204.45.95 () {34 vars in 1101 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => 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: 1491/2928] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/subnets?id=f56e4d50-3288-47c1-b61e-512b798a8073&id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2929] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&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: 8|app: 0|req: 1492/2930] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2931] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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/2932] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1440/2933] 199.204.45.95 () {34 vars in 1055 bytes} [Fri Feb 27 17:54:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2934] 199.204.45.95 () {34 vars in 1103 bytes} [Fri Feb 27 17:54:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15&port_id=c4d0e210-6872-43d0-b7cc-35a23cb18bba => 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: 1441/2935] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:54:15 2026] GET /v2.0/subnets?id=735b8aa0-4972-4b96-8122-e7ebad128bf8&id=74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2936] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:15 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2937] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:15 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2938] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:15 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2939] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:15 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2942] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:54:17 2026] POST /v2.0/floatingips => generated 552 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2943] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:54:17 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: 8|app: 0|req: 1498/2944] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:54:18 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2945] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:54:18 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2946] 10.0.0.79 () {34 vars in 970 bytes} [Fri Feb 27 17:54:19 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2947] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:19 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2948] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:19 2026] GET /v2.0/subnets/735b8aa0-4972-4b96-8122-e7ebad128bf8 => generated 674 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2949] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:19 2026] GET /v2.0/subnets/74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2950] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:19 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1516 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2951] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:54:19 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2952] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:54:20 2026] PUT /v2.0/floatingips/b64bfd5d-43a8-4fc2-b2d7-c7f0b373dbf0/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2953] 199.204.45.95 () {34 vars in 789 bytes} [Fri Feb 27 17:54:19 2026] PUT /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1255 bytes in 310 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: 1501/2954] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:54:20 2026] PUT /v2.0/floatingips/e7bdc785-6e74-4137-827f-b763e3a0a1c4/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2955] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2956] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2957] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:54:20 2026] PUT /v2.0/floatingips/cc2404eb-e057-48d2-8bbf-0dd82c726222/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:54:20.248 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad794d18-8eae-4762-b9c0-ede0574ee592'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': 'da2e52fd-3fcb-4ab8-aaea-d73ebd10b733', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1456/2958] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:54:20 2026] PUT /v2.0/floatingips/2d1e47cc-f544-4cc0-aec0-b572ecf18c09/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2959] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2960] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:20 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: 1459/2961] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:20 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: 1460/2962] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2963] 10.0.0.224 () {32 vars in 672 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2964] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1462/2965] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => 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: 1504/2966] 10.0.0.224 () {32 vars in 686 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2967] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2968] 10.0.0.224 () {32 vars in 682 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2969] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1464/2970] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2971] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2972] 10.0.0.224 () {32 vars in 680 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2973] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2974] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2975] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1467/2976] 10.0.0.224 () {32 vars in 690 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2977] 10.0.0.224 () {32 vars in 702 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2978] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 5377 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2979] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2980] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.104&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:54:20.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-10a975a4-29f0-47aa-8d7c-70568bfe43af 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] TaaS: Handle Delete Port: 01c65acf-af7c-48dc-a3d8-4f1b2bc64939 2026-02-27 17:54:20.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10a975a4-29f0-47aa-8d7c-70568bfe43af 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] Tap Mirror: Handle Delete Port: 01c65acf-af7c-48dc-a3d8-4f1b2bc64939 [pid: 7|app: 0|req: 1471/2981] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/subnets?id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2982] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:20 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2983] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:21 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1474/2984] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:21 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1511/2985] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:54:20 2026] DELETE /v2.0/floatingips/b64bfd5d-43a8-4fc2-b2d7-c7f0b373dbf0 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:21.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac2159ca-a53c-4e04-8d55-ee14214064ce 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] TaaS: Handle Delete Port: a0509475-c412-44ca-867e-b538ffe6d788 2026-02-27 17:54:21.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac2159ca-a53c-4e04-8d55-ee14214064ce 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] Tap Mirror: Handle Delete Port: a0509475-c412-44ca-867e-b538ffe6d788 [pid: 7|app: 0|req: 1475/2986] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:54:21 2026] DELETE /v2.0/floatingips/e7bdc785-6e74-4137-827f-b763e3a0a1c4 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:21.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2131878-81b6-4dd8-9385-0ee7a5b3a582 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] TaaS: Handle Delete Port: 0de20a3a-3534-436d-9f74-bc86dd97ceac 2026-02-27 17:54:21.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2131878-81b6-4dd8-9385-0ee7a5b3a582 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] Tap Mirror: Handle Delete Port: 0de20a3a-3534-436d-9f74-bc86dd97ceac [pid: 8|app: 0|req: 1512/2987] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:54:21 2026] DELETE /v2.0/floatingips/cc2404eb-e057-48d2-8bbf-0dd82c726222 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:21.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-766f1e55-f8df-496b-8cc9-acd310bd3905 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] TaaS: Handle Delete Port: 3ae76d05-07fd-4f29-8f23-4acb081ed2f8 2026-02-27 17:54:21.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-766f1e55-f8df-496b-8cc9-acd310bd3905 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] Tap Mirror: Handle Delete Port: 3ae76d05-07fd-4f29-8f23-4acb081ed2f8 [pid: 7|app: 0|req: 1476/2988] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:54:21 2026] DELETE /v2.0/floatingips/2d1e47cc-f544-4cc0-aec0-b572ecf18c09 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:22.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-c58ce2d1-3a78-494c-a429-07a2bcfbd998 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] TaaS: Handle Delete Port: a8861de5-79e9-492d-a912-88e5e9dcba9c 2026-02-27 17:54:22.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c58ce2d1-3a78-494c-a429-07a2bcfbd998 4a96eecd3838471194309faffdf5351d 13d309ccc05c485d8844de8074766e1b - - default default] Tap Mirror: Handle Delete Port: a8861de5-79e9-492d-a912-88e5e9dcba9c [pid: 8|app: 0|req: 1513/2989] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:54:22 2026] DELETE /v2.0/floatingips/ce23f3e6-f4d1-4297-bcf4-8cf128a4fc7e => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2990] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:23 2026] GET /v2.0/security-groups?tenant_id=73dd99b3ab97453eaae4d506da24e455&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: 1514/2991] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:23 2026] DELETE /v2.0/security-groups/fe72ad92-f308-4c69-a827-f98b7b9a6c9a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2992] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:23 2026] GET /v2.0/security-groups?tenant_id=13d309ccc05c485d8844de8074766e1b&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2993] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:23 2026] DELETE /v2.0/security-groups/d97a2f61-40ef-4d91-85d7-a18b646fd4d4 => 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: 1479/2994] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:23 2026] GET /v2.0/security-groups?tenant_id=28a446f483114981bf22885dc48c37cc&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2995] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:24 2026] DELETE /v2.0/security-groups/63be021a-8137-45d0-adee-bdf78dbc7633 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:28.824 7 INFO neutron.db.segments_db [None req-8a3608c6-3bdc-4868-a8c7-d52bea1d175b 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Added segment d7004eea-5f4f-47f5-8248-e70b9bde02e8 of type vxlan for network bd816892-f946-41ed-8ec1-c24f7b2c6d82 [pid: 7|app: 0|req: 1480/2996] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:28 2026] POST /v2.0/networks => generated 612 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2997] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:54:28 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:29.290 7 INFO neutron.db.segments_db [None req-995dfd70-9859-4a98-a4d2-da17db16bc28 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Added segment e8fede71-6211-4152-97d5-10ef57d6b453 of type vxlan for network 4a300985-059b-4539-b23c-9ac347393ff2 [pid: 7|app: 0|req: 1481/2998] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:29 2026] POST /v2.0/networks => generated 613 bytes in 189 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: 1518/2999] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:54:29 2026] POST /v2.0/ports => generated 743 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:29.876 7 INFO neutron.db.segments_db [None req-12a4e340-923c-41f2-adc9-fd2f1a8c132c 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Added segment 3d27046e-ebc6-4932-af0c-c2be5458d40a of type vxlan for network cb939c18-4571-4c36-886d-f76890a7ca62 [pid: 7|app: 0|req: 1482/3000] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:29 2026] POST /v2.0/networks => generated 612 bytes in 136 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: 1519/3001] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:54:29 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:30.338 7 INFO neutron.db.segments_db [None req-4d2007cc-2561-471c-9795-4bee348b8ee2 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Added segment c5eca6cf-8856-47ea-9a9e-a914e7b0aba4 of type vxlan for network 4f4c4d58-2956-4fa8-897c-5a6d316caf90 [pid: 7|app: 0|req: 1483/3002] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:30 2026] POST /v2.0/networks => generated 612 bytes in 141 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: 1520/3003] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:54:30 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:30.814 7 INFO neutron.db.segments_db [None req-a442a205-d518-4180-be52-f0e4f9496ef4 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Added segment 3ed22df4-d103-49b8-b2e4-9a1c277e6c4d of type vxlan for network 8b7ac0f1-556b-4dcc-8510-f275dd7f4c85 [pid: 7|app: 0|req: 1484/3004] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:30 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1521/3005] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:54:30 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3006] 10.0.0.224 () {34 vars in 747 bytes} [Fri Feb 27 17:54:31 2026] PUT /v2.0/ports/49ef2686-a750-4c12-85fb-9b873349053c/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1522/3007] 10.0.0.224 () {34 vars in 747 bytes} [Fri Feb 27 17:54:31 2026] PUT /v2.0/ports/27f51973-1011-4857-9f1d-9c237fe4e2f7/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1486/3008] 10.0.0.224 () {34 vars in 747 bytes} [Fri Feb 27 17:54:31 2026] PUT /v2.0/ports/206ddd02-8d68-4c04-97db-437093fde9df/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1523/3009] 10.0.0.224 () {34 vars in 747 bytes} [Fri Feb 27 17:54:31 2026] PUT /v2.0/ports/9739fbe1-856e-493f-ac84-99ab0a045350/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1487/3010] 10.0.0.224 () {32 vars in 660 bytes} [Fri Feb 27 17:54:31 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 158 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: 1524/3011] 10.0.0.224 () {32 vars in 674 bytes} [Fri Feb 27 17:54:31 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3012] 10.0.0.224 () {32 vars in 670 bytes} [Fri Feb 27 17:54:31 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3013] 10.0.0.224 () {32 vars in 682 bytes} [Fri Feb 27 17:54:31 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3014] 10.0.0.224 () {32 vars in 668 bytes} [Fri Feb 27 17:54:31 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3015] 10.0.0.224 () {32 vars in 682 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3016] 10.0.0.224 () {32 vars in 678 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3017] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:32 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: 1528/3018] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3019] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3020] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3021] 10.0.0.224 () {32 vars in 690 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3022] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3023] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 5377 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3026] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:32 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: 1497/3027] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:32 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: 1498/3028] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3029] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3030] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1516 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3031] 199.204.45.95 () {34 vars in 789 bytes} [Fri Feb 27 17:54:32 2026] PUT /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1307 bytes in 283 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: 1502/3032] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:54:32.935 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb21ee64-d11d-49d5-8c61-ba2922684c1b'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': 'c4d0e210-6872-43d0-b7cc-35a23cb18bba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1503/3033] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/subnets/74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3034] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:32 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1343 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:33.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a512851-2a0f-4b3a-aa82-08644c93719d 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] TaaS: Handle Delete Port: 49ef2686-a750-4c12-85fb-9b873349053c 2026-02-27 17:54:33.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a512851-2a0f-4b3a-aa82-08644c93719d 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Tap Mirror: Handle Delete Port: 49ef2686-a750-4c12-85fb-9b873349053c [pid: 8|app: 0|req: 1531/3035] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:54:32 2026] DELETE /v2.0/ports/49ef2686-a750-4c12-85fb-9b873349053c => generated 0 bytes in 1034 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3036] 199.204.45.95 () {34 vars in 788 bytes} [Fri Feb 27 17:54:33 2026] PUT /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1080 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:54:33.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-500a742e-6d84-401f-b4ed-26e3325c6cee 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] TaaS: Handle Delete Port: 27f51973-1011-4857-9f1d-9c237fe4e2f7 2026-02-27 17:54:33.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500a742e-6d84-401f-b4ed-26e3325c6cee 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Tap Mirror: Handle Delete Port: 27f51973-1011-4857-9f1d-9c237fe4e2f7 [pid: 7|app: 0|req: 1506/3037] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:33 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3038] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:54:33 2026] DELETE /v2.0/ports/27f51973-1011-4857-9f1d-9c237fe4e2f7 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3039] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:33 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3040] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:33 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3041] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:54:33 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:54:33.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e29d39b-d114-4f07-bcb4-4240c2ad1e1e 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] TaaS: Handle Delete Port: 206ddd02-8d68-4c04-97db-437093fde9df 2026-02-27 17:54:33.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e29d39b-d114-4f07-bcb4-4240c2ad1e1e 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Tap Mirror: Handle Delete Port: 206ddd02-8d68-4c04-97db-437093fde9df [pid: 8|app: 0|req: 1535/3042] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:33 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3043] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:54:33 2026] DELETE /v2.0/ports/206ddd02-8d68-4c04-97db-437093fde9df => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3044] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:33 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:54:33.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dc09f92-f771-4e4d-a895-25c134509e7a 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] TaaS: Handle Delete Port: 9739fbe1-856e-493f-ac84-99ab0a045350 2026-02-27 17:54:33.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dc09f92-f771-4e4d-a895-25c134509e7a 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Tap Mirror: Handle Delete Port: 9739fbe1-856e-493f-ac84-99ab0a045350 [pid: 7|app: 0|req: 1509/3045] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:54:33 2026] DELETE /v2.0/ports/9739fbe1-856e-493f-ac84-99ab0a045350 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:33.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-089c44fd-d883-4d1f-bdd5-8cda911a3a2b 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] TaaS: Handle Delete Port: 4adfa16e-4602-4179-a0af-ee1bc2b66720 2026-02-27 17:54:33.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-089c44fd-d883-4d1f-bdd5-8cda911a3a2b 3311d55e90f64c139f406bc9373b84cb ef49c565ae9e4158921b97e62dc86ba0 - - default default] Tap Mirror: Handle Delete Port: 4adfa16e-4602-4179-a0af-ee1bc2b66720 [pid: 8|app: 0|req: 1537/3046] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:54:33 2026] DELETE /v2.0/ports/4adfa16e-4602-4179-a0af-ee1bc2b66720 => 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: 1510/3047] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:34 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:34.202 8 INFO neutron.services.segments.plugin [-] Segment d7004eea-5f4f-47f5-8248-e70b9bde02e8 resource provider aggregate not found 2026-02-27 17:54:34.204 8 INFO neutron.services.segments.plugin [-] Segment d7004eea-5f4f-47f5-8248-e70b9bde02e8 resource provider aggregate not found 2026-02-27 17:54:34.225 8 INFO neutron.services.segments.plugin [-] Segment d7004eea-5f4f-47f5-8248-e70b9bde02e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7004eea-5f4f-47f5-8248-e70b9bde02e8 found for delete ", "request_id": "req-019494cc-c769-4fd2-92d2-f69a36f6fdb9"}]} 2026-02-27 17:54:34.226 8 INFO neutron.services.segments.plugin [-] Segment d7004eea-5f4f-47f5-8248-e70b9bde02e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7004eea-5f4f-47f5-8248-e70b9bde02e8 found for delete ", "request_id": "req-a773ac4c-fe5e-4851-9360-87890483296f"}]} [pid: 8|app: 0|req: 1538/3048] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:34 2026] DELETE /v2.0/networks/bd816892-f946-41ed-8ec1-c24f7b2c6d82 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:34.374 7 INFO neutron.services.segments.plugin [-] Segment e8fede71-6211-4152-97d5-10ef57d6b453 resource provider aggregate not found 2026-02-27 17:54:34.379 7 INFO neutron.services.segments.plugin [-] Segment e8fede71-6211-4152-97d5-10ef57d6b453 resource provider aggregate not found 2026-02-27 17:54:34.398 7 INFO neutron.services.segments.plugin [-] Segment e8fede71-6211-4152-97d5-10ef57d6b453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8fede71-6211-4152-97d5-10ef57d6b453 found for delete ", "request_id": "req-5751c905-9377-4301-9b1b-a6376538a487"}]} 2026-02-27 17:54:34.398 7 INFO neutron.services.segments.plugin [-] Segment e8fede71-6211-4152-97d5-10ef57d6b453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8fede71-6211-4152-97d5-10ef57d6b453 found for delete ", "request_id": "req-a5cd1079-53a9-4971-8be6-f90e4dacd940"}]} [pid: 7|app: 0|req: 1511/3049] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:34 2026] DELETE /v2.0/networks/4a300985-059b-4539-b23c-9ac347393ff2 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3050] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:34 2026] DELETE /v2.0/networks/cb939c18-4571-4c36-886d-f76890a7ca62 => 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: 1512/3051] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:34 2026] DELETE /v2.0/networks/4f4c4d58-2956-4fa8-897c-5a6d316caf90 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3052] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:34 2026] DELETE /v2.0/networks/8b7ac0f1-556b-4dcc-8510-f275dd7f4c85 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:34.975 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-49bfd31d-588b-4fe9-97e6-782f4e46edae'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': 'c4d0e210-6872-43d0-b7cc-35a23cb18bba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1513/3053] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:35 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3054] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:35 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4977 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3055] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:54:35 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3056] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:35 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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: 1516/3057] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:35 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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: 1542/3058] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:35 2026] GET /v2.0/security-groups?tenant_id=ef49c565ae9e4158921b97e62dc86ba0&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3059] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:35 2026] DELETE /v2.0/security-groups/a10034e8-55d5-4acf-aab7-262d1ae482e7 => 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: 1543/3060] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:35 2026] GET /v2.0/security-groups?tenant_id=76d69d11963b4aac801c8187684106dc&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3061] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:36 2026] DELETE /v2.0/security-groups/ed30f70f-63ba-48ac-8fea-2dbc160d810a => 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: 1544/3062] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:36 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:36.248 8 INFO neutron.services.segments.plugin [-] Segment 3d27046e-ebc6-4932-af0c-c2be5458d40a resource provider aggregate not found 2026-02-27 17:54:36.252 8 INFO neutron.services.segments.plugin [-] Segment 3d27046e-ebc6-4932-af0c-c2be5458d40a resource provider aggregate not found 2026-02-27 17:54:36.265 8 INFO neutron.services.segments.plugin [-] Segment 3d27046e-ebc6-4932-af0c-c2be5458d40a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d27046e-ebc6-4932-af0c-c2be5458d40a found for delete ", "request_id": "req-b22d06af-6512-4bf9-ab20-d4627acfb069"}]} 2026-02-27 17:54:36.268 8 INFO neutron.services.segments.plugin [-] Segment 3d27046e-ebc6-4932-af0c-c2be5458d40a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d27046e-ebc6-4932-af0c-c2be5458d40a found for delete ", "request_id": "req-638ac587-3456-466a-a297-db4afff1a09c"}]} 2026-02-27 17:54:36.286 8 INFO neutron.services.segments.plugin [-] Segment 3ed22df4-d103-49b8-b2e4-9a1c277e6c4d resource provider aggregate not found 2026-02-27 17:54:36.291 8 INFO neutron.services.segments.plugin [-] Segment 3ed22df4-d103-49b8-b2e4-9a1c277e6c4d resource provider aggregate not found 2026-02-27 17:54:36.304 8 INFO neutron.services.segments.plugin [-] Segment 3ed22df4-d103-49b8-b2e4-9a1c277e6c4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed22df4-d103-49b8-b2e4-9a1c277e6c4d found for delete ", "request_id": "req-69944b4f-9943-4a31-afc8-963ad954f573"}]} 2026-02-27 17:54:36.306 8 INFO neutron.services.segments.plugin [-] Segment 3ed22df4-d103-49b8-b2e4-9a1c277e6c4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed22df4-d103-49b8-b2e4-9a1c277e6c4d found for delete ", "request_id": "req-63d941f3-5843-463f-b422-a7627abb044e"}]} [pid: 8|app: 0|req: 1545/3063] 199.204.45.95 () {34 vars in 974 bytes} [Fri Feb 27 17:54:36 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:36.428 7 INFO neutron.services.segments.plugin [-] Segment c5eca6cf-8856-47ea-9a9e-a914e7b0aba4 resource provider aggregate not found 2026-02-27 17:54:36.432 7 INFO neutron.services.segments.plugin [-] Segment c5eca6cf-8856-47ea-9a9e-a914e7b0aba4 resource provider aggregate not found 2026-02-27 17:54:36.454 7 INFO neutron.services.segments.plugin [-] Segment c5eca6cf-8856-47ea-9a9e-a914e7b0aba4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5eca6cf-8856-47ea-9a9e-a914e7b0aba4 found for delete ", "request_id": "req-2f53e1f9-fe54-443a-8078-3aabf60b8d41"}]} 2026-02-27 17:54:36.454 7 INFO neutron.services.segments.plugin [-] Segment c5eca6cf-8856-47ea-9a9e-a914e7b0aba4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5eca6cf-8856-47ea-9a9e-a914e7b0aba4 found for delete ", "request_id": "req-5d656d51-b8ff-483d-a44c-90b0e6eea004"}]} [pid: 8|app: 0|req: 1546/3064] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:54:36 2026] GET /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3065] 199.204.45.95 () {34 vars in 1015 bytes} [Fri Feb 27 17:54:36 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3066] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:36 2026] GET /v2.0/security-groups?tenant_id=ececbbdea44c4941851b9f6738bb9510&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3067] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:36 2026] DELETE /v2.0/security-groups/fbe4fbe8-b72c-40ff-9946-2f79576f0cf9 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3068] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:54:36 2026] PUT /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 917 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3069] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:54:37.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-4056f31b-42c6-477b-8745-b1d26b0d5971 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: c4d0e210-6872-43d0-b7cc-35a23cb18bba 2026-02-27 17:54:37.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4056f31b-42c6-477b-8745-b1d26b0d5971 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: c4d0e210-6872-43d0-b7cc-35a23cb18bba [pid: 8|app: 0|req: 1549/3070] 199.204.45.95 () {32 vars in 758 bytes} [Fri Feb 27 17:54:37 2026] DELETE /v2.0/ports/c4d0e210-6872-43d0-b7cc-35a23cb18bba => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3071] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3072] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3073] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:37 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: 1551/3074] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:37 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: 1524/3075] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1552/3076] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => 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: 1525/3077] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1350 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3078] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3079] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3080] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:37 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3081] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1555/3082] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3083] 199.204.45.95 () {34 vars in 1225 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/networks?id=22d5c7ee-020d-4eae-82a8-9e15999e5114&id=bcce18fc-c201-4968-ba76-530695b32345&id=b98f26b0-9edf-4818-a938-f0a68317748b&id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 3094 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3084] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.81&port_id=87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => 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: 1529/3085] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/subnets?id=d1fb0c2d-234a-4179-8021-da0f53a4f2f1 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3086] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/ports?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3087] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1558/3088] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1531/3089] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => 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: 1559/3090] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3091] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3092] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1533/3093] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1561/3094] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.104&port_id=da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3095] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/subnets?id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3096] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&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: 7|app: 0|req: 1535/3097] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:38 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3098] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:39 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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-02-27 17:54:41.145 7 INFO neutron.db.segments_db [None req-c8182f1e-4a4c-458a-9c35-2d1fc5b93272 9f4fbc449d614739a1645a23d2801a91 c4777545c20c4785aed7969775d5e017 - - default default] Added segment e95887d5-de6a-4def-b87e-09ea855be825 of type vxlan for network 97cd835f-21e2-4025-9688-c9dc23b63b26 [pid: 7|app: 0|req: 1536/3099] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:40 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3100] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:54:41 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:41.562 7 INFO neutron.db.segments_db [None req-6b7d759a-db8a-42fb-9f35-431527dc2721 9f4fbc449d614739a1645a23d2801a91 c4777545c20c4785aed7969775d5e017 - - default default] Added segment a0377643-db9a-46d0-a37b-8d1630ea6bd0 of type vxlan for network 068caddb-5e47-42bf-a904-cb5d672c9cb6 [pid: 7|app: 0|req: 1537/3101] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:41 2026] POST /v2.0/networks => generated 613 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3102] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:54:41 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:42.009 7 INFO neutron.db.segments_db [None req-2daf32fc-c18e-4a08-b3f7-90235f797bd5 9f4fbc449d614739a1645a23d2801a91 c4777545c20c4785aed7969775d5e017 - - default default] Added segment 8f60bf28-07eb-4473-9d38-a791d5d04bc1 of type vxlan for network c24bea04-3216-4ab9-a630-1489f9628294 [pid: 7|app: 0|req: 1538/3103] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:41 2026] POST /v2.0/networks => generated 612 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3104] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:54:42 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:42.456 7 INFO neutron.db.segments_db [None req-a9e438aa-91c5-4dd7-ae15-fc72c0847377 9f4fbc449d614739a1645a23d2801a91 c4777545c20c4785aed7969775d5e017 - - default default] Added segment 2c9f0a59-731b-4c56-8845-9722d8a6ab66 of type vxlan for network b270d6e3-7310-44b1-bfe2-0f59fb70af7b [pid: 7|app: 0|req: 1539/3105] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:42 2026] POST /v2.0/networks => generated 611 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3106] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:54:42 2026] POST /v2.0/subnets => generated 629 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-27 17:54:42.893 7 INFO neutron.db.segments_db [None req-6ff9fccd-d3b0-4de8-9ccf-38b3acbbe5f0 9f4fbc449d614739a1645a23d2801a91 c4777545c20c4785aed7969775d5e017 - - default default] Added segment 38e0aee8-5476-46fb-8fd4-c5fcdbf557a7 of type vxlan for network a2a7307a-e054-46ee-a6f9-ee08eba3e046 [pid: 8|app: 0|req: 1568/3107] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:42 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: 1569/3108] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:42 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: 1570/3109] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:42 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: 1571/3110] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:42 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: 1540/3111] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:54:42 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3112] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:42 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3113] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:43 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: 1574/3114] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:43 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: 1575/3115] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:43 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: 1576/3116] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:43 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: 1577/3117] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3118] 10.0.0.224 () {34 vars in 669 bytes} [Fri Feb 27 17:54:42 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3119] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:54:43 2026] PUT /v2.0/subnets/2d1beb62-fd34-43f5-b39d-c64f6ed700e2/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3120] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:54:43 2026] PUT /v2.0/subnets/4451c67d-917b-4dcf-99f8-7c5f0c7bb2e8/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3121] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:54:43 2026] PUT /v2.0/subnets/8f1b37be-172a-4044-b25a-db22bb8fe495/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3122] 10.0.0.224 () {34 vars in 751 bytes} [Fri Feb 27 17:54:43 2026] PUT /v2.0/subnets/0a3d28b3-38de-4ce6-bb8a-8bbc3f058e6f/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3123] 10.0.0.224 () {32 vars in 664 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3124] 199.204.45.95 () {34 vars in 788 bytes} [Fri Feb 27 17:54:43 2026] PUT /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1080 bytes in 307 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-02-27 17:54:43.606 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38aea42a-f984-421a-8942-855e949509ca'] response: {'name': 'network-changed', 'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'tag': 'da2e52fd-3fcb-4ab8-aaea-d73ebd10b733', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1579/3125] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b => generated 797 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3126] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/security-groups => generated 34390 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3127] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3128] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/subnets => generated 9358 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3129] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/ports => generated 26993 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3130] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3131] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/routers => generated 727 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3132] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3133] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3134] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => 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: 1589/3135] 10.0.0.100 () {28 vars in 677 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/l3-agents => generated 681 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3136] 10.0.0.224 () {32 vars in 678 bytes} [Fri Feb 27 17:54:43 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3137] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3138] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/floatingips => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3139] 10.0.0.224 () {32 vars in 674 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3140] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1592/3141] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/networks => generated 8929 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3142] 10.0.0.224 () {32 vars in 686 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3143] 10.0.0.224 () {32 vars in 672 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3144] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnets => generated 9358 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3145] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3146] 10.0.0.224 () {32 vars in 686 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3147] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3148] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/network-ip-availabilities => generated 5687 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3149] 10.0.0.224 () {32 vars in 682 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3150] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3151] 10.0.0.79 () {34 vars in 1177 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88&device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 6610 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3152] 10.0.0.79 () {34 vars in 1279 bytes} [Fri Feb 27 17:54:44 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&id=2e3ca6f9-8163-4d7b-9323-2ad97eaf2563&id=ee27359b-ca88-4089-aaa6-0f19cd4b1204&id=0b20d91f-c0bd-4239-9e2a-35af591dd265&fields=id&fields=name => generated 353 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3153] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:44 2026] DELETE /v2.0/subnets/2d1beb62-fd34-43f5-b39d-c64f6ed700e2 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3154] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:44 2026] DELETE /v2.0/subnets/4451c67d-917b-4dcf-99f8-7c5f0c7bb2e8 => 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: 1597/3155] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:44 2026] DELETE /v2.0/subnets/8f1b37be-172a-4044-b25a-db22bb8fe495 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3156] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:45 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3157] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:45 2026] DELETE /v2.0/subnets/0a3d28b3-38de-4ce6-bb8a-8bbc3f058e6f => 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: 1560/3158] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:54:45 2026] DELETE /v2.0/subnets/20114e11-a251-4c63-aa06-035d9e8f89ae => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:45.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2ed7a7c-b12b-4b15-956d-0149cc63a350 9f4fbc449d614739a1645a23d2801a91 c4777545c20c4785aed7969775d5e017 - - default default] TaaS: Handle Delete Port: 4f8f2311-ad7a-4a03-b8a3-c4c7419ba2bd 2026-02-27 17:54:45.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2ed7a7c-b12b-4b15-956d-0149cc63a350 9f4fbc449d614739a1645a23d2801a91 c4777545c20c4785aed7969775d5e017 - - default default] Tap Mirror: Handle Delete Port: 4f8f2311-ad7a-4a03-b8a3-c4c7419ba2bd 2026-02-27 17:54:45.653 8 INFO neutron.services.segments.plugin [-] Segment e95887d5-de6a-4def-b87e-09ea855be825 resource provider aggregate not found 2026-02-27 17:54:45.654 8 INFO neutron.services.segments.plugin [-] Segment e95887d5-de6a-4def-b87e-09ea855be825 resource provider aggregate not found 2026-02-27 17:54:45.673 8 INFO neutron.services.segments.plugin [-] Segment e95887d5-de6a-4def-b87e-09ea855be825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e95887d5-de6a-4def-b87e-09ea855be825 found for delete ", "request_id": "req-1c531d16-e145-4610-9ba4-25570caaf537"}]} 2026-02-27 17:54:45.675 8 INFO neutron.services.segments.plugin [-] Segment e95887d5-de6a-4def-b87e-09ea855be825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e95887d5-de6a-4def-b87e-09ea855be825 found for delete ", "request_id": "req-a4ca1c0a-c130-4f82-acd2-3f5de7df0c76"}]} [pid: 8|app: 0|req: 1599/3159] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:45 2026] DELETE /v2.0/networks/97cd835f-21e2-4025-9688-c9dc23b63b26 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:54:45.832 7 INFO neutron.services.segments.plugin [-] Segment a0377643-db9a-46d0-a37b-8d1630ea6bd0 resource provider aggregate not found 2026-02-27 17:54:45.838 7 INFO neutron.services.segments.plugin [-] Segment a0377643-db9a-46d0-a37b-8d1630ea6bd0 resource provider aggregate not found 2026-02-27 17:54:45.853 7 INFO neutron.services.segments.plugin [-] Segment a0377643-db9a-46d0-a37b-8d1630ea6bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0377643-db9a-46d0-a37b-8d1630ea6bd0 found for delete ", "request_id": "req-77dd30e8-2f91-44ca-a8af-1f7277f78e7a"}]} 2026-02-27 17:54:45.857 7 INFO neutron.services.segments.plugin [-] Segment a0377643-db9a-46d0-a37b-8d1630ea6bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0377643-db9a-46d0-a37b-8d1630ea6bd0 found for delete ", "request_id": "req-e5fb1ac6-0675-4cbf-96cf-00d08a2612b7"}]} [pid: 7|app: 0|req: 1561/3160] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:45 2026] DELETE /v2.0/networks/068caddb-5e47-42bf-a904-cb5d672c9cb6 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3161] 199.204.45.95 () {34 vars in 974 bytes} [Fri Feb 27 17:54:45 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 1116 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3162] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:45 2026] DELETE /v2.0/networks/c24bea04-3216-4ab9-a630-1489f9628294 => 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: 1563/3163] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:54:46 2026] GET /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3164] 199.204.45.95 () {34 vars in 1015 bytes} [Fri Feb 27 17:54:46 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3165] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:46 2026] DELETE /v2.0/networks/b270d6e3-7310-44b1-bfe2-0f59fb70af7b => 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: 1602/3166] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:46 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3167] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:54:46 2026] DELETE /v2.0/networks/a2a7307a-e054-46ee-a6f9-ee08eba3e046 => 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: 1565/3168] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:54:46 2026] PUT /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => generated 917 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3169] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/security-groups?tenant_id=c4777545c20c4785aed7969775d5e017&name=default => generated 2929 bytes in 174 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: 1605/3170] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3171] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:47 2026] DELETE /v2.0/security-groups/708467a3-ce7d-43dc-ba51-2dc16b4c73a7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:47.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-87fbc84c-0941-464f-b133-a40a4e2b6ab4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 2026-02-27 17:54:47.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87fbc84c-0941-464f-b133-a40a4e2b6ab4 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 [pid: 8|app: 0|req: 1606/3172] 199.204.45.95 () {32 vars in 758 bytes} [Fri Feb 27 17:54:47 2026] DELETE /v2.0/ports/da2e52fd-3fcb-4ab8-aaea-d73ebd10b733 => 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: 1567/3175] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/security-groups?tenant_id=444bbea4ccf94a349be781d14353ebf5&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3176] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:47 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: 1569/3177] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3178] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:47 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: 1571/3179] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:47 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: 1609/3180] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:47 2026] DELETE /v2.0/security-groups/55038d63-5a53-4eca-81b2-89e1d88458b5 => 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: 1572/3181] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:54:47.700 8 INFO neutron.services.segments.plugin [-] Segment 8f60bf28-07eb-4473-9d38-a791d5d04bc1 resource provider aggregate not found 2026-02-27 17:54:47.705 8 INFO neutron.services.segments.plugin [-] Segment 8f60bf28-07eb-4473-9d38-a791d5d04bc1 resource provider aggregate not found 2026-02-27 17:54:47.721 8 INFO neutron.services.segments.plugin [-] Segment 8f60bf28-07eb-4473-9d38-a791d5d04bc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f60bf28-07eb-4473-9d38-a791d5d04bc1 found for delete ", "request_id": "req-7f4822d1-6e49-4873-bbe6-b0e5f1c21632"}]} [pid: 8|app: 0|req: 1610/3182] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:47.725 8 INFO neutron.services.segments.plugin [-] Segment 8f60bf28-07eb-4473-9d38-a791d5d04bc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f60bf28-07eb-4473-9d38-a791d5d04bc1 found for delete ", "request_id": "req-2ce71610-0b93-45a9-bb47-58ca5b8381d1"}]} 2026-02-27 17:54:47.740 8 INFO neutron.services.segments.plugin [-] Segment 2c9f0a59-731b-4c56-8845-9722d8a6ab66 resource provider aggregate not found 2026-02-27 17:54:47.742 8 INFO neutron.services.segments.plugin [-] Segment 2c9f0a59-731b-4c56-8845-9722d8a6ab66 resource provider aggregate not found 2026-02-27 17:54:47.754 8 INFO neutron.services.segments.plugin [-] Segment 2c9f0a59-731b-4c56-8845-9722d8a6ab66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9f0a59-731b-4c56-8845-9722d8a6ab66 found for delete ", "request_id": "req-7387e7d3-01d0-404e-9163-1ad79e3a8067"}]} 2026-02-27 17:54:47.759 8 INFO neutron.services.segments.plugin [-] Segment 2c9f0a59-731b-4c56-8845-9722d8a6ab66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9f0a59-731b-4c56-8845-9722d8a6ab66 found for delete ", "request_id": "req-3d186c02-cd33-4203-b718-a00402cc5bf4"}]} [pid: 7|app: 0|req: 1573/3183] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:54:47.771 8 INFO neutron.services.segments.plugin [-] Segment 38e0aee8-5476-46fb-8fd4-c5fcdbf557a7 resource provider aggregate not found 2026-02-27 17:54:47.775 8 INFO neutron.services.segments.plugin [-] Segment 38e0aee8-5476-46fb-8fd4-c5fcdbf557a7 resource provider aggregate not found 2026-02-27 17:54:47.791 8 INFO neutron.services.segments.plugin [-] Segment 38e0aee8-5476-46fb-8fd4-c5fcdbf557a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38e0aee8-5476-46fb-8fd4-c5fcdbf557a7 found for delete ", "request_id": "req-1d01db29-a4a8-4d1b-8cc3-f52613f76b8b"}]} 2026-02-27 17:54:47.799 8 INFO neutron.services.segments.plugin [-] Segment 38e0aee8-5476-46fb-8fd4-c5fcdbf557a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38e0aee8-5476-46fb-8fd4-c5fcdbf557a7 found for delete ", "request_id": "req-49d04b9d-76d7-4567-b996-0a0e3a0a749d"}]} [pid: 8|app: 0|req: 1611/3184] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1612/3185] 199.204.45.95 () {30 vars in 742 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3186] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/security-groups?tenant_id=87107cfe27ca4c018509f8c9880b32a8&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3187] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3188] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3189] 199.204.45.95 () {34 vars in 1145 bytes} [Fri Feb 27 17:54:47 2026] GET /v2.0/networks?id=22d5c7ee-020d-4eae-82a8-9e15999e5114&id=bcce18fc-c201-4968-ba76-530695b32345&id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 2308 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3190] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:47 2026] DELETE /v2.0/security-groups/5c29b68f-9d57-408f-9192-80b03220d9c1 => 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: 1577/3191] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => 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: 1615/3192] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.81&port_id=87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3193] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/subnets?id=d1fb0c2d-234a-4179-8021-da0f53a4f2f1 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3194] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/ports?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3195] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3196] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3197] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.147&port_id=929457d5-2761-4953-b994-5d4beaeccaa6 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3198] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/subnets?id=52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3199] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/ports?network_id=bcce18fc-c201-4968-ba76-530695b32345&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3200] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3201] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:54:48 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?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: 1620/3202] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:54:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3203] 10.0.0.224 () {34 vars in 767 bytes} [Fri Feb 27 17:54:51 2026] PUT /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3204] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:51 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3205] 10.0.0.224 () {34 vars in 778 bytes} [Fri Feb 27 17:54:51 2026] PUT /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3206] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:51 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3207] 10.0.0.224 () {34 vars in 774 bytes} [Fri Feb 27 17:54:51 2026] PUT /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3208] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:51 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3209] 10.0.0.224 () {34 vars in 796 bytes} [Fri Feb 27 17:54:51 2026] PUT /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3210] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:51 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3211] 10.0.0.224 () {34 vars in 767 bytes} [Fri Feb 27 17:54:51 2026] PUT /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/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: 1625/3212] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:52 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3213] 10.0.0.224 () {32 vars in 755 bytes} [Fri Feb 27 17:54:52 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:52.154 8 INFO neutron.api.v2.resource [None req-199ee31c-c229-4082-9116-3f25344c0de4 d26d8a7a2a8a45838e42a378aff4bad1 a63a90e49c5d48b69f7a888d8a8f448a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3214] 10.0.0.224 () {32 vars in 759 bytes} [Fri Feb 27 17:54:52 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3215] 10.0.0.224 () {32 vars in 758 bytes} [Fri Feb 27 17:54:52 2026] DELETE /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3216] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:52 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:54:52.273 7 INFO neutron.api.v2.resource [None req-575e8b71-4312-42e6-83c2-9b497ef91131 d26d8a7a2a8a45838e42a378aff4bad1 a63a90e49c5d48b69f7a888d8a8f448a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3217] 10.0.0.224 () {32 vars in 762 bytes} [Fri Feb 27 17:54:52 2026] DELETE /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3218] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:54:52 2026] DELETE /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => 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: 1591/3219] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:52 2026] GET /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3220] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:52 2026] DELETE /v2.0/security-groups/bb1d3d22-6b09-4ad5-8fe9-4b1523991a7c => 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: 1592/3221] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:53 2026] GET /v2.0/security-groups?tenant_id=8cf93c26e722427cb4107d2f1f7dceac&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3222] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:53 2026] DELETE /v2.0/security-groups/19503595-2f44-4b11-ad06-b971e5660c7e => 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: 1593/3223] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:53 2026] GET /v2.0/security-groups?tenant_id=a63a90e49c5d48b69f7a888d8a8f448a&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: 1631/3224] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:53 2026] DELETE /v2.0/security-groups/38f9e59c-6bee-4d6c-9499-978c57cf0028 => 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: 1594/3225] 10.0.0.224 () {34 vars in 676 bytes} [Fri Feb 27 17:54:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3226] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:54:56 2026] PUT /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3227] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3228] 10.0.0.224 () {34 vars in 770 bytes} [Fri Feb 27 17:54:57 2026] PUT /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3229] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/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: 1634/3230] 10.0.0.224 () {34 vars in 766 bytes} [Fri Feb 27 17:54:57 2026] PUT /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3231] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3232] 10.0.0.224 () {34 vars in 788 bytes} [Fri Feb 27 17:54:57 2026] PUT /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3233] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3234] 10.0.0.224 () {34 vars in 759 bytes} [Fri Feb 27 17:54:57 2026] PUT /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3235] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3236] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:54:57.482 7 INFO neutron.api.v2.resource [None req-87bba9c5-783d-4b7c-ac85-0e499ea15d46 5f847a0d8fbc46338acaef38bb27f7b1 db7c7a32af0c408695aa2c8e9127fd62 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3237] 10.0.0.224 () {32 vars in 751 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3238] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:54:57 2026] DELETE /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3239] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:54:57.597 8 INFO neutron.api.v2.resource [None req-ce0f6426-82cf-4217-87bb-90c09ba5feaf 5f847a0d8fbc46338acaef38bb27f7b1 db7c7a32af0c408695aa2c8e9127fd62 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3240] 10.0.0.224 () {32 vars in 754 bytes} [Fri Feb 27 17:54:57 2026] DELETE /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3241] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:54:57 2026] DELETE /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3242] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:54:57 2026] GET /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d/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: 1603/3243] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:54:57 2026] DELETE /v2.0/subnetpools/828021cf-0bc0-4420-8b52-4ccb928ea51d => 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: 1641/3244] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:58 2026] GET /v2.0/security-groups?tenant_id=db7c7a32af0c408695aa2c8e9127fd62&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3245] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:54:58 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: 1643/3246] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:54:58 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: 1644/3247] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:54:58 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: 1645/3248] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:54:58 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-02-27 17:54:58.752 8 INFO neutron.api.v2.resource [None req-b1e0fefc-09ce-46d0-b29c-6a5eb4e41268 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3249] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:54:58 2026] GET /v2.0/security-groups/lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3250] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:58 2026] DELETE /v2.0/security-groups/40ef755c-e8d8-41dd-a6a9-9542afb2bff8 => 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: 1647/3251] 199.204.45.95 () {30 vars in 784 bytes} [Fri Feb 27 17:54:58 2026] GET /v2.0/security-groups?name=lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 2863 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3252] 199.204.45.95 () {30 vars in 814 bytes} [Fri Feb 27 17:54:58 2026] GET /v2.0/security-group-rules?security_group_id=2e3ca6f9-8163-4d7b-9323-2ad97eaf2563 => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3253] 199.204.45.95 () {32 vars in 788 bytes} [Fri Feb 27 17:54:58 2026] DELETE /v2.0/security-group-rules/45a4d1c8-4989-4be0-855c-7a15a2525628 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3254] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:54:58 2026] GET /v2.0/security-groups?tenant_id=909c0de241b04e1e8102a8a8d73399cf&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3255] 199.204.45.95 () {32 vars in 788 bytes} [Fri Feb 27 17:54:58 2026] DELETE /v2.0/security-group-rules/c46f273a-cb67-4094-9020-e2626dd3d311 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3256] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:54:58 2026] DELETE /v2.0/security-groups/4189b0c9-3341-4e1e-9f15-4048cbcb717a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:02.639 8 INFO neutron.db.segments_db [None req-647c45fd-44b2-4cbe-962e-5e2e15c49435 d7c2fc6e87b8455daa6d5116c69dab37 38bf60d273ae4d5cbead361776c58ca6 - - default default] Added segment dc7c1f34-33bb-464d-852a-4786ba55a26d of type vxlan for network a9d5a835-007f-4c29-98b7-57110417e828 [pid: 8|app: 0|req: 1650/3259] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:55:02 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) 2026-02-27 17:55:02.768 8 INFO neutron.db.segments_db [None req-37ddc5db-e79b-4c0a-9bd7-bb662d78cb5a d7c2fc6e87b8455daa6d5116c69dab37 38bf60d273ae4d5cbead361776c58ca6 - - default default] Added segment ecbef8e5-15bf-404f-8781-79adcf1e7a93 of type vxlan for network 307447f2-2e67-44a3-9642-c05cd4617fea 2026-02-27 17:55:02.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-07a02171-fe39-4e54-973f-4da763b8f2be a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: a38b334e-c2b3-475b-9d2d-a24aac64d520 2026-02-27 17:55:02.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07a02171-fe39-4e54-973f-4da763b8f2be a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: a38b334e-c2b3-475b-9d2d-a24aac64d520 [pid: 8|app: 0|req: 1651/3260] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:55:02 2026] POST /v2.0/networks => generated 613 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3261] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:55:02 2026] PUT /v2.0/networks/a9d5a835-007f-4c29-98b7-57110417e828/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3262] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:02 2026] GET /v2.0/networks/a9d5a835-007f-4c29-98b7-57110417e828/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:55:03.021 7 INFO neutron.db.l3_db [None req-07a02171-fe39-4e54-973f-4da763b8f2be a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Floating IP 90da6f6b-788d-4f60-8fb4-d97e716dd493 disassociated (deleted). External IP: 10.96.250.209, port: ded93e1c-b336-49f0-8b5d-a86a0c0161d2. [pid: 8|app: 0|req: 1654/3263] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:55:02 2026] PUT /v2.0/networks/307447f2-2e67-44a3-9642-c05cd4617fea/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3264] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:03 2026] GET /v2.0/networks/307447f2-2e67-44a3-9642-c05cd4617fea/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3265] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:55:03 2026] PUT /v2.0/networks/307447f2-2e67-44a3-9642-c05cd4617fea/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3266] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:03 2026] GET /v2.0/networks/307447f2-2e67-44a3-9642-c05cd4617fea/tags => 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: 1658/3267] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:03 2026] GET /v2.0/networks/a9d5a835-007f-4c29-98b7-57110417e828/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: 1610/3268] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:55:02 2026] DELETE /v2.0/floatingips/90da6f6b-788d-4f60-8fb4-d97e716dd493 => generated 0 bytes in 676 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:03.361 8 INFO neutron.services.segments.plugin [-] Segment dc7c1f34-33bb-464d-852a-4786ba55a26d resource provider aggregate not found 2026-02-27 17:55:03.362 8 INFO neutron.services.segments.plugin [-] Segment dc7c1f34-33bb-464d-852a-4786ba55a26d resource provider aggregate not found 2026-02-27 17:55:03.381 8 INFO neutron.services.segments.plugin [-] Segment dc7c1f34-33bb-464d-852a-4786ba55a26d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc7c1f34-33bb-464d-852a-4786ba55a26d found for delete ", "request_id": "req-0e7b0946-8ba0-4667-a299-312daa8d8da2"}]} 2026-02-27 17:55:03.381 7 INFO neutron.api.v2.resource [None req-5b928c7a-efd8-40a8-a1ae-cdb1711cef64 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3269] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:55:03 2026] GET /v2.0/floatingips/90da6f6b-788d-4f60-8fb4-d97e716dd493 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:03.390 8 INFO neutron.services.segments.plugin [-] Segment dc7c1f34-33bb-464d-852a-4786ba55a26d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc7c1f34-33bb-464d-852a-4786ba55a26d found for delete ", "request_id": "req-35871d08-0138-453d-ab3f-0b3ce13b1c48"}]} [pid: 8|app: 0|req: 1659/3270] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:55:03 2026] DELETE /v2.0/networks/a9d5a835-007f-4c29-98b7-57110417e828 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:03.532 7 INFO neutron.services.segments.plugin [-] Segment ecbef8e5-15bf-404f-8781-79adcf1e7a93 resource provider aggregate not found 2026-02-27 17:55:03.538 7 INFO neutron.services.segments.plugin [-] Segment ecbef8e5-15bf-404f-8781-79adcf1e7a93 resource provider aggregate not found 2026-02-27 17:55:03.558 7 INFO neutron.services.segments.plugin [-] Segment ecbef8e5-15bf-404f-8781-79adcf1e7a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbef8e5-15bf-404f-8781-79adcf1e7a93 found for delete ", "request_id": "req-ab14f2d9-338a-4afc-b820-15a159312054"}]} 2026-02-27 17:55:03.563 7 INFO neutron.services.segments.plugin [-] Segment ecbef8e5-15bf-404f-8781-79adcf1e7a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbef8e5-15bf-404f-8781-79adcf1e7a93 found for delete ", "request_id": "req-dda731be-b23e-4679-ad46-f9748870378e"}]} [pid: 7|app: 0|req: 1612/3271] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:55:03 2026] DELETE /v2.0/networks/307447f2-2e67-44a3-9642-c05cd4617fea => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3272] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3273] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3274] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3275] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:55:04 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-02-27 17:55:04.396 7 INFO neutron.api.v2.resource [None req-fa3892a3-98aa-4657-8582-fdc738142613 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3276] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/security-groups/lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3277] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/security-groups?tenant_id=339f4ec66a994d77a494ca7cddb341e8&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3278] 199.204.45.95 () {30 vars in 784 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/security-groups?name=lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 1637 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3279] 199.204.45.95 () {30 vars in 814 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/security-group-rules?security_group_id=2e3ca6f9-8163-4d7b-9323-2ad97eaf2563 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3280] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:04 2026] DELETE /v2.0/security-groups/856724a4-1764-46a6-ac4e-543363b3ce0d => 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: 1620/3281] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3282] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:55:04 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/3283] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3284] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3285] 199.204.45.95 () {30 vars in 740 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3286] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/security-groups?tenant_id=38bf60d273ae4d5cbead361776c58ca6&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3287] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3288] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3289] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:04 2026] DELETE /v2.0/security-groups/ed3934f9-4cc9-464d-8b2d-29da89e88511 => 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: 1666/3290] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:55:04 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3291] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:55:05 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3292] 199.204.45.95 () {34 vars in 974 bytes} [Fri Feb 27 17:55:06 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3293] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:55:06 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3294] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:55:06 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3295] 199.204.45.95 () {34 vars in 1015 bytes} [Fri Feb 27 17:55:06 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345?fields=dns_domain => generated 29 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3296] 199.204.45.95 () {38 vars in 1027 bytes} [Fri Feb 27 17:55:07 2026] PUT /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1151 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3297] 199.204.45.95 () {30 vars in 768 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1670/3298] 199.204.45.95 () {34 vars in 788 bytes} [Fri Feb 27 17:55:08 2026] PUT /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1090 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3299] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 1090 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:55:08.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-74b119e8-ef8f-4810-99e2-0058263077a1 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 929457d5-2761-4953-b994-5d4beaeccaa6 2026-02-27 17:55:08.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74b119e8-ef8f-4810-99e2-0058263077a1 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 929457d5-2761-4953-b994-5d4beaeccaa6 [pid: 8|app: 0|req: 1671/3300] 199.204.45.95 () {32 vars in 758 bytes} [Fri Feb 27 17:55:08 2026] DELETE /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3301] 199.204.45.95 () {30 vars in 702 bytes} [Fri Feb 27 17:55: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: 8|app: 0|req: 1672/3302] 199.204.45.95 () {30 vars in 704 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3303] 199.204.45.95 () {30 vars in 680 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3304] 199.204.45.95 () {30 vars in 716 bytes} [Fri Feb 27 17:55:08 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-02-27 17:55:08.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1bbab5b1-d07b-4713-9dec-fcd8d8593e73 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3305] 199.204.45.95 () {32 vars in 758 bytes} [Fri Feb 27 17:55:08 2026] DELETE /v2.0/ports/929457d5-2761-4953-b994-5d4beaeccaa6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3306] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/ports?tenant_id=d486f85c58094daa9ef2b8f900f2a680&device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => 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: 1633/3307] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:55:08.866 7 INFO neutron.api.v2.resource [None req-8681622e-ee5e-438f-ad5c-c77913c05c6d e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3308] 199.204.45.95 () {30 vars in 762 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/security-groups/lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => 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: 1675/3309] 199.204.45.95 () {34 vars in 1065 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/networks?id=22d5c7ee-020d-4eae-82a8-9e15999e5114&id=bcce18fc-c201-4968-ba76-530695b32345 => generated 1522 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3310] 199.204.45.95 () {30 vars in 784 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/security-groups?name=lb-5dcb488c-1bc7-40c8-98df-74d8b4b1a16f => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3311] 199.204.45.95 () {34 vars in 1059 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.81&port_id=87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => 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: 1677/3312] 199.204.45.95 () {34 vars in 983 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/subnets?id=d1fb0c2d-234a-4179-8021-da0f53a4f2f1 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3313] 199.204.45.95 () {30 vars in 736 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => 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: 1678/3314] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/ports?network_id=22d5c7ee-020d-4eae-82a8-9e15999e5114&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3315] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:55:08 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1680/3316] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:55:09 2026] GET /v2.0/networks/22d5c7ee-020d-4eae-82a8-9e15999e5114?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: 1637/3317] 199.204.45.95 () {34 vars in 788 bytes} [Fri Feb 27 17:55:08 2026] PUT /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 1094 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3318] 199.204.45.95 () {32 vars in 778 bytes} [Fri Feb 27 17:55:09 2026] DELETE /v2.0/security-groups/2e3ca6f9-8163-4d7b-9323-2ad97eaf2563 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:09.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b76e82b-a3bb-4d28-ae6a-acbc083decb8 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: ded93e1c-b336-49f0-8b5d-a86a0c0161d2 2026-02-27 17:55:09.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b76e82b-a3bb-4d28-ae6a-acbc083decb8 e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: ded93e1c-b336-49f0-8b5d-a86a0c0161d2 [pid: 7|app: 0|req: 1638/3319] 199.204.45.95 () {32 vars in 758 bytes} [Fri Feb 27 17:55:09 2026] DELETE /v2.0/ports/ded93e1c-b336-49f0-8b5d-a86a0c0161d2 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3320] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:55:12 2026] GET /v2.0/ports?device_id=6ebbd0e8-cbab-4597-93b9-236a03e17f88 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:55:12.598 7 INFO neutron_taas.services.taas.taas_plugin [req-299079b7-e711-4a20-b9fa-a6bf9c4c19c2 req-db1edcd5-da26-42a3-a209-e3160a5a4d7b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] TaaS: Handle Delete Port: 87868644-4b03-4dae-b4a4-1fbc82ccfcc3 2026-02-27 17:55:12.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-299079b7-e711-4a20-b9fa-a6bf9c4c19c2 req-db1edcd5-da26-42a3-a209-e3160a5a4d7b e475c0884d43499f8a76b9d25aaf4388 d486f85c58094daa9ef2b8f900f2a680 - - default default] Tap Mirror: Handle Delete Port: 87868644-4b03-4dae-b4a4-1fbc82ccfcc3 [pid: 7|app: 0|req: 1639/3321] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:55:12 2026] DELETE /v2.0/ports/87868644-4b03-4dae-b4a4-1fbc82ccfcc3 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:12.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9818a121-efa3-40a5-8192-722012712f42'] response: {'server_uuid': '6ebbd0e8-cbab-4597-93b9-236a03e17f88', 'name': 'network-vif-deleted', 'tag': '87868644-4b03-4dae-b4a4-1fbc82ccfcc3', 'status': 'completed', 'code': 200} 2026-02-27 17:55:13.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-742b68d6-55f3-4689-9cd5-c880dc2e8400 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: 82fb4dc8-a0b6-44a5-9612-03a77ad346ff 2026-02-27 17:55:13.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-742b68d6-55f3-4689-9cd5-c880dc2e8400 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: 82fb4dc8-a0b6-44a5-9612-03a77ad346ff 2026-02-27 17:55:13.991 8 INFO neutron.db.l3_db [None req-742b68d6-55f3-4689-9cd5-c880dc2e8400 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Floating IP a4fec2f6-c2df-4000-bbf2-37b40da21624 disassociated (deleted). External IP: 10.96.250.212, port: 25fddacf-4924-4376-985d-90c8709458dc. [pid: 8|app: 0|req: 1683/3322] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:55:13 2026] DELETE /v2.0/floatingips/a4fec2f6-c2df-4000-bbf2-37b40da21624 => generated 0 bytes in 750 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:14.387 7 INFO neutron.api.v2.resource [None req-60f035d4-7ec3-4591-8017-2bd6e71053a9 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3323] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:55:14 2026] GET /v2.0/floatingips/a4fec2f6-c2df-4000-bbf2-37b40da21624 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:14.395 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5127a687-82ab-458b-b992-053ebcec5c55'] response: {'name': 'network-changed', 'server_uuid': '9cfc3483-05db-4793-bd08-d6a6b59c3691', 'tag': '25fddacf-4924-4376-985d-90c8709458dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1684/3324] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:55:14 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3325] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:55:14 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3326] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:55:14 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3327] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:55:14 2026] GET /v2.0/networks?id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3328] 199.204.45.95 () {34 vars in 1057 bytes} [Fri Feb 27 17:55:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=25fddacf-4924-4376-985d-90c8709458dc => 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: 1643/3329] 199.204.45.95 () {34 vars in 1105 bytes} [Fri Feb 27 17:55:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37f&port_id=25fddacf-4924-4376-985d-90c8709458dc => 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: 1687/3330] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:55:15 2026] GET /v2.0/subnets?id=735b8aa0-4972-4b96-8122-e7ebad128bf8&id=74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 1415 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3331] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:55:15 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&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: 1688/3332] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:55:15 2026] GET /v2.0/ports?network_id=797c650e-5b60-4768-bb89-b9cc6c6e8c7a&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: 1645/3333] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:55:15 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?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: 1689/3334] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:55:15 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3335] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:55:16 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:55:17.162 8 INFO neutron_taas.services.taas.taas_plugin [req-ee3a0902-dc69-4189-9ff2-468a349683bd req-d98ae9c4-b56b-4f5a-82ad-74a9e5cf618a a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: 25fddacf-4924-4376-985d-90c8709458dc 2026-02-27 17:55:17.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee3a0902-dc69-4189-9ff2-468a349683bd req-d98ae9c4-b56b-4f5a-82ad-74a9e5cf618a a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: 25fddacf-4924-4376-985d-90c8709458dc [pid: 8|app: 0|req: 1690/3336] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:55:17 2026] DELETE /v2.0/ports/25fddacf-4924-4376-985d-90c8709458dc => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:17.398 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49879273-f3b0-41b6-b497-ff5b3bd7f705'] response: {'server_uuid': '9cfc3483-05db-4793-bd08-d6a6b59c3691', 'name': 'network-vif-deleted', 'tag': '25fddacf-4924-4376-985d-90c8709458dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1692/3339] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:55:19 2026] GET /v2.0/ports?device_id=9cfc3483-05db-4793-bd08-d6a6b59c3691 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:55:24.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4439d05-10d9-48d4-b8e7-82fb4d446e68 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: c69faee7-3796-49d6-864c-70e5ae9c202c 2026-02-27 17:55:24.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4439d05-10d9-48d4-b8e7-82fb4d446e68 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: c69faee7-3796-49d6-864c-70e5ae9c202c 2026-02-27 17:55:25.139 7 INFO neutron.db.l3_db [None req-b4439d05-10d9-48d4-b8e7-82fb4d446e68 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Floating IP 13c2b7dc-3f07-4578-bd0b-e1eee050fb44 disassociated (deleted). External IP: 10.96.250.206, port: f91cf8c1-a172-4027-9d21-1da902edd335. [pid: 7|app: 0|req: 1648/3340] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:55:24 2026] DELETE /v2.0/floatingips/13c2b7dc-3f07-4578-bd0b-e1eee050fb44 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:25.464 8 INFO neutron.api.v2.resource [None req-ee0f4040-767c-4c05-a7f0-b6efc7cf424c a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1693/3341] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:55:25 2026] GET /v2.0/floatingips/13c2b7dc-3f07-4578-bd0b-e1eee050fb44 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:25.477 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6513487-c958-4e7f-910d-234830e79310'] response: {'name': 'network-changed', 'server_uuid': '8abb3693-c908-4c6a-9fa2-52af43f0ec70', 'tag': 'f91cf8c1-a172-4027-9d21-1da902edd335', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1649/3342] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:55:25 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3343] 10.0.0.79 () {34 vars in 1039 bytes} [Fri Feb 27 17:55:25 2026] GET /v2.0/security-groups?id=2862f654-d29e-48ce-9ab8-6b581bf777d5&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: 1650/3344] 199.204.45.95 () {34 vars in 1079 bytes} [Fri Feb 27 17:55:25 2026] GET /v2.0/ports?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3345] 199.204.45.95 () {34 vars in 985 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/networks?id=b98f26b0-9edf-4818-a938-f0a68317748b => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3346] 199.204.45.95 () {34 vars in 1055 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.98&port_id=f91cf8c1-a172-4027-9d21-1da902edd335 => 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: 1696/3347] 199.204.45.95 () {34 vars in 1103 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A170&port_id=f91cf8c1-a172-4027-9d21-1da902edd335 => 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: 1652/3348] 199.204.45.95 () {34 vars in 1063 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/subnets?id=f56e4d50-3288-47c1-b61e-512b798a8073&id=6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3349] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&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: 1653/3350] 199.204.45.95 () {34 vars in 1051 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/ports?network_id=b98f26b0-9edf-4818-a938-f0a68317748b&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3351] 199.204.45.95 () {34 vars in 1011 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1654/3352] 199.204.45.95 () {34 vars in 1111 bytes} [Fri Feb 27 17:55:26 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b?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: 1699/3353] 199.204.45.95 () {34 vars in 993 bytes} [Fri Feb 27 17:55:27 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-27 17:55:28.168 7 INFO neutron_taas.services.taas.taas_plugin [req-55b03fe8-cb86-4aea-beda-361057b90ac3 req-263d4aac-f506-4e7e-a1be-fefc52076f4b a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: f91cf8c1-a172-4027-9d21-1da902edd335 2026-02-27 17:55:28.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-55b03fe8-cb86-4aea-beda-361057b90ac3 req-263d4aac-f506-4e7e-a1be-fefc52076f4b a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: f91cf8c1-a172-4027-9d21-1da902edd335 [pid: 7|app: 0|req: 1655/3354] 199.204.45.95 () {36 vars in 996 bytes} [Fri Feb 27 17:55:28 2026] DELETE /v2.0/ports/f91cf8c1-a172-4027-9d21-1da902edd335 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:28.369 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cdc2770-bca7-40ee-abd0-913544cde6d0'] response: {'server_uuid': '8abb3693-c908-4c6a-9fa2-52af43f0ec70', 'name': 'network-vif-deleted', 'tag': 'f91cf8c1-a172-4027-9d21-1da902edd335', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1700/3355] 10.0.0.79 () {34 vars in 989 bytes} [Fri Feb 27 17:55:30 2026] GET /v2.0/ports?device_id=8abb3693-c908-4c6a-9fa2-52af43f0ec70 => 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: 1657/3358] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:35 2026] DELETE /v2.0/security-group-rules/75ebfe2e-7914-4eee-b5dd-b8d0cc174fca => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.033 8 INFO neutron.api.v2.resource [None req-22f7c05e-affb-4e68-8e81-e746be3ed4d2 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3359] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/75ebfe2e-7914-4eee-b5dd-b8d0cc174fca => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3360] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/d3c221c5-4c4c-4828-9c81-d98d9bc2f52a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.139 8 INFO neutron.api.v2.resource [None req-64a45726-5cc8-4fb9-8ac7-388ab14809b7 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1703/3361] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/d3c221c5-4c4c-4828-9c81-d98d9bc2f52a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3362] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/e3d36f96-9ab4-4e4b-95a1-6af2b6dcd437 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.235 8 INFO neutron.api.v2.resource [None req-c11ebfef-9cbf-4d30-824a-cf6efb0978f5 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1704/3363] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/e3d36f96-9ab4-4e4b-95a1-6af2b6dcd437 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3364] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/4f36f36f-d8e4-4ec6-a13e-8ec31b418048 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.321 8 INFO neutron.api.v2.resource [None req-ce8eed1f-7eb0-4981-b930-7e3cd5b58896 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1705/3365] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/4f36f36f-d8e4-4ec6-a13e-8ec31b418048 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3366] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/7921b08d-99dc-4368-8c6c-99c6c400c978 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.405 8 INFO neutron.api.v2.resource [None req-96b18fcf-467a-4d27-ac6f-6271230bc684 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1706/3367] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/7921b08d-99dc-4368-8c6c-99c6c400c978 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3368] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/e5ac4c50-7f41-44ab-8adb-e417b0a9858b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.491 8 INFO neutron.api.v2.resource [None req-db33d87c-c250-49fc-b271-27c5437ad17d a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1707/3369] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/e5ac4c50-7f41-44ab-8adb-e417b0a9858b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3370] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/00530269-58b0-40ea-8d13-37e9ef062f09 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.575 8 INFO neutron.api.v2.resource [None req-ef71db19-0d8e-41a2-8c1c-cea0b8c1f191 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1708/3371] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/00530269-58b0-40ea-8d13-37e9ef062f09 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3372] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/a7ee92ab-42db-4459-9eab-69f31ea54561 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.665 8 INFO neutron.api.v2.resource [None req-ad5e3294-848b-4ec9-85c3-8feef691f88d a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1709/3373] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/a7ee92ab-42db-4459-9eab-69f31ea54561 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3374] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/4ae27557-1d00-4629-928b-a3bc86994c2c => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.740 8 INFO neutron.api.v2.resource [None req-76bc2bab-b3bf-46c7-9f60-1ec50ba5450e a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1710/3375] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/4ae27557-1d00-4629-928b-a3bc86994c2c => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3376] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/477acbeb-1a62-4f6a-9764-0b8e04ebdd3b => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.814 8 INFO neutron.api.v2.resource [None req-179856c4-5305-48b6-b2cf-d0d59512ba6d a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1711/3377] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/477acbeb-1a62-4f6a-9764-0b8e04ebdd3b => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3378] 10.0.0.224 () {32 vars in 750 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-group-rules/363bf8c4-c7a9-4cc7-a245-2d535ed6460c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.893 8 INFO neutron.api.v2.resource [None req-5f0e0e65-e1d5-448f-a592-3001ed9dab6b a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1712/3379] 10.0.0.224 () {32 vars in 747 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-group-rules/363bf8c4-c7a9-4cc7-a245-2d535ed6460c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3380] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:36 2026] DELETE /v2.0/security-groups/2862f654-d29e-48ce-9ab8-6b581bf777d5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:36.997 8 INFO neutron.api.v2.resource [None req-bb228d81-ea18-4473-839f-b046574756f4 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1713/3381] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:55:36 2026] GET /v2.0/security-groups/2862f654-d29e-48ce-9ab8-6b581bf777d5 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:37.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bd177ab-c214-40b4-a968-195041ab0260 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: 46cb9716-35a2-480c-84a3-7def508368f1 2026-02-27 17:55:37.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd177ab-c214-40b4-a968-195041ab0260 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: 46cb9716-35a2-480c-84a3-7def508368f1 [pid: 7|app: 0|req: 1669/3382] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:55:37 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:55:38.103 8 INFO neutron.api.v2.resource [None req-610373cc-22b0-4c76-9681-061a9f7f2cb0 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1714/3383] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:55:37 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/remove_router_interface => generated 198 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:38.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6c8bc5b-8bb0-443d-9fde-0b20ebec1c41 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: c1374934-84ef-493e-b583-4869a2d9f821 2026-02-27 17:55:38.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6c8bc5b-8bb0-443d-9fde-0b20ebec1c41 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: c1374934-84ef-493e-b583-4869a2d9f821 [pid: 7|app: 0|req: 1670/3384] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:55:38 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:55:39.136 8 INFO neutron.api.v2.resource [None req-f5bc1512-23b0-4e0f-86f4-44269ce86380 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1715/3385] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:55:38 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:39.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5ef7c9c-8724-4c5e-b395-9f4738cb23c5 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: c73bf56a-8e1f-478a-8e09-36f9c01aafc6 2026-02-27 17:55:39.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ef7c9c-8724-4c5e-b395-9f4738cb23c5 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: c73bf56a-8e1f-478a-8e09-36f9c01aafc6 [pid: 7|app: 0|req: 1671/3386] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:55:39 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-27 17:55:40.383 8 INFO neutron.api.v2.resource [None req-36a38236-0e9a-4bf2-889b-8b4b4e015459 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1716/3387] 10.0.0.224 () {34 vars in 789 bytes} [Fri Feb 27 17:55:40 2026] PUT /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2/remove_router_interface => generated 198 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:40.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-493980a5-61a6-4468-86ab-4c4967a19c42 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: 5532ccf4-9092-4d71-affb-a66269d9fb18 2026-02-27 17:55:40.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-493980a5-61a6-4468-86ab-4c4967a19c42 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: 5532ccf4-9092-4d71-affb-a66269d9fb18 2026-02-27 17:55:40.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-493980a5-61a6-4468-86ab-4c4967a19c42 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: 82198653-7b41-4515-95d7-493f7ddfdffc 2026-02-27 17:55:40.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-493980a5-61a6-4468-86ab-4c4967a19c42 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: 82198653-7b41-4515-95d7-493f7ddfdffc 2026-02-27 17:55:41.258 7 INFO neutron.services.segments.plugin [-] Segment 1444f778-54d3-4a1b-947a-039cbf3dcf31 resource provider aggregate not found 2026-02-27 17:55:41.264 7 INFO neutron.services.segments.plugin [-] Segment 1444f778-54d3-4a1b-947a-039cbf3dcf31 resource provider aggregate not found 2026-02-27 17:55:41.291 7 INFO neutron.services.segments.plugin [-] Segment 1444f778-54d3-4a1b-947a-039cbf3dcf31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1444f778-54d3-4a1b-947a-039cbf3dcf31 found for delete ", "request_id": "req-9ec58a45-8ddd-4423-a0a1-33e1818dfd76"}]} 2026-02-27 17:55:41.293 7 INFO neutron.services.segments.plugin [-] Segment 1444f778-54d3-4a1b-947a-039cbf3dcf31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1444f778-54d3-4a1b-947a-039cbf3dcf31 found for delete ", "request_id": "req-7318cded-7e95-4a9d-97af-6f8d5545e09d"}]} 2026-02-27 17:55:41.294 7 INFO neutron.db.l3_hamode_db [None req-493980a5-61a6-4468-86ab-4c4967a19c42 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] HA network 4c1e50df-2ccb-427c-a963-6dc282c005a9 was deleted as no HA routers are present in tenant cce9740d971c4b9a8f279e7ebd981fc8. [pid: 7|app: 0|req: 1672/3388] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:55:40 2026] DELETE /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:41.326 8 INFO neutron.api.v2.resource [None req-1f8ca47f-d058-4cb1-b588-299044e5c34f a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1717/3389] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:55:41 2026] GET /v2.0/routers/a30d0c5e-a38a-44f5-9696-3a529761f0c2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3390] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:55:41 2026] DELETE /v2.0/subnets/74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:41.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77fb9402-7655-4d1a-b03c-9d044a74bffa a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1718/3391] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:55:41 2026] GET /v2.0/subnets/74e7bedc-e84a-489c-acf1-6c57d41cbaf5 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3392] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:55:41 2026] DELETE /v2.0/subnets/735b8aa0-4972-4b96-8122-e7ebad128bf8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:41.718 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfcda9bd-8a64-450d-8ee9-a15f1f279874 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1719/3393] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:55:41 2026] GET /v2.0/subnets/735b8aa0-4972-4b96-8122-e7ebad128bf8 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:41.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-d701c968-62e0-440d-b450-d28f57079858 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: d435ba9f-e36e-4af0-bd0f-cfa9df1985c4 2026-02-27 17:55:41.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d701c968-62e0-440d-b450-d28f57079858 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: d435ba9f-e36e-4af0-bd0f-cfa9df1985c4 [pid: 7|app: 0|req: 1675/3394] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:55:41 2026] DELETE /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:42.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b22df2d1-5493-4e4b-a980-16c2dfc7be5f a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1720/3395] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:55:42 2026] GET /v2.0/networks/797c650e-5b60-4768-bb89-b9cc6c6e8c7a => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3396] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:55:42 2026] DELETE /v2.0/subnets/f56e4d50-3288-47c1-b61e-512b798a8073 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:42.219 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e3e64c7-4426-4811-a1d1-5ee6b8746944 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1721/3397] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:55:42 2026] GET /v2.0/subnets/f56e4d50-3288-47c1-b61e-512b798a8073 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3398] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:55:42 2026] DELETE /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:42.392 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b60b0ba1-41e9-4e7c-b073-5b2736bcad41 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1722/3399] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:55:42 2026] GET /v2.0/subnets/6c033a16-88cb-4fcc-9f91-cb22a0bfcbcd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:42.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-28bb23da-fb37-4a69-b648-e7fee07a1a0d a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: 5ab22ec9-6157-4792-9816-b7faacf80e56 2026-02-27 17:55:42.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28bb23da-fb37-4a69-b648-e7fee07a1a0d a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: 5ab22ec9-6157-4792-9816-b7faacf80e56 [pid: 7|app: 0|req: 1678/3400] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:55:42 2026] DELETE /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:42.675 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ff0438b-d0d1-4d9d-b924-eea87c1ee472 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1723/3401] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:55:42 2026] GET /v2.0/networks/b98f26b0-9edf-4818-a938-f0a68317748b => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3402] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:55:42 2026] DELETE /v2.0/subnets/8118dd11-e4f6-47d1-8347-b4aee6dae895 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:42.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31ce93ba-42bd-4671-9213-f5491d036cb0 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1724/3403] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:55:42 2026] GET /v2.0/subnets/8118dd11-e4f6-47d1-8347-b4aee6dae895 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3404] 10.0.0.224 () {32 vars in 724 bytes} [Fri Feb 27 17:55:42 2026] DELETE /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:43.031 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e61a4fc6-c62f-48c2-a9eb-3d4ec0eeb795 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1725/3405] 10.0.0.224 () {32 vars in 721 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/subnets/52dd64f3-39bd-4211-b31d-8afaf07b6591 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:43.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e4144d6-dfa7-4393-a7d9-37a24f1fb34e a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] TaaS: Handle Delete Port: d4091285-b9a0-4d6f-b800-31b55a3fc1ac 2026-02-27 17:55:43.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e4144d6-dfa7-4393-a7d9-37a24f1fb34e a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] Tap Mirror: Handle Delete Port: d4091285-b9a0-4d6f-b800-31b55a3fc1ac 2026-02-27 17:55:43.318 7 INFO neutron.services.segments.plugin [-] Segment b3b8ffd0-88b6-48ad-aee2-e356c6c54087 resource provider aggregate not found 2026-02-27 17:55:43.326 7 INFO neutron.services.segments.plugin [-] Segment b3b8ffd0-88b6-48ad-aee2-e356c6c54087 resource provider aggregate not found [pid: 7|app: 0|req: 1681/3406] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:55:43 2026] DELETE /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:55:43.347 7 INFO neutron.services.segments.plugin [-] Segment b3b8ffd0-88b6-48ad-aee2-e356c6c54087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3b8ffd0-88b6-48ad-aee2-e356c6c54087 found for delete ", "request_id": "req-ecda655a-683a-4c5b-befd-5389d9f225e5"}]} 2026-02-27 17:55:43.351 7 INFO neutron.services.segments.plugin [-] Segment b3b8ffd0-88b6-48ad-aee2-e356c6c54087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3b8ffd0-88b6-48ad-aee2-e356c6c54087 found for delete ", "request_id": "req-9d449c84-85bd-48f3-b5ce-d60dbb31b083"}]} 2026-02-27 17:55:43.366 7 INFO neutron.services.segments.plugin [-] Segment e881d867-9da1-4cb8-8d8c-ae40db58b98a resource provider aggregate not found 2026-02-27 17:55:43.369 7 INFO neutron.services.segments.plugin [-] Segment e881d867-9da1-4cb8-8d8c-ae40db58b98a resource provider aggregate not found 2026-02-27 17:55:43.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1b7d27c-92d4-4f1d-8ace-29e2034acfa1 a129bde7295443c1b5f8fbed26e80019 cce9740d971c4b9a8f279e7ebd981fc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1726/3407] 10.0.0.224 () {32 vars in 723 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/networks/bcce18fc-c201-4968-ba76-530695b32345 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-27 17:55:43.379 7 INFO neutron.services.segments.plugin [-] Segment e881d867-9da1-4cb8-8d8c-ae40db58b98a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e881d867-9da1-4cb8-8d8c-ae40db58b98a found for delete ", "request_id": "req-f615d757-c68c-4fe0-95e5-dbb278cb37ff"}]} 2026-02-27 17:55:43.383 7 INFO neutron.services.segments.plugin [-] Segment e881d867-9da1-4cb8-8d8c-ae40db58b98a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e881d867-9da1-4cb8-8d8c-ae40db58b98a found for delete ", "request_id": "req-3011a32a-a0cf-482c-847e-4199b70e9b5a"}]} 2026-02-27 17:55:43.395 7 INFO neutron.services.segments.plugin [-] Segment 9cf2f454-b3a5-475e-b2c9-57db65ba52b7 resource provider aggregate not found 2026-02-27 17:55:43.399 7 INFO neutron.services.segments.plugin [-] Segment 9cf2f454-b3a5-475e-b2c9-57db65ba52b7 resource provider aggregate not found 2026-02-27 17:55:43.408 7 INFO neutron.services.segments.plugin [-] Segment 9cf2f454-b3a5-475e-b2c9-57db65ba52b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf2f454-b3a5-475e-b2c9-57db65ba52b7 found for delete ", "request_id": "req-033855f9-7b23-4d57-9c01-41bc15b0ae27"}]} 2026-02-27 17:55:43.409 7 INFO neutron.services.segments.plugin [-] Segment 9cf2f454-b3a5-475e-b2c9-57db65ba52b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf2f454-b3a5-475e-b2c9-57db65ba52b7 found for delete ", "request_id": "req-90bf6187-385a-4333-b397-36714557586f"}]} [pid: 7|app: 0|req: 1682/3408] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/routers => generated 15 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3409] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3410] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3411] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3412] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3413] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:55:43 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: 7|app: 0|req: 1685/3414] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3415] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:55:43 2026] GET /v2.0/security-groups => generated 20305 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3416] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:55:44 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3417] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:55:44 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3418] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:55:44 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3419] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:45 2026] GET /v2.0/security-groups?tenant_id=2785ebda60b847fa8eaa8d80b6d535bf&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3420] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:45 2026] DELETE /v2.0/security-groups/e4568217-20cd-4cf2-a2ea-f08c5314d6be => 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: 1733/3421] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:45 2026] GET /v2.0/security-groups?tenant_id=fe3c13d718ed4bc8b5cf2decf504ea06&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3422] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:46 2026] DELETE /v2.0/security-groups/2f8aec99-4697-4142-8f56-0e4ef0408cc6 => 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: 1734/3423] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:46 2026] GET /v2.0/security-groups?tenant_id=200dfb275dfb461780cabfe1d428724f&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: 1690/3424] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:46 2026] DELETE /v2.0/security-groups/4654c558-9df6-4d03-8862-336ee77dd4a4 => 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: 1735/3425] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:46 2026] GET /v2.0/security-groups?tenant_id=3dde6ae730bf4c2c9eda739728f186a4&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: 1691/3426] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:46 2026] DELETE /v2.0/security-groups/9fb3008c-e21c-4b11-a5ac-e076c6672958 => 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: 1736/3427] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:47 2026] GET /v2.0/security-groups?tenant_id=070121c6c0a44067b35cb780e1564f78&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3428] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:47 2026] DELETE /v2.0/security-groups/9684e430-776e-40ab-9f28-fd88ea2ff7b7 => 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: 1737/3429] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:47 2026] GET /v2.0/security-groups?tenant_id=cce9740d971c4b9a8f279e7ebd981fc8&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3432] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:47 2026] DELETE /v2.0/security-groups/442a1a01-e6b0-4eb4-a794-65c806ed0421 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3433] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:47 2026] GET /v2.0/security-groups?tenant_id=6bd15a35cd0c4055b6234f5b8f557aee&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3434] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:47 2026] DELETE /v2.0/security-groups/2130a9b4-9c37-4214-8dd3-3ae0ce6dae0a => 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: 1741/3435] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:55:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3436] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:55:52 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: 1742/3437] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:55:52 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3438] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:55:52 2026] POST /v2.0/security-groups => generated 1603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3439] 10.0.0.224 () {34 vars in 684 bytes} [Fri Feb 27 17:55:52 2026] POST /v2.0/security-groups => generated 1603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3440] 10.0.0.224 () {34 vars in 767 bytes} [Fri Feb 27 17:55:52 2026] PUT /v2.0/security-groups/84b7d51b-47ee-4ded-9ade-a98ec2404bdf/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3441] 10.0.0.224 () {34 vars in 767 bytes} [Fri Feb 27 17:55:52 2026] PUT /v2.0/security-groups/9b64ea72-5a6e-417e-a94f-9580e5179300/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3442] 10.0.0.224 () {34 vars in 767 bytes} [Fri Feb 27 17:55:52 2026] PUT /v2.0/security-groups/4564be95-d8f8-4f98-99f3-5524c791baca/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3443] 10.0.0.224 () {34 vars in 767 bytes} [Fri Feb 27 17:55:52 2026] PUT /v2.0/security-groups/946ae43d-be55-4ac6-a7e3-972116b666ae/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3444] 10.0.0.224 () {32 vars in 680 bytes} [Fri Feb 27 17:55:52 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3445] 10.0.0.224 () {32 vars in 694 bytes} [Fri Feb 27 17:55:52 2026] GET /v2.0/security-groups?tags=red%2Cblue => 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: 1700/3446] 10.0.0.224 () {32 vars in 690 bytes} [Fri Feb 27 17:55:53 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3447] 10.0.0.224 () {32 vars in 702 bytes} [Fri Feb 27 17:55:53 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3448] 10.0.0.224 () {32 vars in 688 bytes} [Fri Feb 27 17:55:53 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3449] 10.0.0.224 () {32 vars in 702 bytes} [Fri Feb 27 17:55:53 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3450] 10.0.0.224 () {32 vars in 698 bytes} [Fri Feb 27 17:55:53 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3451] 10.0.0.224 () {32 vars in 710 bytes} [Fri Feb 27 17:55:53 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3452] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:53 2026] DELETE /v2.0/security-groups/84b7d51b-47ee-4ded-9ade-a98ec2404bdf => 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: 1750/3453] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:53 2026] DELETE /v2.0/security-groups/9b64ea72-5a6e-417e-a94f-9580e5179300 => 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: 1704/3454] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:53 2026] DELETE /v2.0/security-groups/4564be95-d8f8-4f98-99f3-5524c791baca => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3455] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:53 2026] DELETE /v2.0/security-groups/946ae43d-be55-4ac6-a7e3-972116b666ae => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3456] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:53 2026] DELETE /v2.0/security-groups/2ed08346-403c-40a7-9f11-3f91cd62034d => 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: 1752/3457] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:54 2026] GET /v2.0/security-groups?tenant_id=99738067eabf420eaf74cef8ea5531e0&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3458] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:54 2026] DELETE /v2.0/security-groups/041aa7cf-74eb-465f-af82-3cc2915b49d5 => 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: 1753/3459] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:55 2026] GET /v2.0/security-groups?tenant_id=b8a10035367340c69f39161b95c6dfc5&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: 1707/3460] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:55 2026] DELETE /v2.0/security-groups/ea907889-074d-4146-8cbf-d37972ce8c70 => 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: 1754/3461] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:55:55 2026] GET /v2.0/security-groups?tenant_id=878833b29f744ba9b21dac4f80c09a06&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3462] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:55:55 2026] DELETE /v2.0/security-groups/2e424b2f-31b5-4277-8283-cdb67baa2cc9 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:55:59.107 8 INFO neutron.db.segments_db [None req-21538b2f-0ac4-4fee-a5aa-2b19b354a865 8641111a83ce4e06914f4e43891da7d2 08767ef80bd84f9999a39eafdf61d9f8 - - default default] Added segment 24ec0e45-3075-493a-8d22-80d9f00fd16f of type vxlan for network b3a30152-a226-4963-b4d1-73b13419223c [pid: 8|app: 0|req: 1755/3463] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:55:58 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3464] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:55:59 2026] PUT /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/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: 1756/3465] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:59 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3466] 10.0.0.224 () {34 vars in 764 bytes} [Fri Feb 27 17:55:59 2026] PUT /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3467] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:59 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3468] 10.0.0.224 () {34 vars in 760 bytes} [Fri Feb 27 17:55:59 2026] PUT /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags/red => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3469] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:59 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3470] 10.0.0.224 () {34 vars in 782 bytes} [Fri Feb 27 17:55:59 2026] PUT /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3471] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:59 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/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: 1713/3472] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:55:59 2026] PUT /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3473] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:55:59 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3474] 10.0.0.224 () {32 vars in 741 bytes} [Fri Feb 27 17:55:59 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:56:00.011 8 INFO neutron.api.v2.resource [None req-785d14cd-c306-4141-bcca-490a032c2a26 8641111a83ce4e06914f4e43891da7d2 08767ef80bd84f9999a39eafdf61d9f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1761/3475] 10.0.0.224 () {32 vars in 745 bytes} [Fri Feb 27 17:55:59 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3476] 10.0.0.224 () {32 vars in 744 bytes} [Fri Feb 27 17:56:00 2026] DELETE /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3477] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:00 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:56:00.179 7 INFO neutron.api.v2.resource [None req-a9952795-fe2d-4546-959d-ab6705c48e94 8641111a83ce4e06914f4e43891da7d2 08767ef80bd84f9999a39eafdf61d9f8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1716/3478] 10.0.0.224 () {32 vars in 748 bytes} [Fri Feb 27 17:56:00 2026] DELETE /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3479] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:56:00 2026] DELETE /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3480] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:00 2026] GET /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:56:00.423 8 INFO neutron.services.segments.plugin [-] Segment 24ec0e45-3075-493a-8d22-80d9f00fd16f resource provider aggregate not found 2026-02-27 17:56:00.427 8 INFO neutron.services.segments.plugin [-] Segment 24ec0e45-3075-493a-8d22-80d9f00fd16f resource provider aggregate not found 2026-02-27 17:56:00.446 8 INFO neutron.services.segments.plugin [-] Segment 24ec0e45-3075-493a-8d22-80d9f00fd16f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24ec0e45-3075-493a-8d22-80d9f00fd16f found for delete ", "request_id": "req-fa28f07f-fb0c-4f7d-b95d-a634bba88047"}]} 2026-02-27 17:56:00.449 8 INFO neutron.services.segments.plugin [-] Segment 24ec0e45-3075-493a-8d22-80d9f00fd16f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24ec0e45-3075-493a-8d22-80d9f00fd16f found for delete ", "request_id": "req-6334b2f7-2676-4583-958a-315d65b27026"}]} [pid: 8|app: 0|req: 1764/3481] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:56:00 2026] DELETE /v2.0/networks/b3a30152-a226-4963-b4d1-73b13419223c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3482] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:01 2026] GET /v2.0/security-groups?tenant_id=22307c71e36b41759f40af22e7f5b0e8&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3483] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:01 2026] DELETE /v2.0/security-groups/b8e96766-38d7-445f-9ed5-c28152a33aed => 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: 1719/3484] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:01 2026] GET /v2.0/security-groups?tenant_id=08767ef80bd84f9999a39eafdf61d9f8&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3485] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:01 2026] DELETE /v2.0/security-groups/a89908b4-138d-4093-870c-dcd698d9426a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:56:05.320 8 INFO neutron.db.segments_db [None req-a2e9effd-bb31-47d4-9a6a-7f5cf0417d08 222243a5bff948e794bef8ccae00ccb5 ab10741b4fd94a3da4a0aad398038cb0 - - default default] Added segment 0dea4fcf-0c74-47cc-8f97-f2abc62de4c6 of type vxlan for network 45b16f1c-b9e9-475e-81b4-96be7a9f55fe [pid: 8|app: 0|req: 1768/3488] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:56:05 2026] POST /v2.0/networks => generated 613 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3489] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:56:05 2026] POST /v2.0/ports => generated 743 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3490] 10.0.0.224 () {34 vars in 747 bytes} [Fri Feb 27 17:56:05 2026] PUT /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/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: 7|app: 0|req: 1722/3491] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:56:05 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1770/3492] 10.0.0.224 () {34 vars in 758 bytes} [Fri Feb 27 17:56:05 2026] PUT /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags/green => generated 4 bytes in 113 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: 1723/3493] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:56:05 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1771/3494] 10.0.0.224 () {34 vars in 754 bytes} [Fri Feb 27 17:56:06 2026] PUT /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags/red => generated 4 bytes in 86 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: 1724/3495] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:56:06 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 34 bytes in 156 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: 1772/3496] 10.0.0.224 () {34 vars in 776 bytes} [Fri Feb 27 17:56:06 2026] PUT /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags/black.or.white => generated 4 bytes in 89 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: 1725/3497] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:56:06 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 52 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: 1773/3498] 10.0.0.224 () {34 vars in 747 bytes} [Fri Feb 27 17:56:06 2026] PUT /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 37 bytes in 90 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: 1726/3499] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:56:06 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1774/3500] 10.0.0.224 () {32 vars in 735 bytes} [Fri Feb 27 17:56:06 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags/red => generated 0 bytes in 46 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-02-27 17:56:06.690 7 INFO neutron.api.v2.resource [None req-964f2b65-7f41-4025-a9f3-6f2958e42ec0 222243a5bff948e794bef8ccae00ccb5 ab10741b4fd94a3da4a0aad398038cb0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1727/3501] 10.0.0.224 () {32 vars in 739 bytes} [Fri Feb 27 17:56:06 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags/green => generated 99 bytes in 54 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: 1775/3502] 10.0.0.224 () {32 vars in 738 bytes} [Fri Feb 27 17:56:06 2026] DELETE /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags/red => generated 0 bytes in 76 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: 1728/3503] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:56:06 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:56:06.886 8 INFO neutron.api.v2.resource [None req-5df5c1aa-9e0b-43d5-bdcd-60549f5172e2 222243a5bff948e794bef8ccae00ccb5 ab10741b4fd94a3da4a0aad398038cb0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1776/3504] 10.0.0.224 () {32 vars in 742 bytes} [Fri Feb 27 17:56:06 2026] DELETE /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags/green => generated 99 bytes in 52 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: 1729/3505] 10.0.0.224 () {32 vars in 730 bytes} [Fri Feb 27 17:56:06 2026] DELETE /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 0 bytes in 81 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: 1777/3506] 10.0.0.224 () {32 vars in 727 bytes} [Fri Feb 27 17:56:06 2026] GET /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-27 17:56:07.142 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e0996ef-4ade-442e-a8d3-b761a4824e01 222243a5bff948e794bef8ccae00ccb5 ab10741b4fd94a3da4a0aad398038cb0 - - default default] TaaS: Handle Delete Port: 753e0c2d-d70c-4192-bd73-916b96abc678 2026-02-27 17:56:07.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e0996ef-4ade-442e-a8d3-b761a4824e01 222243a5bff948e794bef8ccae00ccb5 ab10741b4fd94a3da4a0aad398038cb0 - - default default] Tap Mirror: Handle Delete Port: 753e0c2d-d70c-4192-bd73-916b96abc678 [pid: 7|app: 0|req: 1730/3507] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:56:07 2026] DELETE /v2.0/ports/753e0c2d-d70c-4192-bd73-916b96abc678 => generated 0 bytes in 191 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-02-27 17:56:07.354 8 INFO neutron.services.segments.plugin [-] Segment 0dea4fcf-0c74-47cc-8f97-f2abc62de4c6 resource provider aggregate not found 2026-02-27 17:56:07.355 8 INFO neutron.services.segments.plugin [-] Segment 0dea4fcf-0c74-47cc-8f97-f2abc62de4c6 resource provider aggregate not found 2026-02-27 17:56:07.373 8 INFO neutron.services.segments.plugin [-] Segment 0dea4fcf-0c74-47cc-8f97-f2abc62de4c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dea4fcf-0c74-47cc-8f97-f2abc62de4c6 found for delete ", "request_id": "req-0836a310-1ac7-4653-8810-3c307f3c1356"}]} 2026-02-27 17:56:07.376 8 INFO neutron.services.segments.plugin [-] Segment 0dea4fcf-0c74-47cc-8f97-f2abc62de4c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dea4fcf-0c74-47cc-8f97-f2abc62de4c6 found for delete ", "request_id": "req-fd42ebef-ab63-4f30-8e47-e1004c982009"}]} [pid: 8|app: 0|req: 1778/3508] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:56:07 2026] DELETE /v2.0/networks/45b16f1c-b9e9-475e-81b4-96be7a9f55fe => 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: 1731/3509] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:08 2026] GET /v2.0/security-groups?tenant_id=ab10741b4fd94a3da4a0aad398038cb0&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3510] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:08 2026] DELETE /v2.0/security-groups/f261c07e-10fc-400c-ad09-11f63e1285dd => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3511] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:08 2026] GET /v2.0/security-groups?tenant_id=a3a59412520643039493c12daa140747&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3512] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:08 2026] DELETE /v2.0/security-groups/7b395b3a-51d8-40df-8d5c-527d243cb087 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3513] 10.0.0.224 () {34 vars in 678 bytes} [Fri Feb 27 17:56:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3514] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:56:12 2026] PUT /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3515] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3516] 10.0.0.224 () {34 vars in 764 bytes} [Fri Feb 27 17:56:12 2026] PUT /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3517] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3518] 10.0.0.224 () {34 vars in 760 bytes} [Fri Feb 27 17:56:12 2026] PUT /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3519] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3520] 10.0.0.224 () {34 vars in 782 bytes} [Fri Feb 27 17:56:12 2026] PUT /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/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: 1737/3521] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 52 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3522] 10.0.0.224 () {34 vars in 753 bytes} [Fri Feb 27 17:56:12 2026] PUT /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3523] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3524] 10.0.0.224 () {32 vars in 741 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:56:12.612 7 INFO neutron.api.v2.resource [None req-6f8c2f18-fe03-4b20-ab0b-2d2f39b99bcc e33d38d96b00457f9b7a24ef051e920d 8c861e7574e24ad5a8813ed71b0e1ce7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1739/3525] 10.0.0.224 () {32 vars in 745 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3526] 10.0.0.224 () {32 vars in 744 bytes} [Fri Feb 27 17:56:12 2026] DELETE /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1740/3527] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:56:12.738 8 INFO neutron.api.v2.resource [None req-133169c0-f311-46bc-8d6a-2275f25116ca e33d38d96b00457f9b7a24ef051e920d 8c861e7574e24ad5a8813ed71b0e1ce7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1788/3528] 10.0.0.224 () {32 vars in 748 bytes} [Fri Feb 27 17:56:12 2026] DELETE /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3529] 10.0.0.224 () {32 vars in 736 bytes} [Fri Feb 27 17:56:12 2026] DELETE /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1789/3530] 10.0.0.224 () {32 vars in 733 bytes} [Fri Feb 27 17:56:12 2026] GET /v2.0/policies/bbf4c2b4-decf-4598-8bd9-49a405064636/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3531] 10.0.0.224 () {32 vars in 734 bytes} [Fri Feb 27 17:56:12 2026] DELETE /v2.0/qos/policies/bbf4c2b4-decf-4598-8bd9-49a405064636 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3532] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:13 2026] GET /v2.0/security-groups?tenant_id=8c861e7574e24ad5a8813ed71b0e1ce7&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3533] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:13 2026] DELETE /v2.0/security-groups/8bae14bb-5d73-4345-b493-d2bee39e8ba8 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1791/3534] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:14 2026] GET /v2.0/security-groups?tenant_id=1e2a104472b44a2c8275fe6269deece1&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3535] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:14 2026] DELETE /v2.0/security-groups/15ddef4d-1231-42ab-b2f2-1de38e0beef0 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:56:17.950 8 INFO neutron.db.segments_db [None req-62f66f1b-0877-48d6-a6b0-0f12467ec942 99654d9ac2a94010a07f0ab76d49b4a3 0129dcd084cf4159a1b9e21c3169ceb4 - - default default] Added segment 1d5bb517-d2e2-4ab2-9490-617c2503d6f4 of type vxlan for network 2199e833-374d-4877-90cc-0cedfc812d3f [pid: 8|app: 0|req: 1793/3538] 10.0.0.224 () {34 vars in 670 bytes} [Fri Feb 27 17:56:17 2026] POST /v2.0/networks => generated 613 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3539] 10.0.0.224 () {34 vars in 664 bytes} [Fri Feb 27 17:56:18 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3540] 10.0.0.224 () {34 vars in 666 bytes} [Fri Feb 27 17:56:18 2026] POST /v2.0/trunks => generated 407 bytes in 174 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: 1747/3541] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:56:18 2026] PUT /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3542] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:56:18 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3543] 10.0.0.224 () {34 vars in 760 bytes} [Fri Feb 27 17:56:18 2026] PUT /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3544] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:56:18 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3545] 10.0.0.224 () {34 vars in 756 bytes} [Fri Feb 27 17:56:18 2026] PUT /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3546] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:56:18 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3547] 10.0.0.224 () {34 vars in 778 bytes} [Fri Feb 27 17:56:18 2026] PUT /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1798/3548] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:56:18 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/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: 1751/3549] 10.0.0.224 () {34 vars in 749 bytes} [Fri Feb 27 17:56:18 2026] PUT /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1799/3550] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:56:18 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3551] 10.0.0.224 () {32 vars in 737 bytes} [Fri Feb 27 17:56:18 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:56:19.010 8 INFO neutron.api.v2.resource [None req-dd6d964c-73aa-4f43-b9ab-e08fe0074656 99654d9ac2a94010a07f0ab76d49b4a3 0129dcd084cf4159a1b9e21c3169ceb4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1800/3552] 10.0.0.224 () {32 vars in 741 bytes} [Fri Feb 27 17:56:18 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3553] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:19 2026] DELETE /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3554] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:56:19 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-27 17:56:19.122 7 INFO neutron.api.v2.resource [None req-9ea98158-7c75-42f8-9249-fe9b056cc452 99654d9ac2a94010a07f0ab76d49b4a3 0129dcd084cf4159a1b9e21c3169ceb4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1754/3555] 10.0.0.224 () {32 vars in 744 bytes} [Fri Feb 27 17:56:19 2026] DELETE /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1802/3556] 10.0.0.224 () {32 vars in 732 bytes} [Fri Feb 27 17:56:19 2026] DELETE /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3557] 10.0.0.224 () {32 vars in 729 bytes} [Fri Feb 27 17:56:19 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded/tags => 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: 1803/3558] 10.0.0.224 () {32 vars in 719 bytes} [Fri Feb 27 17:56:19 2026] GET /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3559] 10.0.0.224 () {32 vars in 717 bytes} [Fri Feb 27 17:56:19 2026] GET /v2.0/ports/f714e6c5-0362-4915-ab74-f1d0e599d45b => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1804/3560] 10.0.0.224 () {32 vars in 722 bytes} [Fri Feb 27 17:56:19 2026] DELETE /v2.0/trunks/95219853-7769-4b7a-bc2c-2e7bce75dded => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-27 17:56:19.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-3117e9f7-c645-4750-95a4-7d722430bc63 99654d9ac2a94010a07f0ab76d49b4a3 0129dcd084cf4159a1b9e21c3169ceb4 - - default default] TaaS: Handle Delete Port: f714e6c5-0362-4915-ab74-f1d0e599d45b 2026-02-27 17:56:19.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3117e9f7-c645-4750-95a4-7d722430bc63 99654d9ac2a94010a07f0ab76d49b4a3 0129dcd084cf4159a1b9e21c3169ceb4 - - default default] Tap Mirror: Handle Delete Port: f714e6c5-0362-4915-ab74-f1d0e599d45b [pid: 7|app: 0|req: 1757/3561] 10.0.0.224 () {32 vars in 720 bytes} [Fri Feb 27 17:56:19 2026] DELETE /v2.0/ports/f714e6c5-0362-4915-ab74-f1d0e599d45b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:56:19.669 8 INFO neutron.services.segments.plugin [-] Segment 1d5bb517-d2e2-4ab2-9490-617c2503d6f4 resource provider aggregate not found 2026-02-27 17:56:19.675 8 INFO neutron.services.segments.plugin [-] Segment 1d5bb517-d2e2-4ab2-9490-617c2503d6f4 resource provider aggregate not found 2026-02-27 17:56:19.690 8 INFO neutron.services.segments.plugin [-] Segment 1d5bb517-d2e2-4ab2-9490-617c2503d6f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5bb517-d2e2-4ab2-9490-617c2503d6f4 found for delete ", "request_id": "req-1b37eeaa-2163-4ea8-aaea-63f8fd4edee5"}]} [pid: 8|app: 0|req: 1805/3562] 10.0.0.224 () {32 vars in 726 bytes} [Fri Feb 27 17:56:19 2026] DELETE /v2.0/networks/2199e833-374d-4877-90cc-0cedfc812d3f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-27 17:56:19.701 8 INFO neutron.services.segments.plugin [-] Segment 1d5bb517-d2e2-4ab2-9490-617c2503d6f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5bb517-d2e2-4ab2-9490-617c2503d6f4 found for delete ", "request_id": "req-3ffef7a7-d2f5-4b89-86c5-52f7cc45b2cc"}]} [pid: 7|app: 0|req: 1758/3563] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:20 2026] GET /v2.0/security-groups?tenant_id=9ae9dda4018c456b9aad769fef94c6cc&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1806/3564] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:20 2026] DELETE /v2.0/security-groups/3cd76919-1dcc-4899-b673-19a7805e959b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1759/3565] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:20 2026] GET /v2.0/security-groups?tenant_id=0129dcd084cf4159a1b9e21c3169ceb4&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1807/3566] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:20 2026] DELETE /v2.0/security-groups/82a7584a-5e1f-4a1b-b483-3c55ab22f35f => 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: 1760/3567] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:24 2026] GET /v2.0/security-groups?tenant_id=90a10ac8db3049f49d6fbdfe82632012&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1808/3568] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:24 2026] DELETE /v2.0/security-groups/0233f0db-4917-4c85-96e1-d6a1d1905cb6 => 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: 1761/3569] 10.0.0.224 () {32 vars in 774 bytes} [Fri Feb 27 17:56:24 2026] GET /v2.0/security-groups?tenant_id=6e8cd93d5ae948bca8bfd700a1fec28d&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1809/3570] 10.0.0.224 () {32 vars in 740 bytes} [Fri Feb 27 17:56:24 2026] DELETE /v2.0/security-groups/7090a7b7-6e88-4018-998c-8329e6314f34 => 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: 1762/3571] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:56:27 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1810/3572] 10.0.0.224 () {32 vars in 655 bytes} [Fri Feb 27 17:56:28 2026] GET /v2.0/floatingips => 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: 1763/3573] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:56:28 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1811/3574] 10.0.0.224 () {32 vars in 643 bytes} [Fri Feb 27 17:56:28 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3575] 10.0.0.224 () {32 vars in 647 bytes} [Fri Feb 27 17:56:29 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1812/3576] 10.0.0.224 () {32 vars in 649 bytes} [Fri Feb 27 17:56:29 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: 7|app: 0|req: 1765/3577] 10.0.0.224 () {32 vars in 663 bytes} [Fri Feb 27 17:56:29 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1813/3578] 10.0.0.224 () {32 vars in 655 bytes} [Fri Feb 27 17:56:29 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3581] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1815/3582] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3583] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1816/3584] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1769/3585] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1817/3586] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3587] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1818/3588] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3589] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1819/3590] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1772/3591] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:56:43 2026] GET /v2.0/floatingips => 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: 1824/3600] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/subnets => generated 1308 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3601] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1825/3602] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3603] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1826/3604] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1779/3605] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1827/3606] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/routers => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3607] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1828/3608] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1781/3609] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1829/3610] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:57:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1834/3619] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3620] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1835/3621] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1787/3622] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1836/3623] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1788/3624] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/floatingips => 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: 1837/3625] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1789/3626] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1838/3627] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1790/3628] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:58:43 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1839/3629] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:58:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1795/3638] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 17:59:43 2026] GET /v2.0/networks => generated 2168 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1844/3639] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 17:59:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3640] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 17:59:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3641] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:59:43 2026] GET /v2.0/floatingips => 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: 1797/3642] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:59:43 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1846/3643] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 17:59:43 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1798/3644] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 17:59:44 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3645] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:59:44 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1799/3646] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 17:59:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1848/3647] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 17:59:44 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3648] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 17:59:44 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3657] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/networks => generated 2168 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1853/3658] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/agents => generated 3384 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3659] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1854/3660] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3661] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1855/3662] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3663] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1856/3664] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 18:00:43 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: 7|app: 0|req: 1809/3665] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1857/3666] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 18:00:43 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: 7|app: 0|req: 1810/3667] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 18:00:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1862/3676] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/routers => generated 15 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3677] 10.0.0.100 () {28 vars in 624 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1863/3678] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3679] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1864/3680] 10.0.0.100 () {28 vars in 585 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1817/3681] 10.0.0.100 () {28 vars in 581 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1865/3682] 10.0.0.100 () {28 vars in 591 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3683] 10.0.0.100 () {28 vars in 579 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1866/3684] 10.0.0.100 () {28 vars in 599 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1819/3685] 10.0.0.100 () {28 vars in 583 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1867/3686] 10.0.0.100 () {28 vars in 619 bytes} [Fri Feb 27 18:01:43 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)